/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./node_modules/slick-carousel/slick/slick.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(/_next/static/media/slick.25572f22.eot);
  src: url(/_next/static/media/slick.25572f22.eot) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.f895cfdf.svg) format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./node_modules/remixicon/fonts/remixicon.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Remix Icon v3.7.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2023-12-10
*/
@font-face {
  font-family: "remixicon";
  src: url(/_next/static/media/remixicon.34c44aa3.eot); /* IE9*/
  src: url(/_next/static/media/remixicon.34c44aa3.eot) format("embedded-opentype"), url(/_next/static/media/remixicon.91648300.woff2) format("woff2"), url(/_next/static/media/remixicon.c59599fd.woff) format("woff"), url(/_next/static/media/remixicon.87b6577c.ttf) format("truetype"), url(/_next/static/media/remixicon.081068a1.svg) format("svg"); /* iOS 4.1- */
  font-display: swap;
}
[class^=ri-], [class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

.ri-xxs {
  font-size: 0.5em;
}

.ri-xs {
  font-size: 0.75em;
}

.ri-sm {
  font-size: 0.875em;
}

.ri-1x {
  font-size: 1em;
}

.ri-2x {
  font-size: 2em;
}

.ri-3x {
  font-size: 3em;
}

.ri-4x {
  font-size: 4em;
}

.ri-5x {
  font-size: 5em;
}

.ri-6x {
  font-size: 6em;
}

.ri-7x {
  font-size: 7em;
}

.ri-8x {
  font-size: 8em;
}

.ri-9x {
  font-size: 9em;
}

.ri-10x {
  font-size: 10em;
}

.ri-fw {
  text-align: center;
  width: 1.25em;
}

.ri-24-hours-fill:before {
  content: "\ea01";
}

.ri-24-hours-line:before {
  content: "\ea02";
}

.ri-4k-fill:before {
  content: "\ea03";
}

.ri-4k-line:before {
  content: "\ea04";
}

.ri-a-b:before {
  content: "\ea05";
}

.ri-account-box-fill:before {
  content: "\ea06";
}

.ri-account-box-line:before {
  content: "\ea07";
}

.ri-account-circle-fill:before {
  content: "\ea08";
}

.ri-account-circle-line:before {
  content: "\ea09";
}

.ri-account-pin-box-fill:before {
  content: "\ea0a";
}

.ri-account-pin-box-line:before {
  content: "\ea0b";
}

.ri-account-pin-circle-fill:before {
  content: "\ea0c";
}

.ri-account-pin-circle-line:before {
  content: "\ea0d";
}

.ri-add-box-fill:before {
  content: "\ea0e";
}

.ri-add-box-line:before {
  content: "\ea0f";
}

.ri-add-circle-fill:before {
  content: "\ea10";
}

.ri-add-circle-line:before {
  content: "\ea11";
}

.ri-add-fill:before {
  content: "\ea12";
}

.ri-add-line:before {
  content: "\ea13";
}

.ri-admin-fill:before {
  content: "\ea14";
}

.ri-admin-line:before {
  content: "\ea15";
}

.ri-advertisement-fill:before {
  content: "\ea16";
}

.ri-advertisement-line:before {
  content: "\ea17";
}

.ri-airplay-fill:before {
  content: "\ea18";
}

.ri-airplay-line:before {
  content: "\ea19";
}

.ri-alarm-fill:before {
  content: "\ea1a";
}

.ri-alarm-line:before {
  content: "\ea1b";
}

.ri-alarm-warning-fill:before {
  content: "\ea1c";
}

.ri-alarm-warning-line:before {
  content: "\ea1d";
}

.ri-album-fill:before {
  content: "\ea1e";
}

.ri-album-line:before {
  content: "\ea1f";
}

.ri-alert-fill:before {
  content: "\ea20";
}

.ri-alert-line:before {
  content: "\ea21";
}

.ri-aliens-fill:before {
  content: "\ea22";
}

.ri-aliens-line:before {
  content: "\ea23";
}

.ri-align-bottom:before {
  content: "\ea24";
}

.ri-align-center:before {
  content: "\ea25";
}

.ri-align-justify:before {
  content: "\ea26";
}

.ri-align-left:before {
  content: "\ea27";
}

.ri-align-right:before {
  content: "\ea28";
}

.ri-align-top:before {
  content: "\ea29";
}

.ri-align-vertically:before {
  content: "\ea2a";
}

.ri-alipay-fill:before {
  content: "\ea2b";
}

.ri-alipay-line:before {
  content: "\ea2c";
}

.ri-amazon-fill:before {
  content: "\ea2d";
}

.ri-amazon-line:before {
  content: "\ea2e";
}

.ri-anchor-fill:before {
  content: "\ea2f";
}

.ri-anchor-line:before {
  content: "\ea30";
}

.ri-ancient-gate-fill:before {
  content: "\ea31";
}

.ri-ancient-gate-line:before {
  content: "\ea32";
}

.ri-ancient-pavilion-fill:before {
  content: "\ea33";
}

.ri-ancient-pavilion-line:before {
  content: "\ea34";
}

.ri-android-fill:before {
  content: "\ea35";
}

.ri-android-line:before {
  content: "\ea36";
}

.ri-angularjs-fill:before {
  content: "\ea37";
}

.ri-angularjs-line:before {
  content: "\ea38";
}

.ri-anticlockwise-2-fill:before {
  content: "\ea39";
}

.ri-anticlockwise-2-line:before {
  content: "\ea3a";
}

.ri-anticlockwise-fill:before {
  content: "\ea3b";
}

.ri-anticlockwise-line:before {
  content: "\ea3c";
}

.ri-app-store-fill:before {
  content: "\ea3d";
}

.ri-app-store-line:before {
  content: "\ea3e";
}

.ri-apple-fill:before {
  content: "\ea3f";
}

.ri-apple-line:before {
  content: "\ea40";
}

.ri-apps-2-fill:before {
  content: "\ea41";
}

.ri-apps-2-line:before {
  content: "\ea42";
}

.ri-apps-fill:before {
  content: "\ea43";
}

.ri-apps-line:before {
  content: "\ea44";
}

.ri-archive-drawer-fill:before {
  content: "\ea45";
}

.ri-archive-drawer-line:before {
  content: "\ea46";
}

.ri-archive-fill:before {
  content: "\ea47";
}

.ri-archive-line:before {
  content: "\ea48";
}

.ri-arrow-down-circle-fill:before {
  content: "\ea49";
}

.ri-arrow-down-circle-line:before {
  content: "\ea4a";
}

.ri-arrow-down-fill:before {
  content: "\ea4b";
}

.ri-arrow-down-line:before {
  content: "\ea4c";
}

.ri-arrow-down-s-fill:before {
  content: "\ea4d";
}

.ri-arrow-down-s-line:before {
  content: "\ea4e";
}

.ri-arrow-drop-down-fill:before {
  content: "\ea4f";
}

.ri-arrow-drop-down-line:before {
  content: "\ea50";
}

.ri-arrow-drop-left-fill:before {
  content: "\ea51";
}

.ri-arrow-drop-left-line:before {
  content: "\ea52";
}

.ri-arrow-drop-right-fill:before {
  content: "\ea53";
}

.ri-arrow-drop-right-line:before {
  content: "\ea54";
}

.ri-arrow-drop-up-fill:before {
  content: "\ea55";
}

.ri-arrow-drop-up-line:before {
  content: "\ea56";
}

.ri-arrow-go-back-fill:before {
  content: "\ea57";
}

.ri-arrow-go-back-line:before {
  content: "\ea58";
}

.ri-arrow-go-forward-fill:before {
  content: "\ea59";
}

.ri-arrow-go-forward-line:before {
  content: "\ea5a";
}

.ri-arrow-left-circle-fill:before {
  content: "\ea5b";
}

.ri-arrow-left-circle-line:before {
  content: "\ea5c";
}

.ri-arrow-left-down-fill:before {
  content: "\ea5d";
}

.ri-arrow-left-down-line:before {
  content: "\ea5e";
}

.ri-arrow-left-fill:before {
  content: "\ea5f";
}

.ri-arrow-left-line:before {
  content: "\ea60";
}

.ri-arrow-left-right-fill:before {
  content: "\ea61";
}

.ri-arrow-left-right-line:before {
  content: "\ea62";
}

.ri-arrow-left-s-fill:before {
  content: "\ea63";
}

.ri-arrow-left-s-line:before {
  content: "\ea64";
}

.ri-arrow-left-up-fill:before {
  content: "\ea65";
}

.ri-arrow-left-up-line:before {
  content: "\ea66";
}

.ri-arrow-right-circle-fill:before {
  content: "\ea67";
}

.ri-arrow-right-circle-line:before {
  content: "\ea68";
}

.ri-arrow-right-down-fill:before {
  content: "\ea69";
}

.ri-arrow-right-down-line:before {
  content: "\ea6a";
}

.ri-arrow-right-fill:before {
  content: "\ea6b";
}

.ri-arrow-right-line:before {
  content: "\ea6c";
}

.ri-arrow-right-s-fill:before {
  content: "\ea6d";
}

.ri-arrow-right-s-line:before {
  content: "\ea6e";
}

.ri-arrow-right-up-fill:before {
  content: "\ea6f";
}

.ri-arrow-right-up-line:before {
  content: "\ea70";
}

.ri-arrow-up-circle-fill:before {
  content: "\ea71";
}

.ri-arrow-up-circle-line:before {
  content: "\ea72";
}

.ri-arrow-up-down-fill:before {
  content: "\ea73";
}

.ri-arrow-up-down-line:before {
  content: "\ea74";
}

.ri-arrow-up-fill:before {
  content: "\ea75";
}

.ri-arrow-up-line:before {
  content: "\ea76";
}

.ri-arrow-up-s-fill:before {
  content: "\ea77";
}

.ri-arrow-up-s-line:before {
  content: "\ea78";
}

.ri-artboard-2-fill:before {
  content: "\ea79";
}

.ri-artboard-2-line:before {
  content: "\ea7a";
}

.ri-artboard-fill:before {
  content: "\ea7b";
}

.ri-artboard-line:before {
  content: "\ea7c";
}

.ri-article-fill:before {
  content: "\ea7d";
}

.ri-article-line:before {
  content: "\ea7e";
}

.ri-aspect-ratio-fill:before {
  content: "\ea7f";
}

.ri-aspect-ratio-line:before {
  content: "\ea80";
}

.ri-asterisk:before {
  content: "\ea81";
}

.ri-at-fill:before {
  content: "\ea82";
}

.ri-at-line:before {
  content: "\ea83";
}

.ri-attachment-2:before {
  content: "\ea84";
}

.ri-attachment-fill:before {
  content: "\ea85";
}

.ri-attachment-line:before {
  content: "\ea86";
}

.ri-auction-fill:before {
  content: "\ea87";
}

.ri-auction-line:before {
  content: "\ea88";
}

.ri-award-fill:before {
  content: "\ea89";
}

.ri-award-line:before {
  content: "\ea8a";
}

.ri-baidu-fill:before {
  content: "\ea8b";
}

.ri-baidu-line:before {
  content: "\ea8c";
}

.ri-ball-pen-fill:before {
  content: "\ea8d";
}

.ri-ball-pen-line:before {
  content: "\ea8e";
}

.ri-bank-card-2-fill:before {
  content: "\ea8f";
}

.ri-bank-card-2-line:before {
  content: "\ea90";
}

.ri-bank-card-fill:before {
  content: "\ea91";
}

.ri-bank-card-line:before {
  content: "\ea92";
}

.ri-bank-fill:before {
  content: "\ea93";
}

.ri-bank-line:before {
  content: "\ea94";
}

.ri-bar-chart-2-fill:before {
  content: "\ea95";
}

.ri-bar-chart-2-line:before {
  content: "\ea96";
}

.ri-bar-chart-box-fill:before {
  content: "\ea97";
}

.ri-bar-chart-box-line:before {
  content: "\ea98";
}

.ri-bar-chart-fill:before {
  content: "\ea99";
}

.ri-bar-chart-grouped-fill:before {
  content: "\ea9a";
}

.ri-bar-chart-grouped-line:before {
  content: "\ea9b";
}

.ri-bar-chart-horizontal-fill:before {
  content: "\ea9c";
}

.ri-bar-chart-horizontal-line:before {
  content: "\ea9d";
}

.ri-bar-chart-line:before {
  content: "\ea9e";
}

.ri-barcode-box-fill:before {
  content: "\ea9f";
}

.ri-barcode-box-line:before {
  content: "\eaa0";
}

.ri-barcode-fill:before {
  content: "\eaa1";
}

.ri-barcode-line:before {
  content: "\eaa2";
}

.ri-barricade-fill:before {
  content: "\eaa3";
}

.ri-barricade-line:before {
  content: "\eaa4";
}

.ri-base-station-fill:before {
  content: "\eaa5";
}

.ri-base-station-line:before {
  content: "\eaa6";
}

.ri-basketball-fill:before {
  content: "\eaa7";
}

.ri-basketball-line:before {
  content: "\eaa8";
}

.ri-battery-2-charge-fill:before {
  content: "\eaa9";
}

.ri-battery-2-charge-line:before {
  content: "\eaaa";
}

.ri-battery-2-fill:before {
  content: "\eaab";
}

.ri-battery-2-line:before {
  content: "\eaac";
}

.ri-battery-charge-fill:before {
  content: "\eaad";
}

.ri-battery-charge-line:before {
  content: "\eaae";
}

.ri-battery-fill:before {
  content: "\eaaf";
}

.ri-battery-line:before {
  content: "\eab0";
}

.ri-battery-low-fill:before {
  content: "\eab1";
}

.ri-battery-low-line:before {
  content: "\eab2";
}

.ri-battery-saver-fill:before {
  content: "\eab3";
}

.ri-battery-saver-line:before {
  content: "\eab4";
}

.ri-battery-share-fill:before {
  content: "\eab5";
}

.ri-battery-share-line:before {
  content: "\eab6";
}

.ri-bear-smile-fill:before {
  content: "\eab7";
}

.ri-bear-smile-line:before {
  content: "\eab8";
}

.ri-behance-fill:before {
  content: "\eab9";
}

.ri-behance-line:before {
  content: "\eaba";
}

.ri-bell-fill:before {
  content: "\eabb";
}

.ri-bell-line:before {
  content: "\eabc";
}

.ri-bike-fill:before {
  content: "\eabd";
}

.ri-bike-line:before {
  content: "\eabe";
}

.ri-bilibili-fill:before {
  content: "\eabf";
}

.ri-bilibili-line:before {
  content: "\eac0";
}

.ri-bill-fill:before {
  content: "\eac1";
}

.ri-bill-line:before {
  content: "\eac2";
}

.ri-billiards-fill:before {
  content: "\eac3";
}

.ri-billiards-line:before {
  content: "\eac4";
}

.ri-bit-coin-fill:before {
  content: "\eac5";
}

.ri-bit-coin-line:before {
  content: "\eac6";
}

.ri-blaze-fill:before {
  content: "\eac7";
}

.ri-blaze-line:before {
  content: "\eac8";
}

.ri-bluetooth-connect-fill:before {
  content: "\eac9";
}

.ri-bluetooth-connect-line:before {
  content: "\eaca";
}

.ri-bluetooth-fill:before {
  content: "\eacb";
}

.ri-bluetooth-line:before {
  content: "\eacc";
}

.ri-blur-off-fill:before {
  content: "\eacd";
}

.ri-blur-off-line:before {
  content: "\eace";
}

.ri-body-scan-fill:before {
  content: "\eacf";
}

.ri-body-scan-line:before {
  content: "\ead0";
}

.ri-bold:before {
  content: "\ead1";
}

.ri-book-2-fill:before {
  content: "\ead2";
}

.ri-book-2-line:before {
  content: "\ead3";
}

.ri-book-3-fill:before {
  content: "\ead4";
}

.ri-book-3-line:before {
  content: "\ead5";
}

.ri-book-fill:before {
  content: "\ead6";
}

.ri-book-line:before {
  content: "\ead7";
}

.ri-book-mark-fill:before {
  content: "\ead8";
}

.ri-book-mark-line:before {
  content: "\ead9";
}

.ri-book-open-fill:before {
  content: "\eada";
}

.ri-book-open-line:before {
  content: "\eadb";
}

.ri-book-read-fill:before {
  content: "\eadc";
}

.ri-book-read-line:before {
  content: "\eadd";
}

.ri-booklet-fill:before {
  content: "\eade";
}

.ri-booklet-line:before {
  content: "\eadf";
}

.ri-bookmark-2-fill:before {
  content: "\eae0";
}

.ri-bookmark-2-line:before {
  content: "\eae1";
}

.ri-bookmark-3-fill:before {
  content: "\eae2";
}

.ri-bookmark-3-line:before {
  content: "\eae3";
}

.ri-bookmark-fill:before {
  content: "\eae4";
}

.ri-bookmark-line:before {
  content: "\eae5";
}

.ri-boxing-fill:before {
  content: "\eae6";
}

.ri-boxing-line:before {
  content: "\eae7";
}

.ri-braces-fill:before {
  content: "\eae8";
}

.ri-braces-line:before {
  content: "\eae9";
}

.ri-brackets-fill:before {
  content: "\eaea";
}

.ri-brackets-line:before {
  content: "\eaeb";
}

.ri-briefcase-2-fill:before {
  content: "\eaec";
}

.ri-briefcase-2-line:before {
  content: "\eaed";
}

.ri-briefcase-3-fill:before {
  content: "\eaee";
}

.ri-briefcase-3-line:before {
  content: "\eaef";
}

.ri-briefcase-4-fill:before {
  content: "\eaf0";
}

.ri-briefcase-4-line:before {
  content: "\eaf1";
}

.ri-briefcase-5-fill:before {
  content: "\eaf2";
}

.ri-briefcase-5-line:before {
  content: "\eaf3";
}

.ri-briefcase-fill:before {
  content: "\eaf4";
}

.ri-briefcase-line:before {
  content: "\eaf5";
}

.ri-bring-forward:before {
  content: "\eaf6";
}

.ri-bring-to-front:before {
  content: "\eaf7";
}

.ri-broadcast-fill:before {
  content: "\eaf8";
}

.ri-broadcast-line:before {
  content: "\eaf9";
}

.ri-brush-2-fill:before {
  content: "\eafa";
}

.ri-brush-2-line:before {
  content: "\eafb";
}

.ri-brush-3-fill:before {
  content: "\eafc";
}

.ri-brush-3-line:before {
  content: "\eafd";
}

.ri-brush-4-fill:before {
  content: "\eafe";
}

.ri-brush-4-line:before {
  content: "\eaff";
}

.ri-brush-fill:before {
  content: "\eb00";
}

.ri-brush-line:before {
  content: "\eb01";
}

.ri-bubble-chart-fill:before {
  content: "\eb02";
}

.ri-bubble-chart-line:before {
  content: "\eb03";
}

.ri-bug-2-fill:before {
  content: "\eb04";
}

.ri-bug-2-line:before {
  content: "\eb05";
}

.ri-bug-fill:before {
  content: "\eb06";
}

.ri-bug-line:before {
  content: "\eb07";
}

.ri-building-2-fill:before {
  content: "\eb08";
}

.ri-building-2-line:before {
  content: "\eb09";
}

.ri-building-3-fill:before {
  content: "\eb0a";
}

.ri-building-3-line:before {
  content: "\eb0b";
}

.ri-building-4-fill:before {
  content: "\eb0c";
}

.ri-building-4-line:before {
  content: "\eb0d";
}

.ri-building-fill:before {
  content: "\eb0e";
}

.ri-building-line:before {
  content: "\eb0f";
}

.ri-bus-2-fill:before {
  content: "\eb10";
}

.ri-bus-2-line:before {
  content: "\eb11";
}

.ri-bus-fill:before {
  content: "\eb12";
}

.ri-bus-line:before {
  content: "\eb13";
}

.ri-bus-wifi-fill:before {
  content: "\eb14";
}

.ri-bus-wifi-line:before {
  content: "\eb15";
}

.ri-cactus-fill:before {
  content: "\eb16";
}

.ri-cactus-line:before {
  content: "\eb17";
}

.ri-cake-2-fill:before {
  content: "\eb18";
}

.ri-cake-2-line:before {
  content: "\eb19";
}

.ri-cake-3-fill:before {
  content: "\eb1a";
}

.ri-cake-3-line:before {
  content: "\eb1b";
}

.ri-cake-fill:before {
  content: "\eb1c";
}

.ri-cake-line:before {
  content: "\eb1d";
}

.ri-calculator-fill:before {
  content: "\eb1e";
}

.ri-calculator-line:before {
  content: "\eb1f";
}

.ri-calendar-2-fill:before {
  content: "\eb20";
}

.ri-calendar-2-line:before {
  content: "\eb21";
}

.ri-calendar-check-fill:before {
  content: "\eb22";
}

.ri-calendar-check-line:before {
  content: "\eb23";
}

.ri-calendar-event-fill:before {
  content: "\eb24";
}

.ri-calendar-event-line:before {
  content: "\eb25";
}

.ri-calendar-fill:before {
  content: "\eb26";
}

.ri-calendar-line:before {
  content: "\eb27";
}

.ri-calendar-todo-fill:before {
  content: "\eb28";
}

.ri-calendar-todo-line:before {
  content: "\eb29";
}

.ri-camera-2-fill:before {
  content: "\eb2a";
}

.ri-camera-2-line:before {
  content: "\eb2b";
}

.ri-camera-3-fill:before {
  content: "\eb2c";
}

.ri-camera-3-line:before {
  content: "\eb2d";
}

.ri-camera-fill:before {
  content: "\eb2e";
}

.ri-camera-lens-fill:before {
  content: "\eb2f";
}

.ri-camera-lens-line:before {
  content: "\eb30";
}

.ri-camera-line:before {
  content: "\eb31";
}

.ri-camera-off-fill:before {
  content: "\eb32";
}

.ri-camera-off-line:before {
  content: "\eb33";
}

.ri-camera-switch-fill:before {
  content: "\eb34";
}

.ri-camera-switch-line:before {
  content: "\eb35";
}

.ri-capsule-fill:before {
  content: "\eb36";
}

.ri-capsule-line:before {
  content: "\eb37";
}

.ri-car-fill:before {
  content: "\eb38";
}

.ri-car-line:before {
  content: "\eb39";
}

.ri-car-washing-fill:before {
  content: "\eb3a";
}

.ri-car-washing-line:before {
  content: "\eb3b";
}

.ri-caravan-fill:before {
  content: "\eb3c";
}

.ri-caravan-line:before {
  content: "\eb3d";
}

.ri-cast-fill:before {
  content: "\eb3e";
}

.ri-cast-line:before {
  content: "\eb3f";
}

.ri-cellphone-fill:before {
  content: "\eb40";
}

.ri-cellphone-line:before {
  content: "\eb41";
}

.ri-celsius-fill:before {
  content: "\eb42";
}

.ri-celsius-line:before {
  content: "\eb43";
}

.ri-centos-fill:before {
  content: "\eb44";
}

.ri-centos-line:before {
  content: "\eb45";
}

.ri-character-recognition-fill:before {
  content: "\eb46";
}

.ri-character-recognition-line:before {
  content: "\eb47";
}

.ri-charging-pile-2-fill:before {
  content: "\eb48";
}

.ri-charging-pile-2-line:before {
  content: "\eb49";
}

.ri-charging-pile-fill:before {
  content: "\eb4a";
}

.ri-charging-pile-line:before {
  content: "\eb4b";
}

.ri-chat-1-fill:before {
  content: "\eb4c";
}

.ri-chat-1-line:before {
  content: "\eb4d";
}

.ri-chat-2-fill:before {
  content: "\eb4e";
}

.ri-chat-2-line:before {
  content: "\eb4f";
}

.ri-chat-3-fill:before {
  content: "\eb50";
}

.ri-chat-3-line:before {
  content: "\eb51";
}

.ri-chat-4-fill:before {
  content: "\eb52";
}

.ri-chat-4-line:before {
  content: "\eb53";
}

.ri-chat-check-fill:before {
  content: "\eb54";
}

.ri-chat-check-line:before {
  content: "\eb55";
}

.ri-chat-delete-fill:before {
  content: "\eb56";
}

.ri-chat-delete-line:before {
  content: "\eb57";
}

.ri-chat-download-fill:before {
  content: "\eb58";
}

.ri-chat-download-line:before {
  content: "\eb59";
}

.ri-chat-follow-up-fill:before {
  content: "\eb5a";
}

.ri-chat-follow-up-line:before {
  content: "\eb5b";
}

.ri-chat-forward-fill:before {
  content: "\eb5c";
}

.ri-chat-forward-line:before {
  content: "\eb5d";
}

.ri-chat-heart-fill:before {
  content: "\eb5e";
}

.ri-chat-heart-line:before {
  content: "\eb5f";
}

.ri-chat-history-fill:before {
  content: "\eb60";
}

.ri-chat-history-line:before {
  content: "\eb61";
}

.ri-chat-new-fill:before {
  content: "\eb62";
}

.ri-chat-new-line:before {
  content: "\eb63";
}

.ri-chat-off-fill:before {
  content: "\eb64";
}

.ri-chat-off-line:before {
  content: "\eb65";
}

.ri-chat-poll-fill:before {
  content: "\eb66";
}

.ri-chat-poll-line:before {
  content: "\eb67";
}

.ri-chat-private-fill:before {
  content: "\eb68";
}

.ri-chat-private-line:before {
  content: "\eb69";
}

.ri-chat-quote-fill:before {
  content: "\eb6a";
}

.ri-chat-quote-line:before {
  content: "\eb6b";
}

.ri-chat-settings-fill:before {
  content: "\eb6c";
}

.ri-chat-settings-line:before {
  content: "\eb6d";
}

.ri-chat-smile-2-fill:before {
  content: "\eb6e";
}

.ri-chat-smile-2-line:before {
  content: "\eb6f";
}

.ri-chat-smile-3-fill:before {
  content: "\eb70";
}

.ri-chat-smile-3-line:before {
  content: "\eb71";
}

.ri-chat-smile-fill:before {
  content: "\eb72";
}

.ri-chat-smile-line:before {
  content: "\eb73";
}

.ri-chat-upload-fill:before {
  content: "\eb74";
}

.ri-chat-upload-line:before {
  content: "\eb75";
}

.ri-chat-voice-fill:before {
  content: "\eb76";
}

.ri-chat-voice-line:before {
  content: "\eb77";
}

.ri-check-double-fill:before {
  content: "\eb78";
}

.ri-check-double-line:before {
  content: "\eb79";
}

.ri-check-fill:before {
  content: "\eb7a";
}

.ri-check-line:before {
  content: "\eb7b";
}

.ri-checkbox-blank-circle-fill:before {
  content: "\eb7c";
}

.ri-checkbox-blank-circle-line:before {
  content: "\eb7d";
}

.ri-checkbox-blank-fill:before {
  content: "\eb7e";
}

.ri-checkbox-blank-line:before {
  content: "\eb7f";
}

.ri-checkbox-circle-fill:before {
  content: "\eb80";
}

.ri-checkbox-circle-line:before {
  content: "\eb81";
}

.ri-checkbox-fill:before {
  content: "\eb82";
}

.ri-checkbox-indeterminate-fill:before {
  content: "\eb83";
}

.ri-checkbox-indeterminate-line:before {
  content: "\eb84";
}

.ri-checkbox-line:before {
  content: "\eb85";
}

.ri-checkbox-multiple-blank-fill:before {
  content: "\eb86";
}

.ri-checkbox-multiple-blank-line:before {
  content: "\eb87";
}

.ri-checkbox-multiple-fill:before {
  content: "\eb88";
}

.ri-checkbox-multiple-line:before {
  content: "\eb89";
}

.ri-china-railway-fill:before {
  content: "\eb8a";
}

.ri-china-railway-line:before {
  content: "\eb8b";
}

.ri-chrome-fill:before {
  content: "\eb8c";
}

.ri-chrome-line:before {
  content: "\eb8d";
}

.ri-clapperboard-fill:before {
  content: "\eb8e";
}

.ri-clapperboard-line:before {
  content: "\eb8f";
}

.ri-clipboard-fill:before {
  content: "\eb90";
}

.ri-clipboard-line:before {
  content: "\eb91";
}

.ri-clockwise-2-fill:before {
  content: "\eb92";
}

.ri-clockwise-2-line:before {
  content: "\eb93";
}

.ri-clockwise-fill:before {
  content: "\eb94";
}

.ri-clockwise-line:before {
  content: "\eb95";
}

.ri-close-circle-fill:before {
  content: "\eb96";
}

.ri-close-circle-line:before {
  content: "\eb97";
}

.ri-close-fill:before {
  content: "\eb98";
}

.ri-close-line:before {
  content: "\eb99";
}

.ri-closed-captioning-fill:before {
  content: "\eb9a";
}

.ri-closed-captioning-line:before {
  content: "\eb9b";
}

.ri-cloud-fill:before {
  content: "\eb9c";
}

.ri-cloud-line:before {
  content: "\eb9d";
}

.ri-cloud-off-fill:before {
  content: "\eb9e";
}

.ri-cloud-off-line:before {
  content: "\eb9f";
}

.ri-cloud-windy-fill:before {
  content: "\eba0";
}

.ri-cloud-windy-line:before {
  content: "\eba1";
}

.ri-cloudy-2-fill:before {
  content: "\eba2";
}

.ri-cloudy-2-line:before {
  content: "\eba3";
}

.ri-cloudy-fill:before {
  content: "\eba4";
}

.ri-cloudy-line:before {
  content: "\eba5";
}

.ri-code-box-fill:before {
  content: "\eba6";
}

.ri-code-box-line:before {
  content: "\eba7";
}

.ri-code-fill:before {
  content: "\eba8";
}

.ri-code-line:before {
  content: "\eba9";
}

.ri-code-s-fill:before {
  content: "\ebaa";
}

.ri-code-s-line:before {
  content: "\ebab";
}

.ri-code-s-slash-fill:before {
  content: "\ebac";
}

.ri-code-s-slash-line:before {
  content: "\ebad";
}

.ri-code-view:before {
  content: "\ebae";
}

.ri-codepen-fill:before {
  content: "\ebaf";
}

.ri-codepen-line:before {
  content: "\ebb0";
}

.ri-coin-fill:before {
  content: "\ebb1";
}

.ri-coin-line:before {
  content: "\ebb2";
}

.ri-coins-fill:before {
  content: "\ebb3";
}

.ri-coins-line:before {
  content: "\ebb4";
}

.ri-collage-fill:before {
  content: "\ebb5";
}

.ri-collage-line:before {
  content: "\ebb6";
}

.ri-command-fill:before {
  content: "\ebb7";
}

.ri-command-line:before {
  content: "\ebb8";
}

.ri-community-fill:before {
  content: "\ebb9";
}

.ri-community-line:before {
  content: "\ebba";
}

.ri-compass-2-fill:before {
  content: "\ebbb";
}

.ri-compass-2-line:before {
  content: "\ebbc";
}

.ri-compass-3-fill:before {
  content: "\ebbd";
}

.ri-compass-3-line:before {
  content: "\ebbe";
}

.ri-compass-4-fill:before {
  content: "\ebbf";
}

.ri-compass-4-line:before {
  content: "\ebc0";
}

.ri-compass-discover-fill:before {
  content: "\ebc1";
}

.ri-compass-discover-line:before {
  content: "\ebc2";
}

.ri-compass-fill:before {
  content: "\ebc3";
}

.ri-compass-line:before {
  content: "\ebc4";
}

.ri-compasses-2-fill:before {
  content: "\ebc5";
}

.ri-compasses-2-line:before {
  content: "\ebc6";
}

.ri-compasses-fill:before {
  content: "\ebc7";
}

.ri-compasses-line:before {
  content: "\ebc8";
}

.ri-computer-fill:before {
  content: "\ebc9";
}

.ri-computer-line:before {
  content: "\ebca";
}

.ri-contacts-book-2-fill:before {
  content: "\ebcb";
}

.ri-contacts-book-2-line:before {
  content: "\ebcc";
}

.ri-contacts-book-fill:before {
  content: "\ebcd";
}

.ri-contacts-book-line:before {
  content: "\ebce";
}

.ri-contacts-book-upload-fill:before {
  content: "\ebcf";
}

.ri-contacts-book-upload-line:before {
  content: "\ebd0";
}

.ri-contacts-fill:before {
  content: "\ebd1";
}

.ri-contacts-line:before {
  content: "\ebd2";
}

.ri-contrast-2-fill:before {
  content: "\ebd3";
}

.ri-contrast-2-line:before {
  content: "\ebd4";
}

.ri-contrast-drop-2-fill:before {
  content: "\ebd5";
}

.ri-contrast-drop-2-line:before {
  content: "\ebd6";
}

.ri-contrast-drop-fill:before {
  content: "\ebd7";
}

.ri-contrast-drop-line:before {
  content: "\ebd8";
}

.ri-contrast-fill:before {
  content: "\ebd9";
}

.ri-contrast-line:before {
  content: "\ebda";
}

.ri-copper-coin-fill:before {
  content: "\ebdb";
}

.ri-copper-coin-line:before {
  content: "\ebdc";
}

.ri-copper-diamond-fill:before {
  content: "\ebdd";
}

.ri-copper-diamond-line:before {
  content: "\ebde";
}

.ri-copyleft-fill:before {
  content: "\ebdf";
}

.ri-copyleft-line:before {
  content: "\ebe0";
}

.ri-copyright-fill:before {
  content: "\ebe1";
}

.ri-copyright-line:before {
  content: "\ebe2";
}

.ri-coreos-fill:before {
  content: "\ebe3";
}

.ri-coreos-line:before {
  content: "\ebe4";
}

.ri-coupon-2-fill:before {
  content: "\ebe5";
}

.ri-coupon-2-line:before {
  content: "\ebe6";
}

.ri-coupon-3-fill:before {
  content: "\ebe7";
}

.ri-coupon-3-line:before {
  content: "\ebe8";
}

.ri-coupon-4-fill:before {
  content: "\ebe9";
}

.ri-coupon-4-line:before {
  content: "\ebea";
}

.ri-coupon-5-fill:before {
  content: "\ebeb";
}

.ri-coupon-5-line:before {
  content: "\ebec";
}

.ri-coupon-fill:before {
  content: "\ebed";
}

.ri-coupon-line:before {
  content: "\ebee";
}

.ri-cpu-fill:before {
  content: "\ebef";
}

.ri-cpu-line:before {
  content: "\ebf0";
}

.ri-creative-commons-by-fill:before {
  content: "\ebf1";
}

.ri-creative-commons-by-line:before {
  content: "\ebf2";
}

.ri-creative-commons-fill:before {
  content: "\ebf3";
}

.ri-creative-commons-line:before {
  content: "\ebf4";
}

.ri-creative-commons-nc-fill:before {
  content: "\ebf5";
}

.ri-creative-commons-nc-line:before {
  content: "\ebf6";
}

.ri-creative-commons-nd-fill:before {
  content: "\ebf7";
}

.ri-creative-commons-nd-line:before {
  content: "\ebf8";
}

.ri-creative-commons-sa-fill:before {
  content: "\ebf9";
}

.ri-creative-commons-sa-line:before {
  content: "\ebfa";
}

.ri-creative-commons-zero-fill:before {
  content: "\ebfb";
}

.ri-creative-commons-zero-line:before {
  content: "\ebfc";
}

.ri-criminal-fill:before {
  content: "\ebfd";
}

.ri-criminal-line:before {
  content: "\ebfe";
}

.ri-crop-2-fill:before {
  content: "\ebff";
}

.ri-crop-2-line:before {
  content: "\ec00";
}

.ri-crop-fill:before {
  content: "\ec01";
}

.ri-crop-line:before {
  content: "\ec02";
}

.ri-css3-fill:before {
  content: "\ec03";
}

.ri-css3-line:before {
  content: "\ec04";
}

.ri-cup-fill:before {
  content: "\ec05";
}

.ri-cup-line:before {
  content: "\ec06";
}

.ri-currency-fill:before {
  content: "\ec07";
}

.ri-currency-line:before {
  content: "\ec08";
}

.ri-cursor-fill:before {
  content: "\ec09";
}

.ri-cursor-line:before {
  content: "\ec0a";
}

.ri-customer-service-2-fill:before {
  content: "\ec0b";
}

.ri-customer-service-2-line:before {
  content: "\ec0c";
}

.ri-customer-service-fill:before {
  content: "\ec0d";
}

.ri-customer-service-line:before {
  content: "\ec0e";
}

.ri-dashboard-2-fill:before {
  content: "\ec0f";
}

.ri-dashboard-2-line:before {
  content: "\ec10";
}

.ri-dashboard-3-fill:before {
  content: "\ec11";
}

.ri-dashboard-3-line:before {
  content: "\ec12";
}

.ri-dashboard-fill:before {
  content: "\ec13";
}

.ri-dashboard-line:before {
  content: "\ec14";
}

.ri-database-2-fill:before {
  content: "\ec15";
}

.ri-database-2-line:before {
  content: "\ec16";
}

.ri-database-fill:before {
  content: "\ec17";
}

.ri-database-line:before {
  content: "\ec18";
}

.ri-delete-back-2-fill:before {
  content: "\ec19";
}

.ri-delete-back-2-line:before {
  content: "\ec1a";
}

.ri-delete-back-fill:before {
  content: "\ec1b";
}

.ri-delete-back-line:before {
  content: "\ec1c";
}

.ri-delete-bin-2-fill:before {
  content: "\ec1d";
}

.ri-delete-bin-2-line:before {
  content: "\ec1e";
}

.ri-delete-bin-3-fill:before {
  content: "\ec1f";
}

.ri-delete-bin-3-line:before {
  content: "\ec20";
}

.ri-delete-bin-4-fill:before {
  content: "\ec21";
}

.ri-delete-bin-4-line:before {
  content: "\ec22";
}

.ri-delete-bin-5-fill:before {
  content: "\ec23";
}

.ri-delete-bin-5-line:before {
  content: "\ec24";
}

.ri-delete-bin-6-fill:before {
  content: "\ec25";
}

.ri-delete-bin-6-line:before {
  content: "\ec26";
}

.ri-delete-bin-7-fill:before {
  content: "\ec27";
}

.ri-delete-bin-7-line:before {
  content: "\ec28";
}

.ri-delete-bin-fill:before {
  content: "\ec29";
}

.ri-delete-bin-line:before {
  content: "\ec2a";
}

.ri-delete-column:before {
  content: "\ec2b";
}

.ri-delete-row:before {
  content: "\ec2c";
}

.ri-device-fill:before {
  content: "\ec2d";
}

.ri-device-line:before {
  content: "\ec2e";
}

.ri-device-recover-fill:before {
  content: "\ec2f";
}

.ri-device-recover-line:before {
  content: "\ec30";
}

.ri-dingding-fill:before {
  content: "\ec31";
}

.ri-dingding-line:before {
  content: "\ec32";
}

.ri-direction-fill:before {
  content: "\ec33";
}

.ri-direction-line:before {
  content: "\ec34";
}

.ri-disc-fill:before {
  content: "\ec35";
}

.ri-disc-line:before {
  content: "\ec36";
}

.ri-discord-fill:before {
  content: "\ec37";
}

.ri-discord-line:before {
  content: "\ec38";
}

.ri-discuss-fill:before {
  content: "\ec39";
}

.ri-discuss-line:before {
  content: "\ec3a";
}

.ri-dislike-fill:before {
  content: "\ec3b";
}

.ri-dislike-line:before {
  content: "\ec3c";
}

.ri-disqus-fill:before {
  content: "\ec3d";
}

.ri-disqus-line:before {
  content: "\ec3e";
}

.ri-divide-fill:before {
  content: "\ec3f";
}

.ri-divide-line:before {
  content: "\ec40";
}

.ri-donut-chart-fill:before {
  content: "\ec41";
}

.ri-donut-chart-line:before {
  content: "\ec42";
}

.ri-door-closed-fill:before {
  content: "\ec43";
}

.ri-door-closed-line:before {
  content: "\ec44";
}

.ri-door-fill:before {
  content: "\ec45";
}

.ri-door-line:before {
  content: "\ec46";
}

.ri-door-lock-box-fill:before {
  content: "\ec47";
}

.ri-door-lock-box-line:before {
  content: "\ec48";
}

.ri-door-lock-fill:before {
  content: "\ec49";
}

.ri-door-lock-line:before {
  content: "\ec4a";
}

.ri-door-open-fill:before {
  content: "\ec4b";
}

.ri-door-open-line:before {
  content: "\ec4c";
}

.ri-dossier-fill:before {
  content: "\ec4d";
}

.ri-dossier-line:before {
  content: "\ec4e";
}

.ri-douban-fill:before {
  content: "\ec4f";
}

.ri-douban-line:before {
  content: "\ec50";
}

.ri-double-quotes-l:before {
  content: "\ec51";
}

.ri-double-quotes-r:before {
  content: "\ec52";
}

.ri-download-2-fill:before {
  content: "\ec53";
}

.ri-download-2-line:before {
  content: "\ec54";
}

.ri-download-cloud-2-fill:before {
  content: "\ec55";
}

.ri-download-cloud-2-line:before {
  content: "\ec56";
}

.ri-download-cloud-fill:before {
  content: "\ec57";
}

.ri-download-cloud-line:before {
  content: "\ec58";
}

.ri-download-fill:before {
  content: "\ec59";
}

.ri-download-line:before {
  content: "\ec5a";
}

.ri-draft-fill:before {
  content: "\ec5b";
}

.ri-draft-line:before {
  content: "\ec5c";
}

.ri-drag-drop-fill:before {
  content: "\ec5d";
}

.ri-drag-drop-line:before {
  content: "\ec5e";
}

.ri-drag-move-2-fill:before {
  content: "\ec5f";
}

.ri-drag-move-2-line:before {
  content: "\ec60";
}

.ri-drag-move-fill:before {
  content: "\ec61";
}

.ri-drag-move-line:before {
  content: "\ec62";
}

.ri-dribbble-fill:before {
  content: "\ec63";
}

.ri-dribbble-line:before {
  content: "\ec64";
}

.ri-drive-fill:before {
  content: "\ec65";
}

.ri-drive-line:before {
  content: "\ec66";
}

.ri-drizzle-fill:before {
  content: "\ec67";
}

.ri-drizzle-line:before {
  content: "\ec68";
}

.ri-drop-fill:before {
  content: "\ec69";
}

.ri-drop-line:before {
  content: "\ec6a";
}

.ri-dropbox-fill:before {
  content: "\ec6b";
}

.ri-dropbox-line:before {
  content: "\ec6c";
}

.ri-dual-sim-1-fill:before {
  content: "\ec6d";
}

.ri-dual-sim-1-line:before {
  content: "\ec6e";
}

.ri-dual-sim-2-fill:before {
  content: "\ec6f";
}

.ri-dual-sim-2-line:before {
  content: "\ec70";
}

.ri-dv-fill:before {
  content: "\ec71";
}

.ri-dv-line:before {
  content: "\ec72";
}

.ri-dvd-fill:before {
  content: "\ec73";
}

.ri-dvd-line:before {
  content: "\ec74";
}

.ri-e-bike-2-fill:before {
  content: "\ec75";
}

.ri-e-bike-2-line:before {
  content: "\ec76";
}

.ri-e-bike-fill:before {
  content: "\ec77";
}

.ri-e-bike-line:before {
  content: "\ec78";
}

.ri-earth-fill:before {
  content: "\ec79";
}

.ri-earth-line:before {
  content: "\ec7a";
}

.ri-earthquake-fill:before {
  content: "\ec7b";
}

.ri-earthquake-line:before {
  content: "\ec7c";
}

.ri-edge-fill:before {
  content: "\ec7d";
}

.ri-edge-line:before {
  content: "\ec7e";
}

.ri-edit-2-fill:before {
  content: "\ec7f";
}

.ri-edit-2-line:before {
  content: "\ec80";
}

.ri-edit-box-fill:before {
  content: "\ec81";
}

.ri-edit-box-line:before {
  content: "\ec82";
}

.ri-edit-circle-fill:before {
  content: "\ec83";
}

.ri-edit-circle-line:before {
  content: "\ec84";
}

.ri-edit-fill:before {
  content: "\ec85";
}

.ri-edit-line:before {
  content: "\ec86";
}

.ri-eject-fill:before {
  content: "\ec87";
}

.ri-eject-line:before {
  content: "\ec88";
}

.ri-emotion-2-fill:before {
  content: "\ec89";
}

.ri-emotion-2-line:before {
  content: "\ec8a";
}

.ri-emotion-fill:before {
  content: "\ec8b";
}

.ri-emotion-happy-fill:before {
  content: "\ec8c";
}

.ri-emotion-happy-line:before {
  content: "\ec8d";
}

.ri-emotion-laugh-fill:before {
  content: "\ec8e";
}

.ri-emotion-laugh-line:before {
  content: "\ec8f";
}

.ri-emotion-line:before {
  content: "\ec90";
}

.ri-emotion-normal-fill:before {
  content: "\ec91";
}

.ri-emotion-normal-line:before {
  content: "\ec92";
}

.ri-emotion-sad-fill:before {
  content: "\ec93";
}

.ri-emotion-sad-line:before {
  content: "\ec94";
}

.ri-emotion-unhappy-fill:before {
  content: "\ec95";
}

.ri-emotion-unhappy-line:before {
  content: "\ec96";
}

.ri-empathize-fill:before {
  content: "\ec97";
}

.ri-empathize-line:before {
  content: "\ec98";
}

.ri-emphasis-cn:before {
  content: "\ec99";
}

.ri-emphasis:before {
  content: "\ec9a";
}

.ri-english-input:before {
  content: "\ec9b";
}

.ri-equalizer-fill:before {
  content: "\ec9c";
}

.ri-equalizer-line:before {
  content: "\ec9d";
}

.ri-eraser-fill:before {
  content: "\ec9e";
}

.ri-eraser-line:before {
  content: "\ec9f";
}

.ri-error-warning-fill:before {
  content: "\eca0";
}

.ri-error-warning-line:before {
  content: "\eca1";
}

.ri-evernote-fill:before {
  content: "\eca2";
}

.ri-evernote-line:before {
  content: "\eca3";
}

.ri-exchange-box-fill:before {
  content: "\eca4";
}

.ri-exchange-box-line:before {
  content: "\eca5";
}

.ri-exchange-cny-fill:before {
  content: "\eca6";
}

.ri-exchange-cny-line:before {
  content: "\eca7";
}

.ri-exchange-dollar-fill:before {
  content: "\eca8";
}

.ri-exchange-dollar-line:before {
  content: "\eca9";
}

.ri-exchange-fill:before {
  content: "\ecaa";
}

.ri-exchange-funds-fill:before {
  content: "\ecab";
}

.ri-exchange-funds-line:before {
  content: "\ecac";
}

.ri-exchange-line:before {
  content: "\ecad";
}

.ri-external-link-fill:before {
  content: "\ecae";
}

.ri-external-link-line:before {
  content: "\ecaf";
}

.ri-eye-2-fill:before {
  content: "\ecb0";
}

.ri-eye-2-line:before {
  content: "\ecb1";
}

.ri-eye-close-fill:before {
  content: "\ecb2";
}

.ri-eye-close-line:before {
  content: "\ecb3";
}

.ri-eye-fill:before {
  content: "\ecb4";
}

.ri-eye-line:before {
  content: "\ecb5";
}

.ri-eye-off-fill:before {
  content: "\ecb6";
}

.ri-eye-off-line:before {
  content: "\ecb7";
}

.ri-facebook-box-fill:before {
  content: "\ecb8";
}

.ri-facebook-box-line:before {
  content: "\ecb9";
}

.ri-facebook-circle-fill:before {
  content: "\ecba";
}

.ri-facebook-circle-line:before {
  content: "\ecbb";
}

.ri-facebook-fill:before {
  content: "\ecbc";
}

.ri-facebook-line:before {
  content: "\ecbd";
}

.ri-fahrenheit-fill:before {
  content: "\ecbe";
}

.ri-fahrenheit-line:before {
  content: "\ecbf";
}

.ri-feedback-fill:before {
  content: "\ecc0";
}

.ri-feedback-line:before {
  content: "\ecc1";
}

.ri-file-2-fill:before {
  content: "\ecc2";
}

.ri-file-2-line:before {
  content: "\ecc3";
}

.ri-file-3-fill:before {
  content: "\ecc4";
}

.ri-file-3-line:before {
  content: "\ecc5";
}

.ri-file-4-fill:before {
  content: "\ecc6";
}

.ri-file-4-line:before {
  content: "\ecc7";
}

.ri-file-add-fill:before {
  content: "\ecc8";
}

.ri-file-add-line:before {
  content: "\ecc9";
}

.ri-file-chart-2-fill:before {
  content: "\ecca";
}

.ri-file-chart-2-line:before {
  content: "\eccb";
}

.ri-file-chart-fill:before {
  content: "\eccc";
}

.ri-file-chart-line:before {
  content: "\eccd";
}

.ri-file-cloud-fill:before {
  content: "\ecce";
}

.ri-file-cloud-line:before {
  content: "\eccf";
}

.ri-file-code-fill:before {
  content: "\ecd0";
}

.ri-file-code-line:before {
  content: "\ecd1";
}

.ri-file-copy-2-fill:before {
  content: "\ecd2";
}

.ri-file-copy-2-line:before {
  content: "\ecd3";
}

.ri-file-copy-fill:before {
  content: "\ecd4";
}

.ri-file-copy-line:before {
  content: "\ecd5";
}

.ri-file-damage-fill:before {
  content: "\ecd6";
}

.ri-file-damage-line:before {
  content: "\ecd7";
}

.ri-file-download-fill:before {
  content: "\ecd8";
}

.ri-file-download-line:before {
  content: "\ecd9";
}

.ri-file-edit-fill:before {
  content: "\ecda";
}

.ri-file-edit-line:before {
  content: "\ecdb";
}

.ri-file-excel-2-fill:before {
  content: "\ecdc";
}

.ri-file-excel-2-line:before {
  content: "\ecdd";
}

.ri-file-excel-fill:before {
  content: "\ecde";
}

.ri-file-excel-line:before {
  content: "\ecdf";
}

.ri-file-fill:before {
  content: "\ece0";
}

.ri-file-forbid-fill:before {
  content: "\ece1";
}

.ri-file-forbid-line:before {
  content: "\ece2";
}

.ri-file-gif-fill:before {
  content: "\ece3";
}

.ri-file-gif-line:before {
  content: "\ece4";
}

.ri-file-history-fill:before {
  content: "\ece5";
}

.ri-file-history-line:before {
  content: "\ece6";
}

.ri-file-hwp-fill:before {
  content: "\ece7";
}

.ri-file-hwp-line:before {
  content: "\ece8";
}

.ri-file-info-fill:before {
  content: "\ece9";
}

.ri-file-info-line:before {
  content: "\ecea";
}

.ri-file-line:before {
  content: "\eceb";
}

.ri-file-list-2-fill:before {
  content: "\ecec";
}

.ri-file-list-2-line:before {
  content: "\eced";
}

.ri-file-list-3-fill:before {
  content: "\ecee";
}

.ri-file-list-3-line:before {
  content: "\ecef";
}

.ri-file-list-fill:before {
  content: "\ecf0";
}

.ri-file-list-line:before {
  content: "\ecf1";
}

.ri-file-lock-fill:before {
  content: "\ecf2";
}

.ri-file-lock-line:before {
  content: "\ecf3";
}

.ri-file-mark-fill:before {
  content: "\ecf4";
}

.ri-file-mark-line:before {
  content: "\ecf5";
}

.ri-file-music-fill:before {
  content: "\ecf6";
}

.ri-file-music-line:before {
  content: "\ecf7";
}

.ri-file-paper-2-fill:before {
  content: "\ecf8";
}

.ri-file-paper-2-line:before {
  content: "\ecf9";
}

.ri-file-paper-fill:before {
  content: "\ecfa";
}

.ri-file-paper-line:before {
  content: "\ecfb";
}

.ri-file-pdf-fill:before {
  content: "\ecfc";
}

.ri-file-pdf-line:before {
  content: "\ecfd";
}

.ri-file-ppt-2-fill:before {
  content: "\ecfe";
}

.ri-file-ppt-2-line:before {
  content: "\ecff";
}

.ri-file-ppt-fill:before {
  content: "\ed00";
}

.ri-file-ppt-line:before {
  content: "\ed01";
}

.ri-file-reduce-fill:before {
  content: "\ed02";
}

.ri-file-reduce-line:before {
  content: "\ed03";
}

.ri-file-search-fill:before {
  content: "\ed04";
}

.ri-file-search-line:before {
  content: "\ed05";
}

.ri-file-settings-fill:before {
  content: "\ed06";
}

.ri-file-settings-line:before {
  content: "\ed07";
}

.ri-file-shield-2-fill:before {
  content: "\ed08";
}

.ri-file-shield-2-line:before {
  content: "\ed09";
}

.ri-file-shield-fill:before {
  content: "\ed0a";
}

.ri-file-shield-line:before {
  content: "\ed0b";
}

.ri-file-shred-fill:before {
  content: "\ed0c";
}

.ri-file-shred-line:before {
  content: "\ed0d";
}

.ri-file-text-fill:before {
  content: "\ed0e";
}

.ri-file-text-line:before {
  content: "\ed0f";
}

.ri-file-transfer-fill:before {
  content: "\ed10";
}

.ri-file-transfer-line:before {
  content: "\ed11";
}

.ri-file-unknow-fill:before {
  content: "\ed12";
}

.ri-file-unknow-line:before {
  content: "\ed13";
}

.ri-file-upload-fill:before {
  content: "\ed14";
}

.ri-file-upload-line:before {
  content: "\ed15";
}

.ri-file-user-fill:before {
  content: "\ed16";
}

.ri-file-user-line:before {
  content: "\ed17";
}

.ri-file-warning-fill:before {
  content: "\ed18";
}

.ri-file-warning-line:before {
  content: "\ed19";
}

.ri-file-word-2-fill:before {
  content: "\ed1a";
}

.ri-file-word-2-line:before {
  content: "\ed1b";
}

.ri-file-word-fill:before {
  content: "\ed1c";
}

.ri-file-word-line:before {
  content: "\ed1d";
}

.ri-file-zip-fill:before {
  content: "\ed1e";
}

.ri-file-zip-line:before {
  content: "\ed1f";
}

.ri-film-fill:before {
  content: "\ed20";
}

.ri-film-line:before {
  content: "\ed21";
}

.ri-filter-2-fill:before {
  content: "\ed22";
}

.ri-filter-2-line:before {
  content: "\ed23";
}

.ri-filter-3-fill:before {
  content: "\ed24";
}

.ri-filter-3-line:before {
  content: "\ed25";
}

.ri-filter-fill:before {
  content: "\ed26";
}

.ri-filter-line:before {
  content: "\ed27";
}

.ri-filter-off-fill:before {
  content: "\ed28";
}

.ri-filter-off-line:before {
  content: "\ed29";
}

.ri-find-replace-fill:before {
  content: "\ed2a";
}

.ri-find-replace-line:before {
  content: "\ed2b";
}

.ri-finder-fill:before {
  content: "\ed2c";
}

.ri-finder-line:before {
  content: "\ed2d";
}

.ri-fingerprint-2-fill:before {
  content: "\ed2e";
}

.ri-fingerprint-2-line:before {
  content: "\ed2f";
}

.ri-fingerprint-fill:before {
  content: "\ed30";
}

.ri-fingerprint-line:before {
  content: "\ed31";
}

.ri-fire-fill:before {
  content: "\ed32";
}

.ri-fire-line:before {
  content: "\ed33";
}

.ri-firefox-fill:before {
  content: "\ed34";
}

.ri-firefox-line:before {
  content: "\ed35";
}

.ri-first-aid-kit-fill:before {
  content: "\ed36";
}

.ri-first-aid-kit-line:before {
  content: "\ed37";
}

.ri-flag-2-fill:before {
  content: "\ed38";
}

.ri-flag-2-line:before {
  content: "\ed39";
}

.ri-flag-fill:before {
  content: "\ed3a";
}

.ri-flag-line:before {
  content: "\ed3b";
}

.ri-flashlight-fill:before {
  content: "\ed3c";
}

.ri-flashlight-line:before {
  content: "\ed3d";
}

.ri-flask-fill:before {
  content: "\ed3e";
}

.ri-flask-line:before {
  content: "\ed3f";
}

.ri-flight-land-fill:before {
  content: "\ed40";
}

.ri-flight-land-line:before {
  content: "\ed41";
}

.ri-flight-takeoff-fill:before {
  content: "\ed42";
}

.ri-flight-takeoff-line:before {
  content: "\ed43";
}

.ri-flood-fill:before {
  content: "\ed44";
}

.ri-flood-line:before {
  content: "\ed45";
}

.ri-flow-chart:before {
  content: "\ed46";
}

.ri-flutter-fill:before {
  content: "\ed47";
}

.ri-flutter-line:before {
  content: "\ed48";
}

.ri-focus-2-fill:before {
  content: "\ed49";
}

.ri-focus-2-line:before {
  content: "\ed4a";
}

.ri-focus-3-fill:before {
  content: "\ed4b";
}

.ri-focus-3-line:before {
  content: "\ed4c";
}

.ri-focus-fill:before {
  content: "\ed4d";
}

.ri-focus-line:before {
  content: "\ed4e";
}

.ri-foggy-fill:before {
  content: "\ed4f";
}

.ri-foggy-line:before {
  content: "\ed50";
}

.ri-folder-2-fill:before {
  content: "\ed51";
}

.ri-folder-2-line:before {
  content: "\ed52";
}

.ri-folder-3-fill:before {
  content: "\ed53";
}

.ri-folder-3-line:before {
  content: "\ed54";
}

.ri-folder-4-fill:before {
  content: "\ed55";
}

.ri-folder-4-line:before {
  content: "\ed56";
}

.ri-folder-5-fill:before {
  content: "\ed57";
}

.ri-folder-5-line:before {
  content: "\ed58";
}

.ri-folder-add-fill:before {
  content: "\ed59";
}

.ri-folder-add-line:before {
  content: "\ed5a";
}

.ri-folder-chart-2-fill:before {
  content: "\ed5b";
}

.ri-folder-chart-2-line:before {
  content: "\ed5c";
}

.ri-folder-chart-fill:before {
  content: "\ed5d";
}

.ri-folder-chart-line:before {
  content: "\ed5e";
}

.ri-folder-download-fill:before {
  content: "\ed5f";
}

.ri-folder-download-line:before {
  content: "\ed60";
}

.ri-folder-fill:before {
  content: "\ed61";
}

.ri-folder-forbid-fill:before {
  content: "\ed62";
}

.ri-folder-forbid-line:before {
  content: "\ed63";
}

.ri-folder-history-fill:before {
  content: "\ed64";
}

.ri-folder-history-line:before {
  content: "\ed65";
}

.ri-folder-info-fill:before {
  content: "\ed66";
}

.ri-folder-info-line:before {
  content: "\ed67";
}

.ri-folder-keyhole-fill:before {
  content: "\ed68";
}

.ri-folder-keyhole-line:before {
  content: "\ed69";
}

.ri-folder-line:before {
  content: "\ed6a";
}

.ri-folder-lock-fill:before {
  content: "\ed6b";
}

.ri-folder-lock-line:before {
  content: "\ed6c";
}

.ri-folder-music-fill:before {
  content: "\ed6d";
}

.ri-folder-music-line:before {
  content: "\ed6e";
}

.ri-folder-open-fill:before {
  content: "\ed6f";
}

.ri-folder-open-line:before {
  content: "\ed70";
}

.ri-folder-received-fill:before {
  content: "\ed71";
}

.ri-folder-received-line:before {
  content: "\ed72";
}

.ri-folder-reduce-fill:before {
  content: "\ed73";
}

.ri-folder-reduce-line:before {
  content: "\ed74";
}

.ri-folder-settings-fill:before {
  content: "\ed75";
}

.ri-folder-settings-line:before {
  content: "\ed76";
}

.ri-folder-shared-fill:before {
  content: "\ed77";
}

.ri-folder-shared-line:before {
  content: "\ed78";
}

.ri-folder-shield-2-fill:before {
  content: "\ed79";
}

.ri-folder-shield-2-line:before {
  content: "\ed7a";
}

.ri-folder-shield-fill:before {
  content: "\ed7b";
}

.ri-folder-shield-line:before {
  content: "\ed7c";
}

.ri-folder-transfer-fill:before {
  content: "\ed7d";
}

.ri-folder-transfer-line:before {
  content: "\ed7e";
}

.ri-folder-unknow-fill:before {
  content: "\ed7f";
}

.ri-folder-unknow-line:before {
  content: "\ed80";
}

.ri-folder-upload-fill:before {
  content: "\ed81";
}

.ri-folder-upload-line:before {
  content: "\ed82";
}

.ri-folder-user-fill:before {
  content: "\ed83";
}

.ri-folder-user-line:before {
  content: "\ed84";
}

.ri-folder-warning-fill:before {
  content: "\ed85";
}

.ri-folder-warning-line:before {
  content: "\ed86";
}

.ri-folder-zip-fill:before {
  content: "\ed87";
}

.ri-folder-zip-line:before {
  content: "\ed88";
}

.ri-folders-fill:before {
  content: "\ed89";
}

.ri-folders-line:before {
  content: "\ed8a";
}

.ri-font-color:before {
  content: "\ed8b";
}

.ri-font-size-2:before {
  content: "\ed8c";
}

.ri-font-size:before {
  content: "\ed8d";
}

.ri-football-fill:before {
  content: "\ed8e";
}

.ri-football-line:before {
  content: "\ed8f";
}

.ri-footprint-fill:before {
  content: "\ed90";
}

.ri-footprint-line:before {
  content: "\ed91";
}

.ri-forbid-2-fill:before {
  content: "\ed92";
}

.ri-forbid-2-line:before {
  content: "\ed93";
}

.ri-forbid-fill:before {
  content: "\ed94";
}

.ri-forbid-line:before {
  content: "\ed95";
}

.ri-format-clear:before {
  content: "\ed96";
}

.ri-fridge-fill:before {
  content: "\ed97";
}

.ri-fridge-line:before {
  content: "\ed98";
}

.ri-fullscreen-exit-fill:before {
  content: "\ed99";
}

.ri-fullscreen-exit-line:before {
  content: "\ed9a";
}

.ri-fullscreen-fill:before {
  content: "\ed9b";
}

.ri-fullscreen-line:before {
  content: "\ed9c";
}

.ri-function-fill:before {
  content: "\ed9d";
}

.ri-function-line:before {
  content: "\ed9e";
}

.ri-functions:before {
  content: "\ed9f";
}

.ri-funds-box-fill:before {
  content: "\eda0";
}

.ri-funds-box-line:before {
  content: "\eda1";
}

.ri-funds-fill:before {
  content: "\eda2";
}

.ri-funds-line:before {
  content: "\eda3";
}

.ri-gallery-fill:before {
  content: "\eda4";
}

.ri-gallery-line:before {
  content: "\eda5";
}

.ri-gallery-upload-fill:before {
  content: "\eda6";
}

.ri-gallery-upload-line:before {
  content: "\eda7";
}

.ri-game-fill:before {
  content: "\eda8";
}

.ri-game-line:before {
  content: "\eda9";
}

.ri-gamepad-fill:before {
  content: "\edaa";
}

.ri-gamepad-line:before {
  content: "\edab";
}

.ri-gas-station-fill:before {
  content: "\edac";
}

.ri-gas-station-line:before {
  content: "\edad";
}

.ri-gatsby-fill:before {
  content: "\edae";
}

.ri-gatsby-line:before {
  content: "\edaf";
}

.ri-genderless-fill:before {
  content: "\edb0";
}

.ri-genderless-line:before {
  content: "\edb1";
}

.ri-ghost-2-fill:before {
  content: "\edb2";
}

.ri-ghost-2-line:before {
  content: "\edb3";
}

.ri-ghost-fill:before {
  content: "\edb4";
}

.ri-ghost-line:before {
  content: "\edb5";
}

.ri-ghost-smile-fill:before {
  content: "\edb6";
}

.ri-ghost-smile-line:before {
  content: "\edb7";
}

.ri-gift-2-fill:before {
  content: "\edb8";
}

.ri-gift-2-line:before {
  content: "\edb9";
}

.ri-gift-fill:before {
  content: "\edba";
}

.ri-gift-line:before {
  content: "\edbb";
}

.ri-git-branch-fill:before {
  content: "\edbc";
}

.ri-git-branch-line:before {
  content: "\edbd";
}

.ri-git-commit-fill:before {
  content: "\edbe";
}

.ri-git-commit-line:before {
  content: "\edbf";
}

.ri-git-merge-fill:before {
  content: "\edc0";
}

.ri-git-merge-line:before {
  content: "\edc1";
}

.ri-git-pull-request-fill:before {
  content: "\edc2";
}

.ri-git-pull-request-line:before {
  content: "\edc3";
}

.ri-git-repository-commits-fill:before {
  content: "\edc4";
}

.ri-git-repository-commits-line:before {
  content: "\edc5";
}

.ri-git-repository-fill:before {
  content: "\edc6";
}

.ri-git-repository-line:before {
  content: "\edc7";
}

.ri-git-repository-private-fill:before {
  content: "\edc8";
}

.ri-git-repository-private-line:before {
  content: "\edc9";
}

.ri-github-fill:before {
  content: "\edca";
}

.ri-github-line:before {
  content: "\edcb";
}

.ri-gitlab-fill:before {
  content: "\edcc";
}

.ri-gitlab-line:before {
  content: "\edcd";
}

.ri-global-fill:before {
  content: "\edce";
}

.ri-global-line:before {
  content: "\edcf";
}

.ri-globe-fill:before {
  content: "\edd0";
}

.ri-globe-line:before {
  content: "\edd1";
}

.ri-goblet-fill:before {
  content: "\edd2";
}

.ri-goblet-line:before {
  content: "\edd3";
}

.ri-google-fill:before {
  content: "\edd4";
}

.ri-google-line:before {
  content: "\edd5";
}

.ri-google-play-fill:before {
  content: "\edd6";
}

.ri-google-play-line:before {
  content: "\edd7";
}

.ri-government-fill:before {
  content: "\edd8";
}

.ri-government-line:before {
  content: "\edd9";
}

.ri-gps-fill:before {
  content: "\edda";
}

.ri-gps-line:before {
  content: "\eddb";
}

.ri-gradienter-fill:before {
  content: "\eddc";
}

.ri-gradienter-line:before {
  content: "\eddd";
}

.ri-grid-fill:before {
  content: "\edde";
}

.ri-grid-line:before {
  content: "\eddf";
}

.ri-group-2-fill:before {
  content: "\ede0";
}

.ri-group-2-line:before {
  content: "\ede1";
}

.ri-group-fill:before {
  content: "\ede2";
}

.ri-group-line:before {
  content: "\ede3";
}

.ri-guide-fill:before {
  content: "\ede4";
}

.ri-guide-line:before {
  content: "\ede5";
}

.ri-h-1:before {
  content: "\ede6";
}

.ri-h-2:before {
  content: "\ede7";
}

.ri-h-3:before {
  content: "\ede8";
}

.ri-h-4:before {
  content: "\ede9";
}

.ri-h-5:before {
  content: "\edea";
}

.ri-h-6:before {
  content: "\edeb";
}

.ri-hail-fill:before {
  content: "\edec";
}

.ri-hail-line:before {
  content: "\eded";
}

.ri-hammer-fill:before {
  content: "\edee";
}

.ri-hammer-line:before {
  content: "\edef";
}

.ri-hand-coin-fill:before {
  content: "\edf0";
}

.ri-hand-coin-line:before {
  content: "\edf1";
}

.ri-hand-heart-fill:before {
  content: "\edf2";
}

.ri-hand-heart-line:before {
  content: "\edf3";
}

.ri-hand-sanitizer-fill:before {
  content: "\edf4";
}

.ri-hand-sanitizer-line:before {
  content: "\edf5";
}

.ri-handbag-fill:before {
  content: "\edf6";
}

.ri-handbag-line:before {
  content: "\edf7";
}

.ri-hard-drive-2-fill:before {
  content: "\edf8";
}

.ri-hard-drive-2-line:before {
  content: "\edf9";
}

.ri-hard-drive-fill:before {
  content: "\edfa";
}

.ri-hard-drive-line:before {
  content: "\edfb";
}

.ri-hashtag:before {
  content: "\edfc";
}

.ri-haze-2-fill:before {
  content: "\edfd";
}

.ri-haze-2-line:before {
  content: "\edfe";
}

.ri-haze-fill:before {
  content: "\edff";
}

.ri-haze-line:before {
  content: "\ee00";
}

.ri-hd-fill:before {
  content: "\ee01";
}

.ri-hd-line:before {
  content: "\ee02";
}

.ri-heading:before {
  content: "\ee03";
}

.ri-headphone-fill:before {
  content: "\ee04";
}

.ri-headphone-line:before {
  content: "\ee05";
}

.ri-health-book-fill:before {
  content: "\ee06";
}

.ri-health-book-line:before {
  content: "\ee07";
}

.ri-heart-2-fill:before {
  content: "\ee08";
}

.ri-heart-2-line:before {
  content: "\ee09";
}

.ri-heart-3-fill:before {
  content: "\ee0a";
}

.ri-heart-3-line:before {
  content: "\ee0b";
}

.ri-heart-add-fill:before {
  content: "\ee0c";
}

.ri-heart-add-line:before {
  content: "\ee0d";
}

.ri-heart-fill:before {
  content: "\ee0e";
}

.ri-heart-line:before {
  content: "\ee0f";
}

.ri-heart-pulse-fill:before {
  content: "\ee10";
}

.ri-heart-pulse-line:before {
  content: "\ee11";
}

.ri-hearts-fill:before {
  content: "\ee12";
}

.ri-hearts-line:before {
  content: "\ee13";
}

.ri-heavy-showers-fill:before {
  content: "\ee14";
}

.ri-heavy-showers-line:before {
  content: "\ee15";
}

.ri-history-fill:before {
  content: "\ee16";
}

.ri-history-line:before {
  content: "\ee17";
}

.ri-home-2-fill:before {
  content: "\ee18";
}

.ri-home-2-line:before {
  content: "\ee19";
}

.ri-home-3-fill:before {
  content: "\ee1a";
}

.ri-home-3-line:before {
  content: "\ee1b";
}

.ri-home-4-fill:before {
  content: "\ee1c";
}

.ri-home-4-line:before {
  content: "\ee1d";
}

.ri-home-5-fill:before {
  content: "\ee1e";
}

.ri-home-5-line:before {
  content: "\ee1f";
}

.ri-home-6-fill:before {
  content: "\ee20";
}

.ri-home-6-line:before {
  content: "\ee21";
}

.ri-home-7-fill:before {
  content: "\ee22";
}

.ri-home-7-line:before {
  content: "\ee23";
}

.ri-home-8-fill:before {
  content: "\ee24";
}

.ri-home-8-line:before {
  content: "\ee25";
}

.ri-home-fill:before {
  content: "\ee26";
}

.ri-home-gear-fill:before {
  content: "\ee27";
}

.ri-home-gear-line:before {
  content: "\ee28";
}

.ri-home-heart-fill:before {
  content: "\ee29";
}

.ri-home-heart-line:before {
  content: "\ee2a";
}

.ri-home-line:before {
  content: "\ee2b";
}

.ri-home-smile-2-fill:before {
  content: "\ee2c";
}

.ri-home-smile-2-line:before {
  content: "\ee2d";
}

.ri-home-smile-fill:before {
  content: "\ee2e";
}

.ri-home-smile-line:before {
  content: "\ee2f";
}

.ri-home-wifi-fill:before {
  content: "\ee30";
}

.ri-home-wifi-line:before {
  content: "\ee31";
}

.ri-honor-of-kings-fill:before {
  content: "\ee32";
}

.ri-honor-of-kings-line:before {
  content: "\ee33";
}

.ri-honour-fill:before {
  content: "\ee34";
}

.ri-honour-line:before {
  content: "\ee35";
}

.ri-hospital-fill:before {
  content: "\ee36";
}

.ri-hospital-line:before {
  content: "\ee37";
}

.ri-hotel-bed-fill:before {
  content: "\ee38";
}

.ri-hotel-bed-line:before {
  content: "\ee39";
}

.ri-hotel-fill:before {
  content: "\ee3a";
}

.ri-hotel-line:before {
  content: "\ee3b";
}

.ri-hotspot-fill:before {
  content: "\ee3c";
}

.ri-hotspot-line:before {
  content: "\ee3d";
}

.ri-hq-fill:before {
  content: "\ee3e";
}

.ri-hq-line:before {
  content: "\ee3f";
}

.ri-html5-fill:before {
  content: "\ee40";
}

.ri-html5-line:before {
  content: "\ee41";
}

.ri-ie-fill:before {
  content: "\ee42";
}

.ri-ie-line:before {
  content: "\ee43";
}

.ri-image-2-fill:before {
  content: "\ee44";
}

.ri-image-2-line:before {
  content: "\ee45";
}

.ri-image-add-fill:before {
  content: "\ee46";
}

.ri-image-add-line:before {
  content: "\ee47";
}

.ri-image-edit-fill:before {
  content: "\ee48";
}

.ri-image-edit-line:before {
  content: "\ee49";
}

.ri-image-fill:before {
  content: "\ee4a";
}

.ri-image-line:before {
  content: "\ee4b";
}

.ri-inbox-archive-fill:before {
  content: "\ee4c";
}

.ri-inbox-archive-line:before {
  content: "\ee4d";
}

.ri-inbox-fill:before {
  content: "\ee4e";
}

.ri-inbox-line:before {
  content: "\ee4f";
}

.ri-inbox-unarchive-fill:before {
  content: "\ee50";
}

.ri-inbox-unarchive-line:before {
  content: "\ee51";
}

.ri-increase-decrease-fill:before {
  content: "\ee52";
}

.ri-increase-decrease-line:before {
  content: "\ee53";
}

.ri-indent-decrease:before {
  content: "\ee54";
}

.ri-indent-increase:before {
  content: "\ee55";
}

.ri-indeterminate-circle-fill:before {
  content: "\ee56";
}

.ri-indeterminate-circle-line:before {
  content: "\ee57";
}

.ri-information-fill:before {
  content: "\ee58";
}

.ri-information-line:before {
  content: "\ee59";
}

.ri-infrared-thermometer-fill:before {
  content: "\ee5a";
}

.ri-infrared-thermometer-line:before {
  content: "\ee5b";
}

.ri-ink-bottle-fill:before {
  content: "\ee5c";
}

.ri-ink-bottle-line:before {
  content: "\ee5d";
}

.ri-input-cursor-move:before {
  content: "\ee5e";
}

.ri-input-method-fill:before {
  content: "\ee5f";
}

.ri-input-method-line:before {
  content: "\ee60";
}

.ri-insert-column-left:before {
  content: "\ee61";
}

.ri-insert-column-right:before {
  content: "\ee62";
}

.ri-insert-row-bottom:before {
  content: "\ee63";
}

.ri-insert-row-top:before {
  content: "\ee64";
}

.ri-instagram-fill:before {
  content: "\ee65";
}

.ri-instagram-line:before {
  content: "\ee66";
}

.ri-install-fill:before {
  content: "\ee67";
}

.ri-install-line:before {
  content: "\ee68";
}

.ri-invision-fill:before {
  content: "\ee69";
}

.ri-invision-line:before {
  content: "\ee6a";
}

.ri-italic:before {
  content: "\ee6b";
}

.ri-kakao-talk-fill:before {
  content: "\ee6c";
}

.ri-kakao-talk-line:before {
  content: "\ee6d";
}

.ri-key-2-fill:before {
  content: "\ee6e";
}

.ri-key-2-line:before {
  content: "\ee6f";
}

.ri-key-fill:before {
  content: "\ee70";
}

.ri-key-line:before {
  content: "\ee71";
}

.ri-keyboard-box-fill:before {
  content: "\ee72";
}

.ri-keyboard-box-line:before {
  content: "\ee73";
}

.ri-keyboard-fill:before {
  content: "\ee74";
}

.ri-keyboard-line:before {
  content: "\ee75";
}

.ri-keynote-fill:before {
  content: "\ee76";
}

.ri-keynote-line:before {
  content: "\ee77";
}

.ri-knife-blood-fill:before {
  content: "\ee78";
}

.ri-knife-blood-line:before {
  content: "\ee79";
}

.ri-knife-fill:before {
  content: "\ee7a";
}

.ri-knife-line:before {
  content: "\ee7b";
}

.ri-landscape-fill:before {
  content: "\ee7c";
}

.ri-landscape-line:before {
  content: "\ee7d";
}

.ri-layout-2-fill:before {
  content: "\ee7e";
}

.ri-layout-2-line:before {
  content: "\ee7f";
}

.ri-layout-3-fill:before {
  content: "\ee80";
}

.ri-layout-3-line:before {
  content: "\ee81";
}

.ri-layout-4-fill:before {
  content: "\ee82";
}

.ri-layout-4-line:before {
  content: "\ee83";
}

.ri-layout-5-fill:before {
  content: "\ee84";
}

.ri-layout-5-line:before {
  content: "\ee85";
}

.ri-layout-6-fill:before {
  content: "\ee86";
}

.ri-layout-6-line:before {
  content: "\ee87";
}

.ri-layout-bottom-2-fill:before {
  content: "\ee88";
}

.ri-layout-bottom-2-line:before {
  content: "\ee89";
}

.ri-layout-bottom-fill:before {
  content: "\ee8a";
}

.ri-layout-bottom-line:before {
  content: "\ee8b";
}

.ri-layout-column-fill:before {
  content: "\ee8c";
}

.ri-layout-column-line:before {
  content: "\ee8d";
}

.ri-layout-fill:before {
  content: "\ee8e";
}

.ri-layout-grid-fill:before {
  content: "\ee8f";
}

.ri-layout-grid-line:before {
  content: "\ee90";
}

.ri-layout-left-2-fill:before {
  content: "\ee91";
}

.ri-layout-left-2-line:before {
  content: "\ee92";
}

.ri-layout-left-fill:before {
  content: "\ee93";
}

.ri-layout-left-line:before {
  content: "\ee94";
}

.ri-layout-line:before {
  content: "\ee95";
}

.ri-layout-masonry-fill:before {
  content: "\ee96";
}

.ri-layout-masonry-line:before {
  content: "\ee97";
}

.ri-layout-right-2-fill:before {
  content: "\ee98";
}

.ri-layout-right-2-line:before {
  content: "\ee99";
}

.ri-layout-right-fill:before {
  content: "\ee9a";
}

.ri-layout-right-line:before {
  content: "\ee9b";
}

.ri-layout-row-fill:before {
  content: "\ee9c";
}

.ri-layout-row-line:before {
  content: "\ee9d";
}

.ri-layout-top-2-fill:before {
  content: "\ee9e";
}

.ri-layout-top-2-line:before {
  content: "\ee9f";
}

.ri-layout-top-fill:before {
  content: "\eea0";
}

.ri-layout-top-line:before {
  content: "\eea1";
}

.ri-leaf-fill:before {
  content: "\eea2";
}

.ri-leaf-line:before {
  content: "\eea3";
}

.ri-lifebuoy-fill:before {
  content: "\eea4";
}

.ri-lifebuoy-line:before {
  content: "\eea5";
}

.ri-lightbulb-fill:before {
  content: "\eea6";
}

.ri-lightbulb-flash-fill:before {
  content: "\eea7";
}

.ri-lightbulb-flash-line:before {
  content: "\eea8";
}

.ri-lightbulb-line:before {
  content: "\eea9";
}

.ri-line-chart-fill:before {
  content: "\eeaa";
}

.ri-line-chart-line:before {
  content: "\eeab";
}

.ri-line-fill:before {
  content: "\eeac";
}

.ri-line-height:before {
  content: "\eead";
}

.ri-line-line:before {
  content: "\eeae";
}

.ri-link-m:before {
  content: "\eeaf";
}

.ri-link-unlink-m:before {
  content: "\eeb0";
}

.ri-link-unlink:before {
  content: "\eeb1";
}

.ri-link:before {
  content: "\eeb2";
}

.ri-linkedin-box-fill:before {
  content: "\eeb3";
}

.ri-linkedin-box-line:before {
  content: "\eeb4";
}

.ri-linkedin-fill:before {
  content: "\eeb5";
}

.ri-linkedin-line:before {
  content: "\eeb6";
}

.ri-links-fill:before {
  content: "\eeb7";
}

.ri-links-line:before {
  content: "\eeb8";
}

.ri-list-check-2:before {
  content: "\eeb9";
}

.ri-list-check:before {
  content: "\eeba";
}

.ri-list-ordered:before {
  content: "\eebb";
}

.ri-list-settings-fill:before {
  content: "\eebc";
}

.ri-list-settings-line:before {
  content: "\eebd";
}

.ri-list-unordered:before {
  content: "\eebe";
}

.ri-live-fill:before {
  content: "\eebf";
}

.ri-live-line:before {
  content: "\eec0";
}

.ri-loader-2-fill:before {
  content: "\eec1";
}

.ri-loader-2-line:before {
  content: "\eec2";
}

.ri-loader-3-fill:before {
  content: "\eec3";
}

.ri-loader-3-line:before {
  content: "\eec4";
}

.ri-loader-4-fill:before {
  content: "\eec5";
}

.ri-loader-4-line:before {
  content: "\eec6";
}

.ri-loader-5-fill:before {
  content: "\eec7";
}

.ri-loader-5-line:before {
  content: "\eec8";
}

.ri-loader-fill:before {
  content: "\eec9";
}

.ri-loader-line:before {
  content: "\eeca";
}

.ri-lock-2-fill:before {
  content: "\eecb";
}

.ri-lock-2-line:before {
  content: "\eecc";
}

.ri-lock-fill:before {
  content: "\eecd";
}

.ri-lock-line:before {
  content: "\eece";
}

.ri-lock-password-fill:before {
  content: "\eecf";
}

.ri-lock-password-line:before {
  content: "\eed0";
}

.ri-lock-unlock-fill:before {
  content: "\eed1";
}

.ri-lock-unlock-line:before {
  content: "\eed2";
}

.ri-login-box-fill:before {
  content: "\eed3";
}

.ri-login-box-line:before {
  content: "\eed4";
}

.ri-login-circle-fill:before {
  content: "\eed5";
}

.ri-login-circle-line:before {
  content: "\eed6";
}

.ri-logout-box-fill:before {
  content: "\eed7";
}

.ri-logout-box-line:before {
  content: "\eed8";
}

.ri-logout-box-r-fill:before {
  content: "\eed9";
}

.ri-logout-box-r-line:before {
  content: "\eeda";
}

.ri-logout-circle-fill:before {
  content: "\eedb";
}

.ri-logout-circle-line:before {
  content: "\eedc";
}

.ri-logout-circle-r-fill:before {
  content: "\eedd";
}

.ri-logout-circle-r-line:before {
  content: "\eede";
}

.ri-luggage-cart-fill:before {
  content: "\eedf";
}

.ri-luggage-cart-line:before {
  content: "\eee0";
}

.ri-luggage-deposit-fill:before {
  content: "\eee1";
}

.ri-luggage-deposit-line:before {
  content: "\eee2";
}

.ri-lungs-fill:before {
  content: "\eee3";
}

.ri-lungs-line:before {
  content: "\eee4";
}

.ri-mac-fill:before {
  content: "\eee5";
}

.ri-mac-line:before {
  content: "\eee6";
}

.ri-macbook-fill:before {
  content: "\eee7";
}

.ri-macbook-line:before {
  content: "\eee8";
}

.ri-magic-fill:before {
  content: "\eee9";
}

.ri-magic-line:before {
  content: "\eeea";
}

.ri-mail-add-fill:before {
  content: "\eeeb";
}

.ri-mail-add-line:before {
  content: "\eeec";
}

.ri-mail-check-fill:before {
  content: "\eeed";
}

.ri-mail-check-line:before {
  content: "\eeee";
}

.ri-mail-close-fill:before {
  content: "\eeef";
}

.ri-mail-close-line:before {
  content: "\eef0";
}

.ri-mail-download-fill:before {
  content: "\eef1";
}

.ri-mail-download-line:before {
  content: "\eef2";
}

.ri-mail-fill:before {
  content: "\eef3";
}

.ri-mail-forbid-fill:before {
  content: "\eef4";
}

.ri-mail-forbid-line:before {
  content: "\eef5";
}

.ri-mail-line:before {
  content: "\eef6";
}

.ri-mail-lock-fill:before {
  content: "\eef7";
}

.ri-mail-lock-line:before {
  content: "\eef8";
}

.ri-mail-open-fill:before {
  content: "\eef9";
}

.ri-mail-open-line:before {
  content: "\eefa";
}

.ri-mail-send-fill:before {
  content: "\eefb";
}

.ri-mail-send-line:before {
  content: "\eefc";
}

.ri-mail-settings-fill:before {
  content: "\eefd";
}

.ri-mail-settings-line:before {
  content: "\eefe";
}

.ri-mail-star-fill:before {
  content: "\eeff";
}

.ri-mail-star-line:before {
  content: "\ef00";
}

.ri-mail-unread-fill:before {
  content: "\ef01";
}

.ri-mail-unread-line:before {
  content: "\ef02";
}

.ri-mail-volume-fill:before {
  content: "\ef03";
}

.ri-mail-volume-line:before {
  content: "\ef04";
}

.ri-map-2-fill:before {
  content: "\ef05";
}

.ri-map-2-line:before {
  content: "\ef06";
}

.ri-map-fill:before {
  content: "\ef07";
}

.ri-map-line:before {
  content: "\ef08";
}

.ri-map-pin-2-fill:before {
  content: "\ef09";
}

.ri-map-pin-2-line:before {
  content: "\ef0a";
}

.ri-map-pin-3-fill:before {
  content: "\ef0b";
}

.ri-map-pin-3-line:before {
  content: "\ef0c";
}

.ri-map-pin-4-fill:before {
  content: "\ef0d";
}

.ri-map-pin-4-line:before {
  content: "\ef0e";
}

.ri-map-pin-5-fill:before {
  content: "\ef0f";
}

.ri-map-pin-5-line:before {
  content: "\ef10";
}

.ri-map-pin-add-fill:before {
  content: "\ef11";
}

.ri-map-pin-add-line:before {
  content: "\ef12";
}

.ri-map-pin-fill:before {
  content: "\ef13";
}

.ri-map-pin-line:before {
  content: "\ef14";
}

.ri-map-pin-range-fill:before {
  content: "\ef15";
}

.ri-map-pin-range-line:before {
  content: "\ef16";
}

.ri-map-pin-time-fill:before {
  content: "\ef17";
}

.ri-map-pin-time-line:before {
  content: "\ef18";
}

.ri-map-pin-user-fill:before {
  content: "\ef19";
}

.ri-map-pin-user-line:before {
  content: "\ef1a";
}

.ri-mark-pen-fill:before {
  content: "\ef1b";
}

.ri-mark-pen-line:before {
  content: "\ef1c";
}

.ri-markdown-fill:before {
  content: "\ef1d";
}

.ri-markdown-line:before {
  content: "\ef1e";
}

.ri-markup-fill:before {
  content: "\ef1f";
}

.ri-markup-line:before {
  content: "\ef20";
}

.ri-mastercard-fill:before {
  content: "\ef21";
}

.ri-mastercard-line:before {
  content: "\ef22";
}

.ri-mastodon-fill:before {
  content: "\ef23";
}

.ri-mastodon-line:before {
  content: "\ef24";
}

.ri-medal-2-fill:before {
  content: "\ef25";
}

.ri-medal-2-line:before {
  content: "\ef26";
}

.ri-medal-fill:before {
  content: "\ef27";
}

.ri-medal-line:before {
  content: "\ef28";
}

.ri-medicine-bottle-fill:before {
  content: "\ef29";
}

.ri-medicine-bottle-line:before {
  content: "\ef2a";
}

.ri-medium-fill:before {
  content: "\ef2b";
}

.ri-medium-line:before {
  content: "\ef2c";
}

.ri-men-fill:before {
  content: "\ef2d";
}

.ri-men-line:before {
  content: "\ef2e";
}

.ri-mental-health-fill:before {
  content: "\ef2f";
}

.ri-mental-health-line:before {
  content: "\ef30";
}

.ri-menu-2-fill:before {
  content: "\ef31";
}

.ri-menu-2-line:before {
  content: "\ef32";
}

.ri-menu-3-fill:before {
  content: "\ef33";
}

.ri-menu-3-line:before {
  content: "\ef34";
}

.ri-menu-4-fill:before {
  content: "\ef35";
}

.ri-menu-4-line:before {
  content: "\ef36";
}

.ri-menu-5-fill:before {
  content: "\ef37";
}

.ri-menu-5-line:before {
  content: "\ef38";
}

.ri-menu-add-fill:before {
  content: "\ef39";
}

.ri-menu-add-line:before {
  content: "\ef3a";
}

.ri-menu-fill:before {
  content: "\ef3b";
}

.ri-menu-fold-fill:before {
  content: "\ef3c";
}

.ri-menu-fold-line:before {
  content: "\ef3d";
}

.ri-menu-line:before {
  content: "\ef3e";
}

.ri-menu-unfold-fill:before {
  content: "\ef3f";
}

.ri-menu-unfold-line:before {
  content: "\ef40";
}

.ri-merge-cells-horizontal:before {
  content: "\ef41";
}

.ri-merge-cells-vertical:before {
  content: "\ef42";
}

.ri-message-2-fill:before {
  content: "\ef43";
}

.ri-message-2-line:before {
  content: "\ef44";
}

.ri-message-3-fill:before {
  content: "\ef45";
}

.ri-message-3-line:before {
  content: "\ef46";
}

.ri-message-fill:before {
  content: "\ef47";
}

.ri-message-line:before {
  content: "\ef48";
}

.ri-messenger-fill:before {
  content: "\ef49";
}

.ri-messenger-line:before {
  content: "\ef4a";
}

.ri-meteor-fill:before {
  content: "\ef4b";
}

.ri-meteor-line:before {
  content: "\ef4c";
}

.ri-mic-2-fill:before {
  content: "\ef4d";
}

.ri-mic-2-line:before {
  content: "\ef4e";
}

.ri-mic-fill:before {
  content: "\ef4f";
}

.ri-mic-line:before {
  content: "\ef50";
}

.ri-mic-off-fill:before {
  content: "\ef51";
}

.ri-mic-off-line:before {
  content: "\ef52";
}

.ri-mickey-fill:before {
  content: "\ef53";
}

.ri-mickey-line:before {
  content: "\ef54";
}

.ri-microscope-fill:before {
  content: "\ef55";
}

.ri-microscope-line:before {
  content: "\ef56";
}

.ri-microsoft-fill:before {
  content: "\ef57";
}

.ri-microsoft-line:before {
  content: "\ef58";
}

.ri-mind-map:before {
  content: "\ef59";
}

.ri-mini-program-fill:before {
  content: "\ef5a";
}

.ri-mini-program-line:before {
  content: "\ef5b";
}

.ri-mist-fill:before {
  content: "\ef5c";
}

.ri-mist-line:before {
  content: "\ef5d";
}

.ri-money-cny-box-fill:before {
  content: "\ef5e";
}

.ri-money-cny-box-line:before {
  content: "\ef5f";
}

.ri-money-cny-circle-fill:before {
  content: "\ef60";
}

.ri-money-cny-circle-line:before {
  content: "\ef61";
}

.ri-money-dollar-box-fill:before {
  content: "\ef62";
}

.ri-money-dollar-box-line:before {
  content: "\ef63";
}

.ri-money-dollar-circle-fill:before {
  content: "\ef64";
}

.ri-money-dollar-circle-line:before {
  content: "\ef65";
}

.ri-money-euro-box-fill:before {
  content: "\ef66";
}

.ri-money-euro-box-line:before {
  content: "\ef67";
}

.ri-money-euro-circle-fill:before {
  content: "\ef68";
}

.ri-money-euro-circle-line:before {
  content: "\ef69";
}

.ri-money-pound-box-fill:before {
  content: "\ef6a";
}

.ri-money-pound-box-line:before {
  content: "\ef6b";
}

.ri-money-pound-circle-fill:before {
  content: "\ef6c";
}

.ri-money-pound-circle-line:before {
  content: "\ef6d";
}

.ri-moon-clear-fill:before {
  content: "\ef6e";
}

.ri-moon-clear-line:before {
  content: "\ef6f";
}

.ri-moon-cloudy-fill:before {
  content: "\ef70";
}

.ri-moon-cloudy-line:before {
  content: "\ef71";
}

.ri-moon-fill:before {
  content: "\ef72";
}

.ri-moon-foggy-fill:before {
  content: "\ef73";
}

.ri-moon-foggy-line:before {
  content: "\ef74";
}

.ri-moon-line:before {
  content: "\ef75";
}

.ri-more-2-fill:before {
  content: "\ef76";
}

.ri-more-2-line:before {
  content: "\ef77";
}

.ri-more-fill:before {
  content: "\ef78";
}

.ri-more-line:before {
  content: "\ef79";
}

.ri-motorbike-fill:before {
  content: "\ef7a";
}

.ri-motorbike-line:before {
  content: "\ef7b";
}

.ri-mouse-fill:before {
  content: "\ef7c";
}

.ri-mouse-line:before {
  content: "\ef7d";
}

.ri-movie-2-fill:before {
  content: "\ef7e";
}

.ri-movie-2-line:before {
  content: "\ef7f";
}

.ri-movie-fill:before {
  content: "\ef80";
}

.ri-movie-line:before {
  content: "\ef81";
}

.ri-music-2-fill:before {
  content: "\ef82";
}

.ri-music-2-line:before {
  content: "\ef83";
}

.ri-music-fill:before {
  content: "\ef84";
}

.ri-music-line:before {
  content: "\ef85";
}

.ri-mv-fill:before {
  content: "\ef86";
}

.ri-mv-line:before {
  content: "\ef87";
}

.ri-navigation-fill:before {
  content: "\ef88";
}

.ri-navigation-line:before {
  content: "\ef89";
}

.ri-netease-cloud-music-fill:before {
  content: "\ef8a";
}

.ri-netease-cloud-music-line:before {
  content: "\ef8b";
}

.ri-netflix-fill:before {
  content: "\ef8c";
}

.ri-netflix-line:before {
  content: "\ef8d";
}

.ri-newspaper-fill:before {
  content: "\ef8e";
}

.ri-newspaper-line:before {
  content: "\ef8f";
}

.ri-node-tree:before {
  content: "\ef90";
}

.ri-notification-2-fill:before {
  content: "\ef91";
}

.ri-notification-2-line:before {
  content: "\ef92";
}

.ri-notification-3-fill:before {
  content: "\ef93";
}

.ri-notification-3-line:before {
  content: "\ef94";
}

.ri-notification-4-fill:before {
  content: "\ef95";
}

.ri-notification-4-line:before {
  content: "\ef96";
}

.ri-notification-badge-fill:before {
  content: "\ef97";
}

.ri-notification-badge-line:before {
  content: "\ef98";
}

.ri-notification-fill:before {
  content: "\ef99";
}

.ri-notification-line:before {
  content: "\ef9a";
}

.ri-notification-off-fill:before {
  content: "\ef9b";
}

.ri-notification-off-line:before {
  content: "\ef9c";
}

.ri-npmjs-fill:before {
  content: "\ef9d";
}

.ri-npmjs-line:before {
  content: "\ef9e";
}

.ri-number-0:before {
  content: "\ef9f";
}

.ri-number-1:before {
  content: "\efa0";
}

.ri-number-2:before {
  content: "\efa1";
}

.ri-number-3:before {
  content: "\efa2";
}

.ri-number-4:before {
  content: "\efa3";
}

.ri-number-5:before {
  content: "\efa4";
}

.ri-number-6:before {
  content: "\efa5";
}

.ri-number-7:before {
  content: "\efa6";
}

.ri-number-8:before {
  content: "\efa7";
}

.ri-number-9:before {
  content: "\efa8";
}

.ri-numbers-fill:before {
  content: "\efa9";
}

.ri-numbers-line:before {
  content: "\efaa";
}

.ri-nurse-fill:before {
  content: "\efab";
}

.ri-nurse-line:before {
  content: "\efac";
}

.ri-oil-fill:before {
  content: "\efad";
}

.ri-oil-line:before {
  content: "\efae";
}

.ri-omega:before {
  content: "\efaf";
}

.ri-open-arm-fill:before {
  content: "\efb0";
}

.ri-open-arm-line:before {
  content: "\efb1";
}

.ri-open-source-fill:before {
  content: "\efb2";
}

.ri-open-source-line:before {
  content: "\efb3";
}

.ri-opera-fill:before {
  content: "\efb4";
}

.ri-opera-line:before {
  content: "\efb5";
}

.ri-order-play-fill:before {
  content: "\efb6";
}

.ri-order-play-line:before {
  content: "\efb7";
}

.ri-organization-chart:before {
  content: "\efb8";
}

.ri-outlet-2-fill:before {
  content: "\efb9";
}

.ri-outlet-2-line:before {
  content: "\efba";
}

.ri-outlet-fill:before {
  content: "\efbb";
}

.ri-outlet-line:before {
  content: "\efbc";
}

.ri-page-separator:before {
  content: "\efbd";
}

.ri-pages-fill:before {
  content: "\efbe";
}

.ri-pages-line:before {
  content: "\efbf";
}

.ri-paint-brush-fill:before {
  content: "\efc0";
}

.ri-paint-brush-line:before {
  content: "\efc1";
}

.ri-paint-fill:before {
  content: "\efc2";
}

.ri-paint-line:before {
  content: "\efc3";
}

.ri-palette-fill:before {
  content: "\efc4";
}

.ri-palette-line:before {
  content: "\efc5";
}

.ri-pantone-fill:before {
  content: "\efc6";
}

.ri-pantone-line:before {
  content: "\efc7";
}

.ri-paragraph:before {
  content: "\efc8";
}

.ri-parent-fill:before {
  content: "\efc9";
}

.ri-parent-line:before {
  content: "\efca";
}

.ri-parentheses-fill:before {
  content: "\efcb";
}

.ri-parentheses-line:before {
  content: "\efcc";
}

.ri-parking-box-fill:before {
  content: "\efcd";
}

.ri-parking-box-line:before {
  content: "\efce";
}

.ri-parking-fill:before {
  content: "\efcf";
}

.ri-parking-line:before {
  content: "\efd0";
}

.ri-passport-fill:before {
  content: "\efd1";
}

.ri-passport-line:before {
  content: "\efd2";
}

.ri-patreon-fill:before {
  content: "\efd3";
}

.ri-patreon-line:before {
  content: "\efd4";
}

.ri-pause-circle-fill:before {
  content: "\efd5";
}

.ri-pause-circle-line:before {
  content: "\efd6";
}

.ri-pause-fill:before {
  content: "\efd7";
}

.ri-pause-line:before {
  content: "\efd8";
}

.ri-pause-mini-fill:before {
  content: "\efd9";
}

.ri-pause-mini-line:before {
  content: "\efda";
}

.ri-paypal-fill:before {
  content: "\efdb";
}

.ri-paypal-line:before {
  content: "\efdc";
}

.ri-pen-nib-fill:before {
  content: "\efdd";
}

.ri-pen-nib-line:before {
  content: "\efde";
}

.ri-pencil-fill:before {
  content: "\efdf";
}

.ri-pencil-line:before {
  content: "\efe0";
}

.ri-pencil-ruler-2-fill:before {
  content: "\efe1";
}

.ri-pencil-ruler-2-line:before {
  content: "\efe2";
}

.ri-pencil-ruler-fill:before {
  content: "\efe3";
}

.ri-pencil-ruler-line:before {
  content: "\efe4";
}

.ri-percent-fill:before {
  content: "\efe5";
}

.ri-percent-line:before {
  content: "\efe6";
}

.ri-phone-camera-fill:before {
  content: "\efe7";
}

.ri-phone-camera-line:before {
  content: "\efe8";
}

.ri-phone-fill:before {
  content: "\efe9";
}

.ri-phone-find-fill:before {
  content: "\efea";
}

.ri-phone-find-line:before {
  content: "\efeb";
}

.ri-phone-line:before {
  content: "\efec";
}

.ri-phone-lock-fill:before {
  content: "\efed";
}

.ri-phone-lock-line:before {
  content: "\efee";
}

.ri-picture-in-picture-2-fill:before {
  content: "\efef";
}

.ri-picture-in-picture-2-line:before {
  content: "\eff0";
}

.ri-picture-in-picture-exit-fill:before {
  content: "\eff1";
}

.ri-picture-in-picture-exit-line:before {
  content: "\eff2";
}

.ri-picture-in-picture-fill:before {
  content: "\eff3";
}

.ri-picture-in-picture-line:before {
  content: "\eff4";
}

.ri-pie-chart-2-fill:before {
  content: "\eff5";
}

.ri-pie-chart-2-line:before {
  content: "\eff6";
}

.ri-pie-chart-box-fill:before {
  content: "\eff7";
}

.ri-pie-chart-box-line:before {
  content: "\eff8";
}

.ri-pie-chart-fill:before {
  content: "\eff9";
}

.ri-pie-chart-line:before {
  content: "\effa";
}

.ri-pin-distance-fill:before {
  content: "\effb";
}

.ri-pin-distance-line:before {
  content: "\effc";
}

.ri-ping-pong-fill:before {
  content: "\effd";
}

.ri-ping-pong-line:before {
  content: "\effe";
}

.ri-pinterest-fill:before {
  content: "\efff";
}

.ri-pinterest-line:before {
  content: "\f000";
}

.ri-pinyin-input:before {
  content: "\f001";
}

.ri-pixelfed-fill:before {
  content: "\f002";
}

.ri-pixelfed-line:before {
  content: "\f003";
}

.ri-plane-fill:before {
  content: "\f004";
}

.ri-plane-line:before {
  content: "\f005";
}

.ri-plant-fill:before {
  content: "\f006";
}

.ri-plant-line:before {
  content: "\f007";
}

.ri-play-circle-fill:before {
  content: "\f008";
}

.ri-play-circle-line:before {
  content: "\f009";
}

.ri-play-fill:before {
  content: "\f00a";
}

.ri-play-line:before {
  content: "\f00b";
}

.ri-play-list-2-fill:before {
  content: "\f00c";
}

.ri-play-list-2-line:before {
  content: "\f00d";
}

.ri-play-list-add-fill:before {
  content: "\f00e";
}

.ri-play-list-add-line:before {
  content: "\f00f";
}

.ri-play-list-fill:before {
  content: "\f010";
}

.ri-play-list-line:before {
  content: "\f011";
}

.ri-play-mini-fill:before {
  content: "\f012";
}

.ri-play-mini-line:before {
  content: "\f013";
}

.ri-playstation-fill:before {
  content: "\f014";
}

.ri-playstation-line:before {
  content: "\f015";
}

.ri-plug-2-fill:before {
  content: "\f016";
}

.ri-plug-2-line:before {
  content: "\f017";
}

.ri-plug-fill:before {
  content: "\f018";
}

.ri-plug-line:before {
  content: "\f019";
}

.ri-polaroid-2-fill:before {
  content: "\f01a";
}

.ri-polaroid-2-line:before {
  content: "\f01b";
}

.ri-polaroid-fill:before {
  content: "\f01c";
}

.ri-polaroid-line:before {
  content: "\f01d";
}

.ri-police-car-fill:before {
  content: "\f01e";
}

.ri-police-car-line:before {
  content: "\f01f";
}

.ri-price-tag-2-fill:before {
  content: "\f020";
}

.ri-price-tag-2-line:before {
  content: "\f021";
}

.ri-price-tag-3-fill:before {
  content: "\f022";
}

.ri-price-tag-3-line:before {
  content: "\f023";
}

.ri-price-tag-fill:before {
  content: "\f024";
}

.ri-price-tag-line:before {
  content: "\f025";
}

.ri-printer-cloud-fill:before {
  content: "\f026";
}

.ri-printer-cloud-line:before {
  content: "\f027";
}

.ri-printer-fill:before {
  content: "\f028";
}

.ri-printer-line:before {
  content: "\f029";
}

.ri-product-hunt-fill:before {
  content: "\f02a";
}

.ri-product-hunt-line:before {
  content: "\f02b";
}

.ri-profile-fill:before {
  content: "\f02c";
}

.ri-profile-line:before {
  content: "\f02d";
}

.ri-projector-2-fill:before {
  content: "\f02e";
}

.ri-projector-2-line:before {
  content: "\f02f";
}

.ri-projector-fill:before {
  content: "\f030";
}

.ri-projector-line:before {
  content: "\f031";
}

.ri-psychotherapy-fill:before {
  content: "\f032";
}

.ri-psychotherapy-line:before {
  content: "\f033";
}

.ri-pulse-fill:before {
  content: "\f034";
}

.ri-pulse-line:before {
  content: "\f035";
}

.ri-pushpin-2-fill:before {
  content: "\f036";
}

.ri-pushpin-2-line:before {
  content: "\f037";
}

.ri-pushpin-fill:before {
  content: "\f038";
}

.ri-pushpin-line:before {
  content: "\f039";
}

.ri-qq-fill:before {
  content: "\f03a";
}

.ri-qq-line:before {
  content: "\f03b";
}

.ri-qr-code-fill:before {
  content: "\f03c";
}

.ri-qr-code-line:before {
  content: "\f03d";
}

.ri-qr-scan-2-fill:before {
  content: "\f03e";
}

.ri-qr-scan-2-line:before {
  content: "\f03f";
}

.ri-qr-scan-fill:before {
  content: "\f040";
}

.ri-qr-scan-line:before {
  content: "\f041";
}

.ri-question-answer-fill:before {
  content: "\f042";
}

.ri-question-answer-line:before {
  content: "\f043";
}

.ri-question-fill:before {
  content: "\f044";
}

.ri-question-line:before {
  content: "\f045";
}

.ri-question-mark:before {
  content: "\f046";
}

.ri-questionnaire-fill:before {
  content: "\f047";
}

.ri-questionnaire-line:before {
  content: "\f048";
}

.ri-quill-pen-fill:before {
  content: "\f049";
}

.ri-quill-pen-line:before {
  content: "\f04a";
}

.ri-radar-fill:before {
  content: "\f04b";
}

.ri-radar-line:before {
  content: "\f04c";
}

.ri-radio-2-fill:before {
  content: "\f04d";
}

.ri-radio-2-line:before {
  content: "\f04e";
}

.ri-radio-button-fill:before {
  content: "\f04f";
}

.ri-radio-button-line:before {
  content: "\f050";
}

.ri-radio-fill:before {
  content: "\f051";
}

.ri-radio-line:before {
  content: "\f052";
}

.ri-rainbow-fill:before {
  content: "\f053";
}

.ri-rainbow-line:before {
  content: "\f054";
}

.ri-rainy-fill:before {
  content: "\f055";
}

.ri-rainy-line:before {
  content: "\f056";
}

.ri-reactjs-fill:before {
  content: "\f057";
}

.ri-reactjs-line:before {
  content: "\f058";
}

.ri-record-circle-fill:before {
  content: "\f059";
}

.ri-record-circle-line:before {
  content: "\f05a";
}

.ri-record-mail-fill:before {
  content: "\f05b";
}

.ri-record-mail-line:before {
  content: "\f05c";
}

.ri-recycle-fill:before {
  content: "\f05d";
}

.ri-recycle-line:before {
  content: "\f05e";
}

.ri-red-packet-fill:before {
  content: "\f05f";
}

.ri-red-packet-line:before {
  content: "\f060";
}

.ri-reddit-fill:before {
  content: "\f061";
}

.ri-reddit-line:before {
  content: "\f062";
}

.ri-refresh-fill:before {
  content: "\f063";
}

.ri-refresh-line:before {
  content: "\f064";
}

.ri-refund-2-fill:before {
  content: "\f065";
}

.ri-refund-2-line:before {
  content: "\f066";
}

.ri-refund-fill:before {
  content: "\f067";
}

.ri-refund-line:before {
  content: "\f068";
}

.ri-registered-fill:before {
  content: "\f069";
}

.ri-registered-line:before {
  content: "\f06a";
}

.ri-remixicon-fill:before {
  content: "\f06b";
}

.ri-remixicon-line:before {
  content: "\f06c";
}

.ri-remote-control-2-fill:before {
  content: "\f06d";
}

.ri-remote-control-2-line:before {
  content: "\f06e";
}

.ri-remote-control-fill:before {
  content: "\f06f";
}

.ri-remote-control-line:before {
  content: "\f070";
}

.ri-repeat-2-fill:before {
  content: "\f071";
}

.ri-repeat-2-line:before {
  content: "\f072";
}

.ri-repeat-fill:before {
  content: "\f073";
}

.ri-repeat-line:before {
  content: "\f074";
}

.ri-repeat-one-fill:before {
  content: "\f075";
}

.ri-repeat-one-line:before {
  content: "\f076";
}

.ri-reply-all-fill:before {
  content: "\f077";
}

.ri-reply-all-line:before {
  content: "\f078";
}

.ri-reply-fill:before {
  content: "\f079";
}

.ri-reply-line:before {
  content: "\f07a";
}

.ri-reserved-fill:before {
  content: "\f07b";
}

.ri-reserved-line:before {
  content: "\f07c";
}

.ri-rest-time-fill:before {
  content: "\f07d";
}

.ri-rest-time-line:before {
  content: "\f07e";
}

.ri-restart-fill:before {
  content: "\f07f";
}

.ri-restart-line:before {
  content: "\f080";
}

.ri-restaurant-2-fill:before {
  content: "\f081";
}

.ri-restaurant-2-line:before {
  content: "\f082";
}

.ri-restaurant-fill:before {
  content: "\f083";
}

.ri-restaurant-line:before {
  content: "\f084";
}

.ri-rewind-fill:before {
  content: "\f085";
}

.ri-rewind-line:before {
  content: "\f086";
}

.ri-rewind-mini-fill:before {
  content: "\f087";
}

.ri-rewind-mini-line:before {
  content: "\f088";
}

.ri-rhythm-fill:before {
  content: "\f089";
}

.ri-rhythm-line:before {
  content: "\f08a";
}

.ri-riding-fill:before {
  content: "\f08b";
}

.ri-riding-line:before {
  content: "\f08c";
}

.ri-road-map-fill:before {
  content: "\f08d";
}

.ri-road-map-line:before {
  content: "\f08e";
}

.ri-roadster-fill:before {
  content: "\f08f";
}

.ri-roadster-line:before {
  content: "\f090";
}

.ri-robot-fill:before {
  content: "\f091";
}

.ri-robot-line:before {
  content: "\f092";
}

.ri-rocket-2-fill:before {
  content: "\f093";
}

.ri-rocket-2-line:before {
  content: "\f094";
}

.ri-rocket-fill:before {
  content: "\f095";
}

.ri-rocket-line:before {
  content: "\f096";
}

.ri-rotate-lock-fill:before {
  content: "\f097";
}

.ri-rotate-lock-line:before {
  content: "\f098";
}

.ri-rounded-corner:before {
  content: "\f099";
}

.ri-route-fill:before {
  content: "\f09a";
}

.ri-route-line:before {
  content: "\f09b";
}

.ri-router-fill:before {
  content: "\f09c";
}

.ri-router-line:before {
  content: "\f09d";
}

.ri-rss-fill:before {
  content: "\f09e";
}

.ri-rss-line:before {
  content: "\f09f";
}

.ri-ruler-2-fill:before {
  content: "\f0a0";
}

.ri-ruler-2-line:before {
  content: "\f0a1";
}

.ri-ruler-fill:before {
  content: "\f0a2";
}

.ri-ruler-line:before {
  content: "\f0a3";
}

.ri-run-fill:before {
  content: "\f0a4";
}

.ri-run-line:before {
  content: "\f0a5";
}

.ri-safari-fill:before {
  content: "\f0a6";
}

.ri-safari-line:before {
  content: "\f0a7";
}

.ri-safe-2-fill:before {
  content: "\f0a8";
}

.ri-safe-2-line:before {
  content: "\f0a9";
}

.ri-safe-fill:before {
  content: "\f0aa";
}

.ri-safe-line:before {
  content: "\f0ab";
}

.ri-sailboat-fill:before {
  content: "\f0ac";
}

.ri-sailboat-line:before {
  content: "\f0ad";
}

.ri-save-2-fill:before {
  content: "\f0ae";
}

.ri-save-2-line:before {
  content: "\f0af";
}

.ri-save-3-fill:before {
  content: "\f0b0";
}

.ri-save-3-line:before {
  content: "\f0b1";
}

.ri-save-fill:before {
  content: "\f0b2";
}

.ri-save-line:before {
  content: "\f0b3";
}

.ri-scales-2-fill:before {
  content: "\f0b4";
}

.ri-scales-2-line:before {
  content: "\f0b5";
}

.ri-scales-3-fill:before {
  content: "\f0b6";
}

.ri-scales-3-line:before {
  content: "\f0b7";
}

.ri-scales-fill:before {
  content: "\f0b8";
}

.ri-scales-line:before {
  content: "\f0b9";
}

.ri-scan-2-fill:before {
  content: "\f0ba";
}

.ri-scan-2-line:before {
  content: "\f0bb";
}

.ri-scan-fill:before {
  content: "\f0bc";
}

.ri-scan-line:before {
  content: "\f0bd";
}

.ri-scissors-2-fill:before {
  content: "\f0be";
}

.ri-scissors-2-line:before {
  content: "\f0bf";
}

.ri-scissors-cut-fill:before {
  content: "\f0c0";
}

.ri-scissors-cut-line:before {
  content: "\f0c1";
}

.ri-scissors-fill:before {
  content: "\f0c2";
}

.ri-scissors-line:before {
  content: "\f0c3";
}

.ri-screenshot-2-fill:before {
  content: "\f0c4";
}

.ri-screenshot-2-line:before {
  content: "\f0c5";
}

.ri-screenshot-fill:before {
  content: "\f0c6";
}

.ri-screenshot-line:before {
  content: "\f0c7";
}

.ri-sd-card-fill:before {
  content: "\f0c8";
}

.ri-sd-card-line:before {
  content: "\f0c9";
}

.ri-sd-card-mini-fill:before {
  content: "\f0ca";
}

.ri-sd-card-mini-line:before {
  content: "\f0cb";
}

.ri-search-2-fill:before {
  content: "\f0cc";
}

.ri-search-2-line:before {
  content: "\f0cd";
}

.ri-search-eye-fill:before {
  content: "\f0ce";
}

.ri-search-eye-line:before {
  content: "\f0cf";
}

.ri-search-fill:before {
  content: "\f0d0";
}

.ri-search-line:before {
  content: "\f0d1";
}

.ri-secure-payment-fill:before {
  content: "\f0d2";
}

.ri-secure-payment-line:before {
  content: "\f0d3";
}

.ri-seedling-fill:before {
  content: "\f0d4";
}

.ri-seedling-line:before {
  content: "\f0d5";
}

.ri-send-backward:before {
  content: "\f0d6";
}

.ri-send-plane-2-fill:before {
  content: "\f0d7";
}

.ri-send-plane-2-line:before {
  content: "\f0d8";
}

.ri-send-plane-fill:before {
  content: "\f0d9";
}

.ri-send-plane-line:before {
  content: "\f0da";
}

.ri-send-to-back:before {
  content: "\f0db";
}

.ri-sensor-fill:before {
  content: "\f0dc";
}

.ri-sensor-line:before {
  content: "\f0dd";
}

.ri-separator:before {
  content: "\f0de";
}

.ri-server-fill:before {
  content: "\f0df";
}

.ri-server-line:before {
  content: "\f0e0";
}

.ri-service-fill:before {
  content: "\f0e1";
}

.ri-service-line:before {
  content: "\f0e2";
}

.ri-settings-2-fill:before {
  content: "\f0e3";
}

.ri-settings-2-line:before {
  content: "\f0e4";
}

.ri-settings-3-fill:before {
  content: "\f0e5";
}

.ri-settings-3-line:before {
  content: "\f0e6";
}

.ri-settings-4-fill:before {
  content: "\f0e7";
}

.ri-settings-4-line:before {
  content: "\f0e8";
}

.ri-settings-5-fill:before {
  content: "\f0e9";
}

.ri-settings-5-line:before {
  content: "\f0ea";
}

.ri-settings-6-fill:before {
  content: "\f0eb";
}

.ri-settings-6-line:before {
  content: "\f0ec";
}

.ri-settings-fill:before {
  content: "\f0ed";
}

.ri-settings-line:before {
  content: "\f0ee";
}

.ri-shape-2-fill:before {
  content: "\f0ef";
}

.ri-shape-2-line:before {
  content: "\f0f0";
}

.ri-shape-fill:before {
  content: "\f0f1";
}

.ri-shape-line:before {
  content: "\f0f2";
}

.ri-share-box-fill:before {
  content: "\f0f3";
}

.ri-share-box-line:before {
  content: "\f0f4";
}

.ri-share-circle-fill:before {
  content: "\f0f5";
}

.ri-share-circle-line:before {
  content: "\f0f6";
}

.ri-share-fill:before {
  content: "\f0f7";
}

.ri-share-forward-2-fill:before {
  content: "\f0f8";
}

.ri-share-forward-2-line:before {
  content: "\f0f9";
}

.ri-share-forward-box-fill:before {
  content: "\f0fa";
}

.ri-share-forward-box-line:before {
  content: "\f0fb";
}

.ri-share-forward-fill:before {
  content: "\f0fc";
}

.ri-share-forward-line:before {
  content: "\f0fd";
}

.ri-share-line:before {
  content: "\f0fe";
}

.ri-shield-check-fill:before {
  content: "\f0ff";
}

.ri-shield-check-line:before {
  content: "\f100";
}

.ri-shield-cross-fill:before {
  content: "\f101";
}

.ri-shield-cross-line:before {
  content: "\f102";
}

.ri-shield-fill:before {
  content: "\f103";
}

.ri-shield-flash-fill:before {
  content: "\f104";
}

.ri-shield-flash-line:before {
  content: "\f105";
}

.ri-shield-keyhole-fill:before {
  content: "\f106";
}

.ri-shield-keyhole-line:before {
  content: "\f107";
}

.ri-shield-line:before {
  content: "\f108";
}

.ri-shield-star-fill:before {
  content: "\f109";
}

.ri-shield-star-line:before {
  content: "\f10a";
}

.ri-shield-user-fill:before {
  content: "\f10b";
}

.ri-shield-user-line:before {
  content: "\f10c";
}

.ri-ship-2-fill:before {
  content: "\f10d";
}

.ri-ship-2-line:before {
  content: "\f10e";
}

.ri-ship-fill:before {
  content: "\f10f";
}

.ri-ship-line:before {
  content: "\f110";
}

.ri-shirt-fill:before {
  content: "\f111";
}

.ri-shirt-line:before {
  content: "\f112";
}

.ri-shopping-bag-2-fill:before {
  content: "\f113";
}

.ri-shopping-bag-2-line:before {
  content: "\f114";
}

.ri-shopping-bag-3-fill:before {
  content: "\f115";
}

.ri-shopping-bag-3-line:before {
  content: "\f116";
}

.ri-shopping-bag-fill:before {
  content: "\f117";
}

.ri-shopping-bag-line:before {
  content: "\f118";
}

.ri-shopping-basket-2-fill:before {
  content: "\f119";
}

.ri-shopping-basket-2-line:before {
  content: "\f11a";
}

.ri-shopping-basket-fill:before {
  content: "\f11b";
}

.ri-shopping-basket-line:before {
  content: "\f11c";
}

.ri-shopping-cart-2-fill:before {
  content: "\f11d";
}

.ri-shopping-cart-2-line:before {
  content: "\f11e";
}

.ri-shopping-cart-fill:before {
  content: "\f11f";
}

.ri-shopping-cart-line:before {
  content: "\f120";
}

.ri-showers-fill:before {
  content: "\f121";
}

.ri-showers-line:before {
  content: "\f122";
}

.ri-shuffle-fill:before {
  content: "\f123";
}

.ri-shuffle-line:before {
  content: "\f124";
}

.ri-shut-down-fill:before {
  content: "\f125";
}

.ri-shut-down-line:before {
  content: "\f126";
}

.ri-side-bar-fill:before {
  content: "\f127";
}

.ri-side-bar-line:before {
  content: "\f128";
}

.ri-signal-tower-fill:before {
  content: "\f129";
}

.ri-signal-tower-line:before {
  content: "\f12a";
}

.ri-signal-wifi-1-fill:before {
  content: "\f12b";
}

.ri-signal-wifi-1-line:before {
  content: "\f12c";
}

.ri-signal-wifi-2-fill:before {
  content: "\f12d";
}

.ri-signal-wifi-2-line:before {
  content: "\f12e";
}

.ri-signal-wifi-3-fill:before {
  content: "\f12f";
}

.ri-signal-wifi-3-line:before {
  content: "\f130";
}

.ri-signal-wifi-error-fill:before {
  content: "\f131";
}

.ri-signal-wifi-error-line:before {
  content: "\f132";
}

.ri-signal-wifi-fill:before {
  content: "\f133";
}

.ri-signal-wifi-line:before {
  content: "\f134";
}

.ri-signal-wifi-off-fill:before {
  content: "\f135";
}

.ri-signal-wifi-off-line:before {
  content: "\f136";
}

.ri-sim-card-2-fill:before {
  content: "\f137";
}

.ri-sim-card-2-line:before {
  content: "\f138";
}

.ri-sim-card-fill:before {
  content: "\f139";
}

.ri-sim-card-line:before {
  content: "\f13a";
}

.ri-single-quotes-l:before {
  content: "\f13b";
}

.ri-single-quotes-r:before {
  content: "\f13c";
}

.ri-sip-fill:before {
  content: "\f13d";
}

.ri-sip-line:before {
  content: "\f13e";
}

.ri-skip-back-fill:before {
  content: "\f13f";
}

.ri-skip-back-line:before {
  content: "\f140";
}

.ri-skip-back-mini-fill:before {
  content: "\f141";
}

.ri-skip-back-mini-line:before {
  content: "\f142";
}

.ri-skip-forward-fill:before {
  content: "\f143";
}

.ri-skip-forward-line:before {
  content: "\f144";
}

.ri-skip-forward-mini-fill:before {
  content: "\f145";
}

.ri-skip-forward-mini-line:before {
  content: "\f146";
}

.ri-skull-2-fill:before {
  content: "\f147";
}

.ri-skull-2-line:before {
  content: "\f148";
}

.ri-skull-fill:before {
  content: "\f149";
}

.ri-skull-line:before {
  content: "\f14a";
}

.ri-skype-fill:before {
  content: "\f14b";
}

.ri-skype-line:before {
  content: "\f14c";
}

.ri-slack-fill:before {
  content: "\f14d";
}

.ri-slack-line:before {
  content: "\f14e";
}

.ri-slice-fill:before {
  content: "\f14f";
}

.ri-slice-line:before {
  content: "\f150";
}

.ri-slideshow-2-fill:before {
  content: "\f151";
}

.ri-slideshow-2-line:before {
  content: "\f152";
}

.ri-slideshow-3-fill:before {
  content: "\f153";
}

.ri-slideshow-3-line:before {
  content: "\f154";
}

.ri-slideshow-4-fill:before {
  content: "\f155";
}

.ri-slideshow-4-line:before {
  content: "\f156";
}

.ri-slideshow-fill:before {
  content: "\f157";
}

.ri-slideshow-line:before {
  content: "\f158";
}

.ri-smartphone-fill:before {
  content: "\f159";
}

.ri-smartphone-line:before {
  content: "\f15a";
}

.ri-snapchat-fill:before {
  content: "\f15b";
}

.ri-snapchat-line:before {
  content: "\f15c";
}

.ri-snowy-fill:before {
  content: "\f15d";
}

.ri-snowy-line:before {
  content: "\f15e";
}

.ri-sort-asc:before {
  content: "\f15f";
}

.ri-sort-desc:before {
  content: "\f160";
}

.ri-sound-module-fill:before {
  content: "\f161";
}

.ri-sound-module-line:before {
  content: "\f162";
}

.ri-soundcloud-fill:before {
  content: "\f163";
}

.ri-soundcloud-line:before {
  content: "\f164";
}

.ri-space-ship-fill:before {
  content: "\f165";
}

.ri-space-ship-line:before {
  content: "\f166";
}

.ri-space:before {
  content: "\f167";
}

.ri-spam-2-fill:before {
  content: "\f168";
}

.ri-spam-2-line:before {
  content: "\f169";
}

.ri-spam-3-fill:before {
  content: "\f16a";
}

.ri-spam-3-line:before {
  content: "\f16b";
}

.ri-spam-fill:before {
  content: "\f16c";
}

.ri-spam-line:before {
  content: "\f16d";
}

.ri-speaker-2-fill:before {
  content: "\f16e";
}

.ri-speaker-2-line:before {
  content: "\f16f";
}

.ri-speaker-3-fill:before {
  content: "\f170";
}

.ri-speaker-3-line:before {
  content: "\f171";
}

.ri-speaker-fill:before {
  content: "\f172";
}

.ri-speaker-line:before {
  content: "\f173";
}

.ri-spectrum-fill:before {
  content: "\f174";
}

.ri-spectrum-line:before {
  content: "\f175";
}

.ri-speed-fill:before {
  content: "\f176";
}

.ri-speed-line:before {
  content: "\f177";
}

.ri-speed-mini-fill:before {
  content: "\f178";
}

.ri-speed-mini-line:before {
  content: "\f179";
}

.ri-split-cells-horizontal:before {
  content: "\f17a";
}

.ri-split-cells-vertical:before {
  content: "\f17b";
}

.ri-spotify-fill:before {
  content: "\f17c";
}

.ri-spotify-line:before {
  content: "\f17d";
}

.ri-spy-fill:before {
  content: "\f17e";
}

.ri-spy-line:before {
  content: "\f17f";
}

.ri-stack-fill:before {
  content: "\f180";
}

.ri-stack-line:before {
  content: "\f181";
}

.ri-stack-overflow-fill:before {
  content: "\f182";
}

.ri-stack-overflow-line:before {
  content: "\f183";
}

.ri-stackshare-fill:before {
  content: "\f184";
}

.ri-stackshare-line:before {
  content: "\f185";
}

.ri-star-fill:before {
  content: "\f186";
}

.ri-star-half-fill:before {
  content: "\f187";
}

.ri-star-half-line:before {
  content: "\f188";
}

.ri-star-half-s-fill:before {
  content: "\f189";
}

.ri-star-half-s-line:before {
  content: "\f18a";
}

.ri-star-line:before {
  content: "\f18b";
}

.ri-star-s-fill:before {
  content: "\f18c";
}

.ri-star-s-line:before {
  content: "\f18d";
}

.ri-star-smile-fill:before {
  content: "\f18e";
}

.ri-star-smile-line:before {
  content: "\f18f";
}

.ri-steam-fill:before {
  content: "\f190";
}

.ri-steam-line:before {
  content: "\f191";
}

.ri-steering-2-fill:before {
  content: "\f192";
}

.ri-steering-2-line:before {
  content: "\f193";
}

.ri-steering-fill:before {
  content: "\f194";
}

.ri-steering-line:before {
  content: "\f195";
}

.ri-stethoscope-fill:before {
  content: "\f196";
}

.ri-stethoscope-line:before {
  content: "\f197";
}

.ri-sticky-note-2-fill:before {
  content: "\f198";
}

.ri-sticky-note-2-line:before {
  content: "\f199";
}

.ri-sticky-note-fill:before {
  content: "\f19a";
}

.ri-sticky-note-line:before {
  content: "\f19b";
}

.ri-stock-fill:before {
  content: "\f19c";
}

.ri-stock-line:before {
  content: "\f19d";
}

.ri-stop-circle-fill:before {
  content: "\f19e";
}

.ri-stop-circle-line:before {
  content: "\f19f";
}

.ri-stop-fill:before {
  content: "\f1a0";
}

.ri-stop-line:before {
  content: "\f1a1";
}

.ri-stop-mini-fill:before {
  content: "\f1a2";
}

.ri-stop-mini-line:before {
  content: "\f1a3";
}

.ri-store-2-fill:before {
  content: "\f1a4";
}

.ri-store-2-line:before {
  content: "\f1a5";
}

.ri-store-3-fill:before {
  content: "\f1a6";
}

.ri-store-3-line:before {
  content: "\f1a7";
}

.ri-store-fill:before {
  content: "\f1a8";
}

.ri-store-line:before {
  content: "\f1a9";
}

.ri-strikethrough-2:before {
  content: "\f1aa";
}

.ri-strikethrough:before {
  content: "\f1ab";
}

.ri-subscript-2:before {
  content: "\f1ac";
}

.ri-subscript:before {
  content: "\f1ad";
}

.ri-subtract-fill:before {
  content: "\f1ae";
}

.ri-subtract-line:before {
  content: "\f1af";
}

.ri-subway-fill:before {
  content: "\f1b0";
}

.ri-subway-line:before {
  content: "\f1b1";
}

.ri-subway-wifi-fill:before {
  content: "\f1b2";
}

.ri-subway-wifi-line:before {
  content: "\f1b3";
}

.ri-suitcase-2-fill:before {
  content: "\f1b4";
}

.ri-suitcase-2-line:before {
  content: "\f1b5";
}

.ri-suitcase-3-fill:before {
  content: "\f1b6";
}

.ri-suitcase-3-line:before {
  content: "\f1b7";
}

.ri-suitcase-fill:before {
  content: "\f1b8";
}

.ri-suitcase-line:before {
  content: "\f1b9";
}

.ri-sun-cloudy-fill:before {
  content: "\f1ba";
}

.ri-sun-cloudy-line:before {
  content: "\f1bb";
}

.ri-sun-fill:before {
  content: "\f1bc";
}

.ri-sun-foggy-fill:before {
  content: "\f1bd";
}

.ri-sun-foggy-line:before {
  content: "\f1be";
}

.ri-sun-line:before {
  content: "\f1bf";
}

.ri-superscript-2:before {
  content: "\f1c0";
}

.ri-superscript:before {
  content: "\f1c1";
}

.ri-surgical-mask-fill:before {
  content: "\f1c2";
}

.ri-surgical-mask-line:before {
  content: "\f1c3";
}

.ri-surround-sound-fill:before {
  content: "\f1c4";
}

.ri-surround-sound-line:before {
  content: "\f1c5";
}

.ri-survey-fill:before {
  content: "\f1c6";
}

.ri-survey-line:before {
  content: "\f1c7";
}

.ri-swap-box-fill:before {
  content: "\f1c8";
}

.ri-swap-box-line:before {
  content: "\f1c9";
}

.ri-swap-fill:before {
  content: "\f1ca";
}

.ri-swap-line:before {
  content: "\f1cb";
}

.ri-switch-fill:before {
  content: "\f1cc";
}

.ri-switch-line:before {
  content: "\f1cd";
}

.ri-sword-fill:before {
  content: "\f1ce";
}

.ri-sword-line:before {
  content: "\f1cf";
}

.ri-syringe-fill:before {
  content: "\f1d0";
}

.ri-syringe-line:before {
  content: "\f1d1";
}

.ri-t-box-fill:before {
  content: "\f1d2";
}

.ri-t-box-line:before {
  content: "\f1d3";
}

.ri-t-shirt-2-fill:before {
  content: "\f1d4";
}

.ri-t-shirt-2-line:before {
  content: "\f1d5";
}

.ri-t-shirt-air-fill:before {
  content: "\f1d6";
}

.ri-t-shirt-air-line:before {
  content: "\f1d7";
}

.ri-t-shirt-fill:before {
  content: "\f1d8";
}

.ri-t-shirt-line:before {
  content: "\f1d9";
}

.ri-table-2:before {
  content: "\f1da";
}

.ri-table-alt-fill:before {
  content: "\f1db";
}

.ri-table-alt-line:before {
  content: "\f1dc";
}

.ri-table-fill:before {
  content: "\f1dd";
}

.ri-table-line:before {
  content: "\f1de";
}

.ri-tablet-fill:before {
  content: "\f1df";
}

.ri-tablet-line:before {
  content: "\f1e0";
}

.ri-takeaway-fill:before {
  content: "\f1e1";
}

.ri-takeaway-line:before {
  content: "\f1e2";
}

.ri-taobao-fill:before {
  content: "\f1e3";
}

.ri-taobao-line:before {
  content: "\f1e4";
}

.ri-tape-fill:before {
  content: "\f1e5";
}

.ri-tape-line:before {
  content: "\f1e6";
}

.ri-task-fill:before {
  content: "\f1e7";
}

.ri-task-line:before {
  content: "\f1e8";
}

.ri-taxi-fill:before {
  content: "\f1e9";
}

.ri-taxi-line:before {
  content: "\f1ea";
}

.ri-taxi-wifi-fill:before {
  content: "\f1eb";
}

.ri-taxi-wifi-line:before {
  content: "\f1ec";
}

.ri-team-fill:before {
  content: "\f1ed";
}

.ri-team-line:before {
  content: "\f1ee";
}

.ri-telegram-fill:before {
  content: "\f1ef";
}

.ri-telegram-line:before {
  content: "\f1f0";
}

.ri-temp-cold-fill:before {
  content: "\f1f1";
}

.ri-temp-cold-line:before {
  content: "\f1f2";
}

.ri-temp-hot-fill:before {
  content: "\f1f3";
}

.ri-temp-hot-line:before {
  content: "\f1f4";
}

.ri-terminal-box-fill:before {
  content: "\f1f5";
}

.ri-terminal-box-line:before {
  content: "\f1f6";
}

.ri-terminal-fill:before {
  content: "\f1f7";
}

.ri-terminal-line:before {
  content: "\f1f8";
}

.ri-terminal-window-fill:before {
  content: "\f1f9";
}

.ri-terminal-window-line:before {
  content: "\f1fa";
}

.ri-test-tube-fill:before {
  content: "\f1fb";
}

.ri-test-tube-line:before {
  content: "\f1fc";
}

.ri-text-direction-l:before {
  content: "\f1fd";
}

.ri-text-direction-r:before {
  content: "\f1fe";
}

.ri-text-spacing:before {
  content: "\f1ff";
}

.ri-text-wrap:before {
  content: "\f200";
}

.ri-text:before {
  content: "\f201";
}

.ri-thermometer-fill:before {
  content: "\f202";
}

.ri-thermometer-line:before {
  content: "\f203";
}

.ri-thumb-down-fill:before {
  content: "\f204";
}

.ri-thumb-down-line:before {
  content: "\f205";
}

.ri-thumb-up-fill:before {
  content: "\f206";
}

.ri-thumb-up-line:before {
  content: "\f207";
}

.ri-thunderstorms-fill:before {
  content: "\f208";
}

.ri-thunderstorms-line:before {
  content: "\f209";
}

.ri-ticket-2-fill:before {
  content: "\f20a";
}

.ri-ticket-2-line:before {
  content: "\f20b";
}

.ri-ticket-fill:before {
  content: "\f20c";
}

.ri-ticket-line:before {
  content: "\f20d";
}

.ri-time-fill:before {
  content: "\f20e";
}

.ri-time-line:before {
  content: "\f20f";
}

.ri-timer-2-fill:before {
  content: "\f210";
}

.ri-timer-2-line:before {
  content: "\f211";
}

.ri-timer-fill:before {
  content: "\f212";
}

.ri-timer-flash-fill:before {
  content: "\f213";
}

.ri-timer-flash-line:before {
  content: "\f214";
}

.ri-timer-line:before {
  content: "\f215";
}

.ri-todo-fill:before {
  content: "\f216";
}

.ri-todo-line:before {
  content: "\f217";
}

.ri-toggle-fill:before {
  content: "\f218";
}

.ri-toggle-line:before {
  content: "\f219";
}

.ri-tools-fill:before {
  content: "\f21a";
}

.ri-tools-line:before {
  content: "\f21b";
}

.ri-tornado-fill:before {
  content: "\f21c";
}

.ri-tornado-line:before {
  content: "\f21d";
}

.ri-trademark-fill:before {
  content: "\f21e";
}

.ri-trademark-line:before {
  content: "\f21f";
}

.ri-traffic-light-fill:before {
  content: "\f220";
}

.ri-traffic-light-line:before {
  content: "\f221";
}

.ri-train-fill:before {
  content: "\f222";
}

.ri-train-line:before {
  content: "\f223";
}

.ri-train-wifi-fill:before {
  content: "\f224";
}

.ri-train-wifi-line:before {
  content: "\f225";
}

.ri-translate-2:before {
  content: "\f226";
}

.ri-translate:before {
  content: "\f227";
}

.ri-travesti-fill:before {
  content: "\f228";
}

.ri-travesti-line:before {
  content: "\f229";
}

.ri-treasure-map-fill:before {
  content: "\f22a";
}

.ri-treasure-map-line:before {
  content: "\f22b";
}

.ri-trello-fill:before {
  content: "\f22c";
}

.ri-trello-line:before {
  content: "\f22d";
}

.ri-trophy-fill:before {
  content: "\f22e";
}

.ri-trophy-line:before {
  content: "\f22f";
}

.ri-truck-fill:before {
  content: "\f230";
}

.ri-truck-line:before {
  content: "\f231";
}

.ri-tumblr-fill:before {
  content: "\f232";
}

.ri-tumblr-line:before {
  content: "\f233";
}

.ri-tv-2-fill:before {
  content: "\f234";
}

.ri-tv-2-line:before {
  content: "\f235";
}

.ri-tv-fill:before {
  content: "\f236";
}

.ri-tv-line:before {
  content: "\f237";
}

.ri-twitch-fill:before {
  content: "\f238";
}

.ri-twitch-line:before {
  content: "\f239";
}

.ri-twitter-fill:before {
  content: "\f23a";
}

.ri-twitter-line:before {
  content: "\f23b";
}

.ri-typhoon-fill:before {
  content: "\f23c";
}

.ri-typhoon-line:before {
  content: "\f23d";
}

.ri-u-disk-fill:before {
  content: "\f23e";
}

.ri-u-disk-line:before {
  content: "\f23f";
}

.ri-ubuntu-fill:before {
  content: "\f240";
}

.ri-ubuntu-line:before {
  content: "\f241";
}

.ri-umbrella-fill:before {
  content: "\f242";
}

.ri-umbrella-line:before {
  content: "\f243";
}

.ri-underline:before {
  content: "\f244";
}

.ri-uninstall-fill:before {
  content: "\f245";
}

.ri-uninstall-line:before {
  content: "\f246";
}

.ri-unsplash-fill:before {
  content: "\f247";
}

.ri-unsplash-line:before {
  content: "\f248";
}

.ri-upload-2-fill:before {
  content: "\f249";
}

.ri-upload-2-line:before {
  content: "\f24a";
}

.ri-upload-cloud-2-fill:before {
  content: "\f24b";
}

.ri-upload-cloud-2-line:before {
  content: "\f24c";
}

.ri-upload-cloud-fill:before {
  content: "\f24d";
}

.ri-upload-cloud-line:before {
  content: "\f24e";
}

.ri-upload-fill:before {
  content: "\f24f";
}

.ri-upload-line:before {
  content: "\f250";
}

.ri-usb-fill:before {
  content: "\f251";
}

.ri-usb-line:before {
  content: "\f252";
}

.ri-user-2-fill:before {
  content: "\f253";
}

.ri-user-2-line:before {
  content: "\f254";
}

.ri-user-3-fill:before {
  content: "\f255";
}

.ri-user-3-line:before {
  content: "\f256";
}

.ri-user-4-fill:before {
  content: "\f257";
}

.ri-user-4-line:before {
  content: "\f258";
}

.ri-user-5-fill:before {
  content: "\f259";
}

.ri-user-5-line:before {
  content: "\f25a";
}

.ri-user-6-fill:before {
  content: "\f25b";
}

.ri-user-6-line:before {
  content: "\f25c";
}

.ri-user-add-fill:before {
  content: "\f25d";
}

.ri-user-add-line:before {
  content: "\f25e";
}

.ri-user-fill:before {
  content: "\f25f";
}

.ri-user-follow-fill:before {
  content: "\f260";
}

.ri-user-follow-line:before {
  content: "\f261";
}

.ri-user-heart-fill:before {
  content: "\f262";
}

.ri-user-heart-line:before {
  content: "\f263";
}

.ri-user-line:before {
  content: "\f264";
}

.ri-user-location-fill:before {
  content: "\f265";
}

.ri-user-location-line:before {
  content: "\f266";
}

.ri-user-received-2-fill:before {
  content: "\f267";
}

.ri-user-received-2-line:before {
  content: "\f268";
}

.ri-user-received-fill:before {
  content: "\f269";
}

.ri-user-received-line:before {
  content: "\f26a";
}

.ri-user-search-fill:before {
  content: "\f26b";
}

.ri-user-search-line:before {
  content: "\f26c";
}

.ri-user-settings-fill:before {
  content: "\f26d";
}

.ri-user-settings-line:before {
  content: "\f26e";
}

.ri-user-shared-2-fill:before {
  content: "\f26f";
}

.ri-user-shared-2-line:before {
  content: "\f270";
}

.ri-user-shared-fill:before {
  content: "\f271";
}

.ri-user-shared-line:before {
  content: "\f272";
}

.ri-user-smile-fill:before {
  content: "\f273";
}

.ri-user-smile-line:before {
  content: "\f274";
}

.ri-user-star-fill:before {
  content: "\f275";
}

.ri-user-star-line:before {
  content: "\f276";
}

.ri-user-unfollow-fill:before {
  content: "\f277";
}

.ri-user-unfollow-line:before {
  content: "\f278";
}

.ri-user-voice-fill:before {
  content: "\f279";
}

.ri-user-voice-line:before {
  content: "\f27a";
}

.ri-video-add-fill:before {
  content: "\f27b";
}

.ri-video-add-line:before {
  content: "\f27c";
}

.ri-video-chat-fill:before {
  content: "\f27d";
}

.ri-video-chat-line:before {
  content: "\f27e";
}

.ri-video-download-fill:before {
  content: "\f27f";
}

.ri-video-download-line:before {
  content: "\f280";
}

.ri-video-fill:before {
  content: "\f281";
}

.ri-video-line:before {
  content: "\f282";
}

.ri-video-upload-fill:before {
  content: "\f283";
}

.ri-video-upload-line:before {
  content: "\f284";
}

.ri-vidicon-2-fill:before {
  content: "\f285";
}

.ri-vidicon-2-line:before {
  content: "\f286";
}

.ri-vidicon-fill:before {
  content: "\f287";
}

.ri-vidicon-line:before {
  content: "\f288";
}

.ri-vimeo-fill:before {
  content: "\f289";
}

.ri-vimeo-line:before {
  content: "\f28a";
}

.ri-vip-crown-2-fill:before {
  content: "\f28b";
}

.ri-vip-crown-2-line:before {
  content: "\f28c";
}

.ri-vip-crown-fill:before {
  content: "\f28d";
}

.ri-vip-crown-line:before {
  content: "\f28e";
}

.ri-vip-diamond-fill:before {
  content: "\f28f";
}

.ri-vip-diamond-line:before {
  content: "\f290";
}

.ri-vip-fill:before {
  content: "\f291";
}

.ri-vip-line:before {
  content: "\f292";
}

.ri-virus-fill:before {
  content: "\f293";
}

.ri-virus-line:before {
  content: "\f294";
}

.ri-visa-fill:before {
  content: "\f295";
}

.ri-visa-line:before {
  content: "\f296";
}

.ri-voice-recognition-fill:before {
  content: "\f297";
}

.ri-voice-recognition-line:before {
  content: "\f298";
}

.ri-voiceprint-fill:before {
  content: "\f299";
}

.ri-voiceprint-line:before {
  content: "\f29a";
}

.ri-volume-down-fill:before {
  content: "\f29b";
}

.ri-volume-down-line:before {
  content: "\f29c";
}

.ri-volume-mute-fill:before {
  content: "\f29d";
}

.ri-volume-mute-line:before {
  content: "\f29e";
}

.ri-volume-off-vibrate-fill:before {
  content: "\f29f";
}

.ri-volume-off-vibrate-line:before {
  content: "\f2a0";
}

.ri-volume-up-fill:before {
  content: "\f2a1";
}

.ri-volume-up-line:before {
  content: "\f2a2";
}

.ri-volume-vibrate-fill:before {
  content: "\f2a3";
}

.ri-volume-vibrate-line:before {
  content: "\f2a4";
}

.ri-vuejs-fill:before {
  content: "\f2a5";
}

.ri-vuejs-line:before {
  content: "\f2a6";
}

.ri-walk-fill:before {
  content: "\f2a7";
}

.ri-walk-line:before {
  content: "\f2a8";
}

.ri-wallet-2-fill:before {
  content: "\f2a9";
}

.ri-wallet-2-line:before {
  content: "\f2aa";
}

.ri-wallet-3-fill:before {
  content: "\f2ab";
}

.ri-wallet-3-line:before {
  content: "\f2ac";
}

.ri-wallet-fill:before {
  content: "\f2ad";
}

.ri-wallet-line:before {
  content: "\f2ae";
}

.ri-water-flash-fill:before {
  content: "\f2af";
}

.ri-water-flash-line:before {
  content: "\f2b0";
}

.ri-webcam-fill:before {
  content: "\f2b1";
}

.ri-webcam-line:before {
  content: "\f2b2";
}

.ri-wechat-2-fill:before {
  content: "\f2b3";
}

.ri-wechat-2-line:before {
  content: "\f2b4";
}

.ri-wechat-fill:before {
  content: "\f2b5";
}

.ri-wechat-line:before {
  content: "\f2b6";
}

.ri-wechat-pay-fill:before {
  content: "\f2b7";
}

.ri-wechat-pay-line:before {
  content: "\f2b8";
}

.ri-weibo-fill:before {
  content: "\f2b9";
}

.ri-weibo-line:before {
  content: "\f2ba";
}

.ri-whatsapp-fill:before {
  content: "\f2bb";
}

.ri-whatsapp-line:before {
  content: "\f2bc";
}

.ri-wheelchair-fill:before {
  content: "\f2bd";
}

.ri-wheelchair-line:before {
  content: "\f2be";
}

.ri-wifi-fill:before {
  content: "\f2bf";
}

.ri-wifi-line:before {
  content: "\f2c0";
}

.ri-wifi-off-fill:before {
  content: "\f2c1";
}

.ri-wifi-off-line:before {
  content: "\f2c2";
}

.ri-window-2-fill:before {
  content: "\f2c3";
}

.ri-window-2-line:before {
  content: "\f2c4";
}

.ri-window-fill:before {
  content: "\f2c5";
}

.ri-window-line:before {
  content: "\f2c6";
}

.ri-windows-fill:before {
  content: "\f2c7";
}

.ri-windows-line:before {
  content: "\f2c8";
}

.ri-windy-fill:before {
  content: "\f2c9";
}

.ri-windy-line:before {
  content: "\f2ca";
}

.ri-wireless-charging-fill:before {
  content: "\f2cb";
}

.ri-wireless-charging-line:before {
  content: "\f2cc";
}

.ri-women-fill:before {
  content: "\f2cd";
}

.ri-women-line:before {
  content: "\f2ce";
}

.ri-wubi-input:before {
  content: "\f2cf";
}

.ri-xbox-fill:before {
  content: "\f2d0";
}

.ri-xbox-line:before {
  content: "\f2d1";
}

.ri-xing-fill:before {
  content: "\f2d2";
}

.ri-xing-line:before {
  content: "\f2d3";
}

.ri-youtube-fill:before {
  content: "\f2d4";
}

.ri-youtube-line:before {
  content: "\f2d5";
}

.ri-zcool-fill:before {
  content: "\f2d6";
}

.ri-zcool-line:before {
  content: "\f2d7";
}

.ri-zhihu-fill:before {
  content: "\f2d8";
}

.ri-zhihu-line:before {
  content: "\f2d9";
}

.ri-zoom-in-fill:before {
  content: "\f2da";
}

.ri-zoom-in-line:before {
  content: "\f2db";
}

.ri-zoom-out-fill:before {
  content: "\f2dc";
}

.ri-zoom-out-line:before {
  content: "\f2dd";
}

.ri-zzz-fill:before {
  content: "\f2de";
}

.ri-zzz-line:before {
  content: "\f2df";
}

.ri-arrow-down-double-fill:before {
  content: "\f2e0";
}

.ri-arrow-down-double-line:before {
  content: "\f2e1";
}

.ri-arrow-left-double-fill:before {
  content: "\f2e2";
}

.ri-arrow-left-double-line:before {
  content: "\f2e3";
}

.ri-arrow-right-double-fill:before {
  content: "\f2e4";
}

.ri-arrow-right-double-line:before {
  content: "\f2e5";
}

.ri-arrow-turn-back-fill:before {
  content: "\f2e6";
}

.ri-arrow-turn-back-line:before {
  content: "\f2e7";
}

.ri-arrow-turn-forward-fill:before {
  content: "\f2e8";
}

.ri-arrow-turn-forward-line:before {
  content: "\f2e9";
}

.ri-arrow-up-double-fill:before {
  content: "\f2ea";
}

.ri-arrow-up-double-line:before {
  content: "\f2eb";
}

.ri-bard-fill:before {
  content: "\f2ec";
}

.ri-bard-line:before {
  content: "\f2ed";
}

.ri-bootstrap-fill:before {
  content: "\f2ee";
}

.ri-bootstrap-line:before {
  content: "\f2ef";
}

.ri-box-1-fill:before {
  content: "\f2f0";
}

.ri-box-1-line:before {
  content: "\f2f1";
}

.ri-box-2-fill:before {
  content: "\f2f2";
}

.ri-box-2-line:before {
  content: "\f2f3";
}

.ri-box-3-fill:before {
  content: "\f2f4";
}

.ri-box-3-line:before {
  content: "\f2f5";
}

.ri-brain-fill:before {
  content: "\f2f6";
}

.ri-brain-line:before {
  content: "\f2f7";
}

.ri-candle-fill:before {
  content: "\f2f8";
}

.ri-candle-line:before {
  content: "\f2f9";
}

.ri-cash-fill:before {
  content: "\f2fa";
}

.ri-cash-line:before {
  content: "\f2fb";
}

.ri-contract-left-fill:before {
  content: "\f2fc";
}

.ri-contract-left-line:before {
  content: "\f2fd";
}

.ri-contract-left-right-fill:before {
  content: "\f2fe";
}

.ri-contract-left-right-line:before {
  content: "\f2ff";
}

.ri-contract-right-fill:before {
  content: "\f300";
}

.ri-contract-right-line:before {
  content: "\f301";
}

.ri-contract-up-down-fill:before {
  content: "\f302";
}

.ri-contract-up-down-line:before {
  content: "\f303";
}

.ri-copilot-fill:before {
  content: "\f304";
}

.ri-copilot-line:before {
  content: "\f305";
}

.ri-corner-down-left-fill:before {
  content: "\f306";
}

.ri-corner-down-left-line:before {
  content: "\f307";
}

.ri-corner-down-right-fill:before {
  content: "\f308";
}

.ri-corner-down-right-line:before {
  content: "\f309";
}

.ri-corner-left-down-fill:before {
  content: "\f30a";
}

.ri-corner-left-down-line:before {
  content: "\f30b";
}

.ri-corner-left-up-fill:before {
  content: "\f30c";
}

.ri-corner-left-up-line:before {
  content: "\f30d";
}

.ri-corner-right-down-fill:before {
  content: "\f30e";
}

.ri-corner-right-down-line:before {
  content: "\f30f";
}

.ri-corner-right-up-fill:before {
  content: "\f310";
}

.ri-corner-right-up-line:before {
  content: "\f311";
}

.ri-corner-up-left-double-fill:before {
  content: "\f312";
}

.ri-corner-up-left-double-line:before {
  content: "\f313";
}

.ri-corner-up-left-fill:before {
  content: "\f314";
}

.ri-corner-up-left-line:before {
  content: "\f315";
}

.ri-corner-up-right-double-fill:before {
  content: "\f316";
}

.ri-corner-up-right-double-line:before {
  content: "\f317";
}

.ri-corner-up-right-fill:before {
  content: "\f318";
}

.ri-corner-up-right-line:before {
  content: "\f319";
}

.ri-cross-fill:before {
  content: "\f31a";
}

.ri-cross-line:before {
  content: "\f31b";
}

.ri-edge-new-fill:before {
  content: "\f31c";
}

.ri-edge-new-line:before {
  content: "\f31d";
}

.ri-equal-fill:before {
  content: "\f31e";
}

.ri-equal-line:before {
  content: "\f31f";
}

.ri-expand-left-fill:before {
  content: "\f320";
}

.ri-expand-left-line:before {
  content: "\f321";
}

.ri-expand-left-right-fill:before {
  content: "\f322";
}

.ri-expand-left-right-line:before {
  content: "\f323";
}

.ri-expand-right-fill:before {
  content: "\f324";
}

.ri-expand-right-line:before {
  content: "\f325";
}

.ri-expand-up-down-fill:before {
  content: "\f326";
}

.ri-expand-up-down-line:before {
  content: "\f327";
}

.ri-flickr-fill:before {
  content: "\f328";
}

.ri-flickr-line:before {
  content: "\f329";
}

.ri-forward-10-fill:before {
  content: "\f32a";
}

.ri-forward-10-line:before {
  content: "\f32b";
}

.ri-forward-15-fill:before {
  content: "\f32c";
}

.ri-forward-15-line:before {
  content: "\f32d";
}

.ri-forward-30-fill:before {
  content: "\f32e";
}

.ri-forward-30-line:before {
  content: "\f32f";
}

.ri-forward-5-fill:before {
  content: "\f330";
}

.ri-forward-5-line:before {
  content: "\f331";
}

.ri-graduation-cap-fill:before {
  content: "\f332";
}

.ri-graduation-cap-line:before {
  content: "\f333";
}

.ri-home-office-fill:before {
  content: "\f334";
}

.ri-home-office-line:before {
  content: "\f335";
}

.ri-hourglass-2-fill:before {
  content: "\f336";
}

.ri-hourglass-2-line:before {
  content: "\f337";
}

.ri-hourglass-fill:before {
  content: "\f338";
}

.ri-hourglass-line:before {
  content: "\f339";
}

.ri-javascript-fill:before {
  content: "\f33a";
}

.ri-javascript-line:before {
  content: "\f33b";
}

.ri-loop-left-fill:before {
  content: "\f33c";
}

.ri-loop-left-line:before {
  content: "\f33d";
}

.ri-loop-right-fill:before {
  content: "\f33e";
}

.ri-loop-right-line:before {
  content: "\f33f";
}

.ri-memories-fill:before {
  content: "\f340";
}

.ri-memories-line:before {
  content: "\f341";
}

.ri-meta-fill:before {
  content: "\f342";
}

.ri-meta-line:before {
  content: "\f343";
}

.ri-microsoft-loop-fill:before {
  content: "\f344";
}

.ri-microsoft-loop-line:before {
  content: "\f345";
}

.ri-nft-fill:before {
  content: "\f346";
}

.ri-nft-line:before {
  content: "\f347";
}

.ri-notion-fill:before {
  content: "\f348";
}

.ri-notion-line:before {
  content: "\f349";
}

.ri-openai-fill:before {
  content: "\f34a";
}

.ri-openai-line:before {
  content: "\f34b";
}

.ri-overline:before {
  content: "\f34c";
}

.ri-p2p-fill:before {
  content: "\f34d";
}

.ri-p2p-line:before {
  content: "\f34e";
}

.ri-presentation-fill:before {
  content: "\f34f";
}

.ri-presentation-line:before {
  content: "\f350";
}

.ri-replay-10-fill:before {
  content: "\f351";
}

.ri-replay-10-line:before {
  content: "\f352";
}

.ri-replay-15-fill:before {
  content: "\f353";
}

.ri-replay-15-line:before {
  content: "\f354";
}

.ri-replay-30-fill:before {
  content: "\f355";
}

.ri-replay-30-line:before {
  content: "\f356";
}

.ri-replay-5-fill:before {
  content: "\f357";
}

.ri-replay-5-line:before {
  content: "\f358";
}

.ri-school-fill:before {
  content: "\f359";
}

.ri-school-line:before {
  content: "\f35a";
}

.ri-shining-2-fill:before {
  content: "\f35b";
}

.ri-shining-2-line:before {
  content: "\f35c";
}

.ri-shining-fill:before {
  content: "\f35d";
}

.ri-shining-line:before {
  content: "\f35e";
}

.ri-sketching:before {
  content: "\f35f";
}

.ri-skip-down-fill:before {
  content: "\f360";
}

.ri-skip-down-line:before {
  content: "\f361";
}

.ri-skip-left-fill:before {
  content: "\f362";
}

.ri-skip-left-line:before {
  content: "\f363";
}

.ri-skip-right-fill:before {
  content: "\f364";
}

.ri-skip-right-line:before {
  content: "\f365";
}

.ri-skip-up-fill:before {
  content: "\f366";
}

.ri-skip-up-line:before {
  content: "\f367";
}

.ri-slow-down-fill:before {
  content: "\f368";
}

.ri-slow-down-line:before {
  content: "\f369";
}

.ri-sparkling-2-fill:before {
  content: "\f36a";
}

.ri-sparkling-2-line:before {
  content: "\f36b";
}

.ri-sparkling-fill:before {
  content: "\f36c";
}

.ri-sparkling-line:before {
  content: "\f36d";
}

.ri-speak-fill:before {
  content: "\f36e";
}

.ri-speak-line:before {
  content: "\f36f";
}

.ri-speed-up-fill:before {
  content: "\f370";
}

.ri-speed-up-line:before {
  content: "\f371";
}

.ri-tiktok-fill:before {
  content: "\f372";
}

.ri-tiktok-line:before {
  content: "\f373";
}

.ri-token-swap-fill:before {
  content: "\f374";
}

.ri-token-swap-line:before {
  content: "\f375";
}

.ri-unpin-fill:before {
  content: "\f376";
}

.ri-unpin-line:before {
  content: "\f377";
}

.ri-wechat-channels-fill:before {
  content: "\f378";
}

.ri-wechat-channels-line:before {
  content: "\f379";
}

.ri-wordpress-fill:before {
  content: "\f37a";
}

.ri-wordpress-line:before {
  content: "\f37b";
}

.ri-blender-fill:before {
  content: "\f37c";
}

.ri-blender-line:before {
  content: "\f37d";
}

.ri-emoji-sticker-fill:before {
  content: "\f37e";
}

.ri-emoji-sticker-line:before {
  content: "\f37f";
}

.ri-git-close-pull-request-fill:before {
  content: "\f380";
}

.ri-git-close-pull-request-line:before {
  content: "\f381";
}

.ri-instance-fill:before {
  content: "\f382";
}

.ri-instance-line:before {
  content: "\f383";
}

.ri-megaphone-fill:before {
  content: "\f384";
}

.ri-megaphone-line:before {
  content: "\f385";
}

.ri-pass-expired-fill:before {
  content: "\f386";
}

.ri-pass-expired-line:before {
  content: "\f387";
}

.ri-pass-pending-fill:before {
  content: "\f388";
}

.ri-pass-pending-line:before {
  content: "\f389";
}

.ri-pass-valid-fill:before {
  content: "\f38a";
}

.ri-pass-valid-line:before {
  content: "\f38b";
}

.ri-ai-generate:before {
  content: "\f38c";
}

.ri-calendar-close-fill:before {
  content: "\f38d";
}

.ri-calendar-close-line:before {
  content: "\f38e";
}

.ri-draggable:before {
  content: "\f38f";
}

.ri-font-family:before {
  content: "\f390";
}

.ri-font-mono:before {
  content: "\f391";
}

.ri-font-sans-serif:before {
  content: "\f392";
}

.ri-font-sans:before {
  content: "\f393";
}

.ri-hard-drive-3-fill:before {
  content: "\f394";
}

.ri-hard-drive-3-line:before {
  content: "\f395";
}

.ri-kick-fill:before {
  content: "\f396";
}

.ri-kick-line:before {
  content: "\f397";
}

.ri-list-check-3:before {
  content: "\f398";
}

.ri-list-indefinite:before {
  content: "\f399";
}

.ri-list-ordered-2:before {
  content: "\f39a";
}

.ri-list-radio:before {
  content: "\f39b";
}

.ri-openbase-fill:before {
  content: "\f39c";
}

.ri-openbase-line:before {
  content: "\f39d";
}

.ri-planet-fill:before {
  content: "\f39e";
}

.ri-planet-line:before {
  content: "\f39f";
}

.ri-prohibited-fill:before {
  content: "\f3a0";
}

.ri-prohibited-line:before {
  content: "\f3a1";
}

.ri-quote-text:before {
  content: "\f3a2";
}

.ri-seo-fill:before {
  content: "\f3a3";
}

.ri-seo-line:before {
  content: "\f3a4";
}

.ri-slash-commands:before {
  content: "\f3a5";
}

.ri-archive-2-fill:before {
  content: "\f3a6";
}

.ri-archive-2-line:before {
  content: "\f3a7";
}

.ri-inbox-2-fill:before {
  content: "\f3a8";
}

.ri-inbox-2-line:before {
  content: "\f3a9";
}

.ri-shake-hands-fill:before {
  content: "\f3aa";
}

.ri-shake-hands-line:before {
  content: "\f3ab";
}

.ri-supabase-fill:before {
  content: "\f3ac";
}

.ri-supabase-line:before {
  content: "\f3ad";
}

.ri-water-percent-fill:before {
  content: "\f3ae";
}

.ri-water-percent-line:before {
  content: "\f3af";
}

.ri-yuque-fill:before {
  content: "\f3b0";
}

.ri-yuque-line:before {
  content: "\f3b1";
}

.ri-crosshair-2-fill:before {
  content: "\f3b2";
}

.ri-crosshair-2-line:before {
  content: "\f3b3";
}

.ri-crosshair-fill:before {
  content: "\f3b4";
}

.ri-crosshair-line:before {
  content: "\f3b5";
}

.ri-file-close-fill:before {
  content: "\f3b6";
}

.ri-file-close-line:before {
  content: "\f3b7";
}

.ri-infinity-fill:before {
  content: "\f3b8";
}

.ri-infinity-line:before {
  content: "\f3b9";
}

.ri-rfid-fill:before {
  content: "\f3ba";
}

.ri-rfid-line:before {
  content: "\f3bb";
}

.ri-slash-commands-2:before {
  content: "\f3bc";
}

.ri-user-forbid-fill:before {
  content: "\f3bd";
}

.ri-user-forbid-line:before {
  content: "\f3be";
}

.ri-beer-fill:before {
  content: "\f3bf";
}

.ri-beer-line:before {
  content: "\f3c0";
}

.ri-circle-fill:before {
  content: "\f3c1";
}

.ri-circle-line:before {
  content: "\f3c2";
}

.ri-dropdown-list:before {
  content: "\f3c3";
}

.ri-file-image-fill:before {
  content: "\f3c4";
}

.ri-file-image-line:before {
  content: "\f3c5";
}

.ri-file-pdf-2-fill:before {
  content: "\f3c6";
}

.ri-file-pdf-2-line:before {
  content: "\f3c7";
}

.ri-file-video-fill:before {
  content: "\f3c8";
}

.ri-file-video-line:before {
  content: "\f3c9";
}

.ri-folder-image-fill:before {
  content: "\f3ca";
}

.ri-folder-image-line:before {
  content: "\f3cb";
}

.ri-folder-video-fill:before {
  content: "\f3cc";
}

.ri-folder-video-line:before {
  content: "\f3cd";
}

.ri-hexagon-fill:before {
  content: "\f3ce";
}

.ri-hexagon-line:before {
  content: "\f3cf";
}

.ri-menu-search-fill:before {
  content: "\f3d0";
}

.ri-menu-search-line:before {
  content: "\f3d1";
}

.ri-octagon-fill:before {
  content: "\f3d2";
}

.ri-octagon-line:before {
  content: "\f3d3";
}

.ri-pentagon-fill:before {
  content: "\f3d4";
}

.ri-pentagon-line:before {
  content: "\f3d5";
}

.ri-rectangle-fill:before {
  content: "\f3d6";
}

.ri-rectangle-line:before {
  content: "\f3d7";
}

.ri-robot-2-fill:before {
  content: "\f3d8";
}

.ri-robot-2-line:before {
  content: "\f3d9";
}

.ri-shapes-fill:before {
  content: "\f3da";
}

.ri-shapes-line:before {
  content: "\f3db";
}

.ri-square-fill:before {
  content: "\f3dc";
}

.ri-square-line:before {
  content: "\f3dd";
}

.ri-tent-fill:before {
  content: "\f3de";
}

.ri-tent-line:before {
  content: "\f3df";
}

.ri-threads-fill:before {
  content: "\f3e0";
}

.ri-threads-line:before {
  content: "\f3e1";
}

.ri-tree-fill:before {
  content: "\f3e2";
}

.ri-tree-line:before {
  content: "\f3e3";
}

.ri-triangle-fill:before {
  content: "\f3e4";
}

.ri-triangle-line:before {
  content: "\f3e5";
}

.ri-twitter-x-fill:before {
  content: "\f3e6";
}

.ri-twitter-x-line:before {
  content: "\f3e7";
}

.ri-verified-badge-fill:before {
  content: "\f3e8";
}

.ri-verified-badge-line:before {
  content: "\f3e9";
}

.ri-armchair-fill:before {
  content: "\f3ea";
}

.ri-armchair-line:before {
  content: "\f3eb";
}

.ri-bnb-fill:before {
  content: "\f3ec";
}

.ri-bnb-line:before {
  content: "\f3ed";
}

.ri-bread-fill:before {
  content: "\f3ee";
}

.ri-bread-line:before {
  content: "\f3ef";
}

.ri-btc-fill:before {
  content: "\f3f0";
}

.ri-btc-line:before {
  content: "\f3f1";
}

.ri-calendar-schedule-fill:before {
  content: "\f3f2";
}

.ri-calendar-schedule-line:before {
  content: "\f3f3";
}

.ri-dice-1-fill:before {
  content: "\f3f4";
}

.ri-dice-1-line:before {
  content: "\f3f5";
}

.ri-dice-2-fill:before {
  content: "\f3f6";
}

.ri-dice-2-line:before {
  content: "\f3f7";
}

.ri-dice-3-fill:before {
  content: "\f3f8";
}

.ri-dice-3-line:before {
  content: "\f3f9";
}

.ri-dice-4-fill:before {
  content: "\f3fa";
}

.ri-dice-4-line:before {
  content: "\f3fb";
}

.ri-dice-5-fill:before {
  content: "\f3fc";
}

.ri-dice-5-line:before {
  content: "\f3fd";
}

.ri-dice-6-fill:before {
  content: "\f3fe";
}

.ri-dice-6-line:before {
  content: "\f3ff";
}

.ri-dice-fill:before {
  content: "\f400";
}

.ri-dice-line:before {
  content: "\f401";
}

.ri-drinks-fill:before {
  content: "\f402";
}

.ri-drinks-line:before {
  content: "\f403";
}

.ri-equalizer-2-fill:before {
  content: "\f404";
}

.ri-equalizer-2-line:before {
  content: "\f405";
}

.ri-equalizer-3-fill:before {
  content: "\f406";
}

.ri-equalizer-3-line:before {
  content: "\f407";
}

.ri-eth-fill:before {
  content: "\f408";
}

.ri-eth-line:before {
  content: "\f409";
}

.ri-flower-fill:before {
  content: "\f40a";
}

.ri-flower-line:before {
  content: "\f40b";
}

.ri-glasses-2-fill:before {
  content: "\f40c";
}

.ri-glasses-2-line:before {
  content: "\f40d";
}

.ri-glasses-fill:before {
  content: "\f40e";
}

.ri-glasses-line:before {
  content: "\f40f";
}

.ri-goggles-fill:before {
  content: "\f410";
}

.ri-goggles-line:before {
  content: "\f411";
}

.ri-image-circle-fill:before {
  content: "\f412";
}

.ri-image-circle-line:before {
  content: "\f413";
}

.ri-info-i:before {
  content: "\f414";
}

.ri-money-rupee-circle-fill:before {
  content: "\f415";
}

.ri-money-rupee-circle-line:before {
  content: "\f416";
}

.ri-news-fill:before {
  content: "\f417";
}

.ri-news-line:before {
  content: "\f418";
}

.ri-robot-3-fill:before {
  content: "\f419";
}

.ri-robot-3-line:before {
  content: "\f41a";
}

.ri-share-2-fill:before {
  content: "\f41b";
}

.ri-share-2-line:before {
  content: "\f41c";
}

.ri-sofa-fill:before {
  content: "\f41d";
}

.ri-sofa-line:before {
  content: "\f41e";
}

.ri-svelte-fill:before {
  content: "\f41f";
}

.ri-svelte-line:before {
  content: "\f420";
}

.ri-vk-fill:before {
  content: "\f421";
}

.ri-vk-line:before {
  content: "\f422";
}

.ri-xrp-fill:before {
  content: "\f423";
}

.ri-xrp-line:before {
  content: "\f424";
}

.ri-xtz-fill:before {
  content: "\f425";
}

.ri-xtz-line:before {
  content: "\f426";
}

.ri-archive-stack-fill:before {
  content: "\f427";
}

.ri-archive-stack-line:before {
  content: "\f428";
}

.ri-bowl-fill:before {
  content: "\f429";
}

.ri-bowl-line:before {
  content: "\f42a";
}

.ri-calendar-view:before {
  content: "\f42b";
}

.ri-carousel-view:before {
  content: "\f42c";
}

.ri-code-block:before {
  content: "\f42d";
}

.ri-color-filter-fill:before {
  content: "\f42e";
}

.ri-color-filter-line:before {
  content: "\f42f";
}

.ri-contacts-book-3-fill:before {
  content: "\f430";
}

.ri-contacts-book-3-line:before {
  content: "\f431";
}

.ri-contract-fill:before {
  content: "\f432";
}

.ri-contract-line:before {
  content: "\f433";
}

.ri-drinks-2-fill:before {
  content: "\f434";
}

.ri-drinks-2-line:before {
  content: "\f435";
}

.ri-export-fill:before {
  content: "\f436";
}

.ri-export-line:before {
  content: "\f437";
}

.ri-file-check-fill:before {
  content: "\f438";
}

.ri-file-check-line:before {
  content: "\f439";
}

.ri-focus-mode:before {
  content: "\f43a";
}

.ri-folder-6-fill:before {
  content: "\f43b";
}

.ri-folder-6-line:before {
  content: "\f43c";
}

.ri-folder-check-fill:before {
  content: "\f43d";
}

.ri-folder-check-line:before {
  content: "\f43e";
}

.ri-folder-close-fill:before {
  content: "\f43f";
}

.ri-folder-close-line:before {
  content: "\f440";
}

.ri-folder-cloud-fill:before {
  content: "\f441";
}

.ri-folder-cloud-line:before {
  content: "\f442";
}

.ri-gallery-view-2:before {
  content: "\f443";
}

.ri-gallery-view:before {
  content: "\f444";
}

.ri-hand:before {
  content: "\f445";
}

.ri-import-fill:before {
  content: "\f446";
}

.ri-import-line:before {
  content: "\f447";
}

.ri-information-2-fill:before {
  content: "\f448";
}

.ri-information-2-line:before {
  content: "\f449";
}

.ri-kanban-view-2:before {
  content: "\f44a";
}

.ri-kanban-view:before {
  content: "\f44b";
}

.ri-list-view:before {
  content: "\f44c";
}

.ri-lock-star-fill:before {
  content: "\f44d";
}

.ri-lock-star-line:before {
  content: "\f44e";
}

.ri-puzzle-2-fill:before {
  content: "\f44f";
}

.ri-puzzle-2-line:before {
  content: "\f450";
}

.ri-puzzle-fill:before {
  content: "\f451";
}

.ri-puzzle-line:before {
  content: "\f452";
}

.ri-ram-2-fill:before {
  content: "\f453";
}

.ri-ram-2-line:before {
  content: "\f454";
}

.ri-ram-fill:before {
  content: "\f455";
}

.ri-ram-line:before {
  content: "\f456";
}

.ri-receipt-fill:before {
  content: "\f457";
}

.ri-receipt-line:before {
  content: "\f458";
}

.ri-shadow-fill:before {
  content: "\f459";
}

.ri-shadow-line:before {
  content: "\f45a";
}

.ri-sidebar-fold-fill:before {
  content: "\f45b";
}

.ri-sidebar-fold-line:before {
  content: "\f45c";
}

.ri-sidebar-unfold-fill:before {
  content: "\f45d";
}

.ri-sidebar-unfold-line:before {
  content: "\f45e";
}

.ri-slideshow-view:before {
  content: "\f45f";
}

.ri-sort-alphabet-asc:before {
  content: "\f460";
}

.ri-sort-alphabet-desc:before {
  content: "\f461";
}

.ri-sort-number-asc:before {
  content: "\f462";
}

.ri-sort-number-desc:before {
  content: "\f463";
}

.ri-stacked-view:before {
  content: "\f464";
}

.ri-sticky-note-add-fill:before {
  content: "\f465";
}

.ri-sticky-note-add-line:before {
  content: "\f466";
}

.ri-swap-2-fill:before {
  content: "\f467";
}

.ri-swap-2-line:before {
  content: "\f468";
}

.ri-swap-3-fill:before {
  content: "\f469";
}

.ri-swap-3-line:before {
  content: "\f46a";
}

.ri-table-3:before {
  content: "\f46b";
}

.ri-table-view:before {
  content: "\f46c";
}

.ri-text-block:before {
  content: "\f46d";
}

.ri-text-snippet:before {
  content: "\f46e";
}

.ri-timeline-view:before {
  content: "\f46f";
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./public/assets/scss/app.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-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 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content .full_border > .row {
  margin: 0;
}
.tab-content .full_border > .row > div {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .tab-content .full_border > .row.row-cols-2 > div {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-2 > div {
    border-right: unset;
    border-left: 1px solid #dee2e6;
  }
  .tab-content .full_border > .row.row-cols-2 > div:nth-child(2n+2) {
    border-right: unset;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-2 > div:nth-child(2n+2) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 768px) {
  .tab-content .full_border > .row.row-cols-md-3 > div {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-md-3 > div {
    border-right: unset;
    border-left: 1px solid #dee2e6;
  }
  .tab-content .full_border > .row.row-cols-md-3 > div:nth-child(3n+3) {
    border-right: unset;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-md-3 > div:nth-child(3n+3) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 1200px) {
  .tab-content .full_border > .row.row-cols-xl-4 > div {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-xl-4 > div {
    border-right: unset;
    border-left: 1px solid #dee2e6;
  }
  .tab-content .full_border > .row.row-cols-xl-4 > div:nth-child(3n+3) {
    border-right: 1px solid #dee2e6;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-xl-4 > div:nth-child(3n+3) {
    border-right: unset;
    border-left: 1px solid #dee2e6;
  }
  .tab-content .full_border > .row.row-cols-xl-4 > div:nth-child(4n+4) {
    border-right: unset;
  }
  body[dir=rtl] .tab-content .full_border > .row.row-cols-xl-4 > div:nth-child(4n+4) {
    border-right: unset;
    border-left: unset;
  }
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%285.2, 44, 101.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

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

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --theme-color: #88ac2f;
}

/* For Card */
/* Card settings */
/* font family */
/* Font Awesome Font Family */
/* Breakpoints */
.theme-color-1 {
  --theme-color: #d99f46;
}

.theme-color-2 {
  --theme-color: #88ac2f;
}

.theme-color-3 {
  --theme-color: #239698;
}

.theme-color-4 {
  --theme-color: #6262a6;
}

.theme-color-5 {
  --theme-color: #417394;
}

/* utils */
:root {
  --theme-color: #88ac2f;
}

/* For Card */
/* Card settings */
/* font family */
/* Font Awesome Font Family */
/* Breakpoints */
/* =====================
    Animation scss 
 ========================== */
@keyframes scaleUpDown {
  0%, 100% {
    transform: scaleY(1) scaleX(1);
  }
  50%, 90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}
@keyframes shake {
  0%, 100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes shape {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes rounded {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
  30% {
    opacity: 1;
  }
  100% {
    z-index: 10;
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
    transition: 0.3s ease-in-out;
  }
  100% {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
/**=====================
     Common scss
==========================**/
/* ======= Display Flex Css Start ======= */
/* ======= Display Flex Css End ======= */
/* ======= Gap Flex Css Start ======= */
/* ======= Gap Flex Css End ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= font awesome css start  ======= */
/*======= font awesome css ends  ======= */
/*======= font awesome css start  ======= */
/*======= font awesome css ends  ======= */
/*======= font awesome css start  ======= */
/*======= font awesome css ends  ======= */
/*======= align css starts  ======= */
/*======= align css ends  ======= */
/**=====================
    breakpoint mixins scss
==========================**/
/* components */
/**=====================
     Alert scss
==========================**/
.alert {
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 18px 24px;
}
@media (max-width: 575px) {
  .alert {
    top: 0px !important;
    right: 0px !important;
    margin: 12px !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.alert .alert-success {
  background: #39da8a !important;
  color: #ffffff !important;
  border: none;
}
.alert .alert-success .close {
  color: #ffffff;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 24px;
}
.alert .btn-close {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

[data-notify=icon] {
  margin-right: 5px;
}

[data-notify=progressbar] {
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

.progress-bar-info {
  background-color: #0c5460;
}

.add-cart-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  position: fixed;
  top: -90px;
  right: calc(10px + 10 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  align-items: center;
  padding: 5px 10px;
  box-shadow: 0px 3px 5px rgba(34, 34, 34, 0.129);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 6;
}
.add-cart-box.show {
  top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.add-cart-box .add-iamge {
  width: 50px;
  height: auto;
}
.add-cart-box .btn-close {
  color: #ffffff;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  position: absolute;
  top: -6px;
  right: -6px;
}
.add-cart-box .add-contain h6, .add-cart-box .add-contain .h6 {
  font-weight: 600;
}

/**=====================
     Accordion scss
==========================**/
.accordion-box {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
.accordion-box .accordion-item {
  border: 1px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
}
.accordion-box .accordion-item .accordion-header.collapsed .accordion-button {
  border-bottom: unset;
}
.accordion-box .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  transition: all 0.3s ease-in-out;
  background-color: #f8f8f8;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  z-index: 0;
}
.accordion-box .accordion-item .accordion-header .accordion-button::after {
  content: "\ea4e";
  position: relative;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  background: unset;
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  color: #777;
}
.accordion-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
  border-bottom: 1px solid #ececec;
}
.accordion-box .accordion-item .accordion-header .accordion-button.collapsed {
  border-color: transparent;
}
.accordion-box .accordion-item .accordion-body p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

/**=====================
     Breadcrumb scss
==========================**/
.breadcrumb-section {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.breadcrumb-section .breadcrumb-contain {
  padding: calc(26px + 14 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #222222;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-contain {
    display: grid;
  }
}
.breadcrumb-section .breadcrumb-contain h2, .breadcrumb-section .breadcrumb-contain .h2 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-width: 40%;
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-contain h2, .breadcrumb-section .breadcrumb-contain .h2 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 8px;
  }
}
.breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 100%;
  }
}
.breadcrumb-section .breadcrumb-contain .search-box-breadcrumb input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}
.breadcrumb-section .breadcrumb-contain .search-box-breadcrumb i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #4a5568;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.breadcrumb-section .breadcrumb-contain nav {
  margin-left: auto;
}
body[dir=rtl] .breadcrumb-section .breadcrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-contain nav {
    margin-inline: auto;
  }
  body[dir=rtl] .breadcrumb-section .breadcrumb-contain nav {
    margin-inline: auto;
  }
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item svg {
  color: #4a5568;
  font-size: 20px;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #000000;
  line-height: 1;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 8px;
}
body[dir=rtl] .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: unset;
  padding-right: 8px;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea6e";
  color: #4a5568;
  float: unset;
  font-size: 18px;
  padding-right: 8px;
}
body[dir=rtl] .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: unset;
  padding-left: 8px;
}
.breadcrumb-section .breadcrumb-order {
  display: block;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image {
  width: calc(170px + 80 * (100vw - 320px) / 1600);
  height: auto;
  margin: 0 auto calc(16px + 12 * (100vw - 320px) / 1600);
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star {
  position: absolute;
  animation: grow 3s infinite;
  fill: var(--theme-color);
  opacity: 0;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(4) {
  height: 20px;
  width: 20px;
  left: 82px;
  top: -12px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(1) {
  animation-delay: 1.5s;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(2) {
  animation-delay: 3s;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(3) {
  animation-delay: 4.5s;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(4) {
  animation-delay: 6s;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(5) {
  animation-delay: 7.5s;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(6) {
  animation-delay: 9s;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image i {
  font-size: 50px;
  color: #4ead4e;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image h2, .breadcrumb-section .breadcrumb-order .order-box .order-image .h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image p {
  font-size: 18px;
  text-transform: capitalize;
}
.breadcrumb-section .breadcrumb-order .order-box .order-image.order-fail i {
  color: var(--theme-color);
}
.breadcrumb-section .breadcrumb-order .order-box .order-contain h3, .breadcrumb-section .breadcrumb-order .order-box .order-contain .h3 {
  font-size: calc(21px + 3 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 6px;
}
.breadcrumb-section .breadcrumb-order .order-box .order-contain h5, .breadcrumb-section .breadcrumb-order .order-box .order-contain .h5 {
  margin-bottom: 8px;
  line-height: 1.4;
}

.digital-breadcrumb {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(34, 34, 34, 0.07);
}
.digital-breadcrumb .product-title {
  max-width: 80%;
  text-align: left;
  margin: 0;
}
body.rtl .digital-breadcrumb .product-title {
  text-align: right;
}
.digital-breadcrumb .product-title .name {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.digital-breadcrumb .product-title .title-content-list {
  margin-top: 8px;
}
.digital-breadcrumb .product-title .title-content-list > li {
  position: relative;
}
.digital-breadcrumb .product-title .title-content-list > li + li {
  padding-left: 15px;
  margin-left: 8px;
}
body.rtl .digital-breadcrumb .product-title .title-content-list > li + li {
  padding-left: unset;
  padding-right: 15px;
  margin-left: unset;
  margin-right: 8px;
}
.digital-breadcrumb .product-title .title-content-list > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  left: 0;
  background-color: #ddd;
  border-radius: 100%;
}
body.rtl .digital-breadcrumb .product-title .title-content-list > li + li::before {
  left: unset;
  right: 0;
}
.digital-breadcrumb .product-title .title-content-list > li .content {
  color: #777;
  display: inline-block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.digital-breadcrumb .product-title .title-content-list > li .content i {
  font-size: 18px;
  margin-right: 5px;
}
html.dark .digital-breadcrumb .product-title .title-content-list > li .content {
  color: #ddd;
}
.digital-breadcrumb .product-title .title-content-list > li .content a {
  color: #222222;
  font-weight: 500;
  text-decoration: underline;
}
.digital-breadcrumb .product-title .title-content-list > li .content a .feather {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.digital-breadcrumb .product-title .title-content-list > li .content .feather {
  width: 17px;
  height: 17px;
}
.digital-breadcrumb .breadcrumb-contain {
  padding: 20px 0;
  text-align: center;
  color: #222222;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
}
.digital-breadcrumb .breadcrumb-contain .product-rating span {
  font-size: 16px;
  font-weight: 700;
}
.digital-breadcrumb .breadcrumb-contain .product-rating > span {
  font-weight: normal;
}
.digital-breadcrumb .breadcrumb-contain .product-title .name {
  margin-top: -6px;
}
@media (max-width: 480px) {
  .digital-breadcrumb .breadcrumb-contain {
    display: block;
  }
}
.digital-breadcrumb .breadcrumb-contain h2, .digital-breadcrumb .breadcrumb-contain .h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .digital-breadcrumb .breadcrumb-contain h2, .digital-breadcrumb .breadcrumb-contain .h2 {
    text-align: center;
    margin-bottom: 8px;
  }
}
.digital-breadcrumb .breadcrumb-contain nav {
  margin-left: auto;
}
body.rtl .digital-breadcrumb .breadcrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
.digital-breadcrumb .breadcrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: #4a5568;
}
.digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #000000;
  margin-top: 2px;
}
.digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
body.rtl .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 8px;
}
.digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: remixicon !important;
  font-style: normal;
  content: "\ea6e";
  color: #4a5568;
}
body.rtl .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  padding-right: unset;
}

.faq-breadcrumb {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.faq-breadcrumb .breadcrumb-contain {
  padding: calc(26px + 34 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #222222;
  display: block;
}
.faq-breadcrumb .breadcrumb-contain h2, .faq-breadcrumb .breadcrumb-contain .h2 {
  font-size: calc(22px + 26 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-top: -6px;
}
.faq-breadcrumb .breadcrumb-contain p {
  margin: calc(11px + 5 * (100vw - 320px) / 1600) auto 0;
  color: #4a5568;
  width: 50%;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .faq-breadcrumb .breadcrumb-contain p {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .faq-breadcrumb .breadcrumb-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-breadcrumb .breadcrumb-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-breadcrumb .breadcrumb-contain p {
    width: 100%;
  }
}
.faq-breadcrumb .breadcrumb-contain p span {
  display: inline;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag {
  position: relative;
  margin: calc(18px + 17 * (100vw - 320px) / 1600) auto 0;
  width: 50%;
}
@media (max-width: 1660px) {
  .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 100%;
  }
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group {
  background-color: #ffffff;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group i {
  display: flex;
  align-items: center;
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: 0;
  border: none;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .form-control:focus {
  background-color: transparent;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-menu li {
  display: block;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  z-index: 0;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button::after {
  content: unset;
}
.faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  position: relative;
  padding: 0;
  margin-left: 5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}

.vendor-breadcrumb-section {
  background-image: url(/_next/static/media/breadcrumb.877a73a3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(52px + 48 * (100vw - 320px) / 1600) 0px;
}
.vendor-breadcrumb-section .breadcrumb-contain {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .vendor-breadcrumb-section .breadcrumb-contain {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .vendor-breadcrumb-section .breadcrumb-contain {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .vendor-breadcrumb-section .breadcrumb-contain {
    width: 100%;
  }
}
.vendor-breadcrumb-section .breadcrumb-contain h2, .vendor-breadcrumb-section .breadcrumb-contain .h2 {
  font-size: calc(27px + 27 * (100vw - 320px) / 1600);
  text-align: center;
  margin-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
}
.vendor-breadcrumb-section .breadcrumb-contain form {
  position: relative;
}
.vendor-breadcrumb-section .breadcrumb-contain form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.vendor-breadcrumb-section .breadcrumb-contain form span i {
  font-size: calc(21px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.vendor-breadcrumb-section .breadcrumb-contain form .form-control {
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(95px + 27 * (100vw - 320px) / 1600) calc(8px + 6 * (100vw - 320px) / 1600) calc(48px + 11 * (100vw - 320px) / 1600);
  border: none;
}
.vendor-breadcrumb-section .breadcrumb-contain form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(3px + 3 * (100vw - 320px) / 1600);
  padding: 0;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  width: calc(77px + 31 * (100vw - 320px) / 1600);
  height: calc(33px + 9 * (100vw - 320px) / 1600);
}

/**=====================
     Buttons scss
==========================**/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  z-index: 0;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover .icon {
  transform: translateX(3px);
}
.btn.dark-button {
  background: linear-gradient(93.33deg, #222221 12.35%, #2f2f2d 99.38%) !important;
}
.btn .icon {
  margin-left: calc(6px + 6 * (100vw - 320px) / 1600);
  transition: 0.3s ease;
}
.btn .icon-2 {
  margin-left: 6px;
  transition: 0.3s ease;
}
.btn-furniture {
  border: 1px solid #4a5568;
  color: #4a5568;
  display: block;
}
.btn-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  background: #ff6b6b;
  background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
  border: none;
  z-index: 0;
}
.btn-animation svg {
  transition: 0.3s ease;
  font-size: 21px;
}
.btn-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #ff4f4f;
  background: linear-gradient(90deg, #ff4f4f 0%, #ff6b6b 100%);
  transition: all 0.3s ease;
}
.btn-animation:hover {
  color: #ffffff;
}
.btn-animation:hover::after {
  top: 0;
  height: 100%;
}
.btn-animation:hover svg {
  color: #ffffff;
}
.btn-md {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}
.btn-2 {
  padding: 9px 25px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.btn-2:hover::after {
  top: 0;
  height: 100%;
}
.btn-2-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background: #88ac2f;
  background: linear-gradient(90deg, #88ac2f 0%, #0e947a 100%);
  border: none;
  z-index: 0;
}
.btn-2-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #88ac2f;
  background: linear-gradient(90deg, #0e947a 0%, #88ac2f 100%);
  transition: all 0.3s ease;
}
.btn-category {
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(16px + 11 * (100vw - 320px) / 1600);
  letter-spacing: 0.8px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  border-radius: 50px;
}
.btn.btn-theme-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease;
}
.btn.btn-theme-outline:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.refund-cancel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 8px 0px 0px;
  gap: 5px;
}

.save-back-button .btn-primary {
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
  transition: all 0.5s ease;
}
.save-back-button .btn-primary:hover {
  background-color: #ffffff !important;
  color: var(--theme-color);
}
.save-back-button .btn-outline {
  border: 1px solid var(--theme-color) !important;
  color: var(--theme-color) !important;
  background-color: #ffffff !important;
  transition: all 0.5s ease;
}
.save-back-button .btn-outline:hover {
  background-color: var(--theme-color) !important;
  color: #ffffff !important;
}
.save-back-button .btn-lg, .save-back-button .btn-group-lg > .btn {
  font-size: 16px;
  padding: 10px 48px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/**=====================
     Cookie Bar scss
==========================**/
.cookie-bar-box {
  background: #ffffff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: calc(8px + 12 * (100vw - 320px) / 1600);
  max-width: 370px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.05), 0 24px 35px rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .cookie-bar-box {
    max-width: 100%;
    right: 0;
    margin: 0 10px;
  }
}
.cookie-bar-box.hide {
  opacity: 0;
  bottom: -350px;
}
.cookie-bar-box .cookie-box {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  text-align: center;
}
.cookie-bar-box .cookie-box .cookie-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-bar-box .cookie-box .cookie-image img {
  width: calc(15px + 10 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: 10px;
}
.cookie-bar-box .cookie-box .cookie-contain {
  margin-top: calc(10px + 6 * (100vw - 320px) / 1600);
}
.cookie-bar-box .cookie-box .cookie-contain h2, .cookie-bar-box .cookie-box .cookie-contain .h2 {
  margin-bottom: calc(7px + 3 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.cookie-bar-box .cookie-box .cookie-contain h5, .cookie-bar-box .cookie-box .cookie-contain .h5 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin: 0 auto;
  line-height: 1.3;
}
.cookie-bar-box .button-group {
  display: flex;
  align-items: center;
  margin: 0;
}
.cookie-bar-box .button-group button {
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
  text-transform: capitalize;
}
.cookie-bar-box .button-group button.privacy-button {
  background-color: #f8f8f8;
}
.cookie-bar-box .button-group button.ok-button {
  background-color: var(--theme-color);
  color: #ffffff;
}

.cookie-bar-box-2 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #eadfd8;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.cookie-bar-box-2 .cookie-bar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #ded4cd;
  border-radius: 100%;
  margin: 0 auto 13px;
}
.cookie-bar-box-2 .cookie-bar-image i {
  font-size: 26px;
  height: auto;
  color: #2c3249;
}
.cookie-bar-box-2 .cookie-bar-detail h4, .cookie-bar-box-2 .cookie-bar-detail .h4 {
  line-height: 1.5;
  color: #2c3249;
}
.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 12px;
}
.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .allow-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border: 1px solid #2c3249;
  border-radius: 50px 15px 15px 50px;
  font-size: 14px;
  font-weight: 600;
}
.cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .decline-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border-radius: 15px 50px 50px 15px;
  font-size: 14px;
  font-weight: 600;
}

/**=====================
    Counter scss
==========================**/
.counter {
  display: flex;
  align-items: center;
}
.counter .qty-left-minus,
.counter .qty-right-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0;
}
.counter .qty-left-minus i,
.counter .qty-left-minus svg,
.counter .qty-right-plus i,
.counter .qty-right-plus svg {
  font-size: 12px;
  margin-top: 3px;
}
.counter .qty-left-minus:hover,
.counter .qty-right-plus:hover {
  color: rgb(1.1262135922, 1.786407767, 0.213592233);
}
.counter .qty-left-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
.counter .qty-right-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
.counter input {
  width: 45px;
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 0;
}

/**=====================
     Form scss
  ==========================**/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 11px;
}
.newsletter-form .form-control {
  background-color: transparent;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
}
.newsletter-form .form-control::placeholder {
  color: #ffffff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}

.normal-form .form-control {
  border: none;
}
.normal-form .form-control:focus {
  background-color: #ffffff;
}

.form-label {
  font-weight: 500;
}

.theme-form-check {
  cursor: pointer;
  transition: background 0.2s ease;
}
.theme-form-check input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.theme-form-check input:focus {
  outline: none;
}
.theme-form-check input:checked {
  box-shadow: inset 0 0 0 6px #6743ee;
}
.theme-form-check input label {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}

.theme-form-floating > .form-control:focus ~ label,
.theme-form-floating > .form-control:not(:placeholder-shown) ~ label,
.theme-form-floating > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #ffffff;
  white-space: nowrap;
  opacity: 1;
}
.theme-form-floating .form-control,
.theme-form-floating .form-select {
  height: calc(51px + 3 * (100vw - 320px) / 1600);
  line-height: normal;
}
.theme-form-floating > .form-control:focus, .theme-form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.theme-form-floating > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.theme-form-floating > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.theme-form-floating .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.theme-form-floating label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #4a5568;
  border: none;
  z-index: 0;
}

.theme-form-floating-2 > .form-control:focus ~ label,
.theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
.theme-form-floating-2 > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #ffffff;
  padding: 0 10px;
  opacity: 1;
}
.theme-form-floating-2 > .form-control:focus, .theme-form-floating-2 > .form-control:not(:placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.theme-form-floating-2 > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.theme-form-floating-2 > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.theme-form-floating-2 .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.theme-form-floating-2 > .form-control,
.theme-form-floating-2 > .form-select {
  height: 46px;
}
.theme-form-floating-2 > label {
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  padding: 0;
  border: none;
  height: auto;
}
.theme-form-floating-2 > .form-control {
  padding: 14px 10px;
}
.theme-form-floating-2 label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #4a5568;
}

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
  background-color: transparent;
  margin-top: 0;
  z-index: 0;
  border: unset;
  width: 21px;
  height: 21px;
}
.checkbox_animated:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #ececec;
  cursor: pointer;
}
html.dark .checkbox_animated:after {
  background-color: #1d1d22;
  border-color: #1d1d22;
}
.checkbox_animated:active {
  filter: unset;
}
.checkbox_animated:checked {
  background-color: transparent;
  border: unset;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.checkbox_animated:focus {
  box-shadow: unset;
}

.custom-form-check-2 {
  min-height: auto;
  margin-bottom: 0;
}
.custom-form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.custom-form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.custom-form-check .form-check-input:focus {
  box-shadow: none;
}

.form-control {
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}
.form-control::placeholder {
  color: rgba(74, 85, 104, 0.3215686275);
}
.form-control.subscribe-input {
  border: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  color: #000000;
}

.form-select {
  font-size: 14px;
}
.form-select.theme-form-select:focus {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
}

.input-group .btn {
  z-index: 1;
}

.outer-otp {
  width: 235px;
  overflow: hidden;
}
.outer-otp .inner-otp {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.outer-otp .inner-otp input {
  padding-left: 15px;
  letter-spacing: 41px;
  border: 0;
  background-image: linear-gradient(to left, rgb(189, 189, 189) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  min-width: 300px;
}
.outer-otp .inner-otp .no-background {
  background-color: transparent;
}

body[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}

html.dark select {
  background-size: 12px;
  --bs-form-select-bg-img: url(/_next/static/media/light-down-arrow.13ed8e6e.svg);
}

.custom-select-box {
  position: relative;
  cursor: pointer;
}
.custom-select-box .box-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  padding: calc(5px + 5 * (100vw - 320px) / 1600);
  top: 60px;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0 0 8px #ededed;
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
html.dark .custom-select-box .box-content {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
}
.custom-select-box .box-content input {
  padding: 7px 10px !important;
}
.custom-select-box .box-content.open {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.custom-select-box .box-content ul {
  margin-top: 10px;
  padding-left: 0;
  max-height: 160px;
  overflow: auto;
}
.custom-select-box .box-content ul li {
  color: #222222 !important;
  padding-block: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-select-box .box-content ul li:hover p {
  color: var(--theme-color);
}
.custom-select-box .box-content ul li:last-child {
  padding-bottom: 0;
}
.custom-select-box .box-content ul li + li {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.custom-select-box .box-content ul li a {
  display: block;
  color: #898989;
  text-transform: capitalize;
}
.custom-select-box .box-content ul li p {
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.custom-select-box .box-content ul li .selected {
  color: var(--theme-color);
}
.custom-select-box .close-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 40px;
  line-height: 1;
  cursor: pointer;
}

.category-select-box {
  position: relative;
}
.category-select-box .bootstrap-tagsinput {
  border: 1px solid #efefef;
  background-color: #f9f9f6 !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #898989;
  padding: 10px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.category-select-box .bootstrap-tagsinput input {
  border: none;
  padding: 0 !important;
  line-height: 2;
}
.category-select-box .select-category-box {
  position: absolute;
  z-index: 1;
  top: 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  transform: translateY(-20px);
}
.category-select-box .select-category-box.show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.outer-otp {
  width: 235px;
  overflow: hidden;
}
.outer-otp .inner-otp {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.outer-otp .inner-otp input {
  padding-left: 15px;
  letter-spacing: 41px;
  border: 0;
  background-image: linear-gradient(to left, rgb(189, 189, 189) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  min-width: 300px;
}

.input-error {
  position: relative;
}
.input-error .invalid-feedback {
  position: relative;
}

body[dir=rtl] textarea.form-control:valid, body[dir=rtl] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

/**=====================
     Label scss
==========================**/
.label-flex {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.label-flex label {
  margin: -2px 0;
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 4px calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 4px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.label-flex .wishlist {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1;
  margin-left: auto;
}
.label-flex .wishlist:first-child:active {
  background-color: transparent;
  border-color: transparent;
  color: #4a5568;
}
.label-flex .wishlist:hover {
  background-color: transparent;
  color: #4a5568;
}
body[dir=rtl] .label-flex .wishlist {
  margin-left: unset;
  margin-right: auto;
}

/**=====================
    Card scss
==========================**/
.title-header {
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  color: #1c2128;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.title-header .right-options ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.title-header a {
  font-size: 16px;
  color: #222222;
  text-transform: capitalize;
}
.title-header a.text-theme {
  color: var(--theme-color) !important;
}
.title-header a.btn {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid var(--theme-color);
}
.title-header a.btn:hover {
  color: var(--theme-color);
  background-color: #ffffff;
  border: 1px solid var(--theme-color);
}
.title-header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-header-block {
  display: block;
}
.title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.title-header-block .card-order-section ul {
  margin: -8px;
  color: #232323;
}
.title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.title-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.title-header h5, .title-header .h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.title-header h5:after, .title-header .h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body[dir=rtl] .title-header h5:after, body[dir=rtl] .title-header .h5:after {
  left: unset;
  right: -28px;
}
.title-header h5:not(.mb-0), .title-header .h5:not(.mb-0), .title-header h5:not(.m-0), .title-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}

.card {
  margin-bottom: 30px;
  border: none;
  letter-spacing: 0.5px;
  border-radius: 15px;
  padding: 25px;
}
@media (max-width: 576px) {
  .card {
    padding: 15px;
  }
}
.card.card-hover {
  transition: all 0.3s ease;
}
.card.card-hover:hover {
  box-shadow: 0 0 25px rgba(35, 35, 35, 0.1);
  transition: all 0.4s ease;
  transform: translateY(-5px);
}
.card.card-tiles {
  border: 1px solid #ddd;
}
.card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  margin-bottom: 16px;
}
.card .card-header--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
.card .card-header-1 {
  margin: 40px 0 20px;
  color: #1c2128;
}
.card .card-header-1 h5, .card .card-header-1 .h5 {
  font-size: 20px;
  font-weight: 700;
}
.card .card-header-2 {
  color: #1c2128;
  margin-bottom: 30px;
}
.card .card-header-2 h5, .card .card-header-2 .h5 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.card .card-header-block {
  display: block;
  padding: 40px;
}
.card .card-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.card .card-header-block .card-order-section ul {
  margin: -8px;
}
.card .card-header-block .card-order-section ul li {
  display: inline-block;
  margin: 8px;
  position: relative;
}
.card .card-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 100%;
}
.card .card-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.card .card-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.card .card-header-top {
  padding: 16px;
}
.card .card-header.card-no-border {
  border-bottom: none !important;
}
.card .card-header h5, .card .card-header .h5 {
  font-size: 30px;
  font-weight: 700;
}
.card .card-header h5:not(.mb-0), .card .card-header .h5:not(.mb-0), .card .card-header h5:not(.m-0), .card .card-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.card .card-header > span {
  font-size: 12px;
  color: rgba(74, 85, 104, 0.7);
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 35px;
  top: 33px;
  display: inline-block;
  padding: 8px 0;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
}
.card .card-header .card-header-right .card-option {
  text-align: right;
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.card .card-header .card-header-right .card-option li:first-child i {
  transition: 1s;
  font-size: 16px;
  color: var(--theme-color);
}
.card .card-header .card-header-right .card-option li:first-child i.icofont {
  color: unset;
}
.card .card-header .card-header-right i {
  margin: 0 5px;
  cursor: pointer;
  color: #2c323f;
  line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.card .card-header .best-selling-box {
  display: flex;
  align-items: center;
}
.card .card-header .best-selling-box span {
  margin-right: 6px;
  font-weight: 700;
  color: #222222;
}
.card .card-header .best-selling-box .dropdown .dropdown-toggle {
  color: #4a5568;
}
.card .card-body {
  padding: 0;
  background-color: transparent;
}
.card .card-body-2 {
  padding: 16px;
}
.card .card-body h3, .card .card-body .h3 {
  color: #222222;
  text-transform: capitalize;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}
.card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
  padding: 30px 40px;
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: var(--theme-color);
  font-size: 20px;
}
.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: 100vh;
}
.card.full-card .card-body {
  overflow: auto;
}

.card-absolute {
  margin-top: 20px;
}
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.card-absolute .card-header h5, .card-absolute .card-header .h5 {
  font-size: 17px;
}
.card-absolute .card-body {
  margin-top: 10px;
}

.card-header .border-tab {
  margin-bottom: -13px;
}

.custom-card {
  overflow: hidden;
  padding: 30px;
}
.custom-card .card-header {
  padding: 0;
}
.custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.custom-card .card-profile {
  text-align: center;
}
.custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}
.custom-card .card-social {
  text-align: center;
}
.custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.custom-card .card-social li:last-child a {
  margin-right: 0;
}
.custom-card .card-social li a {
  padding: 0;
  margin-right: 15px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.custom-card .profile-details h6, .custom-card .profile-details .h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: rgba(74, 85, 104, 0.7);
  font-size: 14px;
}
.custom-card .card-footer {
  padding: 0;
}
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3, .custom-card .card-footer > div .h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.custom-card .card-footer > div h6, .custom-card .card-footer > div .h6 {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
.custom-card .card-footer > div h5, .custom-card .card-footer > div .h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}

.card .pagination-box {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 5px;
}

/**=====================
     Loader scss
==========================**/
.spinning {
  padding-right: 40px;
}
.spinning::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 10px;
  top: 4px;
  border: 2px solid rgba(255, 255, 255, 0.29);
  border-right: 3px solid #ffffff;
  animation: rotate360 0.5s infinite linear;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper,
.custom-loader-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  top: 0;
}
.loader-wrapper .loader,
.custom-loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: var(--theme-color);
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}
.loader-wrapper h3, .loader-wrapper .h3,
.custom-loader-wrapper h3,
.custom-loader-wrapper .h3 {
  margin-top: 6px;
  color: #777;
  font-weight: 400;
}

.custom-box-loader {
  position: relative;
  min-height: 350px;
  z-index: 0;
}
.custom-box-loader .box-loader .loader-wrapper,
.custom-box-loader .box-loader .custom-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  gap: 0;
  z-index: 8;
  align-items: flex-start;
}
.custom-box-loader .box-loader .loader-wrapper > div,
.custom-box-loader .box-loader .custom-loader-wrapper > div {
  padding-top: 30%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div#loading-bar {
  color: var(--theme-deafult) !important;
}
div#loading-bar .bar {
  background: var(--theme-deafult) !important;
}

#loading-bar-spinner {
  top: 15px !important;
  left: unset !important;
  right: 0 !important;
  margin-right: 20px;
  color: var(--theme-deafult) !important;
}
#loading-bar-spinner .spinner-icon {
  width: 16px !important;
  height: 16px !important;
}

.loader-bg .ngx-bar {
  background-color: var(--theme-color) !important;
}
.loader-bg .ngx-spinner {
  color: var(--theme-color) !important;
  right: 10px;
  left: unset !important;
}

.category-skeleton {
  display: none;
}

/* skeleton loader */
.skeleton-body {
  background-image: none !important;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.skeleton-body .bg-effect {
  background-image: none;
}
.skeleton-body .title {
  opacity: 0;
  visibility: hidden;
}
.skeleton-body .skeleton-banner-xl {
  position: relative;
  background-color: #f8f8f8;
  height: 70vh;
}
.skeleton-body .skeleton-banner-xl .home-contain {
  display: none;
}
.skeleton-body .skeleton-banner-xl .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.skeleton-body .skeleton-banner-xl [class*=col-] {
  position: relative;
}
.skeleton-body .skeleton-banner-sm {
  position: relative;
}
.skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.skeleton-body .skeleton-banner-sm [class*=col-] {
  position: relative;
}
.skeleton-body .skeleton-banner-sm .skeleton-text-wrap .placeholder {
  min-height: 6.8%;
}
.skeleton-body .skeleton-banner-vertical {
  position: relative;
}
.skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #f8f8f8 !important;
  background-image: none !important;
}
.skeleton-body .skeleton-banner-vertical [class*=col-] {
  position: relative;
}
.skeleton-body .skeleton-banner-vertical .skeleton-text-wrap {
  justify-content: flex-start;
}
.skeleton-body .skeleton-banner-vertical .skeleton-text-wrap .placeholder {
  min-height: 3.3%;
}
.skeleton-body .skeleton-text-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 30px;
}
.skeleton-body .skeleton-text-wrap .placeholder {
  min-height: 4.3%;
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  border-radius: 10px;
}
.skeleton-body .home-section-2 {
  background-color: #f2f2f2;
  background-image: none !important;
}
.skeleton-body .setting-box,
.skeleton-body .compare-fix,
.skeleton-body .recently-purchase {
  display: none;
}
.skeleton-body .category-skeleton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
}
.skeleton-body .placeholder-text {
  height: 20px;
  width: 100%;
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
html.dark .skeleton-body .placeholder-text {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.skeleton-body .gradient-home .home-detail {
  display: none;
}
.skeleton-body .gradient-home .skeleton-banner-xl {
  background-color: #3c3c3c;
  height: 80vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1366px) {
  .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 70vh;
  }
}
@media (max-width: 1199px) {
  .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 50vh;
  }
}
@media (max-width: 375px) {
  .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 60vh;
  }
}
.skeleton-body .gradient-home .skeleton-banner-xl .skeleton-text-wrap {
  left: 50%;
  width: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
  margin-top: 1.5%;
}
@media (max-width: 991px) {
  .skeleton-body .gradient-home .skeleton-banner-xl .skeleton-text-wrap {
    width: 100%;
  }
}
.skeleton-body .gradient-home .skeleton-banner-xl .placeholder {
  margin: 0 auto;
}

.skeleton-text-wrap {
  display: none;
}

.skeleton-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  z-index: 0;
  background-color: #f9f9f6;
}

.skeleton *:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 100%;
}
[class=dark] .skeleton *:empty {
  background-color: #1d1d22;
  background-image: linear-gradient(135deg, #1d1d22 0%, #2a2d2d 20%, #1d1d22 40%, #1d1d22 100%);
}

.skeleton__section + .skeleton__section {
  margin-top: 16px;
}

.skeleton-section,
.skeleton {
  width: 100%;
}

.skeleton__section--actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}

.skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}

.skeleton__header {
  margin-bottom: 6px;
  height: 32px;
  width: 200px;
  max-width: 35%;
}

.skeleton__header--long {
  width: 300px;
  max-width: 85%;
}

.skeleton__p {
  height: 16px;
  width: 100%;
  margin-bottom: 8px;
}

.skeleton__p:last-child {
  width: 45%;
}

.skeleton__p--short {
  max-width: 120px;
}

.skeleton__img {
  height: 160px;
  width: 64px;
  border-radius: 8px;
}

.skeleton__tree .skeleton__p {
  width: 100%;
  max-width: none;
}

@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.skeleton-seller .vendor-text {
  width: 66px;
  height: 66px;
  border-radius: 11px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}
.skeleton-seller .contain-name h3, .skeleton-seller .contain-name .h3 {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50%;
  height: 28px;
}
.skeleton-seller .contain-name .product-label {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 20%;
  height: 28px;
}
.skeleton-seller .contain-name .product-label:after {
  display: none;
}
.skeleton-seller .saller-contact {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50% !important;
  height: 28px;
}
.skeleton-seller .saller-contact.mt-2 {
  width: 60% !important;
}

.blog-skeleton .product-box {
  padding: 0;
  background-color: transparent;
}
.blog-skeleton .skeleton__img {
  height: 224px;
}

.list_view .skeleton {
  display: flex;
  align-items: center;
}
.list_view .skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: 300px;
}
.list_view .skeleton__img {
  height: 100%;
}
.list_view .content-div {
  width: 50%;
  margin-left: 30px;
}

.skeleton-vertical .offer-image {
  width: 80px;
  height: 80px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 7px;
}
.skeleton-vertical.offer-product .offer-detail .vertical-price {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 120px;
  height: 21px;
  border-radius: 9px;
}
.skeleton-vertical.offer-product .offer-detail span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 30px;
  height: 20px;
  border-radius: 9px;
}
.skeleton-vertical.offer-product .offer-detail a .name {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 120px;
  height: 16px;
  border-radius: 9px;
}

.skeleton-offer .coupon-box {
  padding: 40px 27px;
}
.skeleton-offer .coupon-box .coupon-name .card-name h5, .skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #ffffff 0%, #e1e1e1 20%, #ffffff 40%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
  width: 140px;
}
.skeleton-offer .coupon-box .coupon-name .card-name h5::after, .skeleton-offer .coupon-box .coupon-name .card-name .h5::after {
  display: none;
}
.skeleton-offer .coupon-box .coupon-content p {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #ffffff 0%, #e1e1e1 20%, #ffffff 40%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 22px;
  margin-bottom: 0;
  width: 70%;
}
.skeleton-offer .coupon-box .coupon-content .long {
  width: 90%;
  margin-top: 10px;
}
.skeleton-offer .coupon-box .coupon-content .long.long-s {
  width: 60%;
}

.common-skeleton ul {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.common-skeleton ul li {
  display: block !important;
}
.common-skeleton ul .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
}
.common-skeleton ul .placeholder + .placeholder {
  margin-top: 14px;
}
.common-skeleton .img-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.common-skeleton .img-box .img-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 40px;
}
.common-skeleton .img-box .img {
  width: 230px;
  height: 230px;
  border-radius: 15px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
}
.common-skeleton .img-box .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 20px;
}

@keyframes skeleton-loader {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }
  100% {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}
.product-section-box .question-answer.skeleton-qa li h6, .product-section-box .question-answer.skeleton-qa li .h6 {
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  height: 20px;
  width: 15%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box > div {
  width: 100%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box p {
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  height: 20px;
  width: 40%;
  margin-bottom: 6px;
}
.product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(2) {
  width: 60%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(3) {
  width: 50%;
}
.product-section-box .question-answer.skeleton-qa li .answer-box h5, .product-section-box .question-answer.skeleton-qa li .answer-box .h5,
.product-section-box .question-answer.skeleton-qa li .question-box h5,
.product-section-box .question-answer.skeleton-qa li .question-box .h5 {
  border: none;
  background-color: #f8f8f8;
}

.skeleton-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.skeleton-menu li {
  width: 67px;
  height: 20px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 4px;
}
html.dark .skeleton-menu li {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.skeleton-menu li:nth-child(2), .skeleton-menu li:nth-child(3), .skeleton-menu li:nth-child(4) {
  width: 92px;
}
.skeleton-menu li:nth-child(5), .skeleton-menu li:nth-child(6), .skeleton-menu li:nth-child(7) {
  width: 60px;
}

/**=====================
     Modal scss
==========================**/
.modal-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  color: #ffffff;
  font-size: 23px;
  padding: 0;
}
.modal-close-btn:hover {
  background-color: transparent;
  border-color: transparent;
}

.save-back-button {
  padding: 0 calc(17px + -1 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme-modal .modal-content {
  border: none;
}
html.dark .theme-modal .modal-content {
  background-color: #2a2d2d;
}
.theme-modal .modal-content .modal-header {
  border-bottom: none;
  padding: calc(8px + 8 * (100vw - 320px) / 1600) calc(17px + -1 * (100vw - 320px) / 1600);
}
.theme-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  width: 95%;
}
.theme-modal .modal-content .modal-header .modal-title svg {
  display: none;
}
.theme-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: calc(7px + 3 * (100vw - 320px) / 1600);
  right: calc(7px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  font-size: calc(20px + 3 * (100vw - 320px) / 1600);
  width: calc(28px + 5 * (100vw - 320px) / 1600);
  height: calc(28px + 5 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[dir=rtl] .theme-modal .modal-content .modal-header .btn-close {
  right: unset;
  left: 10px;
}
html.dark .theme-modal .modal-content .modal-header .btn-close {
  color: #ffffff;
}
.theme-modal .modal-content .modal-header .btn-close::before {
  content: "\eb99";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.theme-modal .modal-content .modal-body {
  padding-top: 5px;
}
html.dark .theme-modal .modal-content .modal-body {
  background-color: #2a2d2d;
}
.theme-modal .modal-content .modal-body.policy-body {
  padding: 5px 16px 16px;
}
.theme-modal .modal-content .modal-body.policy-body p {
  color: #4a5568;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 0;
}
.theme-modal .modal-content .modal-body.policy-body p strong {
  font-size: 17px;
  color: #222222;
}
.theme-modal .modal-content .modal-body.policy-body p + p {
  margin-top: 12px;
}
.theme-modal .modal-content .modal-body.policy-body ul {
  list-style-type: disc;
  padding-left: 19px;
  margin-top: 2px;
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}
body[dir=rtl] .theme-modal .modal-content .modal-body.policy-body ul {
  padding-left: unset;
  padding-right: 19px;
}
.theme-modal .modal-content .modal-body.policy-body ul li {
  display: list-item;
  color: #4a5568;
}
.theme-modal .modal-content .modal-body .modal-footer {
  padding: calc(8px + 8 * (100vw - 320px) / 1600) 0 0;
}
.theme-modal .modal-content .modal-footer {
  border: none;
  padding: calc(8px + 8 * (100vw - 320px) / 1600) calc(17px + -1 * (100vw - 320px) / 1600);
  gap: 8px;
}
.theme-modal .modal-content .modal-footer button {
  margin: 0;
}

.delete-modal .modal-body {
  text-align: center;
}
.delete-modal .modal-body svg {
  width: 70px;
  height: 70px;
  padding: 18px;
  border-radius: 100%;
  background-color: rgba(26, 164, 136, 0.1);
  color: var(--theme-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
}
.delete-modal .modal-body .modal-title {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
.delete-modal .modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
}
.delete-modal .modal-body .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.delete-modal .modal-body .button-box button {
  font-size: 16px;
  padding: 11px 50px;
  transition: none;
}

.view-modal .modal-content .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
html.dark .view-modal .modal-content .modal-body {
  background-color: #2a2d2d;
}
.view-modal .modal-content .modal-body .view-image-slider {
  background-color: #f9f9f9;
  border-radius: 7px;
  margin-bottom: 10px;
}
html.dark .view-modal .modal-content .modal-body .view-image-slider {
  background-color: #1d1d22;
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev,
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: calc(24px + 6 * (100vw - 320px) / 1600);
  height: calc(24px + 6 * (100vw - 320px) / 1600);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 100%;
}
html.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev,
html.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.1803921569);
  background-color: #2a2d2d;
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev::before,
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next::before {
  content: unset;
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev::after,
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #222222;
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev {
  left: -14px;
  right: unset;
}
@media (max-width: 991px) {
  .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev {
    left: 0;
    right: unset;
  }
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev::after {
  margin-right: 2px;
  content: "\ea64";
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
  right: -14px;
  left: unset;
}
@media (max-width: 991px) {
  .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
    right: 0;
    left: unset;
  }
}
.view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next::after {
  margin-left: 2px;
  content: "\ea6e";
}
.view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-arrow {
  display: none !important;
}
.view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-list {
  margin: 0 -5px;
}
.view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-list .slick-slide > div,
.view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-list .slick-slide ul {
  margin: 0 5px;
}
.view-modal .modal-content .modal-body .thumbnail-slider .slick-current .slider-image img {
  opacity: 1;
}
.view-modal .modal-content .modal-body .thumbnail-slider .slider-image {
  background-color: #f8f8f8;
  height: calc(80px + 30 * (100vw - 320px) / 1600);
}
.view-modal .modal-content .modal-body .thumbnail-slider .slider-image button {
  border: unset;
  background-color: transparent;
  font-size: 56px;
  color: #b7b7b7;
  line-height: 1;
  padding: 40px;
}
.view-modal .modal-content .modal-body .thumbnail-slider .slider-image img {
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view-modal .modal-content .modal-body .thumbnail-slider .slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-modal .modal-content .modal-body .thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f9f9f9;
  cursor: pointer;
}
html.dark .view-modal .modal-content .modal-body .thumbnail-image {
  background-color: #1d1d22;
}
.view-modal .modal-content .modal-body .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .selection-section h4, .view-modal .modal-content .modal-body .right-sidebar-modal .selection-section .h4 {
  font-size: 16px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .view-modal .modal-content .modal-body .right-sidebar-modal .select-package {
    justify-content: center;
  }
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li a,
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li:hover button,
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active button,
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active button,
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active img {
  color: #ffffff;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled a,
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled button {
  cursor: default;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled.active {
  border-color: rgba(154, 154, 154, 0.4);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled.active button {
  color: #4a5568;
  background-color: #f8f8f8;
}
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled.active button {
  background-color: #1d1d22;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .color li {
  opacity: 0.7;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .color li.active {
  opacity: 1;
  border-color: #222222;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .color li button {
  width: 36px !important;
  height: 36px !important;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .circle li button {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-label {
  color: #222222;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check + .form-check {
  margin-left: 15px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:focus {
  box-shadow: unset;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:active {
  filter: unset;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #4a5568;
  cursor: pointer;
  margin: 0;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .form-select {
  background-color: #f8f8f8;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .image li button,
.view-modal .modal-content .modal-body .right-sidebar-modal .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .image li.active button,
.view-modal .modal-content .modal-body .right-sidebar-modal .image li.active img {
  background-color: transparent;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li:hover button {
  color: #ddd;
  background-color: #1d1d22;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  width: 96%;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .price {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .price del {
  color: #4a5568;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 2px 0 6px;
}
body[dir=rtl] .view-modal .modal-content .modal-body .right-sidebar-modal .price del {
  margin: 0 6px 0 2px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  font-weight: 500;
  margin-left: 12px;
  padding: 5px calc(14px + 2 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body[dir=rtl] .view-modal .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  margin-left: unset;
  margin-right: 12px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5, .view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #4a5568;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-size h4, .view-modal .modal-content .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
  margin-top: 14px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-rating .rating {
  margin-top: -3px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-detail h4, .view-modal .modal-content .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #4a5568;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box svg {
  font-size: 19px;
  color: #61b33e;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6, .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #4a5568;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: #ececec;
  box-shadow: none;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #222222;
  color: #ffffff;
  font-weight: 600;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: 15px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  background-color: #1d1d22;
}
body[dir=rtl] .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  text-align: right;
}
@media (max-width: 575px) {
  .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
    width: 100%;
    max-width: 100%;
  }
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  color: #ddd;
}
body[dir=rtl] .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}
body[dir=rtl] .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  width: 150px;
  margin: 0;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
html.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.4);
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 4px !important;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button:hover svg {
  color: #ffffff;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button svg {
  color: #222222;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .addtocart_btn button svg {
  margin-right: 10px;
  stroke-width: 1px;
  margin-top: -3px;
}
body[dir=rtl] .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .addtocart_btn button svg {
  margin-right: unset;
  margin-left: 10px;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .pickup-box {
  margin-block: 0.5rem;
}
.view-modal .modal-content .modal-body .right-sidebar-modal .product-package {
  margin-block: 8px;
}

.location-modal .modal-content .modal-header {
  display: block;
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.location-modal .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
}
.location-modal .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
}
.location-modal .modal-content .modal-body .location-list .search-input {
  position: relative;
}
.location-modal .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: 45px;
}
.location-modal .modal-content .modal-body .location-list .search-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  color: #4a5568;
}
.location-modal .modal-content .modal-body .location-list .disabled-box {
  display: flex;
  align-items: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.location-modal .modal-content .modal-body .location-list .disabled-box h6, .location-modal .modal-content .modal-body .location-list .disabled-box .h6 {
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
.location-modal .modal-content .modal-body .location-list .disabled-box span {
  margin-left: auto;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
.location-modal .modal-content .modal-body .location-list .location-select li {
  display: block;
}
.location-modal .modal-content .modal-body .location-list .location-select li a {
  display: flex;
  align-items: center;
  padding: calc(10px + 0 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.location-modal .modal-content .modal-body .location-list .location-select li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.location-modal .modal-content .modal-body .location-list .location-select li a:hover::after {
  opacity: 0.2;
}
.location-modal .modal-content .modal-body .location-list .location-select li a:hover h6, .location-modal .modal-content .modal-body .location-list .location-select li a:hover .h6 {
  color: var(--theme-color);
}
.location-modal .modal-content .modal-body .location-list .location-select li a:hover span {
  border-color: transparent;
  background-color: var(--theme-color);
  color: #ffffff;
}
.location-modal .modal-content .modal-body .location-list .location-select li a h6, .location-modal .modal-content .modal-body .location-list .location-select li a .h6 {
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.location-modal .modal-content .modal-body .location-list .location-select li a span {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #e2e2ec;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}

.deal-modal .modal-content .modal-header {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.deal-modal .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 400;
}
.deal-modal .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
}
.deal-modal .modal-content .modal-body .deal-offer-box {
  max-height: 360px;
  overflow: auto;
}
.deal-modal .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.deal-modal .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.deal-modal .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 575px) {
  .deal-modal .modal-content .modal-body .deal-offer-box {
    height: auto;
  }
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 10 * (100vw - 320px) / 1600);
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li {
  width: 100%;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+1) .deal-offer-contain::before {
  background-color: var(--theme-color);
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+2) .deal-offer-contain::before {
  background-color: #ff4f4f;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+3) .deal-offer-contain::before {
  background-color: #ffa53b;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  position: relative;
  z-index: 0;
  padding: 10px;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-image img {
  width: calc(69px + 11 * (100vw - 320px) / 1600);
  height: calc(69px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain {
  display: block;
  color: #222222;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a {
  color: #222222;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a:hover {
  color: #222222;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a h5, .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h5, .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h5 {
  font-weight: 600;
  font-size: 18px;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6, .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 del, .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 del {
  color: #ff4f4f;
  font-weight: 400;
  font-size: 13px;
}
.deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 span, .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 span {
  color: #4a5568;
  font-size: 13px;
  font-weight: 400;
}

/* Remove Profile Modal Start */
.remove-profile .modal-content .modal-header {
  justify-content: center;
  padding-bottom: 0;
}
.remove-profile .modal-content .modal-body .remove-box p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #4a5568;
}

/* Remove Profile Modal End */
/* Offcanvas Modal Start */
.pickup-offcanvas {
  border: none;
}
.pickup-offcanvas .offcanvas-header {
  border-bottom: 1px solid #ececec;
  align-items: flex-start;
}
.pickup-offcanvas .offcanvas-header .offcanvas-title {
  font-weight: 600;
}
.pickup-offcanvas .offcanvas-header .offcanvas-title span {
  display: block;
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.pickup-offcanvas .offcanvas-body .check-box {
  margin-top: 10px;
}
.pickup-offcanvas .offcanvas-body .check-box h6, .pickup-offcanvas .offcanvas-body .check-box .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #4a5568;
}
.pickup-offcanvas .offcanvas-body .check-box h6 i, .pickup-offcanvas .offcanvas-body .check-box .h6 i {
  font-size: 20px;
}
.pickup-offcanvas .offcanvas-body .address-box {
  margin-top: 18px;
}
.pickup-offcanvas .offcanvas-body .address-box ul li {
  display: block;
  font-size: 13px;
  color: #4a5568;
}

.categories-canvas {
  width: 320px;
}
.categories-canvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
.categories-canvas .offcanvas-header .offcanvas-title {
  color: var(--theme-color);
  font-weight: 600;
}
.categories-canvas .offcanvas-header .close-button {
  padding: 0;
  margin: -10px 0;
  font-size: 16px;
  background-image: none;
}
.categories-canvas .offcanvas-body {
  padding: 20px 24px;
  margin-top: 13px;
}
.categories-canvas .offcanvas-body .categories-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.categories-canvas .offcanvas-body .categories-list ul li {
  display: block;
  width: 100%;
}
.categories-canvas .offcanvas-body .categories-list ul li a {
  display: flex;
  align-items: center;
  color: #4a5568;
}
.categories-canvas .offcanvas-body .categories-list ul li a:hover h6, .categories-canvas .offcanvas-body .categories-list ul li a:hover .h6 {
  letter-spacing: 0.3px;
}
.categories-canvas .offcanvas-body .categories-list ul li a:hover h6::before, .categories-canvas .offcanvas-body .categories-list ul li a:hover .h6::before {
  width: 65px;
}
.categories-canvas .offcanvas-body .categories-list ul li a h6, .categories-canvas .offcanvas-body .categories-list ul li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.categories-canvas .offcanvas-body .categories-list ul li a h6:before, .categories-canvas .offcanvas-body .categories-list ul li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: auto;
}

.product-review-form .product-wrapper {
  display: flex;
  align-items: center;
  padding: calc(12px + 5 * (100vw - 320px) / 1600) calc(16px + 7 * (100vw - 320px) / 1600);
  gap: 14px;
  margin-bottom: calc(8px + 14 * (100vw - 320px) / 1600);
  border-radius: calc(4px + 4 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
}
.product-review-form .product-wrapper .product-image {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}
.product-review-form .product-wrapper .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-review-form .product-wrapper .product-content .name {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 4px;
}
.product-review-form .product-wrapper .product-content .product-review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-review-form .product-wrapper .product-content .product-review-rating label {
  color: #4a5568;
  font-weight: 400;
}
.product-review-form .product-wrapper .product-content .product-review-rating .price-number {
  line-height: 1;
  color: rgba(74, 85, 104, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 5px 0 0;
}
.product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  line-height: 1;
  margin-left: 8px;
  color: rgba(74, 85, 104, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
}
body[dir=rtl] .product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  margin-left: unset;
  margin-right: 8px;
}
.product-review-form .product-wrapper .product-content .product-review-rating .rating-number i {
  margin-top: -1px;
}
.product-review-form .product-wrapper .product-content .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.product-review-form .review-box + .review-box {
  margin-top: calc(14px + 7 * (100vw - 320px) / 1600);
}
.product-review-form .review-box .product-review-rating {
  display: flex;
  align-items: center;
  gap: 9px;
}
.product-review-form .review-box .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.product-review-form .review-box .product-review-rating .product-rating .rating li svg {
  font-size: 16px;
}

.variation-modal .modal-content .modal-header {
  padding: 0 !important;
  border: unset;
  background-color: transparent;
}
.variation-modal .modal-content .modal-body {
  padding-top: 16px !important;
  border: unset !important;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain,
  .variation-modal .modal-content .modal-body .right-sidebar-modal {
    text-align: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .offer-top,
.variation-modal .modal-content .modal-body .right-sidebar-modal .offer-top {
  font-weight: 500;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
}
.variation-modal .modal-content .modal-body .right-box-contain .name,
.variation-modal .modal-content .modal-body .right-sidebar-modal .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating,
.variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2 .custom-rate,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .price,
.variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .price del,
.variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .price span,
.variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate ul li svg,
.variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate ul li svg {
  font-size: 16px;
}
.variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review,
.variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 8px;
  color: #222222;
}
body[dir=rtl] .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review,
body[dir=rtl] .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 8px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-title,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-title {
  padding-top: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-contain,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-contain p,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-contain p {
  color: #4a5568;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .product-contain p,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .product-contain p {
    width: 100%;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled::before,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled button {
  cursor: default;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li {
  opacity: 0.7;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: 15px;
}
body[dir=rtl] .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
body[dir=rtl] .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:active {
  filter: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-color: #f8f8f8;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
body[dir=rtl] .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
body[dir=rtl] .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-position: left 0.75rem center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .note-box,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .compare-button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .compare-button {
  background-color: #f8f8f8;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .cart-button {
  max-width: 250px;
  width: 250px;
  background-color: rgb(33, 37, 41);
  text-transform: uppercase;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button:hover,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .cart-button:hover {
  background-color: rgba(33, 37, 41, 0.8);
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button svg,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .cart-button svg {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty {
  width: auto;
  margin-top: 0;
  max-width: 170px;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty .input-group {
  background-color: #f8f8f8;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty button {
  background-color: #ffffff;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty button:hover {
  background-color: #ffffff;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover i,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .wishlist-button {
  padding: 0;
  width: 46px;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #f8f8f8;
}
.variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button i,
.variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .wishlist-button i {
  font-size: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-now-button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-now-button button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-now-button button {
  background-color: #ff7272;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box input,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #222222;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .buy-box,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  font-size: 16px;
  align-items: center;
  color: #777;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box a:hover,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box a:hover {
  color: #222;
}
.variation-modal .modal-content .modal-body .right-box-contain .buy-box a i,
.variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box a i {
  font-size: 17px;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info {
  margin-top: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  text-align: left;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}
body[dir=rtl] .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after,
body[dir=rtl] .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #222222;
  font-weight: 500;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a + a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-icon i,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4, .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail h4,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4, .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail h4,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h6, .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h6,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail h6,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.variation-modal .modal-content .modal-body .right-box-contain .payment-option .payment-img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option .payment-img {
  width: 52%;
}
@media (max-width: 575px) {
  .variation-modal .modal-content .modal-body .right-box-contain .payment-option .payment-img,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option .payment-img {
    width: 68%;
  }
}
@media (max-width: 480px) {
  .variation-modal .modal-content .modal-body .right-box-contain .payment-option .payment-img,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option .payment-img {
    width: 90%;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .payment-option ul,
.variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .payment-option ul,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option ul {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option,
.variation-modal .modal-content .modal-body .right-sidebar-modal .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul,
.variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li {
  display: block;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li:hover a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li:hover a {
  transform: translateY(-4px);
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #4a5568;
  transition: all 0.5s ease;
}
.variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a:hover,
.variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
  .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
    justify-content: center;
  }
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active img {
  background: #ffffff;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled::before,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled a,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled button {
  cursor: default;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li {
  opacity: 0.7;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: 15px;
}
body[dir=rtl] .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
body[dir=rtl] .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:active {
  filter: unset;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-color: #f8f8f8;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
body[dir=rtl] .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
body[dir=rtl] .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-position: left 0.75rem center;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button,
.variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}

.newsletter-modal .modal-content,
.exit-modal .modal-content {
  overflow: hidden;
}
html.dark .newsletter-modal .modal-content,
html.dark .exit-modal .modal-content {
  background-color: #1d1d22;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-content .modal-header .btn-close,
  .exit-modal .modal-content .modal-header .btn-close {
    background-color: #ffffff;
    color: var(--theme-color);
  }
  html.dark .newsletter-modal .modal-content .modal-header .btn-close,
  html.dark .exit-modal .modal-content .modal-header .btn-close {
    color: var(--theme-color);
  }
}
.newsletter-modal .modal-box,
.exit-modal .modal-box {
  display: flex;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box,
  .exit-modal .modal-box {
    display: block;
  }
}
.newsletter-modal .modal-box .modal-image,
.exit-modal .modal-box .modal-image {
  height: 100%;
  width: 400px;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box .modal-image,
  .exit-modal .modal-box .modal-image {
    height: 330px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box .modal-image img,
  .exit-modal .modal-box .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.newsletter-modal .modal-box .modal-content,
.exit-modal .modal-box .modal-content {
  border-radius: 0;
  background-color: #f8f8f8;
  width: calc(100% - 400px);
  padding: calc(18px + 12 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
  display: flex;
  flex-direction: unset;
  align-items: center;
}
@media (max-width: 991px) {
  .newsletter-modal .modal-box .modal-content,
  .exit-modal .modal-box .modal-content {
    width: 100%;
  }
}
.newsletter-modal .modal-box .modal-content .modal-logo,
.exit-modal .modal-box .modal-content .modal-logo {
  width: calc(94px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
  max-height: 91px;
  height: auto;
}
.newsletter-modal .modal-box .modal-content h2, .newsletter-modal .modal-box .modal-content .h2,
.exit-modal .modal-box .modal-content h2,
.exit-modal .modal-box .modal-content .h2 {
  font-size: calc(29px + 9 * (100vw - 320px) / 1600);
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: calc(15px + 6 * (100vw - 320px) / 1600);
}
.newsletter-modal .modal-box .modal-content h2 span, .newsletter-modal .modal-box .modal-content .h2 span,
.exit-modal .modal-box .modal-content h2 span,
.exit-modal .modal-box .modal-content .h2 span {
  color: #222222;
}
.newsletter-modal .modal-box .modal-content h5, .newsletter-modal .modal-box .modal-content .h5,
.exit-modal .modal-box .modal-content h5,
.exit-modal .modal-box .modal-content .h5 {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 4px;
}
.newsletter-modal .modal-box .modal-content p,
.exit-modal .modal-box .modal-content p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin-bottom: 0;
}
.newsletter-modal .modal-box .modal-content .modal-form-box,
.exit-modal .modal-box .modal-content .modal-form-box {
  margin-top: calc(24px + 12 * (100vw - 320px) / 1600);
}
.newsletter-modal .modal-box .modal-content .modal-form-box .form-control,
.exit-modal .modal-box .modal-content .modal-form-box .form-control {
  color: #222222;
  font-size: 14px;
  padding: 12px;
  border: unset;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.05);
  border-radius: 0;
}
.newsletter-modal .modal-box .modal-content .modal-form-box .form-control::placeholder,
.exit-modal .modal-box .modal-content .modal-form-box .form-control::placeholder {
  font-size: 14px;
  color: #909090;
}
.newsletter-modal .modal-box .modal-content .modal-form-box .input-group-text,
.exit-modal .modal-box .modal-content .modal-form-box .input-group-text {
  padding: 12px calc(19px + 5 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 14px;
  border: unset;
  border-radius: 0;
}
.newsletter-modal.show .modal-box .modal-image,
.exit-modal.show .modal-box .modal-image {
  margin-right: 0;
}

.offcanvas.shop-offcanvas-filter {
  width: calc(300px + 50 * (100vw - 320px) / 1600);
}
html.dark .offcanvas.shop-offcanvas-filter {
  background-color: #2a2d2d;
}
.offcanvas.shop-offcanvas-filter .offcanvas-header {
  justify-content: unset;
}
.offcanvas.shop-offcanvas-filter .offcanvas-header h5, .offcanvas.shop-offcanvas-filter .offcanvas-header .h5 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
  order: 1;
}
html.dark .offcanvas.shop-offcanvas-filter .offcanvas-header h5, html.dark .offcanvas.shop-offcanvas-filter .offcanvas-header .h5 {
  color: #ffffff;
}
.offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 1;
  order: 0;
  margin-right: 10px;
  background: unset;
}
body[dir=rtl] .offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close {
  margin-right: unset;
  margin-left: 10px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close::before {
  content: "\eb99";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 1;
}
html.dark .offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close {
  color: #ffffff;
}
.offcanvas.shop-offcanvas-filter .custom-height {
  max-height: unset;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
html.dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #1d1d22;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button h3, .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button h3 svg, .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-right: 10px;
}
body[dir=rtl] .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button h3 svg, body[dir=rtl] .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-left: 10px;
  margin-right: unset;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category {
  margin-bottom: 25px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title h2, .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li span {
  position: relative;
  line-height: 1;
  margin-top: -1px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li span svg {
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
  background-color: transparent;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 0;
}
html.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  color: #ddd;
  background-color: #1d1d22;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .left-title h3, .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: unset;
  position: relative;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
.offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}

.address-form .form-control {
  padding: 10px 10px 11px 10px;
}
.address-form .custom-select.intl-tel-input {
  left: 13px;
  top: 29px;
}
body[dir=rtl] .address-form .custom-select.intl-tel-input {
  right: 13px;
  left: unset;
}
.address-form .custom-select .select2-container .select2-selection {
  border-color: #ced4da !important;
  background: transparent !important;
}
.address-form .custom-select .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.address-form .modal-footer > * {
  margin: 0;
}

.audio-video-modal .modal-content .modal-header {
  display: block;
  text-align: right;
  padding: 0;
}
.audio-video-modal .modal-content .modal-header .modal-title {
  display: none;
}
.audio-video-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.audio-video-modal .modal-content .modal-body {
  padding: calc(14px + 22 * (100vw - 320px) / 1600);
}
.audio-video-modal .modal-content .modal-body video {
  width: 100%;
  height: 100%;
}
.audio-video-modal .modal-content .modal-body .slider-image {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-video-modal .modal-content .modal-body .slider-main-img {
  max-height: 430px;
  min-height: 400px;
}
.audio-video-modal .modal-content .modal-body .slider-main-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.audio-video-modal .modal-content .modal-body .modal-media {
  text-align: center;
}
.audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #ffffff;
  transform: scale(0.86) translateY(-50%);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(221, 221, 221, 0.6);
  padding: 0;
  margin: 0;
  z-index: 1;
  line-height: 1;
  border: 1px solid #ececec;
}
.audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(34, 34, 34, 0.88);
}
.audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-prev {
  left: -18px;
}
.audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-prev::before {
  content: "\ea64";
}
.audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-next {
  right: -18px;
}
.audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-next::before {
  content: "\ea6e";
}
@media (max-width: 575px) {
  .audio-video-modal .modal-content .modal-body .modal-media audio {
    width: 100%;
  }
}

.shop-offcanvas-filter .left-box .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3, .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3 a, .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 a {
  display: flex;
  align-items: center;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3 svg, .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-right: 10px;
  font-size: 20px;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3 svg, body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-left: 10px;
  margin-right: unset;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category {
  margin-bottom: 25px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title h2, .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li span {
  position: relative;
  line-height: 1;
  margin-top: -1px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li span svg {
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .left-title h3, .shop-offcanvas-filter .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: unset;
  position: relative;
  display: flex;
  align-items: center;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  right: unset;
  left: -12px;
  transform: translateY(-50%) rotate(4deg);
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  right: unset;
  left: -10px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .search-box {
  padding: 16px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .form-control {
  border-radius: 6px !important;
  z-index: 0;
  border: 1px solid #ececec;
  padding-right: 55px;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .form-control {
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: 55px;
}
.shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid #ececec;
  font-size: 15px;
  padding: 0 18px;
  font-weight: 600;
  height: 60%;
  display: flex;
  align-items: center;
  color: #4a5568;
}
body[dir=rtl] .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .search-icon {
  border-left: unset;
  border-right: 1px solid #ececec;
  right: unset;
  left: 0;
}
html.dark .shop-offcanvas-filter .left-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.shop-offcanvas-filter .show-button {
  margin-bottom: 14px;
}
.shop-offcanvas-filter .show-button .filter-button {
  display: block;
  color: #ffffff;
}
.shop-offcanvas-filter .show-button .filter-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}
.shop-offcanvas-filter .show-button .filter-button a svg {
  margin-top: -4px;
}
.shop-offcanvas-filter .show-button .filter-button-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.shop-offcanvas-filter .show-button .filter-button-group .sort-by-button {
  color: #ffffff;
  margin-left: auto;
}
.shop-offcanvas-filter .show-button .filter-button-group .sort-by-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.shop-offcanvas-filter .show-button .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .shop-offcanvas-filter .show-button .top-filter-menu-2 {
    margin-top: 18px;
  }
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu {
  border: none;
  background-color: #f6f5f2;
  padding: 10px calc(13px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-right: 14px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777;
}
html.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu {
  background-color: #1d1d22;
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu {
  margin-right: unset;
  margin-left: 14px;
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu a svg {
  font-size: 16px;
  margin-top: -3px;
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option {
  margin-left: auto;
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 {
    display: none;
  }
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color);
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  filter: invert(1) brightness(100);
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul li a img {
  width: auto;
}
.shop-offcanvas-filter .show-button .top-filter-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .shop-offcanvas-filter .show-button .top-filter-menu {
    margin-top: 18px;
  }
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown h5, .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .h5 {
    display: none;
  }
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: 10px;
  width: calc(172px + 48 * (100vw - 320px) / 1600);
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: 0;
  }
  body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: unset;
    margin-right: 0;
  }
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  font-weight: 400;
  display: block;
  background-color: #f6f5f2;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #222222;
  width: 100%;
  text-align: left;
  z-index: 2;
  border: 1px solid #ececec;
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  text-align: right;
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  right: unset;
  left: 15px;
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 6px;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  width: 100%;
  z-index: 2;
  margin-top: 7px;
}
html.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  box-shadow: 0 6px 10px 4px rgba(255, 255, 255, 0.051);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box {
  overflow: hidden auto;
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
html.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
html.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  padding: 4px 6px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  transition: all 0.1s ease-in-out;
}
html.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  color: #ddd;
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  text-align: right;
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item + .dropdown-item {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:active, .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:focus {
  color: var(--theme-color);
  background-color: transparent;
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option {
  margin-left: auto;
}
body[dir=rtl] .shop-offcanvas-filter .show-button .top-filter-menu .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  overflow: hidden;
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li.active {
  background: var(--theme-color);
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li.active a {
  background-color: var(--theme-color);
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li.active img {
  filter: invert(1) brightness(100);
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li a img {
  width: auto;
}
.shop-offcanvas-filter .show-button .filter-category {
  margin-bottom: 25px;
}
.shop-offcanvas-filter .show-button .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.shop-offcanvas-filter .show-button .filter-category ul li {
  padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(28px + 6 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600) calc(7px + 4 * (100vw - 320px) / 1600);
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.shop-offcanvas-filter .show-button .filter-category ul li:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 13px;
  color: #777;
  cursor: pointer;
}
.shop-offcanvas-filter .show-button .filter-category ul li a {
  color: #777;
}
.shop-offcanvas-filter .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 9px rgba(34, 34, 34, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.shop-offcanvas-filter .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px;
}
.shop-offcanvas-filter .top-filter-category > .row > div {
  border-right: 1px solid #ececec;
}
.shop-offcanvas-filter .top-filter-category > .row > div:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .shop-offcanvas-filter .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .shop-offcanvas-filter .top-filter-category > .row > div {
    border: none;
  }
}

/**=====================
     Nav-tabs scss
==========================**/
.product-section-box {
  margin-top: calc(12px + 36 * (100vw - 320px) / 1600);
  /* Offer Table Section */
}
.product-section-box .custom-nav {
  flex-wrap: nowrap;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.product-section-box .custom-nav::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .product-section-box .custom-nav::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.product-section-box .custom-nav::-webkit-scrollbar {
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.product-section-box .custom-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.product-section-box .custom-nav .nav-item .nav-link {
  color: #222222;
  padding: 0 calc(17px + 3 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  border: none;
  font-weight: 600;
  position: relative;
}
.product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .product-section-box .custom-nav .nav-item .nav-link::after {
  left: unset;
  right: 0;
}
.product-section-box .custom-nav .nav-item .nav-link:focus, .product-section-box .custom-nav .nav-item .nav-link:hover, .product-section-box .custom-nav .nav-item .nav-link.active {
  background-color: #ffffff;
}
.product-section-box .custom-nav .nav-item .nav-link:focus::after, .product-section-box .custom-nav .nav-item .nav-link:hover::after, .product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100%;
  background: var(--theme-color);
}
.product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid #ececec;
  table-layout: fixed;
  display: inherit;
  border-radius: 6px;
}
.product-section-box .offer-table tbody tr th,
.product-section-box .offer-table tbody tr td {
  padding: 12px 16px;
}
.product-section-box .offer-table tbody tr th {
  width: 7%;
}
.product-section-box .offer-table tbody tr td {
  vertical-align: middle;
}
.product-section-box .offer-table tbody tr td.offer-name {
  width: 20%;
}
.product-section-box .custom-tab {
  padding-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .tab-pane p {
  margin: 0;
  color: #4a5568;
  line-height: 1.7;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  width: auto;
}
.product-section-box .custom-tab .tab-pane p + p {
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .product-detail .detail-title h5, .product-section-box .custom-tab .product-detail .detail-title .h5 {
  font-weight: 600;
  color: #4a5568;
  font-size: 17px;
  margin-bottom: 10px;
}
.product-section-box .custom-tab .product-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-section-box .custom-tab .product-detail .detail-list li {
  display: flex;
  align-items: flex-start;
  color: #4a5568;
  width: 100%;
}
.product-section-box .custom-tab .product-detail .detail-list li i {
  font-size: 6px;
  color: #4a5568;
  margin: 6px 6px 0 0;
}
.product-section-box .custom-tab .tab-pane .product-description p {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1.7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .tab-pane .product-description p:last-child {
  margin-bottom: 0;
}
.product-section-box .custom-tab .tab-pane .product-description.more-less-box {
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
.product-section-box .custom-tab .tab-pane .product-description.more-less-box.more {
  max-height: unset;
}
.product-section-box .custom-tab .tab-pane .product-description.more-less-box.more .more-lest-btn {
  position: relative;
  inset: unset;
}
.product-section-box .custom-tab .tab-pane .product-description.more-less-box.more .more-lest-btn i {
  transform: rotate(180deg);
}
.product-section-box .custom-tab .tab-pane .product-description.more-less-box .more-lest-btn {
  position: absolute;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px;
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0.6082808123) 100%);
}
.product-section-box .custom-tab .tab-pane .product-description.more-less-box .more-lest-btn i {
  font-size: 20px;
}
.product-section-box .custom-tab .information-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product-section-box .custom-tab .information-box ul li {
  color: #4a5568;
  width: 100%;
  display: list-item;
  list-style-type: circle;
  margin-left: 35px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .review-box form .form-floating {
  z-index: 0;
}
.product-section-box .custom-tab .review-box .review-title {
  margin-bottom: calc(10px + 8 * (100vw - 320px) / 1600);
}
.product-section-box .custom-tab .review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.product-section-box .custom-tab .review-box .review-people .review-list li {
  display: block;
  width: 100%;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 26px;
  background: #f8f8f8;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
    display: block;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}
body[dir=rtl] .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time h6, .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-top: 1px;
}
@media (max-width: 360px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
    display: block;
  }
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .product-rating {
    margin-top: 8px;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply {
  margin-top: 9px;
  line-height: 1.6;
  color: #4a5568;
  position: relative;
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
  width: 90%;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    position: relative;
    margin-left: 8px;
  }
}
.product-section-box .custom-tab .review-box .rating-box {
  margin-top: 17px;
}
.product-section-box .custom-tab .review-box .rating-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(13px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.product-section-box .custom-tab .review-box .rating-box ul li {
  width: 100%;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list h5, .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .h5 {
  white-space: nowrap;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress {
  width: 100%;
  border-radius: 3px;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress .progress-bar {
  background: var(--theme-color);
}
.product-section-box .custom-tab .info-table {
  border: 1px solid #ececec;
  margin-bottom: 0;
}
.product-section-box .custom-tab .info-table.table-striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
  color: #222222;
}
.product-section-box .custom-tab .info-table tbody tr th,
.product-section-box .custom-tab .info-table tbody tr td {
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.product-section-box .custom-tab .info-table tbody tr td {
  border-left: 1px solid #ececec;
}
.product-section-box .question-answer li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 19px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.product-section-box .question-answer li .link-dislike-box {
  display: flex;
  gap: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
body[dir=rtl] .product-section-box .question-answer li .link-dislike-box {
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  .product-section-box .question-answer li .link-dislike-box {
    position: relative;
    margin-top: 10px;
    justify-content: flex-end;
  }
}
.product-section-box .question-answer li .link-dislike-box li {
  margin: 0;
  padding: 0;
  border: unset;
}
.product-section-box .question-answer li .link-dislike-box li a span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(74, 85, 104, 0.6);
}
.product-section-box .question-answer li .link-dislike-box li a span svg {
  font-size: 16px;
}
.product-section-box .question-answer li .question-box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  width: 93%;
}
@media (max-width: 1480px) {
  .product-section-box .question-answer li .question-box {
    width: 89%;
  }
}
@media (max-width: 684px) {
  .product-section-box .question-answer li .question-box {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .product-section-box .question-answer li .question-box {
    width: 100%;
  }
}
.product-section-box .question-answer li .question-box h5, .product-section-box .question-answer li .question-box .h5 {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  text-transform: capitalize;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  padding-inline: 7px;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.product-section-box .question-answer li .answer-box {
  display: flex;
  gap: 15px;
}
.product-section-box .question-answer li .answer-box h5, .product-section-box .question-answer li .answer-box .h5 {
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: #ffffff;
  text-transform: capitalize;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  padding-inline: 7px;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 3px;
}
html.dark .product-section-box .question-answer li .answer-box h5, html.dark .product-section-box .question-answer li .answer-box .h5 {
  color: #ffffff;
}
.product-section-box .question-answer li .answer-box p {
  margin: 0;
  width: calc(100% - 15px - 30px);
  line-height: 1.5;
  color: #4a5568;
  letter-spacing: 0.6px;
}
.product-section-box .question-answer li h6, .product-section-box .question-answer li .h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.product-section-box .question-answer li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product-section-box .question-answer li .report-text {
  text-align: right;
  font-size: 13px;
  color: rgba(74, 85, 104, 0.6);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 7px;
}
.product-section-box .question-answer li .report-text i {
  font-size: 15px;
}

/**=====================
       Error CSS start
  ==========================**/
.box-wrapper {
  position: relative;
}

.error-box {
  border: 1px solid #6c757d;
  padding: calc(15px + 25 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}
.error-box svg {
  width: 40px;
  height: 40px;
  fill: #6c757d;
}
.error-box h4, .error-box .h4 {
  font-size: 18px;
  color: #6c757d;
}
.error-box p {
  font-size: 14px;
  margin-bottom: 0;
  color: #222222;
  line-height: 1;
  margin-top: 5px;
}

/**=====================
     Pagination scss
==========================**/
.custome-pagination {
  margin-top: calc(22px + 13 * (100vw - 320px) / 1600);
  z-index: 0;
  position: relative;
}
.custome-pagination .pagination {
  flex-wrap: wrap;
  gap: calc(6px + 7 * (100vw - 320px) / 1600);
}
.custome-pagination .pagination .page-item {
  border-radius: 5px;
  overflow: hidden;
}
.custome-pagination .pagination .page-item:not(:first-child) .page-link {
  margin: 0;
}
.custome-pagination .pagination .page-item.disabled .page-link {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.3;
}
.custome-pagination .pagination .page-item .page-link {
  border-radius: 5px;
  color: #4a5568;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome-pagination .pagination .page-item .page-link:hover {
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  background-color: unset;
}
.custome-pagination .pagination .page-item .page-link:focus {
  color: var(--theme-color);
  background-color: #fff;
  box-shadow: none;
  border-color: var(--theme-color);
}
.custome-pagination .pagination .page-item .page-link.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
.custome-pagination .pagination .page-item .page-link.disabled {
  background-color: transparent;
  cursor: not-allowed;
}
body[dir=rtl] .custome-pagination .pagination .page-item .page-link svg {
  transform: rotateY(180deg);
}

/**=====================
     Ratio scss
==========================**/
.ratio_30 .bg-size:before {
  content: "";
  padding-top: 30%;
  display: block;
}

.ratio_35 .bg-size:before {
  content: "";
  padding-top: 35%;
  display: block;
}

.ratio_42 .bg-size:before {
  content: "";
  padding-top: 42%;
  display: block;
}

.ratio_45 .bg-size:before {
  content: "";
  padding-top: 45.4%;
  display: block;
}

.ratio_50 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}

.ratio_50_1 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media (max-width: 1660px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 57%;
  }
}
@media (max-width: 1199px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 80%;
  }
}
@media (max-width: 991px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 59%;
  }
}
@media (max-width: 767px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 68%;
  }
}
@media (max-width: 575px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 77%;
  }
}
@media (max-width: 480px) {
  .ratio_50_1 .bg-size:before {
    padding-top: 84%;
  }
}

.ratio_58 .bg-size:before {
  content: "";
  padding-top: 58%;
  display: block;
}

.ratio_60 .bg-size:before {
  content: "";
  padding-top: 60%;
  display: block;
}

.ratio_65 .bg-size:before {
  content: "";
  padding-top: 65%;
  display: block;
}

.ratio_87 .bg-size:before {
  content: "";
  padding-top: 87%;
  display: block;
}

.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.ratio_110 .bg-size:before {
  padding-top: 110%;
  content: "";
  display: block;
}

.ratio_125 .bg-size::before {
  content: "";
  padding-top: 125%;
  display: block;
}

.ratio_148 .bg-size::before {
  content: "";
  padding-top: 148%;
  display: block;
}

.ratio_156 .bg-size:before {
  content: "";
  padding-top: 156%;
  display: block;
}

.ratio_medium .bg-size:before {
  content: "";
  padding-top: 134%;
  display: block;
}

.ratio_180 .bg-size:before {
  content: "";
  padding-top: 180%;
  display: block;
}

.ratio_209 .bg-size:before {
  content: "";
  padding-top: 209%;
  display: block;
}

.ratio_148_1 .bg-size {
  content: "";
  padding-top: 148%;
  display: block;
}
@media (max-width: 1199px) {
  .ratio_148_1 .bg-size {
    padding-top: 88%;
  }
}

.b-bottom {
  background-position: bottom !important;
}

.b-top {
  background-position: top !important;
}

.b-left {
  background-position: left !important;
}

.b-right {
  background-position: right !important;
}

.b-size-contain {
  background-size: contain !important;
}

/**=====================
     Success box CSS Start
==========================**/
.box-wrapper {
  position: relative;
}

.success-box {
  padding: calc(15px + 25 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
  top: -120px;
}
.success-box svg {
  width: 40px;
  height: 40px;
}
.success-box h4, .success-box .h4 {
  font-size: 18px;
}
.success-box p {
  font-size: 14px;
  margin-bottom: 0;
  color: #222222;
  line-height: 1;
  margin-top: 5px;
}

.user-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f0f0f0;
  margin: 0 auto;
}
.user-round h4, .user-round .h4 {
  font-weight: 600;
}
.user-round img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

.user-profile img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

/**=====================
     Slider scss
==========================**/
.product-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
}
.product-wrapper .slick-dots li {
  width: auto;
  height: auto;
}
.product-wrapper .slick-dots li button {
  width: calc(6px + 2 * (100vw - 320px) / 1600);
  height: calc(6px + 2 * (100vw - 320px) / 1600);
  border-radius: 4px;
  padding: 0;
  margin: 0;
  background-color: rgba(35, 35, 35, 0.2);
  transition: all 0.5s ease;
}
.product-wrapper .slick-dots li button::before {
  display: none;
}
html.dark .product-wrapper .slick-dots li button {
  background-color: rgba(119, 119, 119, 0.439);
}
.product-wrapper .slick-dots li.slick-active button {
  margin: 0;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.product-wrapper.slick-slider.slick-dotted {
  margin-bottom: -2px;
}

.no-arrow .slick-arrow {
  display: none !important;
}

.slick-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .slick-slider .slick-list {
    margin: 0 -6px;
  }
}
.slick-slider .slick-list .slick-slide > div,
.slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .slick-slider .slick-list .slick-slide > div,
  .slick-slider .slick-list .slick-slide > ul {
    margin: 0 6px;
  }
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.no-space .slick-list {
  margin: 0;
}
.no-space .slick-list .slick-slide > div,
.no-space .slick-list .slick-slide > ul {
  margin: 0;
}

.shop-box .slick-list {
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .shop-box .slick-list {
    margin: 0 -6px;
  }
}
.shop-box .slick-list .slick-slide > div,
.shop-box .slick-list .slick-slide > ul {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .shop-box .slick-list .slick-slide > div,
  .shop-box .slick-list .slick-slide > ul {
    margin: 0 6px;
  }
}
.shop-box.slick-dotted {
  margin-bottom: 0;
}

.slick-top .slick-list .slick-track > div {
  margin: 3px 0;
}

.left-slider .slick-list .slick-track .slick-slide img {
  opacity: 0.8;
  background-color: #f8f8f8;
  cursor: pointer;
}
.left-slider .slick-list .slick-track .slick-slide.slick-current img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(0) blur(0);
  opacity: 1;
}
.left-slider .sidebar-image {
  width: 100%;
  height: 100%;
}
.left-slider .sidebar-image img {
  width: 100%;
  height: 100%;
}

.arrow-slider .slick-prev,
.arrow-slider .slick-next {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.14);
  position: absolute;
  top: calc(-28px + -15 * (100vw - 320px) / 1600);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.arrow-slider .slick-prev::before,
.arrow-slider .slick-next::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: var(--theme-color);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.arrow-slider .slick-prev:hover,
.arrow-slider .slick-next:hover {
  background-color: var(--theme-color);
}
.arrow-slider .slick-prev:hover::before,
.arrow-slider .slick-next:hover::before {
  color: #ffffff;
}
.arrow-slider .slick-prev {
  left: unset;
  right: 60px;
}
body[dir=rtl] .arrow-slider .slick-prev {
  right: unset;
  left: 0;
}
.arrow-slider .slick-prev::before {
  content: "\ea64";
}
@media (max-width: 575px) {
  .arrow-slider .slick-prev {
    right: 45px;
  }
}
.arrow-slider .slick-next {
  right: 5px;
}
body[dir=rtl] .arrow-slider .slick-next {
  right: unset;
  left: 50px;
}
.arrow-slider .slick-next::before {
  content: "\ea6e";
}

.arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
  top: -42px;
}
@media (max-width: 1460px) {
  .arrow-slider-2 .slick-prev,
  .arrow-slider-2 .slick-next {
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .arrow-slider-2 .slick-prev,
  .arrow-slider-2 .slick-next {
    top: -37px;
  }
}
@media (max-width: 767px) {
  .arrow-slider-2 .slick-prev,
  .arrow-slider-2 .slick-next {
    top: -33px;
  }
}
@media (max-width: 480px) {
  .arrow-slider-2 .slick-prev,
  .arrow-slider-2 .slick-next {
    top: -31px;
  }
}
@media (max-width: 360px) {
  .arrow-slider-2 .slick-prev,
  .arrow-slider-2 .slick-next {
    top: -29px;
  }
}
.arrow-slider-2 .slick-prev {
  left: unset;
  right: 50px;
}
.arrow-slider-2 .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.arrow-slider-2 .slick-prev:hover::before {
  color: var(--theme-color);
}
.arrow-slider-2 .slick-next {
  right: 5px;
}
.arrow-slider-2 .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #222222;
}
.arrow-slider-2 .slick-next:hover::before {
  color: var(--theme-color);
}

.img-slider img {
  display: initial;
}

.product-arrow .slick-prev,
.product-arrow .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  background-color: #ececec;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.3s ease;
}
.product-arrow .slick-prev::before,
.product-arrow .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.product-arrow .slick-prev {
  left: 0;
}
.product-arrow .slick-prev::before {
  color: #000000;
  content: "\f104";
}
.product-arrow .slick-prev:hover, .product-arrow .slick-prev:focus {
  background-color: var(--theme-color);
}
.product-arrow .slick-prev:hover::before, .product-arrow .slick-prev:focus::before {
  color: #ffffff;
}
.product-arrow .slick-next {
  right: 0;
}
.product-arrow .slick-next:before {
  color: #000000;
  content: "\f105";
}
.product-arrow .slick-next:hover, .product-arrow .slick-next:focus {
  background-color: var(--theme-color);
}
.product-arrow .slick-next:hover::before, .product-arrow .slick-next:focus::before {
  color: #ffffff;
}

.product-box-arrow .slick-prev,
.product-box-arrow .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
  color: #4a5568;
}
.product-box-arrow .slick-prev::before,
.product-box-arrow .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.product-box-arrow .slick-prev:hover, .product-box-arrow .slick-prev:focus,
.product-box-arrow .slick-next:hover,
.product-box-arrow .slick-next:focus {
  background-color: var(--theme-color);
}
.product-box-arrow .slick-prev:hover::before, .product-box-arrow .slick-prev:focus::before,
.product-box-arrow .slick-next:hover::before,
.product-box-arrow .slick-next:focus::before {
  color: #ffffff;
}
.product-box-arrow .slick-prev {
  left: -28px;
}
@media (max-width: 575px) {
  .product-box-arrow .slick-prev {
    left: -8px;
  }
}
.product-box-arrow .slick-prev::before {
  content: "\f104";
}
.product-box-arrow .slick-next {
  right: -28px;
}
@media (max-width: 575px) {
  .product-box-arrow .slick-next {
    right: -8px;
  }
}
.product-box-arrow .slick-next:before {
  content: "\f105";
}

.slick-height .slick-list .slick-track .slick-slide {
  height: auto;
}

/**=====================
     Tab scss
==========================**/
.tab-style-color {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 12 * (100vw - 320px) / 1600);
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1265px) {
  .tab-style-color {
    margin-top: 13px;
  }
}
@media (max-width: 1265px) {
  .tab-style-color-2 {
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .tab-style-color-2 {
    margin-top: 13px;
    padding-bottom: 11px;
  }
}
.tab-style-color .nav-item .nav-link {
  border: none;
  color: #222222;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
  background-color: #ffffff;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);
  margin: 0;
  cursor: pointer;
  border-radius: 6px;
  color: #222222;
}
.tab-style-color .nav-item .nav-link.active, .tab-style-color .nav-item .nav-link:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.tab-style-color .nav-item .nav-link img {
  margin-right: 5px;
}

.tab-style-2 {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 12 * (100vw - 320px) / 1600);
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1265px) {
  .tab-style-2 {
    margin-top: 13px;
  }
}
.tab-style-2 .nav-item .nav-link {
  color: #222222;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
  background-color: #ffffff;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);
  margin: 0;
  border-radius: 6px;
}
.tab-style-2 .nav-item .nav-link.active, .tab-style-2 .nav-item .nav-link:hover {
  background-color: var(--theme-color);
  color: #ffffff;
  border-color: transparent;
}

/**=====================
     Tap to top scss
==========================**/
.theme-option {
  position: fixed;
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  right: calc(10px + 15 * (100vw - 320px) / 1600);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .theme-option {
  right: unset;
  left: calc(10px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .theme-option {
    bottom: calc(75px + 5 * (100vw - 320px) / 1600);
  }
}
.theme-option .back-to-top {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  margin-top: 12px;
}
.theme-option .back-to-top a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
}
.theme-option .back-to-top a svg {
  color: #ffffff;
  font-size: x-large;
}

.stickyCart .theme-option {
  bottom: 95px;
}
@media (max-width: 1199px) {
  .stickyCart .theme-option {
    bottom: 107px;
  }
}
@media (max-width: 767px) {
  .stickyCart .theme-option {
    bottom: 160px;
  }
}
@media (max-width: 480px) {
  .stickyCart .theme-option {
    bottom: 144px;
  }
}
.stickyCart .compare-fix {
  bottom: 96px;
}
@media (max-width: 767px) {
  .stickyCart .compare-fix {
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .stickyCart footer {
    margin-bottom: calc(120px + 19 * (100vw - 320px) / 447);
  }
}
@media (max-width: 767px) {
  .stickyCart .recently-purchase.show {
    bottom: calc(128px + 32 * (100vw - 320px) / 447);
  }
}

/**=====================
     Theme Setting scss
==========================**/
.setting-box {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.setting-box .setting-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  padding: 0;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.setting-box .setting-button:first-child:active {
  color: #ffffff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.setting-box .setting-button svg {
  width: calc(16px + 6 * (100vw - 320px) / 1600);
  height: calc(16px + 6 * (100vw - 320px) / 1600);
}
.setting-box .theme-setting-2 {
  position: absolute;
  bottom: calc(40px + 6 * (100vw - 320px) / 1600);
  right: 12px;
  width: 360px;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 8px 8px 0 8px;
  box-shadow: 0 4px 8px rgba(34, 34, 34, 0.12);
  transform: scale(0);
  transform-origin: bottom right;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 360px) {
  .setting-box .theme-setting-2 {
    right: 0;
  }
}
body[dir=rtl] .setting-box .theme-setting-2 {
  transform-origin: bottom left;
  right: unset;
  left: 12px;
  border-radius: 8px 8px 8px 0;
}
@media (max-width: 360px) {
  body[dir=rtl] .setting-box .theme-setting-2 {
    left: 0;
  }
}
@media (max-width: 360px) {
  .setting-box .theme-setting-2 {
    width: 275px;
  }
}
.setting-box .theme-setting-2.active {
  transform: scale(1);
  transform-origin: bottom right;
}
body[dir=rtl] .setting-box .theme-setting-2.active {
  transform-origin: bottom left;
}
.setting-box .theme-setting-2 .theme-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
.setting-box .theme-setting-2 .theme-box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  gap: 20px;
  border-bottom: 1px dashed #ececec;
}
.setting-box .theme-setting-2 .theme-box ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.setting-box .theme-setting-2 .theme-box ul li.color-box {
  display: block;
  gap: 19px;
}
.setting-box .theme-setting-2 .theme-box ul li .setting-name {
  margin-bottom: 0;
  width: 15%;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  width: 85%;
  transition: all 0.3s ease-in-out;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button {
  width: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-unline {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0;
  border: none;
  align-items: center;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-control-color {
  width: 38px;
  height: 25px;
}
.setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-label {
  width: auto;
  font-size: 16px;
  color: #4a5568;
}

/**=====================
     Timer scss
==========================**/
.timer ul {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .timer ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .timer ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.timer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ececec;
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .timer ul li {
    width: 40px;
    height: 40px;
  }
}
.timer ul li + li {
  margin-left: 15px;
}
body[dir=rtl] .timer ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
.timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
body[dir=rtl] .timer ul li + li::after {
  left: unset;
  right: -10px;
}
.timer ul li .counter h4, .timer ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .timer ul li .counter h4, .timer ul li .counter .h4 {
    font-size: 15px;
  }
}

.timer-2 {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .timer-2 {
    margin-left: 0;
  }
}
.timer-2 ul li {
  width: calc(45px + 15 * (100vw - 320px) / 1600);
  height: calc(45px + 15 * (100vw - 320px) / 1600);
  color: #000000;
  padding: 0;
  border: 1px solid #ddd;
  background-color: transparent;
}
.timer-2 ul li.bg-color {
  background-color: var(--theme-color);
  color: #ffffff;
}
.timer-2 ul li .counter {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.timer-2 ul li .counter h6, .timer-2 ul li .counter .h6 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.timer-2 ul li + li::after {
  color: #4a5568;
}

.timer-box ul {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .timer-box ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .timer-box ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.timer-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #ececec;
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .timer-box ul li {
    width: 40px;
    height: 40px;
  }
}
.timer-box ul li + li {
  margin-left: 15px;
}
.timer-box ul li + li::after {
  content: ":";
  position: absolute;
  font-weight: bolder;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.timer-box ul li .counter h4, .timer-box ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .timer-box ul li .counter h4, .timer-box ul li .counter .h4 {
    font-size: 15px;
  }
}

/**=====================
     Title scss
==========================**/
.title-leaf {
  width: 140px;
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 0;
}
.title-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.title-leaf svg {
  background-color: #ffffff;
  width: 45px;
  height: 25px;
  fill: var(--theme-color);
}
.title-leaf svg.bg-gray {
  background-color: #f8f8f8;
}

.title {
  margin-bottom: calc(16px + 14 * (100vw - 320px) / 1600);
  display: inline-block;
  position: relative;
}
.title h2, .title .h2 {
  font-weight: 700;
  color: #222222;
  position: relative;
}
.title p {
  line-height: 1.5;
  margin: calc(5px + 5 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1265px) {
  .title-flex {
    display: block;
  }
}
.title-flex .timing-box {
  display: inline-block;
}
.title-flex .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #ffffff;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 1265px) {
  .title-flex .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.title-flex .timing-box .timing i {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-right: 9px;
}
.title-flex .timing-box .timing svg {
  font-size: 17px;
  margin-right: 9px;
}
.title-flex .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
.title-flex .timing-box .timing .time ul {
  display: flex;
  align-items: center;
}
.title-flex .timing-box .timing .time ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.title-flex .timing-box .timing .time ul li + li {
  margin-left: 15px;
}
.title-flex .timing-box .timing .time ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
.title-flex .timing-box .timing .time ul li .counter h6, .title-flex .timing-box .timing .time ul li .counter .h6 {
  font-weight: 600;
}
.title .product-tabs {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.title .product-tabs .nav-item {
  position: relative;
}
.title .product-tabs .nav-item .nav-link {
  border: none;
  border-radius: unset;
  color: #4a5568;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.title .product-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: var(--theme-color);
}
.title .product-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 17px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.title .product-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  bottom: 0;
  left: 75px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.title .product-tabs .nav-item + .nav-item {
  margin-left: 10px;
}
.title .product-tabs .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 9px;
  left: -11px;
  background-image: url(/_next/static/media/bag.2041d625.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title-border {
  border-bottom: 1px solid #ececec;
  padding-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
}

.vendor-title h5, .vendor-title .h5 {
  font-weight: 700;
  font-size: calc(18px + 0.005 * (100vw - 320px));
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.vendor-title p {
  margin-bottom: 0;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
}

.seller-title h2, .seller-title .h2 {
  font-weight: 700;
  font-size: calc(24px + 13 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 13 * (100vw - 320px) / 1600);
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.seller-title p {
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 1.6;
}

.title-flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .title-flex-2 {
    display: block;
  }
}
.title-flex-2 .timing-box {
  display: inline-block;
}
.title-flex-2 .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #ffffff;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 850px) {
  .title-flex-2 .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.title-flex-2 .timing-box .timing i {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-right: 9px;
}
.title-flex-2 .timing-box .timing .svg {
  font-size: 17px;
  margin-right: 9px;
}
.title-flex-2 .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}

.user-dashboard-title {
  position: relative;
}
.user-dashboard-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body[dir=rtl] .user-dashboard-title::after {
  left: unset;
  right: -20px;
}

/**=====================
     Tooltip scss
==========================**/
.tooltip {
  transition: opacity 0.15s linear;
}
.tooltip .tooltip-arrow::before {
  border-top-color: var(--theme-color);
}
.tooltip .tooltip-inner {
  font-weight: 500;
  background-color: var(--theme-color);
  color: #ffffff;
}

.Toastify .Toastify__toast-container {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  width: auto;
}
.Toastify .Toastify__toast-container .Toastify__toast {
  width: 390px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .Toastify .Toastify__toast-container .Toastify__toast {
    width: max-content;
  }
}
.Toastify .Toastify__toast-container .Toastify__toast--success {
  border: 1px solid #0d462c;
}
.Toastify .Toastify__toast-container .Toastify__toast--success::before {
  background-color: #0d462c;
}
.Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__toast-body svg,
.Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__close-button svg {
  color: #0d462c;
}
.Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__toast-body > div,
.Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__close-button > div {
  color: #0d462c;
}
.Toastify .Toastify__toast-container .Toastify__toast--error {
  border: 1px solid rgba(114, 28, 36, 0.5215686275);
}
.Toastify .Toastify__toast-container .Toastify__toast--error::before {
  background-color: rgb(114, 28, 36);
}
.Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__toast-body svg,
.Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__close-button svg {
  color: rgb(114, 28, 36);
}
.Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__toast-body > div,
.Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__close-button > div {
  color: rgb(114, 28, 36);
}
.Toastify .Toastify__toast-container .Toastify__toast::before {
  content: "";
  position: absolute;
  left: 0;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-body > div,
.Toastify .Toastify__toast-container .Toastify__toast .Toastify__close-button > div {
  font-weight: 500;
  font-size: 16px;
}

.Toastify__toast-container--top-left,
.Toastify__toast-container--top-center,
.Toastify__toast-container--top-right {
  top: 10px;
}

/**=====================
     Country Flag scss
==========================**/
.country-input {
  position: relative;
}
.country-input .input-error .row.mb-4 {
  margin-bottom: 0 !important;
}
.country-input .input-error input[type=text],
.country-input .input-error input[type=number] {
  padding-left: 132px !important;
}
body[dir=rtl] .country-input .input-error input[type=text],
body[dir=rtl] .country-input .input-error input[type=number] {
  padding-left: 0 !important;
  padding-right: 132px !important;
}
@media (max-width: 576px) {
  .country-input .input-error input[type=text],
  .country-input .input-error input[type=number] {
    padding-left: 122px !important;
  }
  body[dir=rtl] .country-input .input-error input[type=text],
  body[dir=rtl] .country-input .input-error input[type=number] {
    padding-right: 122px !important;
  }
}
.country-input .country-input-box input {
  padding-left: 128px;
  height: calc(51px + 3 * (100vw - 320px) / 1600);
  min-height: calc(51px + 3 * (100vw - 320px) / 1600);
}
body[dir=rtl] .country-input .country-input-box input {
  padding-left: unset;
  padding-right: 128px;
}
.country-input .custom-select-box {
  min-width: 120px;
  height: auto;
  width: 120px;
  position: absolute;
  left: 13px;
  top: 31px;
  z-index: 1;
  cursor: pointer;
}
body[dir=rtl] .country-input .custom-select-box {
  left: unset;
  right: 13px;
}
@media (max-width: 576px) {
  .country-input .custom-select-box {
    left: 13px;
    top: 30px;
    bottom: unset;
    transform: none;
    min-width: 110px;
    width: 110px;
  }
  body[dir=rtl] .country-input .custom-select-box {
    left: unset;
    right: 13px;
  }
}
.country-input .custom-select-box .help-text {
  display: none;
}
.country-input .custom-select-box svg {
  position: absolute;
  left: 90px;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: #898989;
}
body[dir=rtl] .country-input .custom-select-box svg {
  left: unset;
  right: 90px;
}
.country-input .custom-select-box .form-select {
  background-color: #f8f9fa;
  border-radius: 6px 0 0 6px;
  line-height: 1.35;
  border-top: unset;
  border-left: unset;
  border-bottom: unset;
  height: 50px;
  font-size: 16px;
  color: #4a5568;
}
@media (max-width: 576px) {
  .country-input .custom-select-box .form-select {
    height: 49px;
  }
}
body[dir=rtl] .country-input .custom-select-box .form-select {
  border-radius: 0 6px 6px 0;
  border-right: unset;
  border-left: 1px solid #dee2e6;
}
html.dark body[dir=rtl] .country-input .custom-select-box .form-select {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .country-input .custom-select-box .form-select {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.country-input .custom-select-box .form-select:focus {
  border-color: #dee2e6;
}

.intl-tel-input {
  position: relative;
  display: block;
}
.intl-tel-input * {
  scrollbar-width: auto;
  scrollbar-color: #ffffff;
}
.intl-tel-input::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.intl-tel-input::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
html.dark .intl-tel-input::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.intl-tel-input::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.479);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 8px 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: relative;
  top: 0;
  margin-top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
body[dir=rtl] .intl-tel-input .flag-box {
  margin-right: unset;
  margin-left: 6px;
}
.intl-tel-input .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.intl-tel-input .country .dial-code {
  color: #999;
  font-size: 16px;
}
.intl-tel-input .country.highlight {
  background-color: #efefe7;
}
.intl-tel-input .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-listing {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-listing.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #efefe7;
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=number] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.separate-dial-code input[type=text].flag-input,
.intl-tel-input.separate-dial-code input[type=number].flag-input {
  padding: 0 0 0 30px !important;
  box-shadow: none !important;
  border: 0 !important;
  background-color: transparent !important;
  width: 70px !important;
}
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 112px !important;
  margin-left: 0;
}
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.separate-dial-code .selected-flag {
  width: max-content;
  background-color: #efefe7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-listing {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2/1) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
/**=====================
    Confetti scss
==========================**/
.confetti-wrapper {
  position: fixed !important;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 999;
  display: none;
}
.confetti-wrapper.show {
  display: block;
}

[class|=confetti] {
  position: absolute;
}

.confetti-0 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 1.1171892971;
  transform: rotate(54.4619824178deg);
  animation: drop-0 4.6975741434s 0.3428454119s infinite;
}

@keyframes drop-0 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.confetti-1 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 139%;
  opacity: 0.8777095705;
  transform: rotate(307.2917453416deg);
  animation: drop-1 4.0988540219s 0.6975018313s infinite;
}

@keyframes drop-1 {
  100% {
    top: 110%;
    left: 150%;
  }
}
.confetti-2 {
  width: 24px;
  height: 9.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 0.7584741745;
  transform: rotate(242.4993885319deg);
  animation: drop-2 4.9233256588s 0.5463346001s infinite;
}

@keyframes drop-2 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.confetti-3 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 0.546432927;
  transform: rotate(28.3147413117deg);
  animation: drop-3 4.0406771999s 0.8091798804s infinite;
}

@keyframes drop-3 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-4 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 133%;
  opacity: 0.9508825249;
  transform: rotate(206.2697660671deg);
  animation: drop-4 4.1266948353s 0.0496321611s infinite;
}

@keyframes drop-4 {
  100% {
    top: 110%;
    left: 136%;
  }
}
.confetti-5 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 94%;
  opacity: 0.9485006583;
  transform: rotate(111.2758282044deg);
  animation: drop-5 4.2621409292s 0.9344481095s infinite;
}

@keyframes drop-5 {
  100% {
    top: 110%;
    left: 104%;
  }
}
.confetti-6 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 76%;
  opacity: 0.88275178;
  transform: rotate(297.4846637985deg);
  animation: drop-6 4.7948958245s 0.3140917162s infinite;
}

@keyframes drop-6 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-7 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 6%;
  opacity: 0.7556461698;
  transform: rotate(346.1516845653deg);
  animation: drop-7 4.7061393278s 0.0883156455s infinite;
}

@keyframes drop-7 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.confetti-8 {
  width: 26px;
  height: 10.4px;
  background-color: #263672;
  top: -10%;
  left: 97%;
  opacity: 0.7867451962;
  transform: rotate(331.0283813905deg);
  animation: drop-8 4.3531509602s 0.2853962146s infinite;
}

@keyframes drop-8 {
  100% {
    top: 110%;
    left: 103%;
  }
}
.confetti-9 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 1.4177621973;
  transform: rotate(6.3463467205deg);
  animation: drop-9 4.3604570265s 0.2029721044s infinite;
}

@keyframes drop-9 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.confetti-10 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 130%;
  opacity: 0.8837917136;
  transform: rotate(222.4621942666deg);
  animation: drop-10 4.5422458009s 0.2103732979s infinite;
}

@keyframes drop-10 {
  100% {
    top: 110%;
    left: 138%;
  }
}
.confetti-11 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 0.5907414165;
  transform: rotate(19.3477638657deg);
  animation: drop-11 4.2179107876s 0.9453863837s infinite;
}

@keyframes drop-11 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.confetti-12 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 19%;
  opacity: 0.849221365;
  transform: rotate(48.4245597527deg);
  animation: drop-12 4.1605488444s 0.9150891161s infinite;
}

@keyframes drop-12 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.confetti-13 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 3%;
  opacity: 1.2392922081;
  transform: rotate(340.9870089837deg);
  animation: drop-13 4.73064732s 0.176112937s infinite;
}

@keyframes drop-13 {
  100% {
    top: 110%;
    left: 13%;
  }
}
.confetti-14 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 113%;
  opacity: 1.1888248199;
  transform: rotate(312.9754845218deg);
  animation: drop-14 4.6061199857s 0.062276994s infinite;
}

@keyframes drop-14 {
  100% {
    top: 110%;
    left: 127%;
  }
}
.confetti-15 {
  width: 24px;
  height: 9.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 53%;
  opacity: 0.8835231269;
  transform: rotate(330.9947702902deg);
  animation: drop-15 4.3881757158s 0.276031352s infinite;
}

@keyframes drop-15 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.confetti-16 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 107%;
  opacity: 1.3818280213;
  transform: rotate(201.1852266277deg);
  animation: drop-16 4.1797268692s 0.3189978528s infinite;
}

@keyframes drop-16 {
  100% {
    top: 110%;
    left: 122%;
  }
}
.confetti-17 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 138%;
  opacity: 0.9953340759;
  transform: rotate(133.9620273125deg);
  animation: drop-17 4.325091773s 0.1310239052s infinite;
}

@keyframes drop-17 {
  100% {
    top: 110%;
    left: 151%;
  }
}
.confetti-18 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 49%;
  opacity: 0.9780353528;
  transform: rotate(112.9121438381deg);
  animation: drop-18 4.6458547783s 0.252351607s infinite;
}

@keyframes drop-18 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.confetti-19 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 43%;
  opacity: 0.8030187249;
  transform: rotate(64.0737934649deg);
  animation: drop-19 4.6452814067s 0.7006811183s infinite;
}

@keyframes drop-19 {
  100% {
    top: 110%;
    left: 52%;
  }
}
.confetti-20 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 135%;
  opacity: 1.163546179;
  transform: rotate(0.3623578672deg);
  animation: drop-20 4.7861739848s 0.9334953017s infinite;
}

@keyframes drop-20 {
  100% {
    top: 110%;
    left: 144%;
  }
}
.confetti-21 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 120%;
  opacity: 0.9177755263;
  transform: rotate(124.0512540609deg);
  animation: drop-21 4.9773393613s 0.3936197491s infinite;
}

@keyframes drop-21 {
  100% {
    top: 110%;
    left: 122%;
  }
}
.confetti-22 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 75%;
  opacity: 1.3909977593;
  transform: rotate(11.8551823348deg);
  animation: drop-22 4.6705296374s 0.6234288497s infinite;
}

@keyframes drop-22 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-23 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 22%;
  opacity: 1.4215974352;
  transform: rotate(12.0866814587deg);
  animation: drop-23 4.9313924374s 0.0482267642s infinite;
}

@keyframes drop-23 {
  100% {
    top: 110%;
    left: 29%;
  }
}
.confetti-24 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 41%;
  opacity: 0.9916213777;
  transform: rotate(189.6266802573deg);
  animation: drop-24 4.1596121583s 0.1211206545s infinite;
}

@keyframes drop-24 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.confetti-25 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 148%;
  opacity: 0.7046359245;
  transform: rotate(338.9745850715deg);
  animation: drop-25 4.7654756338s 0.1442571981s infinite;
}

@keyframes drop-25 {
  100% {
    top: 110%;
    left: 155%;
  }
}
.confetti-26 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 65%;
  opacity: 0.6699775989;
  transform: rotate(256.4194436099deg);
  animation: drop-26 4.9531518714s 0.4687507424s infinite;
}

@keyframes drop-26 {
  100% {
    top: 110%;
    left: 74%;
  }
}
.confetti-27 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 45%;
  opacity: 0.6641743231;
  transform: rotate(140.4021451047deg);
  animation: drop-27 4.2965732823s 0.5679062276s infinite;
}

@keyframes drop-27 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-28 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 30%;
  opacity: 0.9670243913;
  transform: rotate(12.8245089389deg);
  animation: drop-28 4.4608694368s 0.6324972944s infinite;
}

@keyframes drop-28 {
  100% {
    top: 110%;
    left: 33%;
  }
}
.confetti-29 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 89%;
  opacity: 0.6689124175;
  transform: rotate(89.2602114009deg);
  animation: drop-29 4.8086933919s 0.8432188219s infinite;
}

@keyframes drop-29 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.confetti-30 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 0.627577567;
  transform: rotate(313.5636609105deg);
  animation: drop-30 4.7500708393s 0.0004274989s infinite;
}

@keyframes drop-30 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.confetti-31 {
  width: 21px;
  height: 8.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 143%;
  opacity: 0.7853528703;
  transform: rotate(42.7729567185deg);
  animation: drop-31 4.0398825842s 0.1502664323s infinite;
}

@keyframes drop-31 {
  100% {
    top: 110%;
    left: 158%;
  }
}
.confetti-32 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 16%;
  opacity: 1.4286889852;
  transform: rotate(40.5402810186deg);
  animation: drop-32 4.1721391517s 0.3783220426s infinite;
}

@keyframes drop-32 {
  100% {
    top: 110%;
    left: 26%;
  }
}
.confetti-33 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 0.5680309674;
  transform: rotate(128.1700879136deg);
  animation: drop-33 4.095194378s 0.3775172401s infinite;
}

@keyframes drop-33 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-34 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 117%;
  opacity: 0.8199873078;
  transform: rotate(264.3799398619deg);
  animation: drop-34 4.4696269733s 0.5684222382s infinite;
}

@keyframes drop-34 {
  100% {
    top: 110%;
    left: 130%;
  }
}
.confetti-35 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 141%;
  opacity: 0.9137231412;
  transform: rotate(273.3518390617deg);
  animation: drop-35 4.4361649473s 0.9092458808s infinite;
}

@keyframes drop-35 {
  100% {
    top: 110%;
    left: 155%;
  }
}
.confetti-36 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 149%;
  opacity: 1.0045865155;
  transform: rotate(7.8577352873deg);
  animation: drop-36 4.2100078563s 0.2296745827s infinite;
}

@keyframes drop-36 {
  100% {
    top: 110%;
    left: 153%;
  }
}
.confetti-37 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 96%;
  opacity: 1.4764529036;
  transform: rotate(71.1980154087deg);
  animation: drop-37 4.7055414318s 0.9089037695s infinite;
}

@keyframes drop-37 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.confetti-38 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.6724688202;
  transform: rotate(167.9543576282deg);
  animation: drop-38 4.5578489106s 0.4336413847s infinite;
}

@keyframes drop-38 {
  100% {
    top: 110%;
    left: 79%;
  }
}
.confetti-39 {
  width: 16px;
  height: 6.4px;
  background-color: #d13447;
  top: -10%;
  left: 58%;
  opacity: 1.2568445763;
  transform: rotate(82.9612792547deg);
  animation: drop-39 4.8493794363s 0.9566702952s infinite;
}

@keyframes drop-39 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.confetti-40 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 1.278386729;
  transform: rotate(262.338152237deg);
  animation: drop-40 4.8013107408s 0.5485849361s infinite;
}

@keyframes drop-40 {
  100% {
    top: 110%;
    left: 103%;
  }
}
.confetti-41 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 118%;
  opacity: 0.6081159859;
  transform: rotate(4.4683291744deg);
  animation: drop-41 4.8713278508s 0.1192578984s infinite;
}

@keyframes drop-41 {
  100% {
    top: 110%;
    left: 119%;
  }
}
.confetti-42 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 145%;
  opacity: 1.1016402938;
  transform: rotate(215.9669504324deg);
  animation: drop-42 4.7657657599s 0.0872793551s infinite;
}

@keyframes drop-42 {
  100% {
    top: 110%;
    left: 158%;
  }
}
.confetti-43 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 11%;
  opacity: 0.9607739787;
  transform: rotate(180.5590347274deg);
  animation: drop-43 4.5306442316s 0.6898876089s infinite;
}

@keyframes drop-43 {
  100% {
    top: 110%;
    left: 16%;
  }
}
.confetti-44 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 1.2396645477;
  transform: rotate(356.6095953354deg);
  animation: drop-44 4.214776571s 0.9890492216s infinite;
}

@keyframes drop-44 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.confetti-45 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 16%;
  opacity: 0.8097411743;
  transform: rotate(101.1575599191deg);
  animation: drop-45 4.7411144623s 0.5432445338s infinite;
}

@keyframes drop-45 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.confetti-46 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 0.6134394043;
  transform: rotate(289.7178982105deg);
  animation: drop-46 4.7075632094s 0.7902512184s infinite;
}

@keyframes drop-46 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.confetti-47 {
  width: 23px;
  height: 9.2px;
  background-color: #d13447;
  top: -10%;
  left: 27%;
  opacity: 1.3603733802;
  transform: rotate(217.1737202876deg);
  animation: drop-47 4.2311578379s 0.7335484151s infinite;
}

@keyframes drop-47 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.confetti-48 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 104%;
  opacity: 0.9481922484;
  transform: rotate(312.3447510349deg);
  animation: drop-48 4.4837047865s 0.9953788943s infinite;
}

@keyframes drop-48 {
  100% {
    top: 110%;
    left: 112%;
  }
}
.confetti-49 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 34%;
  opacity: 0.5786078578;
  transform: rotate(140.8960711781deg);
  animation: drop-49 4.7508101091s 0.4827341882s infinite;
}

@keyframes drop-49 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-50 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 83%;
  opacity: 0.9666325003;
  transform: rotate(164.7931215932deg);
  animation: drop-50 4.1912575004s 0.0115775201s infinite;
}

@keyframes drop-50 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.confetti-51 {
  width: 24px;
  height: 9.6px;
  background-color: #263672;
  top: -10%;
  left: 32%;
  opacity: 1.0010634639;
  transform: rotate(21.4588484553deg);
  animation: drop-51 4.408247221s 0.8080018354s infinite;
}

@keyframes drop-51 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.confetti-52 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 1.4855555287;
  transform: rotate(281.8457834474deg);
  animation: drop-52 4.011720087s 0.8869505117s infinite;
}

@keyframes drop-52 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-53 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 121%;
  opacity: 1.1905145273;
  transform: rotate(190.3988164165deg);
  animation: drop-53 4.2847761508s 0.4065221136s infinite;
}

@keyframes drop-53 {
  100% {
    top: 110%;
    left: 129%;
  }
}
.confetti-54 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 33%;
  opacity: 0.6350263609;
  transform: rotate(246.966734121deg);
  animation: drop-54 4.8424078648s 0.5874885238s infinite;
}

@keyframes drop-54 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.confetti-55 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 92%;
  opacity: 0.6600714744;
  transform: rotate(63.6139463232deg);
  animation: drop-55 4.3082976691s 0.3659808774s infinite;
}

@keyframes drop-55 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.confetti-56 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 125%;
  opacity: 1.1570791866;
  transform: rotate(98.4266981205deg);
  animation: drop-56 4.0472406009s 0.7235443521s infinite;
}

@keyframes drop-56 {
  100% {
    top: 110%;
    left: 138%;
  }
}
.confetti-57 {
  width: 19px;
  height: 7.6px;
  background-color: #d13447;
  top: -10%;
  left: 95%;
  opacity: 0.9376874838;
  transform: rotate(278.9962140441deg);
  animation: drop-57 4.2101752179s 0.5304258412s infinite;
}

@keyframes drop-57 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.confetti-58 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 126%;
  opacity: 0.8639891293;
  transform: rotate(75.5012709011deg);
  animation: drop-58 4.1262740236s 0.0045536853s infinite;
}

@keyframes drop-58 {
  100% {
    top: 110%;
    left: 127%;
  }
}
.confetti-59 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 9%;
  opacity: 0.6829911481;
  transform: rotate(145.5817877668deg);
  animation: drop-59 4.6816055659s 0.9529658826s infinite;
}

@keyframes drop-59 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.confetti-60 {
  width: 26px;
  height: 10.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 118%;
  opacity: 0.8772318544;
  transform: rotate(330.4058781671deg);
  animation: drop-60 4.6917537728s 0.2103399552s infinite;
}

@keyframes drop-60 {
  100% {
    top: 110%;
    left: 129%;
  }
}
.confetti-61 {
  width: 26px;
  height: 10.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 44%;
  opacity: 0.5648155501;
  transform: rotate(358.8782482896deg);
  animation: drop-61 4.9095548426s 0.0244680725s infinite;
}

@keyframes drop-61 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.confetti-62 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 85%;
  opacity: 0.6996942034;
  transform: rotate(263.7243941046deg);
  animation: drop-62 4.2578378667s 0.431161832s infinite;
}

@keyframes drop-62 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-63 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 0.7621981584;
  transform: rotate(318.1519207956deg);
  animation: drop-63 4.0375730585s 0.5853032463s infinite;
}

@keyframes drop-63 {
  100% {
    top: 110%;
    left: 32%;
  }
}
.confetti-64 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 7%;
  opacity: 1.3055560808;
  transform: rotate(263.3447299416deg);
  animation: drop-64 4.5404076572s 0.4745607713s infinite;
}

@keyframes drop-64 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.confetti-65 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 64%;
  opacity: 1.228458365;
  transform: rotate(52.5366284303deg);
  animation: drop-65 4.2641273573s 0.3039958678s infinite;
}

@keyframes drop-65 {
  100% {
    top: 110%;
    left: 66%;
  }
}
.confetti-66 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 7%;
  opacity: 0.8060153334;
  transform: rotate(283.8025824826deg);
  animation: drop-66 4.6785141426s 0.2945977668s infinite;
}

@keyframes drop-66 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-67 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 88%;
  opacity: 0.6081997175;
  transform: rotate(332.0435119454deg);
  animation: drop-67 4.7395468107s 0.2115173821s infinite;
}

@keyframes drop-67 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.confetti-68 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 1.0106886973;
  transform: rotate(89.1932732615deg);
  animation: drop-68 4.3228252372s 0.1851454092s infinite;
}

@keyframes drop-68 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-69 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 144%;
  opacity: 1.4388162624;
  transform: rotate(139.8322423096deg);
  animation: drop-69 4.7455042814s 0.0764623648s infinite;
}

@keyframes drop-69 {
  100% {
    top: 110%;
    left: 154%;
  }
}
.confetti-70 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 74%;
  opacity: 0.9863142969;
  transform: rotate(96.2930113742deg);
  animation: drop-70 4.8457004877s 0.3263416065s infinite;
}

@keyframes drop-70 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-71 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 87%;
  opacity: 1.1119991836;
  transform: rotate(225.6380975434deg);
  animation: drop-71 4.4765153253s 0.712589316s infinite;
}

@keyframes drop-71 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.confetti-72 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 7%;
  opacity: 1.3846544352;
  transform: rotate(337.7618582379deg);
  animation: drop-72 4.9311144334s 0.6204157475s infinite;
}

@keyframes drop-72 {
  100% {
    top: 110%;
    left: 20%;
  }
}
.confetti-73 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 107%;
  opacity: 0.5876607301;
  transform: rotate(233.996362453deg);
  animation: drop-73 4.1834752108s 0.2330108524s infinite;
}

@keyframes drop-73 {
  100% {
    top: 110%;
    left: 119%;
  }
}
.confetti-74 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 124%;
  opacity: 1.495253621;
  transform: rotate(76.9685724856deg);
  animation: drop-74 4.7468051274s 0.4429541793s infinite;
}

@keyframes drop-74 {
  100% {
    top: 110%;
    left: 139%;
  }
}
.confetti-75 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 54%;
  opacity: 0.9349728956;
  transform: rotate(334.089261099deg);
  animation: drop-75 4.3257461571s 0.7335233713s infinite;
}

@keyframes drop-75 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.confetti-76 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 107%;
  opacity: 1.3945573505;
  transform: rotate(286.1135390273deg);
  animation: drop-76 4.877403594s 0.3162083007s infinite;
}

@keyframes drop-76 {
  100% {
    top: 110%;
    left: 115%;
  }
}
.confetti-77 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 145%;
  opacity: 0.9110626039;
  transform: rotate(305.100853188deg);
  animation: drop-77 4.219684069s 0.5093374712s infinite;
}

@keyframes drop-77 {
  100% {
    top: 110%;
    left: 157%;
  }
}
.confetti-78 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 83%;
  opacity: 1.3460956061;
  transform: rotate(42.3037726176deg);
  animation: drop-78 4.6754183073s 0.5015750167s infinite;
}

@keyframes drop-78 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.confetti-79 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 74%;
  opacity: 1.3464490156;
  transform: rotate(166.2492646554deg);
  animation: drop-79 4.5016966085s 0.7450061184s infinite;
}

@keyframes drop-79 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.confetti-80 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 120%;
  opacity: 0.9510321432;
  transform: rotate(62.0160680509deg);
  animation: drop-80 4.1750277819s 0.7207508946s infinite;
}

@keyframes drop-80 {
  100% {
    top: 110%;
    left: 123%;
  }
}
.confetti-81 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 82%;
  opacity: 0.972165737;
  transform: rotate(235.7487552802deg);
  animation: drop-81 4.571863568s 0.8055014591s infinite;
}

@keyframes drop-81 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.confetti-82 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 40%;
  opacity: 1.3245165431;
  transform: rotate(325.3334932585deg);
  animation: drop-82 4.6011672829s 0.9767240904s infinite;
}

@keyframes drop-82 {
  100% {
    top: 110%;
    left: 50%;
  }
}
.confetti-83 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 123%;
  opacity: 1.1466311754;
  transform: rotate(46.1108599903deg);
  animation: drop-83 4.6463631542s 0.8425897742s infinite;
}

@keyframes drop-83 {
  100% {
    top: 110%;
    left: 127%;
  }
}
.confetti-84 {
  width: 23px;
  height: 9.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 34%;
  opacity: 1.3114722069;
  transform: rotate(115.1857801842deg);
  animation: drop-84 4.6463492192s 0.9067454472s infinite;
}

@keyframes drop-84 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.confetti-85 {
  width: 26px;
  height: 10.4px;
  background-color: #263672;
  top: -10%;
  left: 93%;
  opacity: 1.3526614485;
  transform: rotate(242.8003245548deg);
  animation: drop-85 4.4016220645s 0.1613114938s infinite;
}

@keyframes drop-85 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.confetti-86 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 144%;
  opacity: 0.8807324889;
  transform: rotate(268.1153217402deg);
  animation: drop-86 4.9224440101s 0.6872173536s infinite;
}

@keyframes drop-86 {
  100% {
    top: 110%;
    left: 153%;
  }
}
.confetti-87 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 143%;
  opacity: 0.5473040613;
  transform: rotate(246.9139352446deg);
  animation: drop-87 4.0691299076s 0.312396238s infinite;
}

@keyframes drop-87 {
  100% {
    top: 110%;
    left: 150%;
  }
}
.confetti-88 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 39%;
  opacity: 1.4761430604;
  transform: rotate(340.9468082005deg);
  animation: drop-88 4.9519847595s 0.1169910562s infinite;
}

@keyframes drop-88 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-89 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 140%;
  opacity: 1.182636328;
  transform: rotate(53.2640866661deg);
  animation: drop-89 4.5472190414s 0.2920975551s infinite;
}

@keyframes drop-89 {
  100% {
    top: 110%;
    left: 147%;
  }
}
.confetti-90 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 76%;
  opacity: 1.4281403992;
  transform: rotate(209.8439299559deg);
  animation: drop-90 4.3743865674s 0.0329848242s infinite;
}

@keyframes drop-90 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.confetti-91 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.1513549642;
  transform: rotate(240.1970948518deg);
  animation: drop-91 4.76212237s 0.4956469644s infinite;
}

@keyframes drop-91 {
  100% {
    top: 110%;
    left: 50%;
  }
}
.confetti-92 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 110%;
  opacity: 0.9504756455;
  transform: rotate(255.7542090248deg);
  animation: drop-92 4.6977531258s 0.4506388251s infinite;
}

@keyframes drop-92 {
  100% {
    top: 110%;
    left: 120%;
  }
}
.confetti-93 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 1.0057920021;
  transform: rotate(19.4316888254deg);
  animation: drop-93 4.114817568s 0.0444364677s infinite;
}

@keyframes drop-93 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.confetti-94 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 117%;
  opacity: 0.7420179314;
  transform: rotate(237.9935955263deg);
  animation: drop-94 4.8462380527s 0.3551626408s infinite;
}

@keyframes drop-94 {
  100% {
    top: 110%;
    left: 119%;
  }
}
.confetti-95 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 1.4755361226;
  transform: rotate(108.7195886384deg);
  animation: drop-95 4.1001240822s 0.8848708525s infinite;
}

@keyframes drop-95 {
  100% {
    top: 110%;
    left: 102%;
  }
}
.confetti-96 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 86%;
  opacity: 0.8060823718;
  transform: rotate(54.6855901171deg);
  animation: drop-96 4.550499784s 0.0289512488s infinite;
}

@keyframes drop-96 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.confetti-97 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 0.8573389265;
  transform: rotate(150.5479666834deg);
  animation: drop-97 4.6022859413s 0.6125735556s infinite;
}

@keyframes drop-97 {
  100% {
    top: 110%;
    left: 32%;
  }
}
.confetti-98 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.9575951197;
  transform: rotate(267.8112614787deg);
  animation: drop-98 4.6959475845s 0.2746802913s infinite;
}

@keyframes drop-98 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-99 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 101%;
  opacity: 0.880456859;
  transform: rotate(189.0550017311deg);
  animation: drop-99 4.3305182101s 0.7316687599s infinite;
}

@keyframes drop-99 {
  100% {
    top: 110%;
    left: 110%;
  }
}
.confetti-100 {
  width: 24px;
  height: 9.6px;
  background-color: #263672;
  top: -10%;
  left: 57%;
  opacity: 0.5847248191;
  transform: rotate(157.7814771931deg);
  animation: drop-100 4.7585116442s 0.0200600285s infinite;
}

@keyframes drop-100 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.confetti-101 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 39%;
  opacity: 0.6630144532;
  transform: rotate(266.4868739756deg);
  animation: drop-101 4.4761947309s 0.309280222s infinite;
}

@keyframes drop-101 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.confetti-102 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 65%;
  opacity: 1.2986495054;
  transform: rotate(60.3362434656deg);
  animation: drop-102 4.3164269587s 0.8087415346s infinite;
}

@keyframes drop-102 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.confetti-103 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 85%;
  opacity: 1.341767319;
  transform: rotate(326.4467619826deg);
  animation: drop-103 4.4519455791s 0.2312860045s infinite;
}

@keyframes drop-103 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.confetti-104 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 115%;
  opacity: 0.8763853897;
  transform: rotate(237.0731897287deg);
  animation: drop-104 4.2292184766s 0.5343189365s infinite;
}

@keyframes drop-104 {
  100% {
    top: 110%;
    left: 116%;
  }
}
.confetti-105 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 130%;
  opacity: 1.0052758709;
  transform: rotate(212.5630741492deg);
  animation: drop-105 4.7225095846s 0.0999881282s infinite;
}

@keyframes drop-105 {
  100% {
    top: 110%;
    left: 134%;
  }
}
.confetti-106 {
  width: 24px;
  height: 9.6px;
  background-color: #d13447;
  top: -10%;
  left: 80%;
  opacity: 0.6485695349;
  transform: rotate(315.9764321044deg);
  animation: drop-106 4.8377038319s 0.8367953156s infinite;
}

@keyframes drop-106 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-107 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 133%;
  opacity: 1.1110358965;
  transform: rotate(223.4173710198deg);
  animation: drop-107 4.9794772826s 0.9934925559s infinite;
}

@keyframes drop-107 {
  100% {
    top: 110%;
    left: 139%;
  }
}
.confetti-108 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 45%;
  opacity: 0.7151709733;
  transform: rotate(191.2029904919deg);
  animation: drop-108 4.4717757442s 0.3382587031s infinite;
}

@keyframes drop-108 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.confetti-109 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 123%;
  opacity: 1.0347719494;
  transform: rotate(255.3018874071deg);
  animation: drop-109 4.6350298673s 0.2679967077s infinite;
}

@keyframes drop-109 {
  100% {
    top: 110%;
    left: 129%;
  }
}
.confetti-110 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 140%;
  opacity: 1.4975348208;
  transform: rotate(60.537910188deg);
  animation: drop-110 4.2207778603s 0.27226011s infinite;
}

@keyframes drop-110 {
  100% {
    top: 110%;
    left: 143%;
  }
}
.confetti-111 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 122%;
  opacity: 1.1166136483;
  transform: rotate(292.081346314deg);
  animation: drop-111 4.0053029448s 0.2643645468s infinite;
}

@keyframes drop-111 {
  100% {
    top: 110%;
    left: 123%;
  }
}
.confetti-112 {
  width: 23px;
  height: 9.2px;
  background-color: #d13447;
  top: -10%;
  left: 99%;
  opacity: 0.7810424404;
  transform: rotate(88.5275406202deg);
  animation: drop-112 4.7204152054s 0.6747238832s infinite;
}

@keyframes drop-112 {
  100% {
    top: 110%;
    left: 104%;
  }
}
.confetti-113 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 60%;
  opacity: 0.945350064;
  transform: rotate(148.2166056861deg);
  animation: drop-113 4.3050864141s 0.8353317914s infinite;
}

@keyframes drop-113 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.confetti-114 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 121%;
  opacity: 0.8259783812;
  transform: rotate(225.1109136944deg);
  animation: drop-114 4.3192219301s 0.8947955467s infinite;
}

@keyframes drop-114 {
  100% {
    top: 110%;
    left: 127%;
  }
}
.confetti-115 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 144%;
  opacity: 0.8034436834;
  transform: rotate(112.4261395528deg);
  animation: drop-115 4.4829971166s 0.345456293s infinite;
}

@keyframes drop-115 {
  100% {
    top: 110%;
    left: 145%;
  }
}
.confetti-116 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 32%;
  opacity: 0.5475815491;
  transform: rotate(125.3625029586deg);
  animation: drop-116 4.3971964347s 0.0650844779s infinite;
}

@keyframes drop-116 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-117 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 31%;
  opacity: 1.4916512468;
  transform: rotate(186.1977762179deg);
  animation: drop-117 4.1917583089s 0.3340910529s infinite;
}

@keyframes drop-117 {
  100% {
    top: 110%;
    left: 43%;
  }
}
.confetti-118 {
  width: 19px;
  height: 7.6px;
  background-color: #d13447;
  top: -10%;
  left: 140%;
  opacity: 1.2136484685;
  transform: rotate(135.3999531826deg);
  animation: drop-118 4.6943057064s 0.1088020551s infinite;
}

@keyframes drop-118 {
  100% {
    top: 110%;
    left: 143%;
  }
}
.confetti-119 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 74%;
  opacity: 1.0733833095;
  transform: rotate(300.2050984113deg);
  animation: drop-119 4.6288587932s 0.4274056456s infinite;
}

@keyframes drop-119 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.confetti-120 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 97%;
  opacity: 1.2242842102;
  transform: rotate(296.9496044743deg);
  animation: drop-120 4.6312013622s 0.6201825051s infinite;
}

@keyframes drop-120 {
  100% {
    top: 110%;
    left: 98%;
  }
}
.confetti-121 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 71%;
  opacity: 0.8651613534;
  transform: rotate(30.7814716391deg);
  animation: drop-121 4.9596711086s 0.9571502308s infinite;
}

@keyframes drop-121 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.confetti-122 {
  width: 26px;
  height: 10.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 112%;
  opacity: 0.5779698711;
  transform: rotate(288.20811104deg);
  animation: drop-122 4.2068598177s 0.805126573s infinite;
}

@keyframes drop-122 {
  100% {
    top: 110%;
    left: 115%;
  }
}
.confetti-123 {
  width: 25px;
  height: 10px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 1.2839815531;
  transform: rotate(136.1078363036deg);
  animation: drop-123 4.3851207248s 0.4709793901s infinite;
}

@keyframes drop-123 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.confetti-124 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 112%;
  opacity: 0.9660486477;
  transform: rotate(185.174130851deg);
  animation: drop-124 4.4135604637s 0.2267453449s infinite;
}

@keyframes drop-124 {
  100% {
    top: 110%;
    left: 121%;
  }
}
.confetti-125 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 75%;
  opacity: 1.4768429937;
  transform: rotate(123.9763332711deg);
  animation: drop-125 4.6836443009s 0.3657950957s infinite;
}

@keyframes drop-125 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.confetti-126 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 43%;
  opacity: 0.6424268847;
  transform: rotate(0.0945487474deg);
  animation: drop-126 4.7026668301s 0.7228090814s infinite;
}

@keyframes drop-126 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.confetti-127 {
  width: 19px;
  height: 7.6px;
  background-color: #263672;
  top: -10%;
  left: 101%;
  opacity: 0.9076842543;
  transform: rotate(339.8905703525deg);
  animation: drop-127 4.6721648229s 0.7691670178s infinite;
}

@keyframes drop-127 {
  100% {
    top: 110%;
    left: 112%;
  }
}
.confetti-128 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 142%;
  opacity: 1.0404295618;
  transform: rotate(100.7961205901deg);
  animation: drop-128 4.4677127275s 0.4682824947s infinite;
}

@keyframes drop-128 {
  100% {
    top: 110%;
    left: 153%;
  }
}
.confetti-129 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 117%;
  opacity: 0.6593821636;
  transform: rotate(236.2520041287deg);
  animation: drop-129 4.8568447063s 0.9816095271s infinite;
}

@keyframes drop-129 {
  100% {
    top: 110%;
    left: 132%;
  }
}
.confetti-130 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 36%;
  opacity: 1.1311359864;
  transform: rotate(62.7701182623deg);
  animation: drop-130 4.6992851785s 0.4369802403s infinite;
}

@keyframes drop-130 {
  100% {
    top: 110%;
    left: 44%;
  }
}
.confetti-131 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 0.7164751812;
  transform: rotate(242.9206630478deg);
  animation: drop-131 4.0030152328s 0.772741963s infinite;
}

@keyframes drop-131 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.confetti-132 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 54%;
  opacity: 0.7027301413;
  transform: rotate(31.717761053deg);
  animation: drop-132 4.6121341105s 0.9692014987s infinite;
}

@keyframes drop-132 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.confetti-133 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 124%;
  opacity: 0.6007923064;
  transform: rotate(23.1446115007deg);
  animation: drop-133 4.990690345s 0.0379449s infinite;
}

@keyframes drop-133 {
  100% {
    top: 110%;
    left: 137%;
  }
}
.confetti-134 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 1.095314219;
  transform: rotate(201.9801494324deg);
  animation: drop-134 4.4750664748s 0.6309061459s infinite;
}

@keyframes drop-134 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.confetti-135 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 85%;
  opacity: 0.7289706858;
  transform: rotate(227.8823436397deg);
  animation: drop-135 4.7713343342s 0.2402475304s infinite;
}

@keyframes drop-135 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.confetti-136 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 26%;
  opacity: 0.9482911943;
  transform: rotate(156.6982977202deg);
  animation: drop-136 4.9284719155s 0.9763115026s infinite;
}

@keyframes drop-136 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.confetti-137 {
  width: 25px;
  height: 10px;
  background-color: #d13447;
  top: -10%;
  left: 106%;
  opacity: 1.4674017721;
  transform: rotate(137.4473991876deg);
  animation: drop-137 4.8702552658s 0.7324026842s infinite;
}

@keyframes drop-137 {
  100% {
    top: 110%;
    left: 111%;
  }
}
.confetti-138 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 109%;
  opacity: 0.711494464;
  transform: rotate(213.110588837deg);
  animation: drop-138 4.8959139907s 0.1013298534s infinite;
}

@keyframes drop-138 {
  100% {
    top: 110%;
    left: 124%;
  }
}
.confetti-139 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 33%;
  opacity: 1.3618089488;
  transform: rotate(283.532717365deg);
  animation: drop-139 4.2247377841s 0.21376476s infinite;
}

@keyframes drop-139 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-140 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 76%;
  opacity: 0.5742095129;
  transform: rotate(33.1197676188deg);
  animation: drop-140 4.8341871281s 0.880591409s infinite;
}

@keyframes drop-140 {
  100% {
    top: 110%;
    left: 82%;
  }
}
.confetti-141 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 102%;
  opacity: 1.33568899;
  transform: rotate(15.9151490095deg);
  animation: drop-141 4.3243157331s 0.1536834831s infinite;
}

@keyframes drop-141 {
  100% {
    top: 110%;
    left: 106%;
  }
}
.confetti-142 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 41%;
  opacity: 0.6047755592;
  transform: rotate(174.5975613298deg);
  animation: drop-142 4.0555041324s 0.7517151471s infinite;
}

@keyframes drop-142 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.confetti-143 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 114%;
  opacity: 0.8189933814;
  transform: rotate(4.8002199842deg);
  animation: drop-143 4.5996315234s 0.44323205s infinite;
}

@keyframes drop-143 {
  100% {
    top: 110%;
    left: 126%;
  }
}
.confetti-144 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 1.4282611592;
  transform: rotate(213.4416372748deg);
  animation: drop-144 4.8085904962s 0.3178017178s infinite;
}

@keyframes drop-144 {
  100% {
    top: 110%;
    left: 66%;
  }
}
.confetti-145 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 16%;
  opacity: 1.1936222891;
  transform: rotate(244.4378255522deg);
  animation: drop-145 4.8620205824s 0.3566116291s infinite;
}

@keyframes drop-145 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.confetti-146 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 125%;
  opacity: 1.0979503412;
  transform: rotate(311.3482787519deg);
  animation: drop-146 4.5678278008s 0.5415942402s infinite;
}

@keyframes drop-146 {
  100% {
    top: 110%;
    left: 136%;
  }
}
.confetti-147 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 53%;
  opacity: 1.0807729554;
  transform: rotate(173.2924504297deg);
  animation: drop-147 4.3660016889s 0.016920106s infinite;
}

@keyframes drop-147 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.confetti-148 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.2900299444;
  transform: rotate(289.7853367562deg);
  animation: drop-148 4.0537447976s 0.7865659048s infinite;
}

@keyframes drop-148 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-149 {
  width: 19px;
  height: 7.6px;
  background-color: #d13447;
  top: -10%;
  left: 22%;
  opacity: 0.6149438143;
  transform: rotate(85.5843975621deg);
  animation: drop-149 4.3514550292s 0.0437092102s infinite;
}

@keyframes drop-149 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.confetti-150 {
  width: 20px;
  height: 8px;
  background-color: #d13447;
  top: -10%;
  left: 70%;
  opacity: 0.9902378917;
  transform: rotate(83.2587742981deg);
  animation: drop-150 4.6601141609s 0.5231672629s infinite;
}

@keyframes drop-150 {
  100% {
    top: 110%;
    left: 85%;
  }
}
/* Base */
/**=====================
     reset scss
==========================**/
@media (min-width: 1464px) {
  .container {
    max-width: 1440px;
  }
}
.col-custome-3 {
  width: 22%;
}
@media (max-width: 1399px) {
  .col-custome-3 {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .col-custome-3 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .col-custome-3 {
    width: 0;
  }
}

.col-custome-9 {
  width: 78%;
}
@media (max-width: 1399px) {
  .col-custome-9 {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .col-custome-9 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .col-custome-9 {
    width: 100%;
  }
}

.fw-300 {
  font-weight: 300;
}

.w-60 {
  width: 60% !important;
}

.section-small-space {
  padding: calc(18px + 24 * (100vw - 320px) / 1600) 0;
}

.section-big-space {
  padding: calc(40px + 120 * (100vw - 320px) / 1600) 0;
}

.section-lg-space {
  padding: calc(30px + 40 * (100vw - 320px) / 1600) 0;
}

section,
.section-t-space {
  padding-top: calc(30px + 20 * (100vw - 320px) / 1600);
}

.section-b-space {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}

.container-fluid-lg {
  padding: 0 calc(12px + 148 * (100vw - 320px) / 1600);
}

.container-fluid-md {
  padding: 0 calc(12px + 38 * (100vw - 320px) / 1600);
}

.container-fluid-xs {
  padding: 0 calc(12px + 13 * (100vw - 320px) / 1600);
}

.section-small-space {
  padding: 30px 0;
}

/* Position Top */
.p-top-left {
  display: flex;
  justify-content: flex-start;
}

.p-top-center {
  display: flex;
  justify-content: center;
}

.p-top-right {
  display: flex;
  justify-content: flex-end;
}

/* Position Center */
.p-center-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Position Bottom */
.p-bottom-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.p-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.ls-expanded {
  letter-spacing: 12px;
  margin-right: -12px;
}

.ls-resize-expanded {
  letter-spacing: calc(4px + 6 * (100vw - 320px) / 1600);
}

.g-8 {
  margin: -8px;
}
.g-8 > div {
  padding: 8px;
}

/* Svg Width */
.icon-width {
  width: 25px;
  height: 25px;
}

/* Rating */
.rating {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .rating {
    display: flex;
    align-items: center;
  }
}
.rating li {
  line-height: 0;
}
.rating li + li {
  margin-left: 2px;
}
body[dir=rtl] .rating li + li {
  margin-left: unset;
  margin-right: 2px;
}
.rating li svg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffb321;
}
.rating li svg.fill {
  color: #ffb321;
}

.product-rating {
  display: flex;
  align-items: center;
}
.product-rating .rating li {
  padding: 0 !important;
}
.product-rating span {
  color: #4a5568;
  font-size: 12px;
  margin-left: 5px;
}
body[dir=rtl] .product-rating span {
  margin-left: unset;
  margin-right: 5px;
}

.mend-auto {
  margin-right: auto !important;
  text-align: left;
}

.mstart-auto {
  margin-left: auto !important;
  text-align: left;
}

.fw-500 {
  font-weight: 500;
}

/* colors */
.text-theme {
  color: var(--theme-color);
}

.text-title {
  color: #222222 !important;
}

.text-content {
  color: #4a5568;
}

.text-yellow {
  color: #ffb321 !important;
}

.text-danger {
  color: #ff4f4f !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-theme {
  background-color: var(--theme-color);
}

.bg-gradient-color {
  background: linear-gradient(149.8deg, #f8f8fb 17.21%, #f3f5f9 79.21%);
}

.orange-color {
  color: #ffbc5d !important;
}

.w-58 {
  width: 58% !important;
}

.colorpick-eyedropper-input-trigger {
  display: none;
}

/* Hover Effect Scss */
.hover-effect:hover {
  opacity: 1;
  animation: flash 1.5s;
}

[class^=status-] span {
  padding: 5px 16px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
}

.status-danger span,
.status-out_of_stock span,
.status-failed span,
.status-debit span {
  color: #e22454;
  border: 1px solid #e22454;
}

.status-success span,
.status-in_stock span,
.status-completed span,
.status-approved span,
.status-delivered span,
.status-credit span {
  color: #2f8733;
  border: 1px solid #2f8733;
}

.status-pending span,
.status-draft span {
  color: #db8827;
  border: 1px solid #db8827;
}

.status-processing span {
  color: #0077b3;
  border: 1px solid #0077b3;
}

.status-refund span,
.status-cancelled span,
.status-rejected span {
  color: #d9534f;
  border: 1px solid #d9534f;
}

.status-awaiting_for_approval span {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
}

.form-control:focus {
  box-shadow: unset !important;
}

body[dir=rtl] input.is-invalid, body[dir=rtl] input:invalid, body[dir=rtl] input.is-valid, body[dir=rtl] input:valid {
  background-position: left calc(0.375em + 0.1875rem) center;
}

.tooltip {
  margin-bottom: 10px;
}
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--theme-color);
}

.menu-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f8f8f8;
}
.menu-no-data h4, .menu-no-data .h4 {
  color: #222222;
}
.menu-no-data p:empty {
  display: none;
}

.border-color {
  border-color: #eee !important;
}

.shelf {
  border-bottom: 30px solid #a5a5a5;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: -11px;
  z-index: -1;
  position: relative;
}
.shelf:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #686868;
  height: 20px;
  width: calc(100% + 40px);
  bottom: -50px;
  z-index: 1;
}

/**=====================
     Typography scss
==========================**/
body {
  font-family: "Public Sans", sans-serif;
  position: relative;
  font-size: 14px;
  color: #222222;
  margin: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding-right: 0 !important;
}

.bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #222222;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.bg-overlay.show {
  visibility: visible;
  opacity: 0.5;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 18px;
}

a {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.btn-close:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.form-control {
  background-color: #ffffff;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

h1, .h1 {
  font-size: calc(40px + 30 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0;
}

h2, .h2 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

h3, .h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

h4, .h4 {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h5, .h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h6, .h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

span {
  display: inline-block;
}

.theme-color {
  color: var(--theme-color) !important;
}

.theme-bg-color {
  background: var(--theme-color) !important;
  color: #fff !important;
}

/* Layout */
/**=====================
     Banner scss
==========================**/
.banner-contain {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.banner-contain img {
  width: 100%;
  height: 100%;
}

.offer-banner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.offer-banner .offer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bank-box .slick-track .slick-slide:nth-child(even) .bank-offer:hover .bank-footer .bank-coupon::after {
  top: 0;
  height: 100%;
}
.bank-box .slick-track .slick-slide:nth-child(even) .bank-offer .bank-footer {
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%);
}
.bank-box .slick-track .slick-slide:nth-child(even) .bank-offer .bank-footer .bank-coupon {
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%);
}
.bank-box .slick-track .slick-slide:nth-child(even) .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #4eb5ff;
  background: linear-gradient(90deg, #4eb5ff 15.92%, #2395e8 49.57%);
}
.bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer:hover .bank-footer .bank-coupon::after {
  top: 0;
  height: 100%;
}
.bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer .bank-footer {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ffb321;
  background: linear-gradient(-90deg, rgba(255, 140, 117, 0) -4.64%, rgba(255, 88, 77, 0.1) 109.73, #ffb321 131.73%);
}

.bank-section .bank-offer {
  border-radius: calc(9px + 11 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.bank-section .bank-offer .bank-header {
  background: linear-gradient(76.68deg, #e6e6e6 -9.39%, #fafafa 78.76%, #f0f0f0 101.45%, #ffffff 112.78%);
  padding: calc(21px + 14 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.bank-section .bank-offer .bank-header .bank-left .bank-image {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h2, .bank-section .bank-offer .bank-header .bank-left .bank-name .h2 {
  color: #bb0032;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: calc(22px + 9 * (100vw - 320px) / 1600);
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h2.bank-offer-2, .bank-section .bank-offer .bank-header .bank-left .bank-name .bank-offer-2.h2 {
  color: #239bf0;
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h2.bank-offer-3, .bank-section .bank-offer .bank-header .bank-left .bank-name .bank-offer-3.h2 {
  color: #e73718;
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h5, .bank-section .bank-offer .bank-header .bank-left .bank-name .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.bank-section .bank-offer .bank-header .bank-left .bank-name h5.valid, .bank-section .bank-offer .bank-header .bank-left .bank-name .valid.h5 {
  margin-top: calc(22px + 47 * (100vw - 320px) / 1600);
}
.bank-section .bank-offer .bank-footer {
  padding: calc(7px + 10 * (100vw - 320px) / 1600) calc(13px + 13 * (100vw - 320px) / 1600);
  color: #ffffff;
  display: flex;
  align-items: center;
  background: linear-gradient(85.8deg, #bb0032 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.bank-section .bank-offer .bank-footer h4, .bank-section .bank-offer .bank-footer .h4 {
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 7px;
  width: calc(100% - 128px);
  white-space: nowrap;
}
.bank-section .bank-offer .bank-footer h4 input, .bank-section .bank-offer .bank-footer .h4 input {
  pointer-events: none;
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 0;
  display: inline-block;
  width: auto;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.bank-section .bank-offer .bank-footer .bank-coupon {
  margin-left: auto;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 21px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
  background: linear-gradient(85.8deg, #ff584d -4.64%, rgba(187, 0, 50, 0.1) 131.73%);
}
.bank-section .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ff584d;
  background: linear-gradient(85.8deg, rgba(187, 0, 50, 0.1) 131.73%, #ff584d -4.64%);
}
html.dark .bank-section .bank-offer .bank-footer .bank-coupon {
  color: #ffffff;
}

@media (max-width: 575px) {
  .banner-small.ratio_65 .bg-size:before {
    padding-top: 53%;
  }
}

.banner-furniture > .row {
  direction: ltr;
}
@media (min-width: 1400px) {
  .banner-furniture > .row > div {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .banner-furniture > .row > div {
    margin-left: 8.3333333333%;
  }
}

.sale-banner img {
  height: calc(54px + 82 * (100vw - 320px) / 1600);
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
}

/* =====================
    Blog scss 
 ========================== */
.blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.blog-box:hover .blog-detail h5, .blog-box:hover .blog-detail .h5 {
  color: var(--theme-color);
}
.blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 5px;
}
.blog-box .blog-box-image .blog-image {
  transition: all 0.3s ease-in-out;
  display: block;
}
.blog-box .blog-box-image .blog-image img {
  width: 100%;
  height: 100%;
}
.blog-box .blog-detail {
  margin-top: 15px;
  display: block;
}
.blog-box .blog-detail.blog-contain {
  background-color: #ff4f4f;
  display: block;
  height: 155px;
}
.blog-box .blog-detail h6, .blog-box .blog-detail .h6 {
  color: #4a5568;
  margin-bottom: 3px;
  font-weight: 400;
}
.blog-box .blog-detail h5, .blog-box .blog-detail .h5 {
  color: #222222;
  line-height: 1.5;
  font-weight: 600;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-box p {
  margin-bottom: 0;
  color: #999;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
}
.blog-box.sticky-blog-box {
  position: relative;
}
.blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
.blog-box.sticky-blog-box::after {
  content: none;
}

.blog-section {
  z-index: 0;
  position: relative;
}
.blog-section .blog-box {
  padding-bottom: 1px;
  border-radius: 10px;
  border: 1px solid #ececec;
  overflow: hidden;
  position: relative;
}
.blog-section .blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.blog-section .blog-box:hover .blog-detail label {
  color: #ffffff;
}
.blog-section .blog-box:hover .blog-detail label::before {
  opacity: 1;
}
.blog-section .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 15px;
}
.blog-section .blog-box .blog-box-image a {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.blog-section .blog-box .blog-image {
  position: relative;
}
.blog-section .blog-box .blog-image label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.9px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.blog-section .blog-box .blog-detail {
  padding: calc(11px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.blog-section .blog-box .blog-detail h2, .blog-section .blog-box .blog-detail .h2 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.blog-section .blog-box .blog-detail label {
  font-size: 12px;
  padding: 7px 11px;
  border-radius: 50px;
  color: var(--theme-color);
  margin-bottom: calc(4px + 8 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-detail label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-detail a {
  color: #222222;
  display: block;
}
.blog-section .blog-box .blog-detail h3, .blog-section .blog-box .blog-detail .h3 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog-section .blog-box .blog-detail h5, .blog-section .blog-box .blog-detail .h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #4a5568;
}
.blog-section .blog-box .blog-detail .blog-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  gap: calc(14px + 8 * (100vw - 320px) / 1600);
}
.blog-section .blog-box .blog-detail .blog-list span {
  color: #4a5568;
  margin-bottom: -5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon {
  position: relative;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li .fab {
  font-size: 14px;
  color: #4a5568;
}
.blog-section .blog-box .blog-detail .blog-list .blog-social-icon:hover .icon {
  opacity: 1;
}

.tags-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tags-sec h5, .tags-sec .h5 {
  text-transform: capitalize;
  font-weight: 500;
}
.tags-sec .contain-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tags-sec .contain-list li a {
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #f8f8f8;
  color: #222222;
}
.tags-sec .contain-list li a:hover {
  background-color: var(--theme-color);
  color: white;
}

.dropdown-menu .blog-box .blog-box-image .blog-image img {
  height: 220px;
  object-fit: cover;
}

/* =====================
    Slick slider scss 
 ========================== */
.category-box {
  background-color: #f8f8f8;
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
}
.category-box.category-bg {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}
.category-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/shape.407f94ec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.category-box:hover {
  background-color: transparent;
}
.category-box:hover::after {
  opacity: 1;
}
.category-box:hover img {
  filter: invert(1) brightness(100);
}
.category-box:hover h5, .category-box:hover .h5 {
  color: #ffffff;
}
.category-box-2::after {
  background-image: url(/_next/static/media/bg.fed78fcd.jpg);
}
.category-box img {
  width: calc(38px + 7 * (100vw - 320px) / 1600);
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
}
html.dark .category-box img {
  filter: invert(1) brightness(100);
}
.category-box h5, .category-box .h5 {
  color: #222222;
  margin-top: 12px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.shop-box .shop-category-box {
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  background-color: #f8f8f8;
  text-align: center;
  margin: 0 5px;
  width: 100%;
  cursor: pointer;
}
.shop-box .shop-category-box.active::after {
  opacity: 1;
}
.shop-box .shop-category-box.active a .shop-category-image img {
  filter: invert(1) brightness(100);
}
.shop-box .shop-category-box.active a .category-box-name h6, .shop-box .shop-category-box.active a .category-box-name .h6 {
  color: #ffffff;
}
.shop-box .shop-category-box:hover a .category-box-name h6, .shop-box .shop-category-box:hover a .category-box-name .h6 {
  color: #ffffff;
}
.shop-box .shop-category-box a .category-box-name {
  position: relative;
  margin-top: 10px;
  color: #222222;
}
.shop-box .shop-category-box a .category-box-name h6, .shop-box .shop-category-box a .category-box-name .h6 {
  color: #4a5568;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}

.deal-section .deal-box {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  position: relative;
  display: flex;
  align-items: center;
}
.deal-section .deal-box:hover .category-image img {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .deal-section .deal-box {
    display: block;
  }
}
.deal-section .deal-box .category-image {
  width: 60%;
}
@media (max-width: 575px) {
  .deal-section .deal-box .category-image {
    width: 100%;
  }
}
.deal-section .deal-box .category-image img {
  width: 80%;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .deal-section .deal-box .category-image img {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.deal-section .deal-box .buy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(18px + 7 * (100vw - 320px) / 1600);
  right: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  padding: calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.deal-section .deal-box .deal-detail {
  width: 65%;
}
@media (max-width: 575px) {
  .deal-section .deal-box .deal-detail {
    width: 100%;
  }
}
.deal-section .deal-box .deal-detail .hot-deal {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.deal-section .deal-box .deal-detail .hot-deal span {
  line-height: 2.1;
}
.deal-section .deal-box .deal-detail h5, .deal-section .deal-box .deal-detail .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin: 10px 0 8px;
  text-transform: capitalize;
  font-weight: 500;
}
.deal-section .deal-box .deal-detail .price {
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.deal-section .deal-box .deal-detail .price span {
  color: #4a5568;
  text-decoration: line-through;
  font-weight: 400;
  transition: 0.3s ease;
}
.deal-section .deal-box .deal-detail .custom-progressbar {
  border-radius: 50px;
  height: 10px;
}
.deal-section .deal-box .deal-detail .custom-progressbar .progress-bar {
  background: var(--theme-color);
  border-radius: 50px;
}
.deal-section .deal-box .deal-detail .item {
  color: #4a5568;
  margin-top: 18px;
}
.deal-section .deal-box .deal-detail .item span {
  color: #222222;
  font-weight: 500;
}
.deal-section .deal-box .deal-detail .timer {
  margin-top: 15px;
}
.deal-section .deal-box .deal-detail .timer ul li .counter {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.deal-section .deal-box .deal-detail .timer ul li .counter > div {
  line-height: 1;
}
.deal-section .deal-box .offer {
  color: #4a5568;
  margin: 5px 0 12px;
}

.category-section-2 .category-slider .slick-slider {
  margin: 0 -5px;
}
.category-section-2 .category-slider .slick-slider .slick-track .slick-slide {
  padding: 0 5px;
}
.category-section-2 .category-slider .slick-slider .slick-track .slick-slide:nth-child(4n+2) .shop-category-box a.circle-1::before {
  background-color: #fff2ec;
}
.category-section-2 .category-slider .slick-slider .slick-track .slick-slide:nth-child(4n+3) .shop-category-box a.circle-1::before {
  background-color: #fce9e9;
}
.category-section-2 .category-slider .slick-slider .slick-track .slick-slide:nth-child(4n+4) .shop-category-box a.circle-1::before {
  background-color: #fcf1ff;
}
.category-section-2 .category-slider .slick-slider .slick-track .slick-slide > div,
.category-section-2 .category-slider .slick-slider .slick-track .slick-slide > ul {
  margin: 0;
}
.category-section-2 .category-slider .shop-category-box {
  position: relative;
  padding-top: 14px;
}
.category-section-2 .category-slider .shop-category-box:hover a::before {
  border-radius: 11px;
}
.category-section-2 .category-slider .shop-category-box:hover a img {
  transform: scale(1.04);
}
.category-section-2 .category-slider .shop-category-box a {
  display: block;
  position: relative;
}
.category-section-2 .category-slider .shop-category-box a.circle-1::before {
  background-color: #fff9d8;
}
.category-section-2 .category-slider .shop-category-box a::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.category-section-2 .category-slider .shop-category-box a img {
  position: relative;
  width: calc(87px + 23 * (100vw - 320px) / 1600);
  height: calc(87px + 13 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.category-section-2 .category-slider .shop-category-box .category-name {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 16px auto 0;
}
.category-section-2 .category-slider .shop-category-box .category-name h6, .category-section-2 .category-slider .shop-category-box .category-name .h6 {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
  font-weight: 500;
}

.category-section-3 .category-box-list {
  padding: calc(13px + 7 * (100vw - 320px) / 1600);
  border-radius: 15px;
  background-color: #f1f1f3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.category-section-3 .category-box-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 164, 135, 0.15);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.category-section-3 .category-box-list:hover {
  background-color: #ffffff;
}
.category-section-3 .category-box-list:hover::after {
  opacity: 1;
}
.category-section-3 .category-box-list:hover .category-name h4, .category-section-3 .category-box-list:hover .category-name .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.category-section-3 .category-box-list:hover .category-name h6, .category-section-3 .category-box-list:hover .category-name .h6 {
  color: #222222;
}
.category-section-3 .category-box-list:hover .category-box-view .shop-button {
  opacity: 1;
  bottom: 17px;
}
.category-section-3 .category-box-list:hover a img {
  opacity: 0.7;
  transform: scale(1.03);
}
.category-section-3 .category-box-list .category-box-view .shop-button {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  font-size: 14px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  opacity: 0;
}
html.dark .category-section-3 .category-box-list .category-box-view .shop-button {
  color: #ffffff;
}
.category-section-3 .category-box-list .category-box-view .shop-button svg {
  margin-left: 6px;
  font-size: 18px;
}
body[dir=rtl] .category-section-3 .category-box-list .category-box-view .shop-button svg {
  margin-left: unset;
  margin-right: 6px;
}
.category-section-3 .category-box-list .category-name {
  margin-bottom: 20px;
  color: #222222;
  display: block;
}
.category-section-3 .category-box-list .category-name h4, .category-section-3 .category-box-list .category-name .h4 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.category-section-3 .category-box-list .category-name h6, .category-section-3 .category-box-list .category-name .h6 {
  margin-top: 5px;
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
.category-section-3 .category-box-list a {
  display: block;
  position: relative;
}
.category-section-3 .category-box-list a img {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.category-section-3 .category-box-list .category-box-view > a {
  width: 100%;
  height: 130px;
}
.category-section-3 .category-box-list .category-box-view > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-section-4 .shop-category-box {
  text-align: center;
}
.category-section-4 .shop-category-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 25px;
  margin: 0 auto;
  border: 2px solid #ffffff;
}
.category-section-4 .shop-category-box .category-name {
  margin-top: 14px;
}
.category-section-4 .shop-category-box .category-name h6, .category-section-4 .shop-category-box .category-name .h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.book-category {
  margin-bottom: 9px;
}
.book-category .book-category-slider {
  width: 97%;
  margin-inline: auto;
}
.book-category .category-box {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  margin: 0px auto;
  height: calc(135px + 31 * (100vw - 320px) / 1600);
  width: 81% !important;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
  position: relative;
}
.book-category .category-box:hover img {
  filter: unset;
}
.book-category .category-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  filter: unset;
}
.book-category .category-box::after {
  content: unset;
}
.book-category .category-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 100%;
  bottom: -10px;
  filter: blur(5px);
  z-index: -1;
}
.book-category .category-box h5, .book-category .category-box .h5 {
  color: #222222;
  font-weight: 500;
  -webkit-line-clamp: 1;
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.feature-category-panel {
  margin-top: -50px;
}
.feature-category-panel .feature-panel-slider {
  background-color: #ffffff;
  padding: calc(16px + 4 * (100vw - 320px) / 1600);
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(221, 221, 221, 0.549);
  margin: 0 auto;
  width: 100%;
}
html.dark .feature-category-panel .feature-panel-slider {
  box-shadow: 0px 4px 8px rgba(137, 137, 137, 0.05);
}
.feature-category-panel .feature-panel-slider .cate-box {
  text-align: center;
  padding: calc(10px + 6 * (100vw - 320px) / 1600) calc(15px + 29 * (100vw - 320px) / 1600);
  display: block;
  border-radius: 8px;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.feature-category-panel .feature-panel-slider .cate-box:hover {
  background-color: transparent;
}
.feature-category-panel .feature-panel-slider .cate-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.feature-category-panel .feature-panel-slider .cate-box:hover span {
  color: white;
  font-weight: 500;
}
.feature-category-panel .feature-panel-slider .cate-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background-image: linear-gradient(140deg, #1a1c28 0%, #1c1b27 8%, #1e1b27 20%, #211b27 34%, #221924 49%, #241924 64%, #251822 78%, #261720 89%, #27171e 96%, #27161c 100%);
}
.feature-category-panel .feature-panel-slider .cate-box a {
  background-color: rgba(39, 32, 39, 0.5294117647);
  padding: 16px 25px;
  display: block;
  border-radius: 8px;
}
.feature-category-panel .feature-panel-slider .cate-box span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  margin-block: -2px -4px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.category-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.category-browse-div {
  width: 150px;
  margin-right: 20px;
}

.category-panel {
  margin-top: -50px;
}
.category-panel .category-panel-slider .cate-box {
  position: relative;
  text-align: center;
  display: block;
  background-color: #f8f8f8;
  padding: calc(19px + 16 * (100vw - 320px) / 1600) calc(11px + 4 * (100vw - 320px) / 1600);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.category-panel .category-panel-slider .cate-box:hover {
  border-color: #ddd;
}
html.dark .category-panel .category-panel-slider .cate-box:hover {
  border-color: rgba(119, 119, 119, 0.44);
}
.category-panel .category-panel-slider .cate-box img {
  width: calc(39px + 6 * (100vw - 320px) / 1600);
  height: calc(39px + 6 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
html.dark .category-panel .category-panel-slider .cate-box img {
  filter: invert(1) brightness(100);
}
.category-panel .category-panel-slider .cate-box span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-bottom: -3px;
  display: block;
  color: #222222;
}

/**=====================
     Footer scss
==========================**/
footer {
  background-color: #f8f8f8;
  position: relative;
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/footer-shape.d2139064.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  footer::after {
    content: none;
  }
}
footer:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(/_next/static/media/footer-shape-2.7a1c8fc0.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  footer:before {
    content: none;
  }
}
@media (max-width: 767px) {
  footer .main-footer {
    border: none;
    padding-top: 0;
  }
}
footer .main-footer .footer-theme .footer-theme-contain {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-theme .footer-theme-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 27px;
  margin-bottom: 0;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li {
  display: flex;
  align-items: center;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li svg {
  font-size: 22px;
  color: #4a5568;
}
footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 0 0 10px;
  color: #4a5568;
}
body[dir=rtl] footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 10px 0 0;
}
footer .main-footer .footer-theme .footer-theme-contain ul li {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-theme .footer-theme-contain ul li a:hover {
  color: #4a5568;
}
footer .main-footer .footer-theme .footer-theme-contain ul li + li {
  margin-top: calc(4px + 11 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .theme-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  footer .main-footer .footer-logo .theme-logo {
    margin-bottom: 15px;
  }
}
footer .main-footer .footer-logo .theme-logo a img {
  height: auto;
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .theme-logo h4, footer .main-footer .footer-logo .theme-logo .h4 {
  margin-left: 10px;
}
footer .main-footer .footer-logo .footer-logo-contain {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .footer-logo-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 27px;
  margin-bottom: 0;
  width: 88%;
}
@media (max-width: 360px) {
  footer .main-footer .footer-logo .footer-logo-contain p {
    width: 100%;
  }
}
footer .main-footer .footer-logo .footer-logo-contain .address {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  margin-top: calc(7px + 23 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .footer-logo-contain .address li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
  color: var(--theme-color);
}
footer .main-footer .footer-logo .footer-logo-contain .address li:hover svg {
  color: var(--theme-color);
}
footer .main-footer .footer-logo .footer-logo-contain .address li svg {
  width: 18px;
  height: 18px;
  stroke: #4a5568;
  font-size: 22px;
  color: #4a5568;
}
footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin: 0 0 0 10px;
  color: #4a5568;
  line-height: 1.3;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: calc(100% - 18px - 10px);
}
body[dir=rtl] footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin-right: 10px;
  margin-left: unset;
}
footer .main-footer .footer-title {
  position: relative;
}
@media (max-width: 575px) {
  footer .main-footer .footer-title {
    cursor: pointer;
  }
  footer .main-footer .footer-title::before {
    content: "\ea4e";
    position: absolute;
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
  }
  body[dir=rtl] footer .main-footer .footer-title::before {
    right: unset;
    left: 0;
  }
  footer .main-footer .footer-title.show::before {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main-footer .footer-title.show ~ .footer-contain {
    display: block;
  }
}
@media (max-width: 575px) {
  footer .main-footer .footer-title.contact-title {
    cursor: default;
  }
  footer .main-footer .footer-title.contact-title:before {
    content: none;
  }
}
footer .main-footer .footer-title h4, footer .main-footer .footer-title .h4 {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 575px) {
  footer .main-footer .footer-title h4, footer .main-footer .footer-title .h4 {
    font-weight: 500;
  }
}
footer .main-footer .footer-contain {
  margin-top: calc(8px + 12 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  footer .main-footer .footer-contain {
    display: none;
  }
}
footer .main-footer .footer-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  line-height: 27px;
  margin-bottom: 0;
}
footer .main-footer .footer-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contain ul.address li {
  display: flex;
  align-items: flex-start;
}
footer .main-footer .footer-contain ul.address li svg {
  font-size: 22px;
  color: #4a5568;
}
footer .main-footer .footer-contain ul.address li p,
footer .main-footer .footer-contain ul.address li a {
  margin: 0 0 0 10px;
  color: #4a5568;
  line-height: 1.3;
}
body[dir=rtl] footer .main-footer .footer-contain ul.address li p,
body[dir=rtl] footer .main-footer .footer-contain ul.address li a {
  margin: 0 10px 0 0;
}
footer .main-footer .footer-contain ul li {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contain ul li a {
  display: inline-block;
  position: relative;
}
footer .main-footer .footer-contain ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] footer .main-footer .footer-contain ul li a::before {
  left: unset;
  right: 0;
}
footer .main-footer .footer-contain ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: -13px;
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] footer .main-footer .footer-contain ul li a::after {
  left: unset;
  right: -13px;
}
footer .main-footer .footer-contain ul li a:hover {
  color: var(--theme-color);
  margin-left: 13px;
}
body[dir=rtl] footer .main-footer .footer-contain ul li a:hover {
  margin-left: unset;
  margin-right: 13px;
}
footer .main-footer .footer-contain ul li a:hover::before {
  width: 100%;
}
footer .main-footer .footer-contain ul li a:hover::after {
  opacity: 1;
}
@media (max-width: 575px) {
  footer .main-footer .footer-contain ul li a {
    padding-left: 13px;
    margin-left: 5px;
  }
  body[dir=rtl] footer .main-footer .footer-contain ul li a {
    margin-left: unset;
    margin-right: 5px;
    padding-left: unset;
    padding-right: 13px;
  }
  footer .main-footer .footer-contain ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    left: 0;
    background-color: rgba(74, 85, 104, 0.76);
    border-radius: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  html.dark footer .main-footer .footer-contain ul li a::after {
    background-color: rgba(221, 221, 221, 0.761);
  }
  body[dir=rtl] footer .main-footer .footer-contain ul li a::after {
    left: unset;
    right: 0;
  }
  footer .main-footer .footer-contain ul li a::before {
    content: unset;
  }
  footer .main-footer .footer-contain ul li a:hover {
    color: #4a5568;
    margin-left: 5px;
  }
  body[dir=rtl] footer .main-footer .footer-contain ul li a:hover {
    margin-left: unset;
    margin-right: 5px;
  }
}
footer .main-footer .footer-contain ul li + li {
  margin-top: calc(4px + 11 * (100vw - 320px) / 1600);
}
footer .main-footer .social-app::before {
  content: none;
}
footer .main-footer .social-app ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
footer .main-footer .social-app ul li {
  display: inline-block;
}
footer .main-footer .social-app ul li::before {
  content: none !important;
}
footer .main-footer .social-app ul li a {
  display: block;
}
footer .main-footer .social-app ul li a img {
  width: calc(114px + 26 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contact {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
footer .main-footer .footer-contact ul li {
  display: block;
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  position: relative;
}
footer .main-footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
footer .main-footer .footer-contact ul li:last-child::before {
  content: none;
}
footer .main-footer .footer-contact ul li.social-app ul li a {
  display: block;
}
footer .main-footer .footer-contact ul li.social-app ul li a img {
  width: calc(114px + 26 * (100vw - 320px) / 1600);
  height: auto;
}
footer .main-footer .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1;
}
body[dir=rtl] footer .main-footer .footer-contact ul li::before {
  right: unset;
  left: 0;
}
@media (max-width: 1460px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -18px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -16px;
  }
}
@media (max-width: 360px) {
  footer .main-footer .footer-contact ul li::before {
    bottom: -13px;
  }
}
footer .main-footer .footer-contact ul li .footer-number {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
}
footer .main-footer .footer-contact ul li .footer-number svg {
  width: 22px;
  height: 18px;
  margin-top: 3px;
  stroke-width: 3px;
  color: #4a5568;
}
footer .main-footer .footer-contact ul li .footer-number .contact-number h5, footer .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  margin-top: 6px;
  font-weight: 600;
  color: #222222;
}
footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #c1c1c1;
}
@media (max-width: 991px) {
  footer .sub-footer {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .sub-footer {
    margin-bottom: calc(60px + 3 * (100vw - 320px) / 447);
  }
}
@media (max-width: 991px) {
  footer .sub-footer .payment {
    margin: 8px 0;
  }
}
footer .sub-footer .payment img {
  width: calc(296px + 6 * (100vw - 320px) / 1600);
  height: auto;
}
footer .sub-footer .social-link {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer .sub-footer .social-link {
    justify-content: center;
  }
}
footer .sub-footer .social-link h6, footer .sub-footer .social-link .h6 {
  margin-right: 10px;
  font-size: 16px;
}
body[dir=rtl] footer .sub-footer .social-link h6, body[dir=rtl] footer .sub-footer .social-link .h6 {
  margin-left: 10px;
  margin-right: unset;
}
footer .sub-footer .social-link ul {
  display: flex;
  align-items: center;
}
footer .sub-footer .social-link ul li:hover svg {
  color: var(--theme-color);
}
footer .sub-footer .social-link ul li + li {
  margin-left: 8px;
}
body[dir=rtl] footer .sub-footer .social-link ul li + li {
  margin-left: unset;
  margin-right: 8px;
}
footer .sub-footer .social-link ul li a {
  display: block;
  color: #4a5568;
}
footer .sub-footer .social-link ul li a svg {
  width: 18px;
  height: 27px;
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
footer .sub-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 991px) {
  footer .sub-footer ul {
    display: block;
    text-align: center;
  }
}
footer .sub-footer ul li {
  display: block;
}
footer .sub-footer .reserve h6, footer .sub-footer .reserve .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
footer.footer-section-2 {
  background-color: #f8f8f8;
}
footer.footer-section-2 .text-content {
  color: #bfbfbf;
}
footer.footer-section-2::before, footer.footer-section-2::after {
  content: none;
}
footer.footer-section-2 .download-image {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
footer.footer-section-2.footer-color-2 {
  background-color: #051616;
}
footer.footer-section-2.footer-color-3 {
  background-color: #1d2328;
  z-index: 0;
}
footer.footer-section-2.footer-color-3 .footer-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li a,
footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li i,
footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li svg {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-title h4, footer.footer-section-2 .main-footer .footer-title .h4 {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .footer-contain ul li a {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-contain ul li a::after {
  background-color: rgba(191, 191, 191, 0.76);
}
footer.footer-section-2 .main-footer .footer-contain ul li a::before {
  content: none;
}
footer.footer-section-2 .main-footer .footer-contact ul li::before {
  border-color: rgba(236, 236, 236, 0.2);
}
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number svg {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h6, footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h6 {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h5, footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  color: #ffffff;
}
footer.footer-section-2 .main-footer {
  padding-bottom: calc(18px + 32 * (100vw - 320px) / 1600);
  border-top: unset;
}
footer.footer-section-2 .main-footer .foot-logo img {
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .information-text {
  margin-bottom: 0;
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
  color: #4a5568;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.7;
}
footer.footer-section-2 .main-footer .information-text-2 {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .footer-logo-contain p {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
footer.footer-section-2 .main-footer .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #ffffff;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3;
}
footer.footer-section-2 .main-footer .social-icon li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.06;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li:hover::after {
  opacity: 1;
}
footer.footer-section-2 .main-footer .social-icon li:hover i {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .social-icon li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
}
footer.footer-section-2 .main-footer .social-icon li a svg {
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .download-app {
  margin-top: 20px;
}
footer.footer-section-2 .main-footer .download-app span {
  margin-bottom: 0;
  margin-top: 20px;
  color: #4a5568;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
footer.footer-section-2 .main-footer .download-app img {
  width: 110px;
  margin-left: 8px;
}
footer.footer-section-2 .main-footer .footer-title {
  margin-bottom: calc(13px + 23 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  position: relative;
}
@media (max-width: 575px) {
  footer.footer-section-2 .main-footer .footer-title {
    margin-bottom: 0;
  }
  footer.footer-section-2 .main-footer .footer-title.show {
    margin-bottom: calc(13px + 23 * (100vw - 320px) / 1600);
  }
}
footer.footer-section-2 .main-footer .footer-title::before {
  color: #bfbfbf;
}
@media (max-width: 575px) {
  footer.footer-section-2 .main-footer .footer-contain ul li a::after {
    background-color: rgba(221, 221, 221, 0.8);
  }
}
footer.footer-section-2 .main-footer .footer-list-light li a:hover {
  color: #ffffff;
}
footer.footer-section-2 .main-footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
footer.footer-section-2 .main-footer .footer-list li {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  footer.footer-section-2 .main-footer .footer-list li:last-child {
    margin-bottom: 16px;
  }
}
footer.footer-section-2 .main-footer .footer-list li a {
  color: #4a5568;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
footer.footer-section-2 .main-footer .footer-list li a i {
  margin-right: 10px;
}
footer.footer-section-2 .main-footer .footer-list li a.light-text {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-list li a:hover {
  color: #ffffff;
  padding-left: 14px;
}
footer.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: 0;
  opacity: 0.7;
}
footer.footer-section-2 .main-footer .footer-list li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border-radius: 100%;
  opacity: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: unset;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  left: 0;
  opacity: 0;
  background: none;
  color: var(--theme-color);
}
footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
  padding-left: 6px;
  color: var(--theme-color);
}
footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before {
  opacity: 1;
}
footer.footer-section-2 .main-footer .footer-address li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
footer.footer-section-2 .main-footer .footer-address li:last-child {
  margin-bottom: 0;
}
footer.footer-section-2 .main-footer .footer-address li a {
  color: #4a5568;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
}
footer.footer-section-2 .main-footer .footer-address li a.light-text {
  color: #bfbfbf;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box {
  display: flex;
  align-items: center;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box.flex-start-box {
  align-items: flex-start;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box i {
  font-size: 20px;
  margin-right: 10px;
}
footer.footer-section-2 .main-footer .footer-address li a .inform-box p {
  margin: -3px 0 0;
  width: calc(100% + -36 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 30px;
}
footer.footer-section-2 .sub-footer {
  border-color: rgba(236, 236, 236, 0.2);
}
footer.footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(236, 236, 236, 0.2);
}
footer.footer-section-2 .sub-footer p {
  margin-bottom: 0;
  font-size: 15px;
  color: #4a5568;
  text-transform: capitalize;
}
footer.footer-section-2 .sub-footer p.light-text {
  color: #bfbfbf;
}
footer.footer-section-2 .sub-footer .payment-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  footer.footer-section-2 .sub-footer .payment-box {
    justify-content: center;
    margin-top: 10px;
  }
}
footer.footer-section-2 .sub-footer .payment-box li {
  margin: 0 5px;
}
footer.footer-section-2 .sub-footer .payment-box li img {
  width: 40px;
  margin-bottom: -6px;
  display: block;
}
footer.footer-section-2 .sub-footer .social-link ul li a svg {
  color: #bfbfbf;
}
footer.footer-section-4 {
  background-image: url(/_next/static/media/footer-bg.5babef9e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer.footer-section-4 .main-footer {
  padding-block: calc(18px + 32 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(236, 236, 236, 0.2);
}
footer.footer-sm {
  margin-left: 320px;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  footer.footer-sm {
    margin-left: 0;
  }
}
footer.footer-sm:after, footer.footer-sm:before {
  display: none;
}
footer.footer-sm .sub-footer {
  border-top: none;
  padding: 20px 0;
}
footer .footer-newsletter .newsletter-detail {
  position: relative;
  padding-block: 26px;
}
footer .footer-newsletter .newsletter-detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://admin.pixelstrap.com/cuba/landing/assets/images/nft/news-bg.webp);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
}
footer .footer-newsletter .newsletter-detail h2, footer .footer-newsletter .newsletter-detail .h2 {
  color: #ffffff;
  text-align: center;
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  font-weight: 700;
}
footer .footer-newsletter .newsletter-detail h2 span, footer .footer-newsletter .newsletter-detail .h2 span {
  color: var(--theme-color);
}
footer .footer-newsletter .newsletter-detail h5, footer .footer-newsletter .newsletter-detail .h5 {
  text-align: center;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: #bfbfbf;
  margin-bottom: calc(25px + 10 * (100vw - 320px) / 1600);
  margin-top: calc(11px + 4 * (100vw - 320px) / 1600);
}
footer .footer-newsletter .newsletter-detail .input-box {
  width: 40%;
  margin-inline: auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  footer .footer-newsletter .newsletter-detail .input-box {
    width: 60%;
  }
}
@media (max-width: 730px) {
  footer .footer-newsletter .newsletter-detail .input-box {
    width: 80%;
  }
}
@media (max-width: 480px) {
  footer .footer-newsletter .newsletter-detail .input-box {
    width: 100%;
  }
}
footer .footer-newsletter .newsletter-detail .input-box .form-control {
  z-index: 0;
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 0;
  border: none;
}
footer .footer-newsletter .newsletter-detail .input-box .sub-btn {
  position: relative;
  inset: unset;
  transform: unset;
  height: auto;
  margin: 0;
  background-color: var(--theme-color);
  border-radius: 0;
  border: none;
  gap: 6px;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(8px + 13 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/**=====================
     Header scss
==========================**/
.onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.onhover-category-box .category-title-box h5, .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
.onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
.onhover-category-box ul li {
  position: relative;
}
.onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #4a5568;
  border-radius: 100%;
}
.onhover-category-box ul li a {
  margin-left: 13px;
}

@media (max-width: 767px) {
  header {
    z-index: 6;
    position: relative;
  }
}
header.active .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
  z-index: 4;
  padding: calc(13.2px + 0.5625vw) 0px;
}
header.active .sticky-header-2 {
  background-color: var(--theme-color);
  padding: 14px 0;
}
header.active .sticky-header-3 {
  padding: 14px 0;
}
header .timer-notification {
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 1399px) {
  header .timer-notification {
    text-align: left;
  }
}
header .timer-notification h6, header .timer-notification .h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
header .timer-notification h6 a, header .timer-notification .h6 a {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
header .header-notification {
  position: relative;
}
header .header-notification.remove {
  display: none;
}
@media (max-width: 767px) {
  header .header-notification .notification-slider .timer-notification {
    width: 80%;
    margin: 0 auto;
  }
}
header .header-notification .close-notification {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 11px;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 575px) {
  header .header-notification .close-notification {
    top: 10px;
    transform: none;
  }
}
@media (max-width: 575px) {
  header .header-notification .close-notification span {
    display: none;
  }
}
header .header-notification .close-notification svg {
  margin-left: 5px;
  margin-top: 1px;
}
header .onhover-category-list:hover .onhover-category-box {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
@media (max-width: 767px) {
  header .onhover-category-list .list-1 {
    margin-bottom: 21px;
  }
}
header .onhover-category-list .onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  header .onhover-category-list .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  header .onhover-category-list .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  header .onhover-category-list .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
header .onhover-category-list .onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
header .onhover-category-list .onhover-category-box .category-title-box h5, header .onhover-category-list .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
header .onhover-category-list .onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
header .onhover-category-list .onhover-category-box ul li {
  position: relative;
}
header .onhover-category-list .onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #4a5568;
  border-radius: 100%;
}
header .onhover-category-list .onhover-category-box ul li a {
  margin-left: 13px;
}
header .header-top {
  padding: 5px 0;
  background-color: var(--theme-color);
}
header .header-top-2 {
  background-color: #222222;
}
header .header-top .top-left-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-top .top-left-header svg {
  font-size: 18px;
  margin-right: 5px;
}
body[dir=rtl] header .header-top .top-left-header svg {
  margin-right: unset;
  margin-left: 5px;
}
header .header-top .top-left-header span {
  margin-top: 1px;
  font-weight: 500;
}
header .header-top .about-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: #ffffff;
}
header .header-top .about-list .select-dropdown span {
  color: #ffffff;
}
header .header-top .about-list li {
  display: flex;
  align-items: center;
}
header .header-top .about-list li + li {
  margin-left: 25px;
  position: relative;
}
body[dir=rtl] header .header-top .about-list li + li {
  margin-left: unset;
  margin-right: 25px;
}
header .header-top .about-list li + li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  left: -13px;
  background-color: rgba(255, 255, 255, 0.3);
}
body[dir=rtl] header .header-top .about-list li + li::after {
  left: unset;
  right: -13px;
}
header .header-top .about-list li svg {
  font-size: 18px;
  margin-right: 5px;
}
header .header-top .about-list li span {
  margin-top: 1px;
  color: #222222;
  font-weight: 500;
}
header .header-top .about-list li .theme-form-select {
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  border: none;
  background-image: none;
  position: relative;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 18px 0 0;
}
body[dir=rtl] header .header-top .about-list li .theme-form-select .dropdown-toggle {
  padding: 0 0 0 18px;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle:hover {
  background-color: transparent;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle::after {
  content: unset;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle:active {
  background-color: transparent;
  border-color: transparent;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle:focus {
  box-shadow: none;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ffffff;
}
body[dir=rtl] header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  right: unset;
  left: 0;
}
header .header-top .about-list li .theme-form-select .dropdown-toggle img {
  width: 16px;
  margin-right: 10px;
}
body[dir=rtl] header .header-top .about-list li .theme-form-select .dropdown-toggle img {
  margin-right: unset;
  margin-left: 10px;
}
header .header-top .about-list li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  min-width: 100%;
  right: 0 !important;
  left: unset !important;
}
body[dir=rtl] header .header-top .about-list li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  right: unset !important;
  left: 0 !important;
}
header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item:hover, header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item.active, header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: var(--theme-color);
}
header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item img {
  width: 20px;
}
header .header-top .about-list li .theme-form-select .dropdown-menu li + li {
  margin-left: 0;
}
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
}
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:hover, header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:focus {
  background-color: transparent;
}
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item.active, header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:active {
  color: #222222;
  background-color: transparent;
}
header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item img {
  width: 20px;
  margin-right: 10px;
}
header .header-top .about-list li .theme-form-select .dropdown-menu > a > .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
header .header-top .about-list li .theme-form-select .dropdown-menu > a > .dropdown-item:active > span {
  color: #ffffff;
}
header .header-top .about-list li .theme-form-select .dropdown-menu > a > .dropdown-item > span {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .nav-about {
  padding: 10px 0;
  background-color: var(--theme-color);
}
header .nav-about-2 {
  background-color: #222222;
}
header .top-nav {
  padding: 24px 0;
}
@media (max-width: 767px) {
  header .top-nav {
    padding: 14px 0;
  }
}
header .top-nav .navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top {
    justify-content: normal;
  }
}
@media (max-width: 767px) {
  header .top-nav .navbar-top {
    justify-content: space-between;
  }
}
header .top-nav .navbar-top .web-logo img {
  width: calc(120px + 42 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .web-logo img {
    margin: 0 auto;
  }
}
header .top-nav .navbar-top .web-logo h2, header .top-nav .navbar-top .web-logo .h2 {
  font-size: calc(29px + 10 * (100vw - 320px) / 1600);
  object-fit: contain;
}
header .top-nav .navbar-top .middle-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .middle-box {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .location-box {
  border-radius: 5px 0 0 5px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 7px;
  position: relative;
}
body[dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
  border-radius: 0 5px 5px 0 !important;
}
html.dark body[dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .middle-box .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
  body[dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
    margin-left: unset;
    margin-right: 13px;
  }
}
@media (max-width: 1556px) {
  header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
  }
  body[dir=rtl] header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box {
    padding: 0;
    border: unset;
  }
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .middle-box .location-box {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
header .top-nav .navbar-top .middle-box .location-box button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #222222;
}
header .top-nav .navbar-top .middle-box .location-box button:first-child:active {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}
header .top-nav .navbar-top .middle-box .location-box button:focus {
  box-shadow: none;
}
header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
    margin-right: 0;
  }
}
header .top-nav .navbar-top .middle-box .location-box button .location-arrow svg {
  width: 16px;
  height: 16px;
}
header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  border: unset;
  background-position: right 0.75rem center;
  cursor: pointer;
  background-color: transparent;
  padding: 0 36px 0 12px;
}
body[dir=rtl] header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-position: left 0.75rem center;
  padding: 0 12px 0 36px;
}
header .top-nav .navbar-top .middle-box .location-box button .locat-name:focus {
  box-shadow: unset;
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box button .locat-name {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .location-box button svg {
  margin-left: 17px;
  color: #4a5568;
}
body[dir=rtl] header .top-nav .navbar-top .middle-box .location-box button svg {
  margin-left: unset;
  margin-right: 17px;
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .location-box button svg {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .search-box {
  cursor: pointer;
  position: unset;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .middle-box .search-box {
    display: none;
  }
}
header .top-nav .navbar-top .middle-box .search-box .input-group ::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #4a5568;
}
header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  width: 500px;
  border-radius: 0;
  border-inline: unset;
  color: #222222;
  border-color: #ececec;
}
@media (max-width: 1812px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 466px;
  }
}
@media (max-width: 1346px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 412px;
  }
}
@media (max-width: 1306px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 423px;
  }
}
@media (max-width: 1300px) {
  header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    border-left: 1px solid #ececec;
    border-radius: 5px 0 0 5px;
  }
  body[dir=rtl] header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    border-radius: 0 5px 5px 0;
    border-left: unset;
    border-right: 1px solid #ececec;
  }
}
header .top-nav .navbar-top .middle-box .search-box .input-group .search-button {
  background-color: #ffa53b;
  color: #ffffff;
  padding: 14px 20px;
  border: 1px solid #ffa53b;
  border-radius: 0 5px 5px 0;
}
body[dir=rtl] header .top-nav .navbar-top .middle-box .search-box .input-group .search-button {
  border-radius: 5px 0 0 5px;
}
header .top-nav .navbar-top .middle-box .search-box .input-group .search-button.bg-theme {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
header .top-nav .navbar-top .middle-box .search-box .input-group .search-button.search-button-2 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
header .top-nav .navbar-top .middle-box .search-box .input-group .search-button svg {
  font-size: 22px;
}
@media (max-width: 1199px) {
  header .top-nav .navbar-top .rightside-box {
    margin-left: auto;
  }
  body[dir=rtl] header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
  }
  body[dir=rtl] header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: unset;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu {
  display: flex;
  align-items: center;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  position: relative;
  padding-right: 32px;
}
body[dir=rtl] header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  padding-right: unset;
  padding-left: 32px;
}
@media (max-width: 767px) {
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
    display: none;
  }
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
    display: block;
  }
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4) {
    display: block;
  }
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4)::before {
    display: none;
  }
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4) .header-badge .header-wishlist,
  header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4) .header-badge .translate-middle {
    display: none;
  }
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: 0;
}
body[dir=rtl] header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: unset;
  padding-left: 0;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child::before {
  content: none;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  right: 14px;
  background-color: #ddd;
}
body[dir=rtl] header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  right: unset;
  left: 14px;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:hover {
  background-color: transparent;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist svg {
  font-size: 24px;
  color: #4a5568;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:focus {
  box-shadow: none;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7272;
  font-size: 12px;
  padding: 0;
  border-radius: 2px;
}
header .onhover-dropdown {
  position: relative;
}
header .onhover-dropdown:hover .onhover-div {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
header .onhover-dropdown:hover .onhover-div.fixed-cart {
  top: 0;
}
header .onhover-dropdown .fixed-cart:hover .onhover-div {
  opacity: 1;
  top: 0;
  visibility: visible;
}
header .onhover-dropdown .onhover-div {
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #ffffff;
  z-index: 1001;
  width: 360px;
  border-radius: 10px;
  padding: 0;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
body[dir=rtl] header .onhover-dropdown .onhover-div {
  right: unset;
  left: -10px;
}
header .onhover-dropdown .onhover-div .cart-title,
header .onhover-dropdown .onhover-div .free,
header .onhover-dropdown .onhover-div .progress {
  display: none;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5, header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  margin-bottom: 0 !important;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .rating {
  margin-bottom: 5px;
}
header .onhover-dropdown .onhover-div .qty-box {
  width: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
header .onhover-dropdown .onhover-div .qty-box .input-group {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
}
header .onhover-dropdown .onhover-div .qty-box .input-group button {
  width: 30px;
  height: 30px;
}
header .onhover-dropdown .onhover-div .empty-cart-box {
  padding: 28px 22px;
}
header .onhover-dropdown .onhover-div .sidebar-title {
  border-bottom: 1px solid rgba(193, 193, 193, 0.3);
}
header .onhover-dropdown .onhover-div .sidebar-title h4, header .onhover-dropdown .onhover-div .sidebar-title .h4 {
  padding: 15px 15px 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: rgba(74, 85, 104, 0.65);
  font-size: 16px;
}
header .onhover-dropdown .onhover-div.fixed-cart {
  position: fixed;
  right: -420px;
  height: 100vh;
  top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: calc(310px + 90 * (100vw - 320px) / 1600);
  z-index: 10;
}
@media (max-width: 480px) {
  header .onhover-dropdown .onhover-div.fixed-cart {
    width: 310px;
  }
}
header .onhover-dropdown .onhover-div.fixed-cart .sidebar-title {
  border: unset;
}
header .onhover-dropdown .onhover-div.fixed-cart .sidebar-title h4, header .onhover-dropdown .onhover-div.fixed-cart .sidebar-title .h4 {
  padding: 15px 15px 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: rgba(74, 85, 104, 0.65);
  font-size: 16px;
}
body[dir=rtl] header .onhover-dropdown .onhover-div.fixed-cart {
  right: unset;
  left: -420px;
}
header .onhover-dropdown .onhover-div.fixed-cart .empty-cart-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70%;
  justify-content: center;
}
header .onhover-dropdown .onhover-div.fixed-cart .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: 0;
}
body[dir=rtl] header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div.fixed-cart.show .bg-overlay {
  opacity: 0.5;
  visibility: visible;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(15px + 5 * (100vw - 320px) / 1600) 15px calc(15px + 5 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title h4, header .onhover-dropdown .onhover-div.fixed-cart .cart-title .h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title a {
  line-height: 1;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-title a i,
header .onhover-dropdown .onhover-div.fixed-cart .cart-title a svg {
  font-size: 22px;
}
header .onhover-dropdown .onhover-div.fixed-cart .cart-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  gap: 0;
  padding: 7px 15px 15px;
  max-height: calc(100vh - 65px - (14px + 6 * (100vw - 320px) / 1600) - 78px - 43px - 246px);
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  position: absolute;
  width: 100%;
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  bottom: 0;
  right: 0;
  max-width: 420px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
  background-color: #f8f8f8;
}
@media (max-width: 480px) {
  header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
    padding: 15px;
  }
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #4a5568;
  display: block;
  margin-bottom: 9px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box {
  min-height: unset;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated {
  width: 21px;
  height: 21px;
  border: unset;
  margin-right: 11px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::after {
  top: 0;
  left: 0;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::before {
  left: 5px;
  top: 6px;
  width: 11px;
  height: 6px;
}
header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .form-check-label {
  color: #4a5568;
  font-size: 14px;
}
header .onhover-dropdown .onhover-div.fixed-cart .pere-text-box {
  padding: 0 15px 12px;
  display: block;
}
header .onhover-dropdown .onhover-div.fixed-cart .price-box {
  padding-block: calc(7px + 4 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress {
  display: block;
  margin-block: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 100px;
  position: relative;
  overflow: unset;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 100px;
  position: relative;
  overflow: unset;
  max-width: 96%;
  min-width: 3%;
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar .progress-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -16px;
  width: calc(22px + 6 * (100vw - 320px) / 1600);
  height: calc(22px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
}
body[dir=rtl] header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar .progress-icon {
  right: unset;
  left: -16px;
  transform: translateY(-50%) rotateY(180deg);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar .progress-icon svg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.danger-progress, header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-danger {
  background-color: rgb(220, 53, 69);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.danger-progress .progress-icon, header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-danger .progress-icon {
  background-color: rgb(220, 53, 69);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.warning-progress, header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-warning {
  background-color: rgb(255, 193, 7);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.warning-progress .progress-icon, header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-warning .progress-icon {
  background-color: rgb(255, 193, 7);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.success-progress {
  background-color: var(--theme-color);
}
header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.success-progress .progress-icon {
  background-color: var(--theme-color);
}
header .onhover-dropdown .onhover-div.fixed-cart .button-group {
  display: grid;
}
header .onhover-dropdown .onhover-div .bottom-box {
  padding: 15px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
}
header .onhover-dropdown .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 10px;
}
header .onhover-dropdown .onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
header .onhover-dropdown .onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}
header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
header .onhover-dropdown .onhover-div-login .user-box-name li:nth-child(5n-4) {
  display: block;
}
header .onhover-dropdown .onhover-div-login .user-box-name li a {
  color: #222222;
  display: flex;
  align-items: center;
  position: relative;
}
header .onhover-dropdown .onhover-div-login .user-box-name li a:hover::after {
  width: 40%;
}
header .onhover-dropdown .onhover-div-login .user-box-name li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
body[dir=rtl] header .onhover-dropdown .onhover-div-login .user-box-name li a::after {
  left: unset;
  right: 0;
}
header .onhover-dropdown .onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
  gap: 0;
  padding: 15px;
}
header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 0.44;
}
header .onhover-dropdown .onhover-div .cart-list > li {
  margin: 0;
  width: 100%;
}
header .onhover-dropdown .onhover-div .cart-list > li + li {
  margin-left: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
header .onhover-dropdown .onhover-div .cart-list > li:nth-child(5n-4) {
  display: block;
}
header .onhover-dropdown .onhover-div .cart-list > li::after {
  content: none !important;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart::after {
  content: none;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-image img {
  width: 87px;
  background: #f8f8f8;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 480px) {
  header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-image img {
    width: 72px;
    height: 70px;
  }
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  width: calc(100% - 87px - 15px);
  padding-right: 40px;
}
@media (max-width: 480px) {
  header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
    width: calc(100% - 72px - 15px);
  }
}
body[dir=rtl] header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  padding-right: unset;
  padding-left: 40px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5, header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 500;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  color: #4a5568;
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 3px 6px;
  font-weight: 400;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram a {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6, header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 {
  margin-top: 6px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
  font-weight: 500;
  color: #222222;
  font-size: 16px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6 span, header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 span {
  margin-top: -2px;
  font-weight: normal;
  color: #4a5568;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(74, 85, 104, 0.7);
  font-size: 12px;
  display: flex;
  margin-top: -3px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button svg {
  font-size: 12px;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
body[dir=rtl] header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  right: unset;
  left: 0;
}
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
}
header .onhover-dropdown .onhover-div .pere-text-box {
  display: none;
  border-bottom: 1px solid #ececec;
  padding: 20px 15px 20px;
}
header .onhover-dropdown .onhover-div .pere-text-box p {
  margin: 0;
  line-height: 1.5;
  color: rgba(74, 85, 104, 0.65);
  font-weight: 400;
}
header .onhover-dropdown .onhover-div .pere-text-box p span {
  font-weight: 500;
  color: #222222;
}
header .onhover-dropdown .onhover-div .pere-text-box p span.price {
  color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .pere-text-box p span.shipping {
  color: #222222;
}
header .onhover-dropdown .onhover-div .pere-text-box.danger-progress p span.price {
  color: #ff4f4f;
}
header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress .progress-bar,
header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress i {
  background-color: #ff4f4f;
}
header .onhover-dropdown .onhover-div .pere-text-box.warning-progress p span.price {
  color: #ffa53b;
}
header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress .progress-bar,
header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress i {
  background-color: #ffa53b;
}
header .onhover-dropdown .onhover-div .pere-text-box.success-progress p span.price {
  color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress .progress-bar,
header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress i {
  background-color: var(--theme-color);
}
header .onhover-dropdown .onhover-div .button-group {
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  display: flex;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: calc(7px + 3 * (100vw - 320px) / 1600);
  width: 100%;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div .button-group .cart-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
header .onhover-dropdown .onhover-div .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: unset;
}
header .onhover-dropdown .onhover-div .price-box h5, header .onhover-dropdown .onhover-div .price-box .h5 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
header .onhover-dropdown .onhover-div .price-box h4, header .onhover-dropdown .onhover-div .price-box .h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: 600;
}
header .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
header .search-full .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
header .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
header .search-full .input-group .input-group-text svg {
  height: 18px;
}
header .search-full .input-group input {
  border: none;
}
header .search-full.open {
  width: 100%;
  height: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .header-nav {
    height: 0;
  }
}
header .header-nav .header-nav-left {
  position: relative;
}
header .header-nav .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(16px + 15 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .dropdown-category {
    display: none;
  }
}
header .header-nav .header-nav-left .dropdown-category-2 {
  background: linear-gradient(93.33deg, #222221 12.35%, #2f2f2d 99.38%);
}
header .header-nav .header-nav-left .dropdown-category svg {
  font-size: 23px;
  margin-right: calc(9px + 7 * (100vw - 320px) / 1600);
}
body[dir=rtl] header .header-nav .header-nav-left .dropdown-category svg {
  margin-right: unset;
  margin-left: calc(9px + 7 * (100vw - 320px) / 1600);
}
header .header-nav .header-nav-left .dropdown-category span {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
}
header .header-nav .header-nav-left .dropdown-category .dropdown {
  display: inline-block;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown {
  position: unset;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.35s ease;
  font-weight: 500;
  font-size: 18px;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
  display: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
  z-index: 999;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul .show {
  display: block;
}
@media (max-width: 1199px) {
  header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
  }
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  transition: background 0.35s ease;
  color: #222222;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 6px;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:last-child {
  border-bottom: none;
}
header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:focus, header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:hover {
  background-color: #ececec;
}
header .header-nav .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
header .header-nav .header-nav-left .category-dropdown {
  max-width: 450px;
  overflow: auto;
  position: absolute;
  top: 72px;
  max-height: 450px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 300px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] header .header-nav .header-nav-left .category-dropdown {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body[dir=rtl] header .header-nav .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  header .header-nav .header-nav-left .category-dropdown.show {
    left: 0;
  }
  header .header-nav .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
header .header-nav .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
  }
}
header .header-nav .header-nav-left .category-dropdown .category-title h5, header .header-nav .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
header .header-nav .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
header .header-nav .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #4a5568;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a:hover h6::before, header .header-nav .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6, header .header-nav .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before, header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before, body[dir=rtl] header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  left: unset;
  right: 0;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: auto;
}
header .header-nav .header-nav-left .category-dropdown .category-list li a svg {
  margin-left: auto;
}
@media (max-width: 767px) {
  header .header-nav .header-nav-left .category-dropdown .category-list li a svg {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-nav .header-nav-right {
    display: none;
  }
}
header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color);
  padding: calc(6px + 9 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  background-color: transparent;
}
header .header-nav .header-nav-right .deal-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
header .header-nav .header-nav-right .deal-button svg {
  margin-right: 17px;
  font-size: 24px;
}
body[dir=rtl] header .header-nav .header-nav-right .deal-button svg {
  margin-right: unset;
  margin-left: 17px;
}
@media (max-width: 1366px) {
  header .header-nav .header-nav-right .deal-button svg {
    margin-right: 0;
  }
  body[dir=rtl] header .header-nav .header-nav-right .deal-button svg {
    margin-right: unset;
    margin-left: 0;
  }
}
header .header-nav .header-nav-right .deal-button span {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  header .header-nav .header-nav-right .deal-button span {
    display: none;
  }
}
header.header-compact .top-nav .navbar-top {
  justify-content: unset;
}
header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header.header-compact .location-box {
  padding-right: 10px;
}
header.bg-theme .navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}
header.bg-theme .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .search-suggestion-box ul > li .suggestion-category a {
  color: #222222;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: rgba(255, 255, 255, 0.5);
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist svg {
  color: #ffffff;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5, header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #ffffff;
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: rgba(255, 255, 255, 0.7);
}
header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon svg {
  color: #ffffff;
}
header.bg-theme .location-box {
  border-color: rgba(255, 255, 255, 0.5);
}
header.bg-theme .location-box button svg {
  color: #ffffff;
}
header.bg-theme .location-box button .locat-name {
  color: #ffffff;
}
header.bg-theme .location-box button .location-arrow {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.24);
}
header.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
header.header-absolute.bg-theme {
  background-color: transparent;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 320px);
  z-index: 1;
  background-color: #ffffff;
  margin-left: 320px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1199px) {
  header.fixed-header {
    width: 100%;
    margin-left: 0;
  }
}
header.fixed-header .top-nav {
  padding: 18px 0;
}
header .custom-search-box {
  position: relative;
}
header .location-box {
  border-radius: 5px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 7px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  header .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
}
@media (max-width: 1556px) {
  header .location-box {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  header .location-box {
    display: none;
  }
}
header .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
header .location-box button:focus {
  box-shadow: none;
}
header .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5568;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  header .location-box button .location-arrow {
    margin-right: 0;
  }
}
header .location-box button .location-arrow svg {
  width: 16px;
  height: 16px;
}
header .location-box button .locat-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
}
@media (max-width: 1300px) {
  header .location-box button .locat-name {
    display: none;
  }
}
header .location-box button svg {
  margin-left: 17px;
  color: #4a5568;
}
@media (max-width: 1300px) {
  header .location-box button svg {
    display: none;
  }
}
header.header-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
header.header-gradient .navbar-top .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}
header.header-gradient .navbar-light .navbar-nav > li.nav-item > a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  header.header-gradient .navbar-light .navbar-nav > li.nav-item > a {
    color: #222222;
  }
}
header.header-gradient .header-top {
  background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
header.header-gradient .dropdown::before {
  color: #ffffff;
}
header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: #595959;
}
header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist svg {
  color: #ffffff;
}
header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon svg {
  color: #ffffff;
}
header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6,
header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: rgba(255, 255, 255, 0.8);
}
header.header-gradient .top-nav .navbar-top .middle-box .location-box {
  border-color: #595959;
}
header.header-gradient .top-nav .navbar-top .middle-box .location-box button:hover {
  color: #ffffff;
  background-color: transparent;
}
header.header-gradient .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: transparent;
  color: #ffffff;
  background-image: url(/_next/static/media/down-arrow.25c54322.svg);
  background-size: 20px;
}
header.header-gradient .top-nav .navbar-top .middle-box .search-suggestion-wrap .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: #595959;
}
header.header-gradient .top-nav .navbar-top .middle-box .search-suggestion-wrap .form-control::placeholder {
  color: #ddd;
}
header .delivery-login-box {
  display: flex;
  align-items: center;
  cursor: default;
}
header .delivery-login-box .delivery-icon svg {
  color: #4a5568;
  font-size: 24px;
}
header .delivery-login-box .user-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
header .delivery-login-box .delivery-detail {
  margin-left: 12px;
}
body[dir=rtl] header .delivery-login-box .delivery-detail {
  margin-left: unset;
  margin-right: 12px;
}
@media (max-width: 1660px) {
  header .delivery-login-box .delivery-detail {
    display: none;
  }
}
header .delivery-login-box .delivery-detail h6, header .delivery-login-box .delivery-detail .h6 {
  color: #4a5568;
  margin-bottom: 3px;
}
header .delivery-login-box .delivery-detail h5, header .delivery-login-box .delivery-detail .h5 {
  font-weight: 500;
  color: #222222;
}

.header-2 .navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .header-2 .navbar-top {
    justify-content: space-between;
  }
}
.header-2 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.header-2 .navbar-top .navbar-toggler:hover {
  background-color: transparent;
}
.header-2 .navbar-top .delivery-login-box .user-box {
  background-color: transparent;
}
.header-2 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .header-2 .search-box {
    display: block;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #4a5568;
    text-align: right;
    margin-left: auto;
  }
  .header-2 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .header-2 .search-box a svg {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .header-2 .search-box {
    margin-left: unset;
  }
}
.header-2 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-2 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-2 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.header-2 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.header-2 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-2 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.header-2 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.header-2 .dropdown-list .dropdown .dropdown-toggle svg {
  color: #000000;
  margin-left: 5px;
}
.header-2 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-2 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.header-2 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  color: #222222;
}
.header-2 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.header-2 .top-nav {
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .header-2 .top-nav {
    border-bottom: unset;
    padding-bottom: 0;
  }
}
.header-2 .top-nav-color {
  background-color: #ffe03e;
}
.header-2 .top-nav span {
  color: #222222;
}
.header-2 .top-nav span svg {
  margin-right: 16px;
  font-size: 25px;
}
body[dir=rtl] .header-2 .top-nav span svg {
  margin-right: unset;
  margin-left: 16px;
}
.header-2 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: bolder;
}
.header-2 .top-nav .nav-logo > div {
  margin-top: -6px;
}
.header-2 .top-nav .nav-logo span {
  color: #222222;
}
.header-2 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .header-2 .top-nav .search-full {
    right: -5px;
  }
}
.header-2 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-2 .top-nav .search-full .input-group .input-group-text {
  background-color: #ffffff;
  border: none;
  color: #4a5568;
}
.header-2 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.header-2 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.header-2 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  height: 100%;
  padding: 0;
  top: 0;
}
@media (max-width: 575px) {
  .header-2 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .header-2 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .header-2 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.header-2 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.header-2 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body[dir=rtl] .header-2 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1366px) {
  .header-2 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
  body[dir=rtl] .header-2 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 25px;
    float: left;
  }
}
@media (max-width: 1199px) {
  .header-2 .top-nav .middle-box {
    margin-left: 15px;
  }
  body[dir=rtl] .header-2 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-2 .top-nav .middle-box {
    display: none;
  }
}
.header-2 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-2 .top-nav .middle-box .center-box {
    display: none;
  }
}
.header-2 .top-nav .middle-box .searchbar-box {
  position: relative;
}
@media (max-width: 991px) {
  .header-2 .top-nav .middle-box .searchbar-box {
    display: none;
  }
}
.header-2 .top-nav .middle-box .searchbar-box .search-button {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 19px;
  right: 0;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
:not(.btn-check) + .header-2 .top-nav .middle-box .searchbar-box .search-button:active {
  background-color: transparent;
  color: #4a5568;
}
.header-2 .top-nav .middle-box .searchbar-box .search-button:hover {
  background-color: transparent;
  color: #4a5568;
}
.header-2 .top-nav .middle-box .searchbar-box .search-button svg {
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.header-2 .top-nav .middle-box .searchbar-box input {
  width: 685px;
  height: 45px;
  padding: 8px 60px 8px 18px;
  color: #222222;
  border-color: #ececec;
  font-size: 16px;
}
@media (max-width: 1754px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 630px;
  }
}
@media (max-width: 1678px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 580px;
  }
}
@media (max-width: 1604px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 529px;
  }
}
@media (max-width: 1332px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 483px;
  }
}
@media (max-width: 1270px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 436px;
  }
}
@media (max-width: 1235px) {
  .header-2 .top-nav .middle-box .searchbar-box input {
    width: 415px;
  }
}
.header-2 .top-nav .middle-box .searchbar-box input:focus {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-2 .top-nav .middle-box .searchbar-box input::placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-2 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-2 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-2 .top-nav .middle-box .location-box-2 {
    display: none;
  }
}
.header-2 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.header-2 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.header-2 .top-nav .middle-box .location-box-2 button svg {
  margin-right: 9px;
  font-size: 22px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button svg {
    margin-right: 0;
  }
}
.header-2 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
}
@media (max-width: 1556px) {
  .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.header-2 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body[dir=rtl] .header-2 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
.header-2 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .header-2 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.header-2 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 1;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle svg {
  margin-left: 8px;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: #ececec;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.header-2 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.header-2 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0;
  position: relative;
}
.header-2 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.header-2 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-2 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.header-2 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.header-2 .rightside-menu .wishlist-box .header-icon.search-icon, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .wishlist-box .header-icon.search-icon, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon {
    display: flex;
  }
  .header-2 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .header-2 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon::after, .header-2 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #ececec;
  }
}
.header-2 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .wishlist-box .header-icon svg {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-2 .rightside-menu .option-list > ul {
  display: flex;
}
.header-2 .rightside-menu .option-list > ul > li {
  position: relative;
}
.header-2 .rightside-menu .option-list > ul > li:nth-child(5n-4) {
  display: none;
}
.header-2 .rightside-menu .option-list > ul > li:nth-child(5n-4) + li {
  margin-left: 0;
}
.header-2 .rightside-menu .option-list > ul > li:nth-child(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) {
    display: block;
  }
  .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) + li {
    margin-left: 22px;
  }
  body[dir=rtl] .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .header-2 .rightside-menu .option-list > ul > li:not(:nth-last-of-type(5n-4)) {
    display: none;
  }
}
.header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: 37px;
}
body[dir=rtl] .header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1460px) {
  .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: 22px;
  }
  body[dir=rtl] .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.header-2 .rightside-menu .option-list > ul > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body[dir=rtl] .header-2 .rightside-menu .option-list > ul > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1460px) {
  .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: -13px;
  }
  body[dir=rtl] .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: unset;
    right: -13px;
  }
}
.header-2 .rightside-menu .option-list > ul > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon {
  margin-left: 38px;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon {
  margin-left: 0;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon::after {
  content: none;
}
@media (max-width: 480px) {
  .header-2 .rightside-menu .option-list > ul > li .header-icon.bag-icon {
    display: none;
  }
}
.header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon {
    display: flex;
  }
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon + .header-icon, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon + .header-icon::after, .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #ececec;
  }
}
.header-2 .rightside-menu .option-list > ul > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .option-list > ul > li .header-icon svg {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-2 .rightside-menu .option-list-2 {
  display: flex;
}
.header-2 .rightside-menu .option-list-2 li {
  position: relative;
}
.header-2 .rightside-menu .option-list-2 li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-2 .rightside-menu .option-list-2 li .header-icon + .header-icon {
  margin-left: 38px;
}
.header-2 .rightside-menu .option-list-2 li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-2 .rightside-menu .option-list-2 li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-2 .rightside-menu .option-list-2 li .header-icon svg {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-2 .rightside-menu .option-list-2 li .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}
.header-2 .rightside-menu .option-list-2 li .user-box:hover .user-name h4, .header-2 .rightside-menu .option-list-2 li .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .header-2 .rightside-menu .option-list-2 li .user-box .user-name {
    display: none;
  }
}
.header-2 .rightside-menu .option-list-2 li + li {
  margin-left: 37px;
}
body[dir=rtl] .header-2 .rightside-menu .option-list-2 li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .header-2 .rightside-menu .option-list-2 li + li {
    margin-left: 22px;
  }
}
.header-2 .rightside-menu .option-list-2 li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
@media (max-width: 1660px) {
  .header-2 .rightside-menu .option-list-2 li + li::after {
    left: -13px;
  }
}
.header-2 .rightside-menu .mobile-app {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
.header-2 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.header-2 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.header-2 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header-2 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.header-2 .rightside-menu .dropdown-user .user-detail h6, .header-2 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.header-2 .rightside-menu .dropdown-user .user-detail h5, .header-2 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 0;
}
.header-2 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
body[dir=rtl] .header-2 .right-nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .header-2 .right-nav {
    display: none;
  }
}
.header-2 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .header-2 .right-nav .nav-number {
    display: none;
  }
}
.header-2 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.header-2 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body[dir=rtl] .header-2 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.header-2 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.header-2 .right-nav .fire-button span {
  color: #ffffff;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
body[dir=rtl] .header-2 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.header-2 .right-nav .fire-button .fire {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}
.header-2 .right-nav .fire-button .fire img {
  margin-top: -11px;
}
.header-2 .right-nav .fire-button .fire .fire-main {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-main .main-fire {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(farthest-corner at 10px 0, #ffffff 0%, #ddd 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-2 .right-nav .fire-button .fire .fire-main .particle-fire {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 45%;
  background-color: #ffffff;
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-right {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-right .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: -25%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-2 .right-nav .fire-button .fire .fire-right .main-fire .particle-fire {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-left {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-2 .right-nav .fire-button .fire .fire-left .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  left: -20%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-2 .right-nav .fire-button .fire .fire-left .main-fire .particle-fire {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 10%;
  left: 20%;
  background-color: #ffffff;
  border-radius: 50%;
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}
.header-2 .header-nav-left {
  position: relative;
}
.header-2 .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
body[dir=rtl] .header-2 .header-nav-left .dropdown-category {
  margin-left: 9px;
  padding: 9px 0 9px calc(16px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .dropdown-category {
    display: none;
  }
}
.header-2 .header-nav-left .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ececec;
}
body[dir=rtl] .header-2 .header-nav-left .dropdown-category::after {
  right: unset;
  left: 0;
}
.header-2 .header-nav-left .dropdown-category:hover {
  color: #222222;
}
.header-2 .header-nav-left .dropdown-category svg {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
body[dir=rtl] .header-2 .header-nav-left .dropdown-category svg {
  margin-right: unset;
  margin-left: 10px;
}
.header-2 .header-nav-left .dropdown-category span {
  font-size: 16px;
}
.header-2 .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
.header-2 .header-nav-left .category-dropdown {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 270px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .header-2 .header-nav-left .category-dropdown {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body[dir=rtl] .header-2 .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .header-2 .header-nav-left .category-dropdown.show {
    left: 0;
  }
  .header-2 .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.header-2 .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
  }
}
.header-2 .header-nav-left .category-dropdown .category-title h5, .header-2 .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.header-2 .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
.header-2 .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name {
  display: flex;
  align-items: center;
  color: #4a5568;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6::before, .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover .h6::before {
  width: 65px;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name h6, .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6, body[dir=rtl] .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6 {
  margin-left: unset;
  margin-right: 10px;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before, .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before, body[dir=rtl] .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6:before {
  left: unset;
  right: 0;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name svg {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-2 .header-nav-left .category-dropdown .category-list li .category-name svg {
    display: none;
  }
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu {
  margin-left: auto;
}
.header-2 .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  align-items: center;
  color: #4a5568;
}
.header-2 .header-nav-left .category-dropdown .category-list li a:hover h6::before, .header-2 .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
.header-2 .header-nav-left .category-dropdown .category-list li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.header-2 .header-nav-left .category-dropdown .category-list li a h6, .header-2 .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.header-2 .header-nav-left .category-dropdown .category-list li a h6:before, .header-2 .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.header-2 .header-nav-left .category-dropdown .category-list li a svg {
  margin-left: auto;
}
.header-2 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-2 .dropdown-list {
    display: none;
  }
}
.header-2 .dropdown-list li:last-child {
  margin-right: 0;
}
.header-2 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.header-2 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-2 .dropdown-list li:first-child::after {
  content: none;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.header-2 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header-2 .about-list {
    display: none;
  }
}
.header-2 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.header-2 .about-list li:first-child {
  margin-left: 0;
}
.header-2 .about-list li:first-child::after {
  content: none;
}
.header-2 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1199px) {
  .header-3 .main-nav {
    padding: 0;
  }
}
.header-3 .navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .header-3 .navbar-top {
    justify-content: space-between;
  }
}
.header-3 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.header-3 .navbar-top .support-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  align-items: flex-start;
}
@media (max-width: 1432px) {
  .header-3 .navbar-top .support-box {
    display: none;
  }
}
.header-3 .navbar-top .support-box .support-image img {
  width: 33px;
  height: auto;
}
.header-3 .navbar-top .support-box .support-number {
  text-align: right;
}
body[dir=rtl] .header-3 .navbar-top .support-box .support-number {
  text-align: left;
}
.header-3 .navbar-top .support-box .support-number h2, .header-3 .navbar-top .support-box .support-number .h2 {
  font-size: 25px;
  color: #ffffff;
}
.header-3 .navbar-top .support-box .support-number h4, .header-3 .navbar-top .support-box .support-number .h4 {
  color: #ffffff;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
}
.header-3 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .header-3 .search-box {
    display: block;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #4a5568;
    text-align: right;
    margin-left: auto;
  }
  .header-3 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .header-3 .search-box a svg {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .header-3 .search-box {
    margin-left: unset;
  }
}
.header-3 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-3 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-3 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.header-3 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.header-3 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-3 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.header-3 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.header-3 .dropdown-list .dropdown .dropdown-toggle svg {
  color: #000000;
  margin-left: 5px;
}
.header-3 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-3 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.header-3 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  color: #222222;
}
.header-3 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.header-3 .top-nav {
  padding: 22px 0 20px 0;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .header-3 .top-nav {
    border-bottom: unset;
  }
}
@media (max-width: 767px) {
  .header-3 .top-nav .navbar-top {
    justify-content: normal;
  }
}
.header-3 .top-nav span {
  color: #222222;
}
.header-3 .top-nav span svg {
  font-size: 25px;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
html.dark .header-3 .top-nav span svg {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.header-3 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.header-3 .top-nav .nav-logo span {
  color: #222222;
}
.header-3 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-3 .top-nav .search-full {
    top: 12px;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .header-3 .top-nav .search-full {
    right: -5px;
  }
}
.header-3 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
@media (max-width: 1199px) {
  .header-3 .top-nav .search-full .input-group {
    border: unset;
  }
}
.header-3 .top-nav .search-full .input-group .input-group-text {
  background-color: #ffffff;
  border: none;
  color: #4a5568;
}
@media (max-width: 1199px) {
  .header-3 .top-nav .search-full .input-group .input-group-text svg {
    color: #222222;
    -webkit-text-fill-color: #222222;
  }
}
.header-3 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.header-3 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.header-3 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .header-3 .top-nav .search-full.open {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .header-3 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .header-3 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .header-3 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.header-3 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.header-3 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body[dir=rtl] .header-3 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1366px) {
  .header-3 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
  body[dir=rtl] .header-3 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .header-3 .top-nav .middle-box {
    margin-left: 15px;
  }
  body[dir=rtl] .header-3 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box {
    margin-left: auto;
  }
  body[dir=rtl] .header-3 .top-nav .middle-box {
    margin-left: unset;
    margin-right: auto;
  }
}
.header-3 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-3 .top-nav .middle-box {
    display: block !important;
  }
}
.header-3 .top-nav .middle-box .searchbar-box-2 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 853px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
}
@media (max-width: 1742px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 800px;
  }
}
@media (max-width: 1668px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 760px;
  }
}
@media (max-width: 1610px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 710px;
  }
}
@media (max-width: 1544px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 670px;
  }
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .searchbar-box-2 {
    display: none;
  }
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  background-color: #ffb803;
  font-weight: 500;
  z-index: 0;
  border-radius: 0;
  border-radius: 0 5px 5px 0 !important;
}
body[dir=rtl] .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  border-radius: 5px 0 0 5px !important;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-button:hover {
  color: #222222;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  font-size: 27px;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 5px;
  border-radius: 5px 0 0 5px !important;
}
body[dir=rtl] .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  padding-left: 5px;
  padding-right: 16px;
  border-radius: 0 5px 5px 0 !important;
}
.header-3 .top-nav .middle-box .searchbar-box-2 .search-icon svg {
  color: var(--theme-color);
  font-size: 18px;
}
.header-3 .top-nav .middle-box .searchbar-box-2 input {
  height: 55px;
  padding: 8px;
  color: #222222;
  border: none;
  font-size: 16px;
  z-index: 0;
}
.header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
.header-3 .top-nav .middle-box .searchbar-box-2 input::placeholder {
  color: #4a5568;
  font-size: 16px;
}
.header-3 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-3 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.header-3 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.header-3 .top-nav .middle-box .location-box-2 button svg {
  margin-right: 9px;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35px + 11 * (100vw - 320px) / 1600);
    height: calc(35px + 11 * (100vw - 320px) / 1600);
    margin-right: 0;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.header-3 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body[dir=rtl] .header-3 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1432px) {
  .header-3 .rightside-menu.support-sidemenu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu {
    position: absolute;
    top: -52px;
    right: 0;
  }
  body[dir=rtl] .header-3 .rightside-menu {
    right: unset;
    left: 0;
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu {
    top: -56px;
  }
}
@media (max-width: 480px) {
  .header-3 .rightside-menu {
    top: -54px;
  }
}
.header-3 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .header-3 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.header-3 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 0;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle svg {
  margin-left: 8px;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: #ececec;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.header-3 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.header-3 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.header-3 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.header-3 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-3 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.header-3 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.header-3 .rightside-menu .wishlist-box .header-icon.search-icon, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .wishlist-box .header-icon.search-icon, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon {
    display: flex;
  }
  .header-3 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .header-3 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon::after, .header-3 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: #ececec;
  }
}
.header-3 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-3 .rightside-menu .wishlist-box .header-icon svg {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.header-3 .rightside-menu .option-list-2 {
  display: flex;
}
.header-3 .rightside-menu .option-list-2 li {
  position: relative;
}
.header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) {
  display: none;
}
.header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
  margin-left: 0;
}
body[dir=rtl] .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
  margin-left: unset;
  margin-right: 0;
}
.header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) {
    display: block;
  }
  .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
    margin-left: 22px;
  }
  body[dir=rtl] .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu .option-list-2 li:not(:nth-of-type(5n-5)) {
    display: none;
  }
  .header-3 .rightside-menu .option-list-2 li::after {
    content: unset !important;
  }
}
.header-3 .rightside-menu .option-list-2 li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 li .header-icon {
    border: none;
    padding: 0;
    background-color: transparent;
  }
}
.header-3 .rightside-menu .option-list-2 li .header-icon + .header-icon {
  margin-left: 38px;
}
.header-3 .rightside-menu .option-list-2 li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: #ececec;
}
.header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 li .header-icon .badge-light {
    background-color: #ffffff;
    color: var(--theme-color);
    top: -3px;
  }
}
.header-3 .rightside-menu .option-list-2 li .header-icon svg {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 li .header-icon svg {
    color: #ffffff;
  }
  html.dark .header-3 .rightside-menu .option-list-2 li .header-icon svg {
    color: #ffffff;
  }
}
.header-3 .rightside-menu .option-list-2 li + li {
  margin-left: 37px;
}
body[dir=rtl] .header-3 .rightside-menu .option-list-2 li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .option-list-2 li + li {
    margin-left: 22px;
  }
  body[dir=rtl] .header-3 .rightside-menu .option-list-2 li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.header-3 .rightside-menu .option-list-2 li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body[dir=rtl] .header-3 .rightside-menu .option-list-2 li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .option-list-2 li + li::after {
    left: -13px;
  }
  body[dir=rtl] .header-3 .rightside-menu .option-list-2 li + li::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .option-list-2 li + li::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.header-3 .rightside-menu .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  position: relative;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box {
    color: #ffffff;
  }
}
.header-3 .rightside-menu .user-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: #ececec;
}
body[dir=rtl] .header-3 .rightside-menu .user-box::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .user-box::after {
    left: -13px;
  }
  body[dir=rtl] .header-3 .rightside-menu .user-box::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .header-3 .rightside-menu .user-box::after {
    content: none;
  }
}
.header-3 .rightside-menu .user-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box .header-icon {
    border: none;
    background-color: transparent;
  }
}
.header-3 .rightside-menu .user-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.header-3 .rightside-menu .user-box .header-icon svg {
  color: #000000;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box .header-icon svg {
    color: #ffffff;
  }
  html.dark .header-3 .rightside-menu .user-box .header-icon svg {
    color: #ffffff;
  }
}
.header-3 .rightside-menu .user-box:hover .user-name h4, .header-3 .rightside-menu .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .header-3 .rightside-menu .user-box .user-name {
    display: none;
  }
}
.header-3 .rightside-menu .mobile-app {
  position: relative;
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-left: 18px;
  color: var(--theme-color);
}
.header-3 .rightside-menu .mobile-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
.header-3 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.header-3 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.header-3 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header-3 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.header-3 .rightside-menu .dropdown-user .user-detail h6, .header-3 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.header-3 .rightside-menu .dropdown-user .user-detail h5, .header-3 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 0;
}
.header-3 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .header-3 .right-nav {
    display: none;
  }
}
.header-3 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .header-3 .right-nav .nav-number {
    display: none;
  }
}
.header-3 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.header-3 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body[dir=rtl] .header-3 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.header-3 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.header-3 .right-nav .fire-button span {
  color: #ffffff;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
.header-3 .right-nav .fire-button .fire {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.header-3 .right-nav .fire-button .fire .fire-main {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-main .main-fire {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(farthest-corner at 10px 0, #ffffff 0%, #ddd 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-3 .right-nav .fire-button .fire .fire-main .particle-fire {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 45%;
  background-color: #ffffff;
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-right {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-right .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: -25%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-3 .right-nav .fire-button .fire .fire-right .main-fire .particle-fire {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-left {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.header-3 .right-nav .fire-button .fire .fire-left .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  left: -20%;
  background-color: #ffffff;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.header-3 .right-nav .fire-button .fire .fire-left .main-fire .particle-fire {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 10%;
  left: 20%;
  background-color: #ffffff;
  border-radius: 50%;
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}
.header-3 .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .header-3 .dropdown-category {
    display: none;
  }
}
.header-3 .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ececec;
}
.header-3 .dropdown-category svg {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
.header-3 .dropdown-category span {
  font-size: 16px;
  margin-top: 4px;
}
.header-3 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-3 .dropdown-list {
    display: none;
  }
}
.header-3 .dropdown-list li:last-child {
  margin-right: 0;
}
.header-3 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.header-3 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-3 .dropdown-list li:first-child::after {
  content: none;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.header-3 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header-3 .about-list {
    display: none;
  }
}
.header-3 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.header-3 .about-list li:first-child {
  margin-left: 0;
}
.header-3 .about-list li:first-child::after {
  content: none;
}
.header-3 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1200px) {
  .header-3 .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: unset;
    left: 0;
  }
  body[dir=rtl] .header-3 .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    left: unset;
    right: 0;
  }
}

.empty-cart-box {
  text-align: center;
}
.empty-cart-box .empty-icon {
  font-size: 30px;
  color: var(--theme-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.empty-cart-box .empty-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
}
.empty-cart-box img {
  width: 35%;
  margin-bottom: 20px;
}
.empty-cart-box h5, .empty-cart-box .h5 {
  font-weight: 500;
}

.onhover-div {
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #ffffff;
  z-index: 1001;
  width: 360px;
  border-radius: 10px;
  padding: calc(14px + 16 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.onhover-div .cart-title,
.onhover-div .free,
.onhover-div .progress {
  display: none;
}
.onhover-div .cart-list > li .drop-cart .drop-contain h5, .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  margin-bottom: 0 !important;
}
.onhover-div .cart-list > li .drop-cart .rating {
  margin-bottom: 5px;
}
.onhover-div-login {
  right: 0;
  width: 160px;
  padding: 10px;
}
.onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}
.onhover-div-login .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.onhover-div-login .user-box-name li a {
  color: #222222;
  display: flex;
  align-items: center;
  position: relative;
}
.onhover-div-login .user-box-name li a:hover::after {
  width: 40%;
}
.onhover-div-login .user-box-name li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  max-height: 300px;
  overflow: auto;
  padding-right: 6px;
}
.onhover-div .cart-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.onhover-div .cart-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.onhover-div .cart-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 0.44;
}
.onhover-div .cart-list > li {
  margin: 0;
  width: 100%;
}
.onhover-div .cart-list > li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
.onhover-div .cart-list > li::after {
  content: none !important;
}
.onhover-div .cart-list > li .drop-cart {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
}
.onhover-div .cart-list > li .drop-cart::after {
  content: none;
}
.onhover-div .cart-list > li .drop-cart .drop-image img {
  width: 87px;
  background: #f8f8f8;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
.onhover-div .cart-list > li .drop-cart .drop-contain {
  width: calc(100% - 87px - 15px);
  padding-right: 40px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain h5, .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #1e1e1e;
  font-weight: 500;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin-top: 5px;
  color: rgba(74, 85, 104, 0.7);
  margin-bottom: 8px !important;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .gram a {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
.onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty {
  width: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
body[dir=rtl] .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty {
  right: unset;
  left: 0;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .btn {
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 4px !important;
  color: var(--theme-color);
}
.onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .btn svg {
  font-size: 17px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .btn.qty-left-minus svg {
  font-size: 15px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .form-control {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}
.onhover-div .cart-list > li .drop-cart .drop-contain h6, .onhover-div .cart-list > li .drop-cart .drop-contain .h6 {
  margin-top: 3px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
  font-weight: 500;
  color: #222222;
  font-size: 16px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain h6 span, .onhover-div .cart-list > li .drop-cart .drop-contain .h6 span {
  margin-top: -2px;
  font-weight: normal;
  color: #4a5568;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(74, 85, 104, 0.7);
  font-size: 12px;
  display: flex;
  margin-top: -3px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .close-button svg {
  font-size: 12px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
.onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  color: #4a5568;
  width: 24px;
  height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  box-shadow: unset;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onhover-div .pere-text-box {
  border-bottom: 1px solid #ececec;
  padding: 0 15px 12px;
}
.onhover-div .pere-text-box p {
  margin: 0;
  line-height: 1.5;
  color: rgba(74, 85, 104, 0.65);
  font-weight: 400;
}
.onhover-div .pere-text-box p span {
  font-weight: bold;
  color: #222222;
}
.onhover-div .pere-text-box p span.price {
  color: var(--theme-color);
}
.onhover-div .pere-text-box p span.shipping {
  color: #222222;
}
.onhover-div .pere-text-box .progress {
  display: none;
}
.onhover-div .button-group {
  grid-gap: calc(8px + 8 * (100vw - 320px) / 1600);
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  display: grid;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.onhover-div .button-group .cart-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.onhover-div .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: calc(7px + 4 * (100vw - 320px) / 1600);
  margin-bottom: calc(13px + 6 * (100vw - 320px) / 1600);
}
.onhover-div .price-box h5, .onhover-div .price-box .h5 {
  font-size: 20px;
}
.onhover-div .price-box h4, .onhover-div .price-box .h4 {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}

/* mobile menu */
.mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: var(--theme-color);
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
}
.mobile-menu ul {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mobile-menu ul {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .mobile-menu ul {
    width: 95%;
  }
}
@media (max-width: 360px) {
  .mobile-menu ul {
    width: 100%;
  }
}
.mobile-menu ul li {
  width: 100%;
  text-align: center;
}
.mobile-menu ul li.active {
  transition: 0.3s ease;
  position: relative;
}
.mobile-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #ffffff;
  border-radius: 100%;
}
.mobile-menu ul li a {
  display: block;
  color: #ffffff;
}
.mobile-menu ul li a img {
  display: block;
  margin: 0px auto;
}
.mobile-menu ul li a.active, .mobile-menu ul li a:hover {
  color: #222222;
}
@media (max-width: 360px) {
  .mobile-menu ul li a {
    font-size: 13px;
  }
}
.mobile-menu ul li a svg {
  margin: 0 auto;
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.mobile-menu ul li a span {
  display: block;
  color: #ffffff;
}

.search-suggestion-box {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  top: 61px;
  z-index: 4;
  border: 1px solid #ececec;
  border-radius: 7px !important;
  padding: 13px 16px;
  box-shadow: 0 0 9px rgba(221, 221, 221, 0.7019607843);
}
html.dark .search-suggestion-box {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.search-suggestion-box .skeleton-ul .result-item:hover {
  background-color: transparent;
}
.search-suggestion-box .skeleton-ul .suggestion-image {
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
}
.search-suggestion-box .skeleton-ul .suggestion-category > div {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  margin-top: 0;
}
.search-suggestion-box .skeleton-ul .suggestion-category p {
  height: 16px;
  width: 100px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
  display: block;
}
.search-suggestion-box .skeleton-ul .suggestion-category p:last-child {
  width: 240px;
}
.search-suggestion-box .skeleton-ul .suggestion-category p::before {
  display: none;
}
.search-suggestion-box ul {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 7px;
  max-height: 368px;
}
.search-suggestion-box ul::-webkit-scrollbar {
  width: 10px;
}
.search-suggestion-box ul::-webkit-scrollbar-track {
  background: #fff;
}
.search-suggestion-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.4784313725);
  border-radius: 100px;
  border: 3px solid #fff;
}
.search-suggestion-box ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-suggestion-box ul > li a {
  color: #222222;
  font-size: 16px;
}
.search-suggestion-box ul > li .suggestion-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-suggestion-box ul > li .suggestion-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.search-suggestion-box ul > li .suggestion-category > div {
  flex-wrap: wrap;
  gap: 2px 0;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.search-suggestion-box ul > li .suggestion-category p {
  margin: 0;
  flex-wrap: wrap;
  gap: 2px 0;
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  position: relative;
}
.search-suggestion-box ul > li .suggestion-category p + p::before {
  content: "|";
  font-size: 15px;
  color: #4a5568;
  margin-inline: 6px;
}
.search-suggestion-box ul > li .suggestion-category p a {
  color: #4a5568;
  font-size: 14px;
}
.search-suggestion-box ul > li .suggestion-category a {
  color: #222222;
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.search-suggestion-box .result-item {
  padding: 8px;
  cursor: pointer;
}
.search-suggestion-box .result-item:hover, .search-suggestion-box .result-item.selected {
  background-color: rgba(25, 163, 136, 0.1);
}
.search-suggestion-box .result-item.dark-code {
  background-color: #333;
  color: #ffffff;
}
.search-suggestion-box .highlight {
  color: red;
}
.search-suggestion-box .not-found-box {
  text-align: center;
}
.search-suggestion-box .not-found-box h5, .search-suggestion-box .not-found-box .h5 {
  font-size: 16px;
  color: #4a5568;
}
.search-suggestion-box .not-found-box h5 span, .search-suggestion-box .not-found-box .h5 span {
  font-weight: 600;
  color: #222222;
}
.search-suggestion-box .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.search-suggestion-box .recent-search-section .page-title a {
  font-size: 14px !important;
}
.search-suggestion-box .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search-suggestion-box .recent-search-section .filter-row > a,
.search-suggestion-box .recent-search-section .filter-row > div {
  background-color: #f8f8f8;
  color: #222222 !important;
  font-size: 14px !important;
  padding: 7px 12px !important;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  cursor: pointer;
}
.search-suggestion-box .recent-search-section .filter-row > a:hover,
.search-suggestion-box .recent-search-section .filter-row > div:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
.search-suggestion-box .recent-search-section .filter-row > a:hover > a,
.search-suggestion-box .recent-search-section .filter-row > div:hover > a {
  color: #fff !important;
}
.search-suggestion-box .recent-search-section .filter-row > a > a,
.search-suggestion-box .recent-search-section .filter-row > div > a {
  color: #222222 !important;
}
.search-suggestion-box .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}

.search-suggestion-wrap {
  margin: 0 !important;
  display: flex;
  z-index: 4;
}
.search-suggestion-wrap button {
  border-radius: 0 5px 5px 0;
}
body[dir=rtl] .search-suggestion-wrap button {
  border-radius: 5px 0 0 5px;
}
.search-suggestion-wrap .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.search-suggestion-wrap .recent-search-section .page-title a {
  font-size: 14px !important;
}
.search-suggestion-wrap .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search-suggestion-wrap .recent-search-section .filter-row > div {
  cursor: pointer;
  padding: 7px 12px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  background-color: #f8f8f8;
}
.search-suggestion-wrap .recent-search-section .filter-row > div:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.search-suggestion-wrap .recent-search-section .filter-row > div:hover a {
  color: #ffffff;
}
.search-suggestion-wrap .recent-search-section .filter-row > div a {
  font-size: 14px;
  text-transform: capitalize;
  color: #222222;
}
.search-suggestion-wrap .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}
html.rtl .search-suggestion-wrap .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  background-color: #1d1d22;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(44, 44, 44, 0.5), rgba(255, 255, 255, 0));
}

.search-suggestion-box {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  top: 61px;
  z-index: 4;
  border: 1px solid #ececec;
  border-radius: 7px;
  padding: 13px 16px;
  box-shadow: 0 0 9px rgba(221, 221, 221, 0.7019607843);
}
html.dark .search-suggestion-box {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.search-suggestion-box .skeleton-ul .result-item:hover {
  background-color: transparent;
}
.search-suggestion-box .skeleton-ul .suggestion-image {
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
}
.search-suggestion-box .skeleton-ul .suggestion-category > div {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  margin-top: 0;
}
.search-suggestion-box .skeleton-ul .suggestion-category p {
  height: 16px;
  width: 100px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
  display: block;
}
.search-suggestion-box .skeleton-ul .suggestion-category p:last-child {
  width: 240px;
}
.search-suggestion-box .skeleton-ul .suggestion-category p::before {
  display: none;
}
.search-suggestion-box ul {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 7px;
  max-height: 368px;
}
.search-suggestion-box ul::-webkit-scrollbar {
  width: 10px;
}
.search-suggestion-box ul::-webkit-scrollbar-track {
  background: #fff;
}
.search-suggestion-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.4784313725);
  border-radius: 100px;
  border: 3px solid #fff;
}
.search-suggestion-box ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-suggestion-box ul > li a {
  color: #222222;
  font-size: 16px;
}
.search-suggestion-box ul > li .suggestion-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-suggestion-box ul > li .suggestion-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.search-suggestion-box ul > li .suggestion-category > div {
  flex-wrap: wrap;
  gap: 2px 0;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.search-suggestion-box ul > li .suggestion-category p {
  margin: 0;
  flex-wrap: wrap;
  gap: 2px 0;
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  position: relative;
}
.search-suggestion-box ul > li .suggestion-category p + p::before {
  content: "|";
  font-size: 15px;
  color: #4a5568;
  margin-inline: 6px;
}
.search-suggestion-box ul > li .suggestion-category p a {
  color: #4a5568;
  font-size: 14px;
}
.search-suggestion-box ul > li .suggestion-category a {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
}
.search-suggestion-box .result-item {
  padding: 8px;
  cursor: pointer;
}
.search-suggestion-box .result-item:hover, .search-suggestion-box .result-item.selected {
  background-color: rgba(25, 163, 136, 0.1);
}
.search-suggestion-box .result-item.dark-code {
  background-color: #333;
  color: #ffffff;
}
.search-suggestion-box .highlight {
  color: red;
}
.search-suggestion-box .not-found-box {
  text-align: center;
}
.search-suggestion-box .not-found-box h5, .search-suggestion-box .not-found-box .h5 {
  font-size: 16px;
  color: #4a5568;
}
.search-suggestion-box .not-found-box h5 span, .search-suggestion-box .not-found-box .h5 span {
  font-weight: 600;
  color: #222222;
}
.search-suggestion-box .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.search-suggestion-box .recent-search-section .page-title a {
  font-size: 14px !important;
}
.search-suggestion-box .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search-suggestion-box .recent-search-section .filter-row > a {
  background-color: #f8f8f8;
  color: #222222 !important;
  font-size: 14px !important;
  padding: 7px 12px !important;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  cursor: pointer;
}
.search-suggestion-box .recent-search-section .filter-row > a:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
.search-suggestion-box .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}

body.home header.header-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.home header.header-gradient .navbar-toggler-icon {
  color: #fff;
}
body.home header.header-gradient .navbar-toggler-icon i {
  margin-right: 1rem !important;
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: #595959;
}
body.home header.header-gradient .skeleton-menu li {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
body.home header.header-gradient .navbar-light .navbar-nav .nav-link,
body.home header.header-gradient .header-nav-middle .navbar-nav .nav-link {
  color: #ffffff;
}
body.home header.header-gradient .header-top {
  background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
body.home header.header-gradient .dropdown::before {
  color: #ffffff;
}
body.home header.header-gradient .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  body.home header.header-gradient .navbar-nav .nav-item .nav-link {
    color: #222222 !important;
  }
}
body.home header.header-gradient .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: #222222 !important;
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ffffff;
}
html.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ffffff;
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #ffffff;
}
html.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #ffffff;
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6,
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: rgba(255, 255, 255, 0.8);
}
html.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, html.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6,
html.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
html.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: rgba(255, 255, 255, 0.8);
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side.search-icon a {
  color: #ffffff;
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .search-suggestion-box ul > li .suggestion-category a {
  color: #222222;
}
body.home header.header-gradient .search-full .input-group {
  border: unset;
}
body.rtl body.home header.header-gradient .search-full .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0;
}
body.rtl body.home header.header-gradient .search-full .input-group .input-group-text .form-control {
  border-radius: 0;
}
body.home header.header-gradient .search-full .input-group .input-group-text.close-search {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}
body.rtl body.home header.header-gradient .search-full .input-group .input-group-text.close-search {
  border-radius: 0.375rem 0 0 0.375rem !important;
}

/**=====================
     Home scss
==========================**/
.bg-effect {
  background-image: url(/_next/static/media/bg-body.10be8c5e.png);
  background-repeat: no-repeat;
  background-position: center;
}

.home-contain {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(18px + 42 * (100vw - 320px) / 1600);
}
.home-contain .home-detail.home-big-space {
  padding: calc(27px + 158 * (100vw - 320px) / 1600) 0 !important;
}
@media (max-width: 767px) {
  .home-contain .home-detail.home-overlay {
    background-color: rgba(255, 255, 255, 0.529);
  }
}
.home-contain .home-detail > .home-top {
  margin-top: -100px;
}
@media (max-width: 575px) {
  .home-contain .home-detail > .home-top {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .home-contain .home-detail > .home-top {
    margin-top: 0;
  }
}
.home-contain .home-detail.home-p-sm {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) !important;
}
.home-contain .home-detail.home-p-medium {
  padding: 50px calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.home-contain .home-detail .ls-expanded {
  letter-spacing: 2.2px;
}
.home-contain .home-detail h1, .home-contain .home-detail .h1 {
  font-size: calc(16px + 26 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.4;
  margin-bottom: calc(3px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .home-contain .home-detail h1, .home-contain .home-detail .h1 {
    width: 100%;
  }
}
.home-contain .home-detail h1.super-sale, .home-contain .home-detail .super-sale.h1 {
  font-size: 45px;
}
.home-contain .home-detail h1.name-title, .home-contain .home-detail .name-title.h1 {
  font-size: calc(25px + 17 * (100vw - 320px) / 1600);
}
.home-contain .home-detail h1.home-name, .home-contain .home-detail .home-name.h1 {
  font-size: 86px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.home-contain .home-detail h1.home-name::before, .home-contain .home-detail .home-name.h1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  bottom: 0;
  background-color: #222222;
}
.home-contain .home-detail h1.furniture-heading span, .home-contain .home-detail .furniture-heading.h1 span {
  position: relative;
}
.home-contain .home-detail h1.furniture-heading span::before, .home-contain .home-detail .furniture-heading.h1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/_next/static/media/line.4f4fdbc8.png);
  width: 100%;
  height: 100%;
  top: 90%;
  background-repeat: no-repeat;
}
.home-contain .home-detail h1.poster-1, .home-contain .home-detail .poster-1.h1 {
  line-height: calc(23px + 45 * (100vw - 320px) / 1600);
}
.home-contain .home-detail h1.poster-2, .home-contain .home-detail .poster-2.h1 {
  line-height: calc(29px + 34 * (100vw - 320px) / 1600);
}
.home-contain .home-detail h1 span.name, .home-contain .home-detail .h1 span.name {
  font-weight: 800;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.home-contain .home-detail h1 span.name::before, .home-contain .home-detail .h1 span.name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 10px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-contain .home-detail h1 span.name::before, .home-contain .home-detail .h1 span.name::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .home-contain .home-detail h1 span.name::before, .home-contain .home-detail .h1 span.name::before {
    content: none;
  }
}
.home-contain .home-detail h1 span.name-2, .home-contain .home-detail .h1 span.name-2 {
  font-weight: 800;
  color: var(--theme-color);
}
.home-contain .home-detail h1 .daily, .home-contain .home-detail .h1 .daily {
  color: var(--theme-color);
  font-weight: 800;
}
.home-contain .home-detail h1 .discount, .home-contain .home-detail .h1 .discount {
  font-size: 16px;
  color: #262834;
  font-weight: 400;
}
.home-contain .home-detail h2, .home-contain .home-detail .h2 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
.home-contain .home-detail h2 span.discount, .home-contain .home-detail .h2 span.discount {
  font-size: 16px;
  font-weight: 400;
}
.home-contain .home-detail h2.home-name, .home-contain .home-detail .home-name.h2 {
  font-size: calc(52px + 33 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.home-contain .home-detail h3, .home-contain .home-detail .h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.home-contain .home-detail h4, .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.home-contain .home-detail h5, .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.home-contain .home-detail h6, .home-contain .home-detail .h6 {
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #4a5568;
}
@media (max-width: 360px) {
  .home-contain .home-detail h6, .home-contain .home-detail .h6 {
    margin-bottom: 5px;
  }
}
.home-contain .home-detail h6.home-home, .home-contain .home-detail .home-home.h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.home-contain .home-detail h6 span, .home-contain .home-detail .h6 span {
  font-weight: 500;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(8px + 8 * (100vw - 320px) / 1600);
  background: #000000;
  background: linear-gradient(90deg, rgba(255, 114, 114, 0.15) 0%, rgba(255, 114, 114, 0) 79%);
  border-radius: 50px;
  color: #ff4f4f;
  margin-left: calc(2px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 360px) {
  .home-contain .home-detail h6 span, .home-contain .home-detail .h6 span {
    display: none;
  }
}
.home-contain .home-detail p {
  margin-bottom: 0;
  color: #4a5568;
  letter-spacing: 0.8px;
  line-height: calc(19px + 8 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.home-contain .home-detail p.organic {
  width: 70%;
}
.home-contain .home-detail .shop-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  color: #222222;
}
.home-contain .home-detail .shop-button:hover i {
  transform: translateX(4px);
}
.home-contain .home-detail .shop-button i {
  transition: 0.3s ease;
  margin-left: 8px;
}
.home-contain .home-detail .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 14px;
}
.home-contain .home-detail .social-icon li:hover a {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: #ffffff;
}
.home-contain .home-detail .social-icon li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #4a5568;
  color: #222222;
}

.home-section-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section-2.home-section-bg {
  background: none;
}
.home-section-2.home-section-bg .home-contain img {
  width: 100%;
  height: 100%;
}
.home-section-2 .home-contain {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.home-section-2 .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
}
.home-section-2 .home-contain .home-detail.home-p-sm {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.home-section-2 .home-contain .home-detail h1, .home-section-2 .home-contain .home-detail .h1 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.home-section-2 .home-contain .home-detail h1.sale-name, .home-section-2 .home-contain .home-detail .sale-name.h1 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
}
.home-section-2 .home-contain .home-detail h1.heding-2, .home-section-2 .home-contain .home-detail .heding-2.h1 {
  font-size: calc(22px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 7px;
  width: 100%;
}
.home-section-2 .home-contain .home-detail h2, .home-section-2 .home-contain .home-detail .h2 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.home-section-2 .home-contain .home-detail h2.content-2, .home-section-2 .home-contain .home-detail .content-2.h2 {
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  font-weight: 500;
}
.home-section-2 .home-contain .home-detail h3, .home-section-2 .home-contain .home-detail .h3 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.home-section-2 .home-contain .home-detail h4, .home-section-2 .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.home-section-2 .home-contain .home-detail h5, .home-section-2 .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.home-section-2 .home-contain .home-detail h6, .home-section-2 .home-contain .home-detail .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 5 * (100vw - 320px) / 1600);
}
.home-section-2 .home-contain .home-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
  color: #4a5568;
  letter-spacing: 0.8px;
}
.home-section-2 .home-contain .home-detail .shop-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--theme-color);
  font-size: 15px;
}
.home-section-2 .home-contain .home-detail .shop-now-button i {
  font-size: 17px;
  margin-left: 8px;
}

.home-section-small .home-contain .home-detail.home-width {
  width: 50%;
}
@media (max-width: 360px) {
  .home-section-small .home-contain .home-detail.home-width:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .home-section-small .home-contain .home-detail.home-width {
    width: 60%;
  }
}
@media (max-width: 360px) {
  .home-section-small .home-contain .home-detail.home-width {
    width: 100%;
  }
}
.home-section-small .home-contain.home-small .home-detail {
  padding: calc(20px + 30 * (100vw - 767px) / 1153) calc(12px + 38 * (100vw - 767px) / 1153);
}
.home-section-small .home-contain.home-small .home-detail h4, .home-section-small .home-contain.home-small .home-detail .h4 {
  font-size: calc(14px + 8 * (100vw - 767px) / 1153);
}

.home-search {
  background-image: linear-gradient(to right top, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #008d89, #008a89, #008688, #008387, #007f86);
  padding-top: 0;
}
.home-search .home-search-content {
  display: flex;
  align-items: flex-end;
  padding-top: 156px;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-bottom: 70px;
}
.home-search .home-search-content > div {
  width: 100%;
}
.home-search .home-search-content h1, .home-search .home-search-content .h1 {
  color: #ffffff;
  font-size: 42px;
  text-transform: inherit;
}
.home-search .home-search-content h3, .home-search .home-search-content .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 12px;
}
.home-search .home-search-content .search-box {
  margin-top: 35px;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.home-search .home-search-content .search-box .btn {
  background-color: #ffffff;
}
.home-search .home-search-content .category-sec {
  margin-top: 80px;
}
.home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name h6, .home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name .h6 {
  color: #ffffff;
}

.custom-row .sidebar-col {
  width: 320px;
  border-right: 1px solid #ececec;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-top: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .custom-row .sidebar-col {
    border-right: unset;
    left: -350px;
    background-color: #ffffff;
    z-index: 10;
    height: 100%;
    width: calc(300px + 20 * (100vw - 320px) / 879);
  }
  .custom-row .sidebar-col.show {
    left: 0;
  }
}
.custom-row .sidebar-col .category-menu {
  background-color: transparent;
}
.custom-row .sidebar-col .category-menu .web-logo {
  display: block;
  margin-bottom: calc(34px + 6 * (100vw - 320px) / 1600);
}
.custom-row .sidebar-col .category-menu .web-logo img {
  width: calc(53% + 17 * (100vw - 320px) / 1600);
}
.custom-row .sidebar-col .category-menu ul {
  gap: calc(21px + 7 * (100vw - 320px) / 1600);
  border-bottom: none;
}
.custom-row .sidebar-col .category-menu ul li .category-list img {
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
}
.custom-row .sidebar-col .category-menu ul li .category-list h5, .custom-row .sidebar-col .category-menu ul li .category-list .h5 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.custom-row .content-col {
  margin-left: 320px;
  padding-left: calc(12px + 13 * (100vw - 320px) / 1600);
  margin-top: calc(77px + 36 * (100vw - 320px) / 1600);
  padding-right: calc(12px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .custom-row .content-col {
    margin-left: 0;
  }
}

.home-search-full {
  height: 70vh;
}
@media (max-width: 575px) {
  .home-search-full {
    height: 50vh;
  }
}
.home-search-full .home-contain .home-detail {
  height: 70vh;
  padding: 0;
  padding-top: 64px;
}
@media (max-width: 575px) {
  .home-search-full .home-contain .home-detail {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .home-search-full .home-contain .home-detail {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .home-search-full .home-contain .home-detail {
    padding: 48px 15px 0;
  }
}
.home-search-full .home-contain .home-detail > div {
  width: 50%;
}
@media (max-width: 991px) {
  .home-search-full .home-contain .home-detail > div {
    width: 67%;
  }
}
@media (max-width: 575px) {
  .home-search-full .home-contain .home-detail > div {
    width: 100%;
  }
}
.home-search-full .home-contain .home-detail h1, .home-search-full .home-contain .home-detail .h1 {
  font-size: calc(31px + 27 * (100vw - 320px) / 1600);
  text-transform: inherit;
  margin-inline: auto;
  margin-top: -18px;
}
.home-search-full .home-contain .home-detail h3, .home-search-full .home-contain .home-detail .h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-block: calc(4px + 8 * (100vw - 320px) / 1600) 0;
  color: #4a5568;
  line-height: 1.4;
}
.home-search-full .home-contain .home-detail .search-box {
  margin-top: calc(23px + 12 * (100vw - 320px) / 1600);
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1460px) {
  .home-search-full .home-contain .home-detail .search-box {
    width: 83%;
  }
}
@media (max-width: 480px) {
  .home-search-full .home-contain .home-detail .search-box {
    width: 100%;
  }
}
.home-search-full .home-contain .home-detail .search-box .btn {
  background-color: #ffffff;
}
.home-search-full.gradient-home {
  height: 80vh;
}
@media (max-width: 1366px) {
  .home-search-full.gradient-home {
    height: 70vh;
  }
}
@media (max-width: 1199px) {
  .home-search-full.gradient-home {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .home-search-full.gradient-home {
    height: 50vh;
  }
}
@media (max-width: 375px) {
  .home-search-full.gradient-home {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .home-search-full.gradient-home .home-contain .home-overlay {
    background-color: transparent;
  }
}
.home-search-full.gradient-home .home-contain .search-box {
  border-radius: 6px;
  overflow: hidden;
  width: 70%;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .home-search-full.gradient-home .home-contain .search-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .home-search-full.gradient-home .home-contain .search-box {
    width: 100%;
    padding-inline: 15px;
  }
}
.home-search-full.gradient-home .home-contain .search-box .form-control {
  border-radius: 0;
  border: unset;
}
.home-search-full.gradient-home .home-contain .search-box .input-group-text {
  display: block;
  width: auto;
  padding: 0;
  border: unset;
  margin: 0;
}
body[dir=rtl] .home-search-full.gradient-home .home-contain .search-box .input-group-text {
  border-radius: 6px 0 0 6px !important;
}
html.dark .home-search-full.gradient-home .home-contain .search-box .input-group-text {
  background-color: #2a2d2d;
}
@media (max-width: 575px) {
  .home-search-full.gradient-home .home-contain .search-box .input-group-text {
    display: none;
  }
}
.home-search-full.gradient-home .home-contain .search-box .input-group-text .form-select {
  border-radius: 0;
  height: 100%;
  border: unset;
  border-left: 1px solid #eee;
  background-color: #f8f8f8;
  font-weight: 500;
  font-size: 15px;
}
html.dark .home-search-full.gradient-home .home-contain .search-box .input-group-text .form-select {
  color: #ddd;
}
body[dir=rtl] .home-search-full.gradient-home .home-contain .search-box .input-group-text .form-select {
  padding: 0.375rem 0.75rem;
  text-align: left;
  background-position: right 0.75rem center;
}
.home-search-full.gradient-home .home-contain .home-detail {
  padding: 0;
  height: 80vh;
  padding-top: 58px;
}
@media (max-width: 1366px) {
  .home-search-full.gradient-home .home-contain .home-detail {
    height: 70vh;
  }
}
@media (max-width: 1199px) {
  .home-search-full.gradient-home .home-contain .home-detail {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .home-search-full.gradient-home .home-contain .home-detail {
    height: 50vh;
  }
}
@media (max-width: 375px) {
  .home-search-full.gradient-home .home-contain .home-detail {
    height: 60vh;
  }
}
.home-search-full.gradient-home .home-contain .home-detail h1, .home-search-full.gradient-home .home-contain .home-detail .h1 {
  color: #fff !important;
}
@media (max-width: 1366px) {
  .home-search-full.gradient-home .home-contain .home-detail h1, .home-search-full.gradient-home .home-contain .home-detail .h1 {
    width: 100%;
  }
}
.home-search-full.gradient-home .home-contain .home-detail h3, .home-search-full.gradient-home .home-contain .home-detail .h3 {
  color: rgba(255, 255, 255, 0.6);
}
.home-search-full.gradient-home .home-contain .home-detail .search-box input {
  position: relative;
  inset: unset;
  border-radius: 0.375rem;
  transform: unset;
  width: auto;
}
@media (max-width: 575px) {
  .home-search-full.gradient-home .home-contain .home-detail .search-box input {
    border-radius: 0.375rem !important;
  }
}
html.dark .home-search-full.gradient-home .home-contain .home-detail .search-box input {
  background-color: #1d1d22;
  color: #ddd;
}
html.dark .home-search-full.gradient-home .home-contain .home-detail .search-box input::placeholder {
  color: #ddd;
}
.home-search-full.gradient-home .home-contain .home-detail .search-box .input-group-text .form-select {
  border-radius: 0.375rem;
}

@media (max-width: 991px) {
  .home-section-ratio .ratio_180 .bg-size:before {
    padding-top: 128%;
  }
}
@media (max-width: 991px) {
  .home-section-ratio .custom-ratio {
    order: -1;
  }
}

.home-furniture .feature-detail h2, .home-furniture .feature-detail .h2 {
  font-size: calc(32px + 19 * (100vw - 1200px) / 720);
}
.home-furniture .feature-detail h3, .home-furniture .feature-detail .h3 {
  background-color: #ffa53b;
  font-size: calc(29px + 11 * (100vw - 1200px) / 720);
  color: #ffffff;
  padding: 4px calc(9px + 4 * (100vw - 1200px) / 720);
  font-weight: 700;
}

.furniture-contain-2 .home-detail {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .furniture-contain-2 .home-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }
}
.furniture-contain-2 .home-detail h1, .furniture-contain-2 .home-detail .h1 {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}

/**=====================
     Item scss
==========================**/
.button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  border-radius: 7px 0 0 7px;
  background-color: var(--theme-color);
  z-index: 1;
}
.button-item .item-btn {
  width: calc(41px + 9 * (100vw - 320px) / 1600);
  height: calc(41px + 9 * (100vw - 320px) / 1600);
  padding: 0;
}
.button-item .item-btn:hover {
  background-color: transparent;
}
.button-item .item-btn:first-child:active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.button-item .item-btn svg {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}

.item-section {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: -200px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 7px 0 0 7px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}
.item-section.active {
  right: 0;
}
.item-section .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #ffffff;
  border: none;
  background-color: transparent;
}
.item-section .close-button:first-child:active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.item-section h6, .item-section .h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 15px;
  font-weight: bold;
}
.item-section h6 svg, .item-section .h6 svg {
  font-size: 20px;
}
.item-section h6 span, .item-section .h6 span {
  margin-top: 3px;
}
.item-section .items-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.item-section .items-image li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
  font-size: 13px;
}
.item-section .items-image li + li {
  margin-left: -10px;
}
body[dir=rtl] .item-section .items-image li + li {
  margin-left: unset;
  margin-right: -10px;
}
.item-section .items-image li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.item-section .item-button {
  background-color: #ffffff !important;
  color: var(--theme-color) !important;
}
.item-section .item-button:hover {
  background-color: #ffffff !important;
  color: var(--theme-color) !important;
}

/**=====================
     Header scss
==========================**/
header .main-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-nav {
    padding: 0;
  }
}
header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: 0;
  transform: unset;
}
body[dir=rtl] header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: unset;
  right: 0;
}
header .icon-box {
  display: inline-block;
  margin-right: 10px;
}
header .dropdown-header {
  display: block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--theme-color);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  header .dropdown-header {
    padding-left: 0;
  }
}
header .navbar-nav {
  padding-top: 16px;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body[dir=rtl] header .navbar-nav {
  padding-left: unset;
  padding-right: 0;
}
header .navbar-nav .nav-link {
  cursor: pointer;
}
header .navbar-nav .nav-item {
  margin-bottom: 0;
  position: relative;
}
header .navbar-nav .nav-item .dropdown-menu > li:first-child > a {
  margin-top: 0 !important;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: 0 !important;
}
body[dir=rtl] header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: unset !important;
  margin-right: 0 !important;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item:before {
  display: none;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  padding: 0;
  justify-content: flex-start;
  margin: 10px 0 0 0;
  width: 100%;
  display: block;
  cursor: pointer;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
  transform: translateY(-50%) rotate(-90deg) !important;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  content: none;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  padding: 20px;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .new-pages {
    justify-content: unset !important;
  }
}
header .navbar-nav .nav-item .new-pages .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body[dir=rtl] header .navbar-nav .nav-item .new-pages .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .new-pages .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body[dir=rtl] header .navbar-nav .nav-item .new-pages .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
header .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header .navbar-nav .dropdown-menu {
  min-width: 200px;
  margin: 0;
  margin-top: -8px;
  background-color: #ffffff;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.7), 5px 20px 40px 0 rgba(34, 34, 34, 0.4);
  border-color: transparent;
  box-shadow: none;
  border: 0;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transform: translateY(-15px);
}
@media (max-width: 1366px) {
  header .navbar-nav .dropdown-menu {
    left: -50%;
  }
}
@media (max-width: 1240px) {
  header .navbar-nav .dropdown-menu {
    left: -70%;
  }
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover {
  position: relative;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a {
  display: block;
  position: relative;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  font-size: 12px;
  margin-left: 4px;
  color: var(--theme-color);
}
body[dir=rtl] header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  margin-left: unset;
  margin-right: 4px;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  content: "\ea6e";
  position: absolute !important;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
}
body[dir=rtl] header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  right: unset;
  left: 0;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: 113%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
  }
}
body[dir=rtl] header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: unset;
  right: 113%;
}
@media (max-width: 1199px) {
  body[dir=rtl] header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
    right: unset;
  }
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  position: absolute;
  top: -19px;
  left: 123%;
  min-width: 200px;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  background-color: #ffffff;
  border-color: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  right: 123%;
  left: unset;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    min-width: auto;
    z-index: 1;
    visibility: visible;
    box-shadow: none;
    margin: 5px 0 12px 29px;
    padding: 0;
  }
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a {
  padding: 0;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  color: #222222;
  display: block;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a:hover::after {
  width: 40%;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
header .navbar-nav .dropdown-menu-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  width: 52vw;
  min-width: unset;
  padding: 22px !important;
  align-items: center;
  justify-content: space-around;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 {
    position: relative;
  }
}
body[dir=rtl] header .navbar-nav .dropdown-menu-2::after {
  transform: scaleX(-1);
  filter: FlipH;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2::after {
    content: none;
  }
}
@media (max-width: 1680px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 65vw;
  }
}
@media (max-width: 1400px) {
  header .navbar-nav .dropdown-menu-2 {
    background-position: 20px center;
  }
}
@media (max-width: 1315px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 72vw;
  }
}
@media (max-width: 1260px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 80vw;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 100%;
    padding: 0 !important;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.8);
  }
  body[dir=rtl] header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body[dir=rtl] header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  body[dir=rtl] header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    left: unset;
    right: -4px;
  }
}
header .navbar-nav .dropdown-menu .dropdown {
  margin-inline: 20px;
}
header .navbar-nav .dropdown-menu .dropdown:last-child {
  margin-bottom: 12px;
}
header .navbar-nav .dropdown-menu .dropdown .dropdown-toggle::after {
  display: none;
}
header .navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  padding-inline: 16px;
}
header .navbar-nav .dropdown-image {
  background-image: none;
}
header .navbar-nav .dropdown-image::after {
  content: none;
}
@media (max-width: 991px) {
  header .navbar-nav .dropdown-image {
    left: 0;
    margin-top: 0;
  }
}
header .navbar-nav .dropdown-image .dropdown-column {
  grid-gap: 12px;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-image .dropdown-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    gap: 8px;
    margin-block: 8px 16px;
  }
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
  margin: 0 !important;
  text-align: center;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:focus, header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:active {
  background-color: transparent;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::before {
  content: none;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::after {
  content: none;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
    padding: 0;
  }
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover img {
  box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.07);
  transform: translateY(-4px);
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span {
  color: var(--theme-color);
  font-weight: 600;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span::after {
  width: 100%;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item img {
  width: 100%;
  box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  transition: all 0.3s ease-in-out;
  display: block;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: calc(15px + 1 * (100vw - 1200px) / 720);
  margin-bottom: -6px;
  position: relative;
  z-index: 0;
  font-weight: 500;
  text-transform: capitalize;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
body[dir=rtl] header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::after {
  left: unset;
  right: 0;
}
header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 16px;
  font-size: calc(21px + 0.45vw);
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
}
header .navbar-brand:hover {
  text-decoration: none;
}
header .navbar-brand:focus {
  text-decoration: none;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: calc(15px + 10 * (100vw - 1200px) / 720);
}
body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: unset;
  margin-right: calc(15px + 10 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: unset;
    margin-right: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu a {
  padding: 0;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu a {
    padding: 0.25rem 1rem;
    font-weight: 400;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item > a {
  color: #222222;
  padding: 8px;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item > a {
    font-weight: 700;
    font-size: 16px;
    padding-inline: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown:hover > a::after {
  transform: translateY(-50%) rotateX(180deg);
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 18px;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    padding-inline: 0;
  }
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a span {
    margin-right: auto;
  }
  body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a span {
    margin-right: unset;
    margin-left: auto;
  }
}
body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 0.5rem;
  text-align: right;
  padding-left: 18px;
}
@media (max-width: 1199px) {
  body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    padding-inline: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::after {
  border: unset;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea4e";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::after {
  right: unset;
  left: -4px;
  margin-right: 0.255em;
  margin-left: unset;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::after {
    position: relative;
    inset: unset;
    transform: unset;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link::after {
  content: none;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  position: absolute;
  top: -10px;
  left: 84%;
  transform: translateX(-50%);
  font-size: 8px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  padding: 0 8px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--theme-color);
  border-radius: 50px;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: 10px;
    margin-right: auto;
    border-radius: 3px;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 10px;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--theme-color);
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
    content: none;
  }
}
body[dir=rtl] header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  left: unset;
  right: 10px;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link-2::before {
  content: none;
}
header .navbar-text {
  padding-top: 9px;
  padding-bottom: 9px;
}
header .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
header .navbar-toggler {
  background-color: transparent;
  transition: box-shadow 0.15s ease-in-out;
  padding: 12px;
  font-size: 18px;
  margin-right: 10px;
  padding: 0;
  line-height: 1.5;
}
body[dir=rtl] header .navbar-toggler {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 767px) {
  header .navbar-toggler {
    margin-right: 0;
  }
}
header .navbar-toggler:focus-visible {
  outline: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler:hover, header .navbar-toggler:first-child:active {
  background-color: transparent;
  color: #222222;
}
header .navbar-toggler-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #222222;
}
@media (max-width: 767px) {
  header .navbar-toggler-icon {
    margin-right: 0;
  }
}
header .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
header .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
header .navbar-expand .navbar-nav {
  flex-direction: row;
}
header .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  left: 26px;
  top: 30px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
header .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
header .navbar-expand .navbar-collapse {
  display: flex;
  flex-basis: auto;
}
header .navbar-expand .navbar-toggler {
  display: none;
}
header .navbar-light .navbar-brand {
  color: #222222;
}
header .navbar-light .navbar-brand:hover {
  color: #222222;
}
header .navbar-light .navbar-brand:focus {
  color: #222222;
}
header .navbar-light .navbar-nav .nav-link {
  color: #222222;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color);
}
header .navbar-light .navbar-nav .nav-link:focus {
  color: var(--theme-color);
}
header .navbar-light .navbar-nav .show > .nav-link {
  color: var(--theme-color);
}
header .navbar-light .navbar-nav .nav-link.active {
  color: var(--theme-color);
}
header .navbar-light .navbar-toggler {
  color: #4a5568;
  border-color: transparent;
}
header .navbar-light .navbar-text {
  color: #4a5568;
}
header .navbar-light .navbar-text a {
  color: var(--theme-color);
}
header .navbar-light .navbar-text a:hover {
  color: var(--theme-color);
}
header .navbar-light .navbar-text a:focus {
  color: var(--theme-color);
}
header .navbar {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  z-index: 3;
}
body[dir=rtl] header .navbar {
  padding-left: unset;
  padding-right: 15px;
}
header .navbar:not(.navbar-stuck) .navbar-stuck-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#222222, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
header .navbar-shadow {
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
header .navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar-stuck .navbar-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#222222, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
header .navbar-stuck-logo {
  display: none;
}
header .navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navbar-show 0.25s;
  background-color: #ffffff;
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
header .header-nav-middle {
  margin: auto !important;
}
header .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  transition: transform 0.3s ease-in-out;
  will-change: transform, box-shadow;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  visibility: visible !important;
}
header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  left: 0;
  box-shadow: none;
}
body[dir=rtl] header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) {
  header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    width: calc(300px + 20 * (100vw - 320px) / 879);
    transform: translateX(-100%);
    z-index: 7;
  }
  body[dir=rtl] header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    transform: translateX(100%);
  }
}
header .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
  z-index: 1;
}
@media (max-width: 1199px) {
  header .offcanvas-header {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
header .offcanvas-header .btn-close {
  padding: 0;
  margin: -10px 0;
  font-size: 20px;
  background: unset;
  opacity: 1;
  width: unset;
  height: unset;
  line-height: 1;
}
:not(.btn-check) + header .offcanvas-header .btn-close:active {
  background-color: transparent;
  color: #222222;
}
html.dark :not(.btn-check) + header .offcanvas-header .btn-close:active {
  color: #ffffff;
}
header .offcanvas-header h5, header .offcanvas-header .h5 {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(20px + 2 * (100vw - 320px) / 880);
}
header .offcanvas-title {
  margin-bottom: 0;
  line-height: initial;
}
header .offcanvas-body {
  flex-grow: 1;
  padding: 20px 24px;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  header .offcanvas-body {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
header .offcanvas-body::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  opacity: 0;
}
header .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
header .offcanvas-body > .simplebar-track {
  display: block;
  background-color: transparent;
}
header .offcanvas-body .simplebar-vertical {
  margin-right: 3px;
}
header .offcanvas-start {
  top: 0;
  left: 0;
  width: 352px;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}
header .offcanvas-end {
  top: 0;
  right: 0;
  width: 352px;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}
header .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}
header .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}
header .offcanvas.show {
  transform: none !important;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04) !important;
}
header .offcanvas-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
}
header .sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
header .hot-deal-box {
  color: #e21719;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
header .hot-deal-box img {
  margin-right: 7px;
}
header .hot-deal-box span {
  font-size: 16px;
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  header .navbar-toggler {
    transition: none;
  }
  header .offcanvas {
    transition: none;
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl.navbar .offcanvas-body {
    overflow: visible;
  }
  header .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  header .navbar-expand-xl .navbar-stuck-logo {
    display: block;
  }
  header .navbar-expand-xl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  header .navbar-expand-xl .navbar-nav > li > a {
    font-size: 16px;
    color: #ffffff;
  }
  header .navbar-expand-xl .navbar-nav .nav-item {
    border: 0;
  }
  header .navbar-expand-xl .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled)::before {
    transform: translateY(-50%) rotateX(180deg);
  }
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  body[dir=rtl] header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .nav-link {
    padding-right: unset;
  }
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu:before {
    content: "\ea4e";
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  header .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  header .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    display: none !important;
  }
  header .navbar-expand-xl .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-column {
    margin: 0;
    position: relative;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-column:first-of-type {
    margin-left: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item {
    padding: 0;
    margin: 12px 0 0 0;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    cursor: pointer;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-menu .dropdown-item {
    text-align: right;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:hover::after {
    width: 40%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:active {
    color: #000000;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 2px;
    left: 0;
    background-color: var(--theme-color);
    opacity: 0.3;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    left: unset;
    right: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    position: relative;
    padding-right: 26px;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    padding-right: 20px;
    padding-left: 26px;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    content: "\ea4e";
    position: absolute;
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    height: unset;
    display: block;
    right: 10px;
    border: none;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    right: unset;
    left: 0;
    margin-right: 0.255em;
    margin-left: unset;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown:last-child {
    margin-bottom: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: -20px;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: 0;
    margin-inline: 0;
    padding-inline: 0;
    border-radius: 5px;
    background-color: #ffffff;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    left: unset;
    right: 100%;
  }
  header .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  header .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
    right: 0;
    left: auto;
  }
  header .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important;
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-50%) translateY(0);
    display: block !important;
    left: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-55%) translateY(0);
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-center {
    transform: translateX(-50%) translateY(0);
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-left {
    transform: translateX(-50%) translateY(0);
  }
  header .navbar-expand-xl .dropdown-mega {
    position: unset;
  }
  header .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: none !important;
  }
  header .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item {
    display: block;
    padding: 0;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column.dropdown-column-img {
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column {
    margin-top: 0;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #222222;
    position: relative;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    text-align: right;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 36px;
    height: 2px;
    background-color: var(--theme-color);
    left: 0;
  }
  body[dir=rtl] header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    left: unset;
    right: 0;
  }
  header .offcanvas-expand {
    transform: none !important;
    z-index: 1031;
  }
  header .offcanvas-expand.offcanvas-start {
    transform: none !important;
  }
  header .offcanvas-expand.offcanvas-end {
    transform: none !important;
  }
  header .offcanvas-expand.offcanvas-bottom {
    transform: none !important;
  }
  header .offcanvas-collapse {
    display: block;
    position: static;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none;
  }
  header .offcanvas-collapse .offcanvas-header {
    display: none;
  }
  header .offcanvas-collapse .offcanvas-footer {
    display: none;
  }
  header .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial;
  }
  header .offcanvas-enabled-start {
    padding-left: 376px;
  }
  header .offcanvas-enabled-end {
    padding-right: 376px;
    padding-left: 0;
  }
}
header .navbar-expand-xl .offcanvas {
  -webkit-box-flex: 1;
}
@media (max-width: 1199px) {
  header .navbar-expand-xl .offcanvas {
    z-index: 4;
    -webkit-box-flex: 2;
  }
}
header .offcanvas-backdrop {
  z-index: 6;
}
@media (max-width: 1199px) {
  header .offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: unset;
    color: #4a5568;
    font-weight: 700;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.disabled {
    color: #4a5568;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .show > .nav-link {
    color: var(--theme-color);
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .active > .nav-link {
    color: var(--theme-color);
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #4a5568;
    font-size: 14px;
  }
  body[dir=rtl] header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    text-align: right;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #4a5568;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    font-size: 16px;
    font-weight: 600;
  }
  body[dir=rtl] header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    text-align: right;
  }
  header .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none !important;
    transform: translateY(0);
  }
  header .navbar-nav .dropdown-menu.show {
    position: relative;
    display: block !important;
    inset: unset;
  }
  header .navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body[dir=rtl] header .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  header .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  body[dir=rtl] header .navbar-nav .dropdown-menu .dropdown-item::before {
    left: unset;
    right: -4px;
  }
  header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.8);
  }
  body[dir=rtl] header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .new-nav-item {
    justify-content: unset !important;
  }
}
.new-nav-item .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body[dir=rtl] .new-nav-item .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
  right: unset;
  left: 3px;
}
@media (max-width: 1199px) {
  .new-nav-item .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body[dir=rtl] .new-nav-item .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}

.dropdown-menu .product-box {
  padding: 0;
}
.dropdown-menu .product-box .product-image {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.dropdown-menu .product-box .product-detail a h6.name, .dropdown-menu .product-box .product-detail a .name.h6 {
  font-size: 14px;
  font-weight: 400;
}
body[dir=rtl] .dropdown-menu .product-box .product-detail a h6.name, body[dir=rtl] .dropdown-menu .product-box .product-detail a .name.h6 {
  text-align: right;
}
.dropdown-menu .product-box .product-detail .rating {
  margin-top: 3px;
}
.dropdown-menu .product-box .product-detail .rating span.ng-star-inserted {
  color: #ffb321;
  font-size: 20px;
  margin-right: 1px;
  line-height: 1;
}
.dropdown-menu .product-box .product-detail .unit {
  color: #777;
}
.dropdown-menu .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 30%;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #ffffff;
  transform: scale(0.86);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(221, 221, 221, 0.6);
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 1px solid #ececec;
}
.dropdown-menu .owl-theme .owl-nav [class*=owl-]::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(34, 34, 34, 0.88);
}
.dropdown-menu .owl-theme .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 1199px) {
  .dropdown-menu .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
.dropdown-menu .owl-theme .owl-nav .owl-prev::after {
  content: "\ea64";
}
.dropdown-menu .owl-theme .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 1199px) {
  .dropdown-menu .owl-theme .owl-nav .owl-next {
    right: 0;
  }
}
.dropdown-menu .owl-theme .owl-nav .owl-next::after {
  content: "\ea6e";
}
.dropdown-menu .owl-theme:hover .owl-nav [class*=owl-] {
  transform: scale(1);
}

.custom-mt {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .custom-mt {
    margin-top: calc(9px + 3 * (100vw - 320px) / 880);
  }
}

.menu-img-banner {
  margin: -23px -23px -23px -25px;
}
.menu-img-banner a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% + 35px);
  margin: -22px;
  margin-inline: -24px;
}
.menu-img-banner a img {
  width: 100%;
}
.menu-img-banner h4, .menu-img-banner .h4 {
  margin-top: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.menu-label {
  background-color: #ff7272;
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 5px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 0;
  animation: 0.9s blink infinite;
  margin-left: 4px;
}
body[dir=rtl] .menu-label {
  margin-left: unset;
  margin-right: 4px;
}
.menu-label::before {
  content: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #ff7272;
  left: -5px;
  width: 12px;
  height: 12px;
  z-index: -1;
  background-color: transparent;
}
.menu-label.warning-label {
  background-color: #ffa53b;
}
.menu-label.success-label {
  background-color: var(--theme-color);
}

.menu-product-slider .product-box {
  background-color: #ffffff;
  padding-bottom: 5px;
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.menu-product-slider .product-box:hover {
  box-shadow: unset;
}
.menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #f9f8f6;
}
.menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #ffffff;
}
.menu-product-slider .product-box .product-image {
  background-color: #f8f8f8;
}
.menu-product-slider .product-box .product-detail .unit,
.menu-product-slider .product-box .product-detail p {
  display: none;
}
.menu-product-slider .product-box .product-detail .product-rating {
  margin: 0 !important;
}
.menu-product-slider .product-box .label-tag {
  top: 14px;
  padding: 4px 7px;
  font-size: 13px;
}
.menu-product-slider .product-box .label-tag::before, .menu-product-slider .product-box .label-tag::after {
  width: 14px;
  height: 14px;
  right: -14px;
  border-bottom: 14px solid #faba02;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.menu-product-slider .product-box .label-tag::before {
  transform: rotate(180deg);
}
.menu-product-slider .product-box .label-tag::after {
  top: unset;
  bottom: 0;
}
.menu-product-slider .full_border > .row {
  margin: 0;
}
.menu-product-slider .full_border > .row > div {
  padding: 0;
  border: unset;
}
.menu-product-slider .full_border > .row > div + div {
  border-left: 1px solid #ececec;
}
.menu-product-slider .full_border .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
}
.menu-product-slider .full_border .product-box .product-image {
  background-color: transparent;
}
html.dark .menu-product-slider .full_bg .product-box {
  background-color: #1d1d22;
}
.menu-product-slider .full_bg .product-box .add-to-cart-box .btn-add-cart {
  background-color: #ffffff;
}
.menu-product-slider .full_bg .product-box .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.menu-product-slider .full_bg .product-box .add-to-cart-box .qty-box .input-group button {
  border-radius: 100% !important;
}
.menu-product-slider .full_bg .product-box.product-white-bg .qty-box .input-group button {
  background-color: #f8f8f8;
}
.menu-product-slider .full_bg .product-box.product-white-bg .qty-box .input-group button:hover {
  background-color: var(--theme-color);
}
.menu-product-slider .product_img_bg .product-box {
  border: unset;
}
.menu-product-slider .product_img_bg.product_border .product-box {
  padding: 0;
}

@media (max-width: 1199px) {
  header .navbar-nav .nav-item .dropdown-menu .nav-link {
    display: none !important;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    display: block !important;
    position: relative;
    inset: unset;
  }
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar {
    z-index: 10 !important;
  }
}
/* =====================
    Newsletter scss 
 ========================== */
.newsletter-section .newsletter-box {
  border-radius: 10px;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.newsletter-section .newsletter-box-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/2.0d3b1899.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain {
  transform: scaleX(-1);
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail {
  transform: scaleX(-1);
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2, .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h5, .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h5 {
  font-weight: 600;
  color: #ffbc5d;
  margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form {
  position: relative;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form ::placeholder {
  font-size: 14px;
  color: #4a5568;
}
@media (max-width: 360px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder,
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form ::placeholder {
    padding-left: 0;
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
  width: 100%;
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  border: none;
  padding-left: 53px;
  padding-right: 147px;
  color: #222222;
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
  padding-left: 147px;
  padding-right: 53px;
}
@media (max-width: 575px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-right: 42px;
    padding-left: calc(12px + 3 * (100vw - 320px) / 1600);
  }
  body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
    padding-left: 42px;
  }
}
@media (max-width: 360px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-left: 12px;
  }
  body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-left: calc(12px + 3 * (100vw - 320px) / 1600);
    padding-right: 12px;
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  width: 37px;
  height: calc(100% - 14px);
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon,
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon {
  left: unset;
  right: 8px;
}
@media (max-width: 480px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon,
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon {
    display: none;
  }
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon::before,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon::before,
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon::before {
  left: unset;
  right: 0;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon svg,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon svg {
  font-size: 19px;
  color: var(--theme-color);
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn {
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff4f4f;
  position: absolute;
  right: 3px;
  border-radius: 3px;
  border: none;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(8px + 13 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn,
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn {
  right: unset;
  left: 3px;
}
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
.newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
  color: #ffffff;
  margin-left: 6px;
  position: relative;
  inset: unset;
  transform: unset;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
}
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
  margin-left: unset;
  margin-right: 6px;
}
@media (max-width: 575px) {
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
  .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
    margin-left: 0;
  }
  body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
  body[dir=rtl] .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
    margin-left: unset;
    margin-right: 0;
  }
}
.newsletter-section.newsletter-section-2 .newsletter-box {
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail {
  width: 100%;
  height: 100%;
  padding: calc(20px + 110 * (100vw - 320px) / 1600);
  z-index: 1;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail h2, .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .h2 {
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail h4, .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .h4,
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail h5,
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .h5 {
  margin-bottom: 8px;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 300;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form input {
  color: #ffffff;
  background-color: transparent;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #ced4da;
  height: auto;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form input::placeholder {
  color: #ffffff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form .sub-btn {
  color: #ffffff;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .submit-button {
  position: relative;
  inset: unset;
  transform: unset;
  border: 1px solid transparent;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .submit-button svg {
  display: none;
}
.newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .mail-icon {
  display: none !important;
}
.newsletter-section.newsletter-section-2 .newsletter-box .shape-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.newsletter-section.newsletter-section-2 .newsletter-box .shape-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/_next/static/media/circle.47d1f72e.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rounded infinite 30s linear;
  right: 0;
  top: 0;
  z-index: -1;
}

/**=====================
     Offer scss
==========================**/
.coupon-box {
  position: relative;
  padding: calc(15px + 12 * (100vw - 320px) / 1600);
  background: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
html.dark .coupon-box {
  background-color: #1d1d22;
}
.coupon-box .coupon-img {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 2px;
  border: 1px solid #efefef;
}
.coupon-box .coupon-img .img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.coupon-box .card-name {
  display: flex;
  justify-content: space-between;
}
.coupon-box .coupon-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.coupon-box .coupon-name img {
  border-radius: 6px;
}
.coupon-box .coupon-name h5, .coupon-box .coupon-name .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-name h5::after, .coupon-box .coupon-name .h5::after {
  content: "";
  position: absolute;
  left: 0;
  height: 23px;
  background-color: var(--theme-color);
  width: 2px;
}
body[dir=rtl] .coupon-box .coupon-name h5::after, body[dir=rtl] .coupon-box .coupon-name .h5::after {
  left: unset;
  right: 0;
}
.coupon-box .coupon-name h6, .coupon-box .coupon-name .h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
  color: #4a5568;
}
.coupon-box .coupon-content {
  margin-top: 15px;
}
.coupon-box .coupon-content.bank-offer-content {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content.bank-offer-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content.bank-offer-content h6, .coupon-box .coupon-content.bank-offer-content .h6 {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(10px + 10 * (100vw - 320px) / 1600);
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.coupon-box .coupon-content .coupon-apply .copy-btn {
  padding: calc(8px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: var(--theme-color) !important;
  background-color: transparent !important;
  font-weight: 600;
}
.coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn {
  color: #999;
  cursor: not-allowed;
}
.coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn::before {
  background-color: rgb(227, 227, 227);
  opacity: 0.6;
}
@media screen and (max-width: 1336px) and (min-width: 1399px) {
  .coupon-box .coupon-content .coupon-apply .copy-btn {
    padding: 7px;
  }
}
.coupon-box .coupon-content .coupon-apply .copy-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.coupon-box .coupon-content p {
  color: #4a5568;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.coupon-box .coupon-bottom {
  position: absolute;
  width: 95%;
  left: 10px;
  bottom: -1px;
}
.coupon-box .coupon-right {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}

/**=====================
     Offer scss
==========================**/
.offer-box {
  position: relative;
  z-index: 0;
}
.offer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.offer-section .offer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(20px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
}
@media (max-width: 575px) {
  .offer-section .offer-box {
    display: block;
    text-align: center;
  }
}
.offer-section .offer-box h2, .offer-section .offer-box .h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  margin-top: -4px;
  margin-bottom: -5px;
}
@media (max-width: 575px) {
  .offer-section .offer-box h2, .offer-section .offer-box .h2 {
    line-height: 1.3;
  }
}
.offer-section .offer-box h2 span, .offer-section .offer-box .h2 span {
  font-weight: 500;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
}

/**=====================
     Product scss
==========================**/
.product-box-slider .slick-slider .slick-list {
  margin: 0;
}
.product-box-slider .slick-slider .slick-list .slick-slide > div,
.product-box-slider .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}
.product-box-slider .slick-slider .slick-arrow {
  display: none !important;
}

.add-to-cart-box {
  background-color: #f8f8f8;
  border-radius: 50px;
  position: relative;
  max-width: 100%;
}
.add-to-cart-box .btn-add-cart {
  padding: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 10px;
  color: #4a5568;
  border-radius: 50px;
  font-weight: 500;
}
.add-to-cart-box .btn-add-cart:hover {
  background-color: transparent;
}
.add-to-cart-box .btn-add-cart.disabled {
  background-color: transparent;
}
.add-to-cart-box .btn-add-cart .add-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 100%;
  color: var(--theme-color);
  position: absolute;
  right: 4px;
  font-size: 20px;
}
.add-to-cart-box .btn-add-cart .add-icon.btn-secondary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}
.add-to-cart-box .btn-add-cart .add-icon.bg-light-orange {
  background-color: #f9f8f6;
}
.add-to-cart-box .btn-add-cart .add-icon.bg-light-gray {
  background-color: #f8f8f8;
}
@media (max-width: 480px) {
  .add-to-cart-box .btn-add-cart .add-icon {
    display: none;
  }
}
.add-to-cart-box .btn-add-cart .add-icon i {
  font-size: 21px;
}
.add-to-cart-box .btn-add-cart:first-child:active {
  color: #4a5568;
  background-color: transparent;
  border-color: transparent;
}
.add-to-cart-box .qty-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  width: 100%;
}
.add-to-cart-box .qty-box.open {
  display: block;
  max-width: unset;
}
.add-to-cart-box .qty-box .input-group {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.add-to-cart-box .qty-box .input-group.theme-bg-white {
  background-color: #ffffff;
}
.add-to-cart-box .qty-box .input-group button {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 100% !important;
}
.add-to-cart-box .qty-box .input-group button i {
  font-size: 21px;
  color: var(--theme-color);
  margin-top: 0;
}
.add-to-cart-box .qty-box .input-group button:focus {
  box-shadow: none;
}
.add-to-cart-box .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}

.add-to-cart-btn-2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 100%;
  color: var(--theme-color);
}
.add-to-cart-btn-2 .qty-box-2 {
  display: none;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  max-width: 190px;
}
.add-to-cart-btn-2 .qty-box-2.qty-box-3 {
  max-width: 203px;
}
.add-to-cart-btn-2 .qty-box-2.open {
  display: block;
}
.add-to-cart-btn-2 .qty-box-2 .input-group {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.add-to-cart-btn-2 .qty-box-2 .input-group button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 3px !important;
}
.add-to-cart-btn-2 .qty-box-2 .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.add-to-cart-btn-2 .qty-box-2 .input-group button:focus {
  box-shadow: none;
}
.add-to-cart-btn-2 .qty-box-2 .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}

.qty-box {
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
}
.qty-box .input-group {
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.qty-box .input-group.theme-bg-white {
  background-color: #ffffff;
}
.qty-box .input-group button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--theme-color);
  padding: 0;
  background-color: #ffffff;
  z-index: 0;
  border-radius: 4px !important;
}
.qty-box .input-group button:hover, .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #fff;
}
.qty-box .input-group button:hover svg, .qty-box .input-group button:active svg {
  color: #fff;
}
.qty-box .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.qty-box .input-group button svg {
  color: var(--theme-color);
}
.qty-box .input-group button:focus {
  box-shadow: none;
}
.qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}

.deal-timer {
  margin: 11px 0;
}
.deal-timer.product-deal-timer {
  width: 290px;
  margin-top: 24px;
}
.deal-timer.product-deal-timer ul {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
  border: none;
}
.deal-timer.product-deal-timer ul li + li::before {
  left: -25px;
}
body[dir=rtl] .deal-timer.product-deal-timer ul li + li::before {
  left: unset;
  right: -25px;
}
.deal-timer.product-deal-timer ul li .counter {
  text-align: center;
}
.deal-timer.product-deal-timer ul li .counter > div {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.deal-timer .deal-title {
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}
.deal-timer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px dashed var(--theme-color);
  text-align: center;
}
.deal-timer ul li {
  position: relative;
}
.deal-timer ul li + li::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.deal-timer ul li .counter > div {
  display: flex;
  align-items: center;
}
.deal-timer ul li .counter > div h5, .deal-timer ul li .counter > div .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.deal-timer ul li .counter > div h6, .deal-timer ul li .counter > div .h6 {
  color: #4a5568;
  font-size: 13px;
}

.category-menu {
  background-color: #f8f8f8;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.category-menu-2 {
  background: linear-gradient(136.8deg, #f6f5f2 17.01%, #fdf7f0 93.97%);
}
.category-menu h3, .category-menu .h3 {
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.category-menu h3::before, .category-menu .h3::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 2px;
  bottom: calc(-11px + 3 * (100vw - 320px) / 1600);
  left: 0;
  background-color: var(--theme-color);
}
body[dir=rtl] .category-menu h3::before, body[dir=rtl] .category-menu .h3::before {
  left: unset;
  right: 0;
}
.category-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.category-menu ul::before, .category-menu ul::after {
  content: unset;
}
.category-menu ul.value-list {
  margin-top: 35px;
  border: none;
}
.category-menu ul li {
  display: block;
  width: 100%;
  padding-inline: unset;
}
.category-menu ul li.pb-30 {
  margin-bottom: 30px;
}
.category-menu ul li .category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
  align-items: center;
  color: #222222;
}
.category-menu ul li .category-list:hover h5 a, .category-menu ul li .category-list:hover .h5 a {
  letter-spacing: 0.5px;
}
.category-menu ul li .category-list:hover h5 a:before, .category-menu ul li .category-list:hover .h5 a:before {
  width: 70px;
}
.category-menu ul li .category-list svg {
  width: 25px;
  height: 25px;
  stroke: #222222;
}
.category-menu ul li .category-list img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.category-menu ul li .category-list h5 a, .category-menu ul li .category-list .h5 a {
  color: #222222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.category-menu ul li .category-list h5 a:hover, .category-menu ul li .category-list .h5 a:hover {
  color: #222222;
}
.category-menu ul li .category-list h5 a::before, .category-menu ul li .category-list .h5 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 50px;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .category-menu ul li .category-list h5 a::before, body[dir=rtl] .category-menu ul li .category-list .h5 a::before {
  left: unset;
  right: 0;
}
.category-menu ul li .category-list i {
  margin-left: auto;
}
.category-menu ul.product-list {
  padding: 0;
  gap: 0;
}
.category-menu ul.product-list li {
  position: relative;
}
.category-menu ul.product-list li + li {
  margin-top: 25px;
  padding-top: 25px;
}
.category-menu ul.product-list li + li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
}
body[dir=rtl] .category-menu ul.product-list li + li::after {
  right: unset;
  left: 0;
}
.category-menu.menu-xl {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.category-menu.menu-xl ul {
  gap: 28px;
  border-bottom: none;
}
.category-menu.menu-xl ul li .category-list img {
  width: 35px;
  height: 35px;
}
.category-menu.menu-xl ul li .category-list h5, .category-menu.menu-xl ul li .category-list .h5 {
  font-size: 17px;
}

.product-border {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0 14px;
}
.product-border.border-row .slick-slider .slick-list {
  margin: 0 -14px;
}
.product-border.border-row .row > div:last-child {
  border-top: 1px solid #ddd;
}
.product-border .slider-5-1 .slick-slide > .row {
  border-right: 1px solid rgba(74, 85, 104, 0.3);
  margin-left: 0;
}
.product-border.product-slider-bolder {
  padding: 0;
}
.product-border.product-slider-bolder .slick-slider .slick-list {
  margin: 0;
}
.product-border.product-slider-bolder .slick-slider .slick-list .slick-slide > div,
.product-border.product-slider-bolder .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}

.product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
html.dark .product-box {
  border-right-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .product-box {
  text-align: right;
  border-right: unset;
  border-left: 1px solid #ececec;
}
html.dark body[dir=rtl] .product-box {
  border-left-color: rgba(119, 119, 119, 0.44);
}
.product-box:hover .product-image a img {
  transform: scale(1.1);
}
.product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-box.product-box-bg {
  background: #f8f8f8;
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
}
body[dir=rtl] .product-box.product-box-bg {
  border: unset;
}
.product-box.product-box-bg .qty-box .input-group {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.04);
}
.product-box.product-box-bg + .product-box-bg {
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .product-box.product-box-bg + .product-box-bg {
    margin-top: 10px !important;
  }
}
.product-box .label-tag {
  position: absolute;
  top: 12px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
  font-weight: 500;
}
body[dir=rtl] .product-box .label-tag {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  .product-box .label-tag {
    top: 16px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .product-box .label-tag {
    top: 10px;
    padding: 3px 6px;
  }
}
.product-box .label-tag::before, .product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  border-bottom: 15px solid #faba02;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
}
body[dir=rtl] .product-box .label-tag::before, body[dir=rtl] .product-box .label-tag::after {
  right: unset;
  left: -15px;
}
@media (max-width: 991px) {
  .product-box .label-tag::before, .product-box .label-tag::after {
    width: 14px;
    height: 14px;
    right: -14px;
    border-bottom: 14px solid #faba02;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
  body[dir=rtl] .product-box .label-tag::before, body[dir=rtl] .product-box .label-tag::after {
    right: unset;
    left: -14px;
  }
}
@media (max-width: 480px) {
  .product-box .label-tag::before, .product-box .label-tag::after {
    width: 12px;
    height: 12px;
    right: -12px;
    border-bottom: 12px solid #faba02;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  body[dir=rtl] .product-box .label-tag::before, body[dir=rtl] .product-box .label-tag::after {
    right: unset;
    left: -12px;
  }
}
.product-box .label-tag::after {
  top: 16px;
  transform: rotate(0);
}
@media (max-width: 991px) {
  .product-box .label-tag::after {
    top: 14px;
  }
}
@media (max-width: 480px) {
  .product-box .label-tag::after {
    top: 12px;
  }
}
.product-box .label-tag::before {
  top: 0;
  transform: rotate(180deg);
}
.product-box .label-tag.sale-tag {
  background-color: #ff7272;
}
.product-box .label-tag.sale-tag:before, .product-box .label-tag.sale-tag:after {
  border-bottom-color: #ff7272;
}
.product-box .label-tag span {
  font-weight: 700;
}
.product-box .sale-tag {
  background-color: #ff7272;
}
.product-box .sale-tag::before, .product-box .sale-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  border-bottom: 15px solid #ff7272;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
.product-box .sale-tag::after {
  right: -15px;
  bottom: 0;
  top: unset;
}
.product-box .sale-tag::before {
  right: -15px;
  transform: rotate(-180deg);
}
.product-box .product-image {
  text-align: center;
  padding: 20px;
  z-index: 0;
  position: relative;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
@media (max-width: 480px) {
  .product-box .product-image {
    padding: 8px;
  }
}
.product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .product-box .product-image .product-option {
    display: none;
  }
}
.product-box .product-image .product-option li {
  position: relative;
  width: 40px;
}
.product-box .product-image .product-option li a {
  color: #222222;
  cursor: pointer;
}
.product-box .product-image .product-option li a svg {
  font-size: 17px;
  color: #4a5568;
}
.product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
body[dir=rtl] .product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-box .product-image img {
  width: 100%;
  height: calc(100px + 0.025 * (100vw - 320px));
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-box .product-detail a {
  color: #222222;
  display: block;
}
.product-box .product-detail a:hover {
  color: #222222;
}
.product-box .product-detail a h6.name, .product-box .product-detail a .name.h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
}
.product-box .product-detail a p {
  display: none;
}
.product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.product-box .product-detail .product-rating h6, .product-box .product-detail .product-rating .h6 {
  font-weight: 500;
  line-height: 1;
}
.product-box .product-detail .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.product-box .product-detail .add-to-cart-box .qty-box .input-group button {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
}
.product-box .product-detail .brand-name {
  color: #4a5568;
  margin-bottom: 5px;
}
.product-box .product-detail .byers {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  color: #999;
}
@media (max-width: 480px) {
  .product-box .product-detail .byers {
    line-height: 1.5;
  }
}
.product-box .product-detail .byers span {
  color: #4a5568;
  font-weight: 400;
  margin-left: 3px;
}
body[dir=rtl] .product-box .product-detail .byers span {
  margin-left: unset;
  margin-right: 3px;
}
.product-box .product-detail p {
  display: none;
}
.product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
body[dir=rtl] .product-box .sold del {
  margin-left: unset;
  margin-right: 6px;
}
.product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
  line-height: normal;
}
.product-box .qty-box {
  max-width: 210px;
}
.product-box .counter-box {
  display: block;
  position: relative;
}
.product-box .counter-box h6, .product-box .counter-box .h6 {
  margin-top: 0;
}
.product-box .counter-box .addtocart_btn .add-button,
.product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.product-box .counter-box .addtocart_btn .add-button span,
.product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .product-box .counter-box .addtocart_btn .add-button span,
  .product-box .counter-box .addtocart_btn .add_cart span {
    display: none;
  }
}
.product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #ffffff;
}
.product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.product-box .price {
  margin-top: 16px;
  font-weight: 600;
}
.product-box .category-menu {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.product-box .category-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ececec;
  top: 40px;
}
.product-box .category-menu h3, .product-box .category-menu .h3 {
  padding-bottom: 10px;
}
.product-box.product-white-bg {
  background-color: #ffffff;
  border-radius: calc(9px + 7 * (100vw - 320px) / 1600);
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
}
.product-box.product-white-bg .product-detail .bottom-content .qty-box {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  max-width: 60%;
  position: absolute;
  margin: 0;
}
.product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group {
  background-color: #ffffff;
  border-radius: 100px;
}
.product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 100% !important;
  inset: unset;
  background-color: #f8f8f8;
}
.product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button:hover, .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.product-box.product-white-bg:hover {
  box-shadow: 0 15px 70px rgba(0, 0, 0, 0.07);
}
.product-box.product-white-bg .add-to-cart-btn-2 .addcart-button {
  position: relative;
  inset: unset;
}
.product-box.product-white-bg .add-to-cart-btn-2 .addcart-button:first-child:active {
  background-color: #f8f8f8;
  color: var(--theme-color);
}
.product-box.product-white-bg .bottom-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.product-style-1 {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.product-style-1:hover .product-image a img {
  transform: scale(1.1);
}
.product-style-1:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-style-1 .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .product-style-1 .product-image {
    padding: 8px;
  }
}
.product-style-1 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .product-style-1 .product-image .product-option {
    display: none;
  }
}
.product-style-1 .product-image .product-option li {
  position: relative;
  width: 40px;
}
.product-style-1 .product-image .product-option li a {
  color: #222222;
}
.product-style-1 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
[dir=rtl] .product-style-1 .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-style-1 .product-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-style-1 .add-to-cart-box {
  border-radius: 4px;
}
.product-style-1 .add-to-cart-box .btn-add-cart {
  border-radius: 4px;
}
.product-style-1 .product-detail {
  text-align: center;
  padding-bottom: 3px;
}
.product-style-1 .product-detail p {
  display: none;
}
.product-style-1 .product-detail a {
  color: #222222;
  display: block;
}
.product-style-1 .product-detail a:hover {
  color: #222222;
}
.product-style-1 .product-detail a h6.name, .product-style-1 .product-detail a .name.h6 {
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 16px;
}
.product-style-1 .product-detail .product-rating {
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.product-style-1 .product-detail .product-rating h6, .product-style-1 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.product-style-1 .product-detail .add-to-cart-box .qty-box .input-group button {
  border-radius: 2px !important;
}

.product-style-2 {
  padding: 6px 20px;
  position: relative;
  border-right: 1px solid rgba(74, 85, 104, 0.1);
}
.product-style-2:hover .product-image a img {
  transform: scale(1.1);
}
.product-style-2:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-style-2 .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .product-style-2 .product-image {
    padding: 8px;
  }
}
.product-style-2 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: max-content;
}
@media (max-width: 480px) {
  .product-style-2 .product-image .product-option {
    display: none;
  }
}
.product-style-2 .product-image .product-option li {
  position: relative;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-style-2 .product-image .product-option li a {
  color: #222222;
}
.product-style-2 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
[dir=rtl] .product-style-2 .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.product-style-2 .product-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-style-2 .product-rating h6, .product-style-2 .product-rating .h6 {
  font-size: 13px;
  color: rgba(74, 85, 104, 0.82);
}
.product-style-2 .add-to-cart-box {
  border-radius: 4px;
  max-width: 100%;
}
.product-style-2 .add-to-cart-box .btn-add-cart {
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  background-color: white !important;
  color: var(--theme-color);
  font-weight: 600;
  margin-top: 16px;
  padding: 8px;
}
.product-style-2 .add-to-cart-box .qty-box .input-group button {
  border-radius: 4px !important;
}
.product-style-2 .product-detail .brand-name {
  color: #4a5568;
  margin-bottom: 5px;
}
.product-style-2 .product-detail a {
  color: #222222;
  display: block;
}
.product-style-2 .product-detail a:hover {
  color: #222222;
}
.product-style-2 .product-detail a h6.name, .product-style-2 .product-detail a .name.h6 {
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 16px;
}
.product-style-2 .product-detail .form-select {
  margin-bottom: 13px;
  background-color: #f8f8f8;
  border: none;
  padding: 8px 13px;
  border: 1px solid rgba(74, 85, 104, 0.1);
  margin-top: 16px;
}
.product-style-2 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.product-style-2 .product-detail .product-rating h6, .product-style-2 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.product-style-2 .product-detail .product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
}
.product-style-2 .product-detail .product-bottom h5, .product-style-2 .product-detail .product-bottom .h5 {
  margin: 0;
  padding: 0;
}
.product-style-2 .product-detail .product-bottom .add-to-cart-box {
  border-radius: 4px;
  max-width: 100%;
  background-color: transparent;
  margin: 0;
  position: unset;
}
.product-style-2 .product-detail .product-bottom .add-to-cart-box .qty-box {
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  height: auto;
  transform: unset;
}
.product-style-2 .product-detail .product-bottom .add-to-cart-box .btn-add-cart {
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  background-color: #ffffff !important;
  color: var(--theme-color);
  font-weight: 600;
  padding: 7px 17px;
  margin: 0;
}
.product-style-2 .product-detail p {
  display: none;
}

.border-effect {
  border: 1px solid #ececec;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(33.33% - 20px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .border-effect {
    display: none;
  }
}
@media (max-width: 830px) {
  .border-effect {
    display: none;
  }
}

.product-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
  padding: calc(18px + 12 * (100vw - 320px) / 1600) 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 830px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .product-list {
    grid-template-columns: 1fr;
    gap: 30px calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
.product-list:after, .product-list:before {
  content: "";
  position: absolute;
  border: 1px solid #ececec;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: calc(33.33% - 12px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list:after, .product-list:before {
    width: calc(50% - 12px);
  }
}
@media (max-width: 830px) {
  .product-list:after, .product-list:before {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .product-list:after, .product-list:before {
    width: 100%;
  }
}
.product-list:before {
  left: calc(33.33% + 10px);
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list:before {
    left: calc(50% + 10px);
  }
}
@media (max-width: 830px) {
  .product-list:before {
    left: calc(50% + 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .product-list:before {
    left: 0;
    width: 100%;
  }
}
.product-list > li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 calc(18px + 12 * (100vw - 1199px) / 721);
}
@media (min-width: 1400px) {
  .product-list > li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .product-list > li:nth-child(n+4):after {
    right: unset;
    left: calc(18px + 12 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-list > li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .product-list > li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 1200px) and (min-width: 830px) {
  .product-list > li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .product-list > li:nth-child(n+4):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 830px) and (min-width: 576px) {
  .product-list > li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: -28px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .product-list > li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 576px) {
  .product-list > li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: -18px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .product-list > li:nth-child(n+2):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
.product-list > li .offer-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: calc(12px + 11 * (100vw - 320px) / 1600);
}
.product-list > li .offer-product:hover .offer-image {
  transform: scale(1.1);
}
.product-list > li .offer-product:hover .offer-detail a .name {
  color: var(--theme-color);
}
.product-list > li .offer-product .offer-image {
  width: calc(75px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .product-list > li .offer-product .offer-image {
    width: calc(80px + 10 * (100vw - 320px) / 1600);
  }
}
.product-list > li .offer-product .offer-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-list > li .offer-product .offer-detail {
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .product-list > li .offer-product .offer-detail {
    width: calc(100% - (80px + 10 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
}
.product-list > li .offer-product .offer-detail .vertical-price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  margin-bottom: -2px;
}
.product-list > li .offer-product .offer-detail .vertical-price .price {
  font-weight: 600;
  margin: 0;
}
.product-list > li .offer-product .offer-detail .vertical-price del {
  line-height: 1;
}
.product-list > li .offer-product .offer-detail .price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  font-weight: 600;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-list > li .offer-product .offer-detail .price del {
  font-weight: 400;
  font-size: 14px;
}
.product-list > li .offer-product .offer-detail a {
  display: block;
  color: #222222;
  margin-bottom: 2px;
}
.product-list > li .offer-product .offer-detail a:hover {
  color: #222222;
}
.product-list > li .offer-product .offer-detail a .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-list > li .offer-product .offer-detail span {
  font-size: 14px;
  margin-top: 5px;
  color: #4a5568;
  font-weight: 400;
}
.product-list.sidebar-product {
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
}
.product-list.sidebar-product li {
  padding: 0;
}
.product-list.sidebar-product li + li:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 103px);
}

.product-category {
  padding: calc(19px + 17 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
}
.product-category .product-category-list {
  column-count: 2;
}
.product-category .product-category-list li {
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #4a5568;
  position: relative;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-category .product-category-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  left: 0;
  border: 1px solid #4a5568;
}
.product-category .product-category-list li + li {
  margin-top: calc(14px + 12 * (100vw - 320px) / 1600);
}
.product-category .product-category-list li:last-child a {
  display: flex;
  align-items: center;
}
.product-category .product-category-list li:last-child a:hover {
  color: var(--theme-color);
}
.product-category .product-category-list li:last-child a i {
  margin-left: 8px;
}
.product-category .product-category-list li:last-child::before {
  display: none;
}

.product-slider {
  padding-bottom: 5px;
}
.product-slider:hover .product-slider-image img {
  transform: scale(1.1) rotate(4deg);
}
.product-slider .product-slider-image {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.product-slider .product-slider-image img {
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product-slider .product-slider-detail {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 90%;
  margin: -50px auto 0;
  padding: calc(20px + 5 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(47, 88, 80, 0.05);
  background-color: rgba(255, 255, 255, 0.8);
}
.product-slider .product-slider-detail > div {
  position: relative;
}
.product-slider .product-slider-detail h3, .product-slider .product-slider-detail .h3 {
  font-weight: 600;
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: -2px;
}
.product-slider .product-slider-detail h5, .product-slider .product-slider-detail .h5 {
  color: #4a5568;
  text-align: center;
}

.top-selling-section .top-selling-box {
  background-color: #f8f8f8;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.top-selling-section .top-selling-box .top-selling-title {
  padding: 0 0 5px;
  margin: 0 0 calc(28px + 12 * (100vw - 320px) / 1600);
  border: none;
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain {
  display: block;
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain {
  margin-top: calc(14px + 11 * (100vw - 320px) / 1600);
  padding-top: calc(14px + 11 * (100vw - 320px) / 1600);
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain::before {
  top: 0;
  width: calc(100% - (12px + 11 * (100vw - 320px) / 1600) - 80px);
  border: unset;
  border-top: 1px dashed rgba(74, 85, 104, 0.3);
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product {
  display: flex;
  align-items: center;
  gap: calc(12px + 11 * (100vw - 320px) / 1600);
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-image {
  width: calc(75px + 5 * (100vw - 320px) / 1600);
  height: calc(75px + 5 * (100vw - 320px) / 1600);
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail {
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail .rating {
  margin-top: 4px;
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail a h6, .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail a .h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail .price {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  white-space: nowrap;
}
.top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail .price del {
  font-size: 14px;
  font-weight: 400;
}
.top-selling-section .category-menu {
  background-color: #ffffff;
  padding: 0;
}
.top-selling-section .category-menu .top-selling-title {
  margin-bottom: calc(17px + 16 * (100vw - 320px) / 1600);
  padding: 0;
}
.top-selling-section .category-menu .top-selling-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ececec;
  bottom: 0;
}
html.dark .top-selling-section .category-menu .top-selling-title::after {
  background-color: rgba(119, 119, 119, 0.439);
}
.top-selling-section .category-menu .top-selling-title h3, .top-selling-section .category-menu .top-selling-title .h3 {
  margin: 0;
  padding-bottom: calc(12px + 9 * (100vw - 320px) / 1600);
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.top-selling-section .category-menu .top-selling-title h3::before, .top-selling-section .category-menu .top-selling-title .h3::before {
  bottom: 0;
}
.top-selling-section .category-menu .top-selling-product {
  max-height: unset;
}
.top-selling-section.border-box .product-list.sidebar-product {
  gap: 30px 30px;
}
.top-selling-section.border-box .product-list.sidebar-product li + li:after {
  display: none;
}
.top-selling-section.border-box .category-menu {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.top-selling-section.border-box .category-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ececec;
  top: 40px;
}
.top-selling-section.border-box .category-menu h3, .top-selling-section.border-box .category-menu .h3 {
  padding-bottom: 10px;
}
.top-selling-section.border-box .product-list:after, .top-selling-section.border-box .product-list:before {
  display: none;
}
.top-selling-section.border-box .product-list li {
  padding: 0;
  margin: 0;
}

.top-selling-box .top-selling-title {
  border-bottom: 1px solid #e0e2e7;
  padding-bottom: calc(12px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(24px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.top-selling-box .top-selling-title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}
body[dir=rtl] .top-selling-box .top-selling-title::after {
  left: unset;
  right: 0;
}
.top-selling-box .top-selling-title h3, .top-selling-box .top-selling-title .h3 {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.top-selling-box .top-selling-product {
  max-height: 360px;
  overflow: auto;
}
.top-selling-box .top-selling-product .top-selling-contain {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain {
  margin-top: calc(14px + 16 * (100vw - 320px) / 1600);
}
.top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: calc(100% - 118px);
  border: 1px dashed rgba(74, 85, 104, 0.3);
}
body[dir=rtl] .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain:before {
  right: unset;
  left: 0;
}
.top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-detail h5, .top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-detail .h5 {
  color: var(--theme-color);
}
.top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-detail .product-option {
  top: 0;
  opacity: 1;
}
.top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-image img {
  transform: scale(1.1);
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-image {
  overflow: hidden;
  width: calc(80px + 20 * (100vw - 320px) / 1600);
  height: calc(80px + 20 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-image img {
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail {
  padding-left: calc(15px + 3 * (100vw - 320px) / 1600);
  width: calc(100% - (80px + 20 * (100vw - 320px) / 1600));
  position: relative;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--theme-color);
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a:hover {
  color: var(--theme-color);
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a svg {
  font-size: 20px;
  margin-top: 1px;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a {
  display: block;
  color: #222222;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a:hover {
  color: #222222;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a h5, .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a .h5 {
  margin-bottom: calc(2px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.top-selling-box .top-selling-product .top-selling-contain .top-selling-detail h6, .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .h6 {
  margin-top: calc(7px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
}

.product-box-2 {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.product-box-2:hover .product-image img {
  transform: scale(1.1);
}
.product-box-2:hover .product-detail h6, .product-box-2:hover .product-detail .h6 {
  color: var(--theme-color);
}
.product-box-2:hover .product-detail .product-option {
  opacity: 1;
}
.product-box-2 + .product-box-2 {
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600) !important;
}
.product-box-2 .product-image {
  border-radius: 8px;
  overflow: hidden;
}
.product-box-2 .product-image img {
  width: calc(86px + 44 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-box-2 .product-detail {
  margin-left: 15px;
  width: calc(100% - 130px - 15px);
  position: relative;
  overflow: hidden;
}
.product-box-2 .product-detail-2 {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.product-box-2 .product-detail-2 .rating {
  justify-content: flex-end;
}
.product-box-2 .product-detail-2 .cart-icon {
  right: unset;
  left: 0;
}
.product-box-2 .product-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-box-2 .product-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.product-box-2 .product-detail .product-option li a:hover {
  color: var(--theme-color);
}
.product-box-2 .product-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.product-box-2 .product-detail .product-option li a svg {
  font-size: 20px;
}
.product-box-2 .product-detail h6, .product-box-2 .product-detail .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: calc(2px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.product-box-2 .product-detail h3, .product-box-2 .product-detail .h3 {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 12px;
}
.product-box-2 .product-detail h5, .product-box-2 .product-detail .h5 {
  font-weight: 500;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
}
.product-box-2 .product-detail h5 del, .product-box-2 .product-detail .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.product-box-2 .product-detail .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.product-box-2 .product-detail .cart-icon svg {
  width: 20px;
  height: 20px;
  color: #4a5568;
  stroke-width: 1.5px;
}

.middle-image {
  width: 100%;
  height: 100%;
}
.middle-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-offer-contain {
  display: flex;
  align-items: center;
  position: relative;
}
.product-offer-contain + .product-offer-contain {
  margin-top: 50px;
}
.product-offer-contain + .product-offer-contain::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  border: 1px dashed #bfa378;
}
.product-offer-contain .product-offer-image img {
  width: 150px;
  height: 85px;
  object-fit: contain;
}
.product-offer-contain .product-offer-details {
  padding-left: 16px;
  width: calc(100% - 150px);
  position: relative;
}
.product-offer-contain .product-offer-details h6, .product-offer-contain .product-offer-details .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 7px;
}
.product-offer-contain .product-offer-details h5, .product-offer-contain .product-offer-details .h5 {
  font-weight: 500;
  margin-top: 10px;
}
.product-offer-contain .product-offer-details h5 del, .product-offer-contain .product-offer-details .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.product-offer-contain .product-offer-details .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.product-offer-contain .product-offer-details .cart-icon svg {
  font-size: 20px;
  color: #4a5568;
}

.deal-contain {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .deal-contain {
    display: block;
  }
}
.deal-contain .deal-image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .deal-contain .deal-image img {
    width: 100%;
    height: 100%;
  }
}
.deal-contain .deal-detail {
  padding-left: 25px;
  width: calc(100% - 250px);
}
@media (max-width: 575px) {
  .deal-contain .deal-detail {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.deal-contain .deal-detail a {
  color: #222222;
}
.deal-contain .deal-detail a:hover {
  color: #222222;
}
.deal-contain .deal-detail .name {
  font-weight: 600;
  margin-bottom: calc(5px + 6 * (100vw - 320px) / 1600);
}
.deal-contain .deal-detail h4, .deal-contain .deal-detail .h4 {
  font-weight: 500;
  margin-top: calc(7px + 7 * (100vw - 320px) / 1600);
}
.deal-contain .deal-detail h4 del, .deal-contain .deal-detail .h4 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.deal-contain .deal-detail .option-icon li + li {
  margin-left: 8px;
}
.deal-contain .deal-detail .option-icon li a {
  width: calc(36px + 12 * (100vw - 320px) / 1600);
  height: calc(36px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 5.57831px 13.9458px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  color: #222222;
}
.deal-contain .deal-detail .option-icon li a svg {
  width: calc(14px + 4 * (100vw - 320px) / 1600);
  height: calc(14px + 4 * (100vw - 320px) / 1600);
}

.product-list-section.list-style > div {
  width: 100%;
}
.product-list-section.list-style .product-box,
.product-list-section.list-style .product-style-1,
.product-list-section.list-style .product-style-2 {
  display: flex;
  align-items: center;
  padding: calc(14px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .product-list-section.list-style .product-box,
  .product-list-section.list-style .product-style-1,
  .product-list-section.list-style .product-style-2 {
    display: block;
  }
}
.product-list-section.list-style .product-box .product-image,
.product-list-section.list-style .product-style-1 .product-image,
.product-list-section.list-style .product-style-2 .product-image {
  width: calc(200px + 30 * (100vw - 575px) / 1345);
  padding-inline: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .product-list-section.list-style .product-box .product-image,
  .product-list-section.list-style .product-style-1 .product-image,
  .product-list-section.list-style .product-style-2 .product-image {
    width: 100%;
  }
  .product-list-section.list-style .product-box .product-image img,
  .product-list-section.list-style .product-style-1 .product-image img,
  .product-list-section.list-style .product-style-2 .product-image img {
    height: calc(160px + 40 * (100vw - 320px) / 1600);
  }
}
.product-list-section.list-style .product-box .product-detail,
.product-list-section.list-style .product-style-1 .product-detail,
.product-list-section.list-style .product-style-2 .product-detail {
  text-align: unset;
  margin-left: 20px;
  width: calc(100% - (200px + 30 * (100vw - 575px) / 1345) - 20px);
}
@media (max-width: 575px) {
  .product-list-section.list-style .product-box .product-detail,
  .product-list-section.list-style .product-style-1 .product-detail,
  .product-list-section.list-style .product-style-2 .product-detail {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .product-list-section.list-style .product-box .product-detail p,
  .product-list-section.list-style .product-style-1 .product-detail p,
  .product-list-section.list-style .product-style-2 .product-detail p {
    display: block;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.product-list-section.list-style .product-box .product-detail p,
.product-list-section.list-style .product-style-1 .product-detail p,
.product-list-section.list-style .product-style-2 .product-detail p {
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #4a5568;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .product-list-section.list-style .product-box .product-detail p,
  .product-list-section.list-style .product-style-1 .product-detail p,
  .product-list-section.list-style .product-style-2 .product-detail p {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.product-list-section.list-style .product-box .product-detail .product-rating,
.product-list-section.list-style .product-style-1 .product-detail .product-rating,
.product-list-section.list-style .product-style-2 .product-detail .product-rating {
  justify-content: unset;
}
.product-list-section.list-style .product-box .product-detail .add-to-cart-box,
.product-list-section.list-style .product-style-1 .product-detail .add-to-cart-box,
.product-list-section.list-style .product-style-2 .product-detail .add-to-cart-box {
  max-width: 352px;
}
.product-list-section.list-style .product-style-2 .product-detail .product-rating {
  margin: 0 !important;
}
.product-list-section.list-style .product-style-2 .product-detail .product-bottom {
  margin-top: 7px;
  display: block;
}
.product-list-section.list-style .product-style-2 .product-detail .add-to-cart-box {
  margin-top: 10px;
  position: relative;
}
.product-list-section.list-style .product-style-2 .product-detail .add-to-cart-box .qty-box {
  max-width: 352px;
}
.product-list-section.list-style .product-box.product-white-bg {
  padding: 0;
}
.product-list-section.list-style .product-box.product-white-bg .product-detail p {
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #4a5568;
  margin-bottom: 8px;
  margin-top: 4px;
}
.product-list-section.list-style .product-box.product-white-bg .product-detail .bottom-content h6.price, .product-list-section.list-style .product-box.product-white-bg .product-detail .bottom-content .price.h6 {
  margin-top: 16px !important;
}
.product-list-section.list-style .product-box.product-white-bg .add-to-cart-btn-2 {
  display: none;
}
.product-list-section .full_border > .row {
  margin: 0;
}
.product-list-section .full_border > .row > .product-box-contain {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .product-list-section .full_border > .row > .product-box-contain.col-6 {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-6 {
    border-left: 1px solid #ececec;
    border-right: unset;
  }
  .product-list-section .full_border > .row > .product-box-contain.col-6:nth-child(2n-2) {
    border-right: unset;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-6:nth-child(2n-2) {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (min-width: 767px) {
  .product-list-section .full_border > .row > .product-box-contain.col-md-4 {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-md-4 {
    border-left: 1px solid #ececec;
    border-right: unset;
  }
  .product-list-section .full_border > .row > .product-box-contain.col-md-4:nth-child(3n-3) {
    border-right: unset;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-md-4:nth-child(3n-3) {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (min-width: 991px) {
  .product-list-section .full_border > .row > .product-box-contain.col-lg-3 {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-lg-3 {
    border-left: 1px solid #ececec;
    border-right: unset;
  }
  .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(3n-3) {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(3n-3) {
    border-left: 1px solid #ececec;
    border-right: unset;
  }
  .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(4n-4) {
    border-right: unset;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(4n-4) {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (min-width: 1399px) {
  .product-list-section .full_border > .row > .product-box-contain.col-xxl-2 {
    border-right: 1px solid #ececec;
    border-bottom: unset;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-xxl-2 {
    border-left: 1px solid #ececec;
    border-right: unset;
  }
  .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(4n-4), .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n-3), .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n+3) {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(4n-4), body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n-3), body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n+3) {
    border-left: 1px solid #ececec;
    border-right: unset;
  }
  .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(6n-6) {
    border-right: unset;
  }
  body[dir=rtl] .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(6n-6) {
    border-left: unset;
    border-right: unset;
  }
}
.product-list-section .full_border > .row > .product-box-contain .product-box {
  border: unset;
}

.close_button {
  padding: 0;
  font-size: 18px;
  margin-left: auto;
  background-color: #f8f8f8;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.14);
}
.close_button:hover {
  background-color: #f8f8f8;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.14);
  color: #222222;
}
.close_button:first-child:active {
  background-color: #f8f8f8;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.14);
  color: #222222;
}

.product-box-3 {
  padding: calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  background-color: #f8f8f8;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  border: unset;
  height: 100%;
}
body[dir=rtl] .product-box-3 {
  border: unset;
}
.product-box-3.theme-bg-white {
  background-color: #ffffff;
}
.product-box-3:hover {
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
}
.product-box-3:hover .product-header .product-image .product-option {
  bottom: 10px;
  opacity: 1;
}
.product-box-3:hover .product-header .product-image img {
  transform: scale(1.1);
}
.product-box-3 .product-header {
  position: relative;
}
.product-box-3 .product-header .product-image {
  text-align: center;
  padding: 20px;
  display: block;
}
@media (max-width: 480px) {
  .product-box-3 .product-header .product-image {
    padding: 8px;
  }
}
.product-box-3 .product-header .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-box-3 .product-header .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 230px;
}
@media (max-width: 480px) {
  .product-box-3 .product-header .product-image .product-option {
    display: none;
  }
}
.product-box-3 .product-header .product-image .product-option li a {
  color: #222222;
}
.product-box-3 .product-header .product-image .product-option li a svg {
  font-size: 17px;
  color: #4a5568;
}
.product-box-3 .product-header .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
.product-box-3 .product-footer .product-detail .span-name {
  font-size: 13px;
  color: #50607c;
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
}
.product-box-3 .product-footer .product-detail .product-content {
  display: none;
}
.product-box-3 .product-footer .product-detail a {
  color: #222222;
}
.product-box-3 .product-footer .product-detail a:hover {
  color: #222222;
}
.product-box-3 .product-footer .product-detail .name {
  font-weight: 500;
  line-height: calc(21px + 3 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-box-3 .product-footer .product-detail .unit {
  font-size: 13px;
  font-weight: 500;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  color: #777;
}
.product-box-3 .product-footer .price {
  margin-top: 6px;
  font-weight: 600;
}
.product-box-3 .product-footer .price del {
  margin-left: 4px;
  font-weight: 400;
  color: #777;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.product-box-3 .product-footer .price span {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-box-3 .add-to-cart-box {
  background-color: #ffffff;
}
.product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f8f8f8;
}
.product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #ffffff;
}
.product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #f8f8f8;
}

.wishlist-section {
  z-index: 0;
  position: relative;
}
.wishlist-section .label-flex .wishlist {
  display: none;
}
.wishlist-section .product-header-top {
  top: 0;
  right: 0;
}

.product-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 100%;
  z-index: 1;
}
body[dir=rtl] .product-header-top {
  right: unset;
  left: 14px;
}
.product-header-top .label-new {
  position: relative;
  border-radius: 4px;
  padding: 3px 8px;
  color: #ffffff;
}
.product-header-top .label-new.bg-warning {
  background: linear-gradient(-90deg, #ffbf65 -14.53%, #ffad39 99.15%) !important;
}
.product-header-top .label-new.bg-theme {
  background: var(--theme-color) !important;
}
.product-header-top .label-new label {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 600;
}
.product-header-top .wishlist-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  z-index: 0;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
}
body[dir=rtl] .product-header-top .wishlist-button {
  margin-left: unset;
  margin-right: auto;
}
.product-header-top .wishlist-button svg {
  font-size: 15px;
  color: #4a5568;
}
.product-header-top .close-button {
  position: relative;
  padding: 0;
  z-index: 0;
}
.product-header-top .close-button svg {
  font-size: 20px;
  color: #4a5568;
}

.product-section-3 .circle-box {
  position: relative;
}
.product-section-3 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.product-section-3 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.product-section-3 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.product-section-3 .circle-box .shape-text h6, .product-section-3 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.product-section-3 .product-title {
  padding: 16px;
  text-align: center;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  background-size: contain;
  background-clip: border-box;
  background-position: 0 0;
  animation: shape 15s linear infinite;
}
.product-section-3 .product-title.product-warning {
  background-color: transparent;
  color: #222222;
  margin: 0;
  border: none;
}

.product-bg-image {
  background-image: url(/_next/static/media/bg.c386a958.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.product-bg-image .product-box-4 {
  border: none;
  background-color: transparent;
}
.product-bg-image .product-box-3:hover {
  box-shadow: none;
}

.product-box-4 {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.product-box-4 + .product-box-4 {
  margin-top: 20px !important;
}
.product-box-4:hover .product-image img {
  transform: scale(1.08);
}
.product-box-4:hover .product-image .option li {
  opacity: 1;
  transform: translateY(10px);
}
.product-box-4:hover .product-image .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-box-4:hover .product-image .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-box-4:hover .product-image .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.product-box-4:hover .product-image .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.product-box-4:hover .product-detail a .name {
  color: var(--theme-color) !important;
  font-weight: 600;
}
.product-box-4-3 {
  border: 2px solid var(--theme-color);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1660px) {
  .product-box-4-3 {
    height: 90%;
  }
}
@media (max-width: 991px) {
  .product-box-4-3 {
    height: auto;
  }
}
.product-box-4 .circle-box {
  position: relative;
}
.product-box-4 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.product-box-4 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.product-box-4 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.product-box-4 .circle-box .shape-text h6, .product-box-4 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.product-box-4 .custom-progressbar {
  margin-top: 26px;
  border-radius: 50px;
  height: 10px;
}
.product-box-4 .custom-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.product-box-4 h5, .product-box-4 .h5 {
  display: flex;
  margin-top: 6px;
}
.product-box-4 h5 span, .product-box-4 .h5 span {
  margin-left: 3px;
}
body[dir=rtl] .product-box-4 h5 span, body[dir=rtl] .product-box-4 .h5 span {
  margin-left: unset;
  margin-right: 3px;
}
.product-box-4 .product-image {
  position: relative;
}
.product-box-4 .product-image-2 img {
  margin: 20px 0 !important;
}
@media (max-width: 991px) {
  .product-box-4 .product-image-2 img {
    margin: 0 !important;
  }
}
.product-box-4 .product-image img {
  width: 70%;
  height: calc(80px + 60 * (100vw - 320px) / 1600);
  margin: 30px auto 20px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .product-box-4 .product-image img {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .product-box-4 .product-image img {
    width: 100%;
    margin: 20px 0 0;
  }
}
.product-box-4 .product-image img.product-image {
  width: 65%;
  height: auto;
  object-fit: unset;
  margin: 20px auto 0;
}
.product-box-4 .product-image .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 -4px;
}
@media (max-width: 480px) {
  .product-box-4 .product-image .option {
    margin: 0 -1px;
  }
}
.product-box-4 .product-image .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product-box-4 .product-image .option li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
  }
}
.product-box-4 .product-image .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.product-box-4 .product-image .option li a {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box-4 .product-image .option li a svg {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 480px) {
  .product-box-4 .product-image .option li a svg {
    font-size: 15px;
  }
}
.product-box-4 .product-detail {
  text-align: left;
  margin-top: 15px;
  position: relative;
}
.product-box-4 .product-detail .addtocart_btn .add-button,
.product-box-4 .product-detail .addtocart_btn .add_cart {
  transition: all 0.3s ease;
}
.product-box-4 .product-detail .addtocart_btn .add-button span,
.product-box-4 .product-detail .addtocart_btn .add_cart span {
  position: absolute;
  left: 8px;
  right: 0;
  bottom: -21px;
  font-size: 12px;
}
.product-box-4 .product-detail .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
}
.product-box-4 .product-detail .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #ffffff;
}
.product-box-4 .product-detail .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.product-box-4 .product-detail .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.product-box-4 .product-detail a {
  color: #222222;
}
.product-box-4 .product-detail a .name {
  width: 70%;
  margin-top: 5px;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail a .name {
    width: 100%;
  }
}
.product-box-4 .product-detail .price {
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price {
    display: flex;
  }
}
.product-box-4 .product-detail .price del {
  margin-left: 10px;
  color: #4a5568;
  font-weight: 400;
}
body[dir=rtl] .product-box-4 .product-detail .price del {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price del {
    margin-left: 5px;
  }
}
.product-box-4 .product-detail .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .buy-button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    margin-top: 12px;
    color: var(--theme-color);
    border-radius: 5px;
    border: 1px solid var(--theme-color);
  }
}
.product-box-4 .product-detail .buy-button i {
  font-size: 18px;
}
.product-box-4 .product-detail .buy-button-2 {
  width: 53px;
}
.product-box-4 .product-detail .sold-box {
  margin-top: 12px;
}
.product-box-4 .product-detail .sold-box .progress {
  height: 8px;
  border-radius: 50px;
}
.product-box-4 .product-detail .sold-box .progress .progress-bar {
  border-radius: 50px;
  background-color: var(--theme-color);
}
.product-box-4 .product-detail .sold-box h5, .product-box-4 .product-detail .sold-box .h5 {
  margin-top: 6px;
}
.product-box-4 .product-detail .sold-box h5 span, .product-box-4 .product-detail .sold-box .h5 span {
  color: #000000;
}
.product-box-4 .product-detail .price-qty {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(8px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty {
    display: block;
  }
}
.product-box-4 .product-detail .price-qty .counter-number {
  display: inline-block;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number {
    margin-bottom: 9px;
    width: 100%;
  }
}
@media (max-width: 336px) {
  .product-box-4 .product-detail .price-qty .counter-number {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number .counter {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number .counter input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .counter-number .counter .qty-left-minus,
  .product-box-4 .product-detail .price-qty .counter-number .counter .qty-right-plus {
    width: 85px;
  }
}
.product-box-4 .product-detail .price-qty .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
}
@media (max-width: 480px) {
  .product-box-4 .product-detail .price-qty .buy-button {
    width: 100%;
    margin-top: 0;
  }
}
.product-box-4 .product-detail .price-qty .buy-button svg {
  font-size: 24px;
}
.product-box-4 .product-detail .price-qty .buy-button i {
  font-size: 16px;
}
.product-box-4 .product-detail .counter-number-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  border: 1px solid #e1b254;
  border-radius: 5px;
  background-color: rgba(225, 178, 84, 0.1);
  padding: 5px;
}
.product-box-4 .product-detail .counter-number-box span {
  margin-right: 6px;
  position: relative;
}
.product-box-4 .product-detail .counter-number-box span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -8px;
  background-color: #e1b254;
}
.product-box-4 .product-detail .counter-number-box input {
  width: 27px;
  height: unset;
  border: none;
  background-color: transparent;
  position: relative;
}
.product-box-4 .product-detail .counter-number-box .counter-arrow {
  background-color: #e1b254;
  color: #ffffff;
  padding: 3px 6px;
}
.product-box-4 .product-detail .counter-number-box .counter-arrow .down,
.product-box-4 .product-detail .counter-number-box .counter-arrow .up {
  width: unset;
  height: unset;
  border: unset;
  font-size: unset;
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.product-box-4 .product-detail .counter-number-box .counter-arrow .down:hover,
.product-box-4 .product-detail .counter-number-box .counter-arrow .up:hover {
  color: #ffffff;
}

.product-box-5 .product-image {
  position: relative;
}
.product-box-5 .product-image .bg-size {
  border-radius: 10px;
}
.product-box-5 .product-image .wishlist-top {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.product-box-5 .product-image .wishlist-top svg {
  width: 18px;
}
.product-box-5 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .product-box-5 .product-image .product-option {
    display: none;
  }
}
.product-box-5 .product-image .product-option li {
  text-align: center;
}
.product-box-5 .product-image .product-option li a {
  color: #222222;
}
.product-box-5 .product-image .product-option li a svg {
  font-size: 17px;
  color: #4a5568;
}
.product-box-5 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
.product-box-5 .product-image img {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.product-box-5:hover .product-image a img {
  transform: scale(1.1);
}
.product-box-5:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-box-5 .product-detail {
  padding-top: 10px;
  text-align: center;
}
.product-box-5 .product-detail a {
  color: #222222;
  display: block;
}
.product-box-5 .product-detail a:hover {
  color: #222222;
}
.product-box-5 .product-detail a h5, .product-box-5 .product-detail a .h5 {
  margin-bottom: 6px;
}
.product-box-5 .product-detail a h5.name, .product-box-5 .product-detail a .name.h5 {
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-transform: capitalize;
}
.product-box-5 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.product-box-5 .product-detail .product-rating h6, .product-box-5 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.product-box-5 + .product-box-5 {
  margin-top: 30px !important;
}

.product-section-2 .product-box-4 {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
}
.product-section-2 .product-box-4:hover .product-details .option {
  opacity: 1;
}
.product-section-2 .product-box-4:hover .product-details .option li {
  opacity: 1;
  transform: translateY(0);
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.product-section-2 .product-box-4:hover .product-details .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.product-section-2 .product-box-4 .product-image {
  width: calc(84px + 32 * (100vw - 320px) / 1600);
  height: calc(84px + 32 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 15px;
}
.product-section-2 .product-box-4 .product-image-2 {
  width: 116px;
  height: 151px;
  border-radius: 8px;
}
.product-section-2 .product-box-4 .product-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.product-section-2 .product-box-4 .product-details {
  text-align: left;
  padding-left: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
}
.product-section-2 .product-box-4 .product-details a {
  color: #222222;
}
.product-section-2 .product-box-4 .product-details a .name {
  font-weight: 500;
  margin: 5px 0;
}
.product-section-2 .product-box-4 .product-details .price {
  color: var(--theme-color);
  font-weight: 500;
}
.product-section-2 .product-box-4 .product-details .price del {
  color: #bfbfbf;
  font-weight: 400;
  margin-left: 5px;
}
.product-section-2 .product-box-4 .product-details .option {
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  left: 25px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 -4px;
}
@media (max-width: 480px) {
  .product-section-2 .product-box-4 .product-details .option {
    left: 10px;
    margin: 0 -2px;
  }
}
.product-section-2 .product-box-4 .product-details .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product-section-2 .product-box-4 .product-details .option li {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }
}
.product-section-2 .product-box-4 .product-details .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.product-section-2 .product-box-4 .product-details .option li a {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.product-section-2 .product-box-4 .product-details .option li a svg {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 480px) {
  .product-section-2 .product-box-4 .product-details .option li a svg {
    font-size: 15px;
  }
}

.product-rating .rating li svg[fill] {
  color: #ffb321;
}

.selection-section h4, .selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.selection-section ul li {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.selection-section ul li button {
  box-shadow: none;
  border: none !important;
  background-color: transparent;
  padding: 0;
}
.selection-section ul li.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.selection-section ul li.active button {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
}
.selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}

.product-classic .slick-slider .slick-list {
  margin: 0;
}
.product-classic .product-box {
  transition: all 0.5s ease;
}
.product-classic .product-box.product-box-bg {
  background: transparent;
  border: 1px solid #ececec;
  border-radius: 10px;
}
html.dark .product-classic .product-box.product-box-bg {
  border-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .product-classic .product-box.product-box-bg {
  border: 1px solid #ececec;
}
html.dark body[dir=rtl] .product-classic .product-box.product-box-bg {
  border-color: rgba(119, 119, 119, 0.44);
}
.product-classic .product-box .product-image {
  padding: 0 0 20px 0;
}
.product-classic .product-box .qty-box .input-group {
  background-color: #f8f8f8;
  box-shadow: unset;
}

.product-solid .product-box.product-box-bg {
  background: transparent;
  padding: 0 0 3px;
}
.product-solid .product-box .product-image {
  padding: 0;
  background-color: #f8f8f8;
}
.product-solid .product-box .product-image img {
  height: calc(180px + 70 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin-bottom: 20px;
}
.product-solid .product-box:hover .product-image a img {
  transform: scale(1);
}
.product-solid .product-box .qty-box .input-group {
  background-color: #f8f8f8;
  box-shadow: unset;
}

.product-standard .add-to-cart-box .btn-add-cart {
  background-color: #ffffff;
}
html.dark .product-standard .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f9f8f6;
}
.product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  background-color: var(--theme-color);
  color: #ffffff;
}
.product-standard .product-box .product-image a img {
  height: calc(100px + 40 * (100vw - 320px) / 1600);
}

.top-selling-box-section .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.top-selling-box-section .row > div {
  width: 100%;
}
.top-selling-box-section .top-selling-box {
  background-color: transparent;
  padding: 0;
}
.top-selling-box-section .top-selling-box .top-selling-product {
  max-height: unset;
}

.product-modern .slick-slider .slick-list {
  margin: 0;
}
.product-modern .slick-slider .slick-list .slick-slide > div,
.product-modern .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}

.product-modern {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0;
}
html.dark .product-modern {
  border-color: rgba(119, 119, 119, 0.44);
}
.product-modern > .product-box-slider > div > .row > div:nth-child(n+6) {
  border-top: 1px solid rgba(74, 85, 104, 0.3);
}
.product-modern > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-right: none;
}
@media screen and (max-width: 616px) {
  .product-modern > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-right: none;
  }
}

.book-product-box {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
.book-product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.book-product-box .label-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-product-box .label-box label {
  background-color: #ff4f4f;
  color: #ffffff;
  padding: calc(5px + 3 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
}
.book-product-box .label-tag {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
.book-product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  left: 44px;
  border-bottom: solid 15px #faba02;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.book-product-box .label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 44px;
  border-bottom: solid 15px #faba02;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.book-product-box .label-tag span {
  font-weight: 700;
}
.book-product-box .product-image {
  text-align: center;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  position: relative;
}
.book-product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .book-product-box .product-image .product-option {
    display: none;
  }
}
.book-product-box .product-image .product-option li a {
  color: #222222;
}
.book-product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
[dir=rtl] .book-product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.book-product-box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.book-product-box .product-image .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.book-product-box .product-detail a {
  color: #222222;
  display: block;
}
.book-product-box .product-detail a:hover {
  color: #222222;
}
.book-product-box .product-detail a .name {
  font-weight: 600;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.book-product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.book-product-box .product-detail .product-rating h6, .book-product-box .product-detail .product-rating .h6 {
  font-weight: 500;
}
.book-product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.book-product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.book-product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.book-product-box .sold .price {
  font-weight: 600;
  color: var(--theme-color);
  margin-top: 0;
}
.book-product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.book-product-box .weight {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: normal;
  color: #4a5568;
  margin-bottom: calc(2px + 2 * (100vw - 320px) / 1600);
}
.book-product-box .byers {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-block: calc(3px + 3 * (100vw - 320px) / 1600) 2px;
  color: #4a5568;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 480px) {
  .book-product-box .byers {
    line-height: 1.5;
  }
}
.book-product-box .byers span {
  color: #4a5568;
  font-weight: 400;
}
.book-product-box .qty-box {
  max-width: 210px;
}
.book-product-box .counter-box {
  display: block;
  position: relative;
}
.book-product-box .counter-box h6, .book-product-box .counter-box .h6 {
  margin-top: 0;
}
.book-product-box .counter-box .addtocart_btn .add-button,
.book-product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.book-product-box .counter-box .addtocart_btn .add-button span,
.book-product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .book-product-box .counter-box .addtocart_btn .add-button span,
  .book-product-box .counter-box .addtocart_btn .add_cart span {
    display: none;
  }
}
.book-product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.book-product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.book-product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #ffffff;
}
.book-product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.book-product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.book-product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.book-product-box .price {
  margin-top: calc(10px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  font-size: 16px;
}

.featured-sec {
  background-image: url(/_next/static/media/home-bg.c7bbf545.jpg);
  padding: calc(44px + 56 * (100vw - 320px) / 1600) 0;
}
.featured-sec .feature-title {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.featured-sec .feature-title h2, .featured-sec .feature-title .h2 {
  color: #ffffff;
}
.featured-sec .feature-title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  margin-top: 12px;
  line-height: 1.5;
}
.featured-sec .feature-title button {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
  line-height: 1;
  padding: 11px 19px;
  margin: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.featured-sec .feature-title button .feather {
  width: 18px;
  height: 18px;
}
.featured-sec .theme-box {
  background-color: #ffffff;
}
.featured-sec .product-box-slider .product-style-2 {
  padding: 10px;
  background-color: #ffffff;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-style-2 .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-style-2 .product-image {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: calc(4px + 6 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-style-2 .product-image img {
  object-fit: cover;
  object-position: left top;
  height: calc(164px + 28 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-style-2 .product-detail {
  padding: 0 !important;
}
.featured-sec .product-box-slider .product-box.product-white-bg {
  padding: 10px;
  background-color: #ffffff;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-box.product-white-bg .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-box.product-white-bg .product-image {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: calc(4px + 6 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-box.product-white-bg .product-image img {
  object-fit: cover;
  object-position: left top;
  height: calc(164px + 28 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-box.product-white-bg .product-detail {
  padding: 0 !important;
}
.featured-sec .product-box-slider .product-theme-box {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
html.dark .featured-sec .product-box-slider .product-theme-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.featured-sec .product-box-slider .product-theme-box .img-box a.bg-size {
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.featured-sec .product-box-slider .product-theme-box .content-box {
  padding: 0 !important;
}
.featured-sec .full_border {
  border-radius: unset;
  border: unset;
}
.featured-sec .full_border.product_border .product-style-2 {
  background-color: #ffffff;
}
.featured-sec .full_border .slick-slider .slick-list {
  margin: 0 -10px;
}
.featured-sec .full_border .slick-slider .slick-list .slick-active {
  border: unset;
}
.featured-sec .full_border .slick-slider .slick-list .slick-slide > div,
.featured-sec .full_border .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}

.product-theme-box {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.product-theme-box:hover .label-tag {
  left: 0;
}
.product-theme-box .label-tag {
  position: absolute;
  top: 24px;
  left: -66px;
  padding: 5px 8px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
.product-theme-box .label-tag::after, .product-theme-box .label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  border-bottom: 15px solid var(--theme-color2);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
.product-theme-box .label-tag::before {
  top: 0;
  transform: rotate(180deg);
}
.product-theme-box .label-tag::after {
  bottom: 0;
  transform: rotate(0);
}
.product-theme-box .label-tag span {
  margin-right: 5px;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
.product-theme-box .img-box {
  position: relative;
}
.product-theme-box .img-box a {
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
  overflow: hidden;
  display: block;
  text-align: center;
}
.product-theme-box .img-box img {
  object-fit: cover;
  object-position: left top;
  height: calc(164px + 28 * (100vw - 320px) / 1600);
}
.product-theme-box .img-box > li[title=Wishlist] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
  position: absolute;
  color: #ffffff;
  padding: 0;
  background-color: rgba(34, 34, 34, 0.52);
  border-radius: 100%;
}
body[dir=rtl] .product-theme-box .img-box > li[title=Wishlist] {
  right: unset;
  left: 20px;
}
.product-theme-box .img-box > li[title=Wishlist] > a {
  position: relative;
  inset: unset;
  color: #ffffff;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
.product-theme-box .img-box .heart-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-theme-box .img-box .heart-icon svg {
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
}
.product-theme-box .content-box {
  margin-top: 10px;
}
.product-theme-box .content-box .top-content h5, .product-theme-box .content-box .top-content .h5 {
  font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-theme-box .content-box .top-content h6, .product-theme-box .content-box .top-content .h6 {
  color: #999;
  margin-bottom: 4px;
  line-height: 1.2;
}
html.dark .product-theme-box .content-box .top-content h6, html.dark .product-theme-box .content-box .top-content .h6 {
  color: #ddd;
}
.product-theme-box .content-box .top-content h6 a, .product-theme-box .content-box .top-content .h6 a {
  color: #222222;
}
.product-theme-box .price {
  margin-top: calc(1px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.product-theme-box .bottom-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(12px + 3 * (100vw - 320px) / 1600);
}
.product-theme-box .bottom-content span {
  color: #999;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.product-theme-box .bottom-content .btn {
  padding: 5px calc(11px + 4 * (100vw - 320px) / 1600);
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 14px;
  height: calc(34px + 4 * (100vw - 320px) / 1600);
}
.product-theme-box .bottom-content .btn:hover, .product-theme-box .bottom-content .btn.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.product-theme-box .bottom-content .btn-grp {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-theme-box .bottom-content .btn-outline {
  background-color: #ffffff;
}
.product-theme-box .bottom-content .btn-outline svg {
  width: calc(15px + 1 * (100vw - 320px) / 1600);
  height: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-theme-box .review-rating span {
  font-size: 13px;
  line-height: 1;
  margin-top: 1px;
}

.full_border {
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.full_border.row.g-4 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
.full_border.row > div {
  border-left: 1px solid #ececec;
}
.full_border.row > div:nth-child(n+7) {
  border-top: 1px solid #ececec;
}
@media (max-width: 1399px) {
  .full_border.row > div:nth-child(n+5) {
    border-top: 1px solid #ececec;
  }
}
@media (max-width: 1199px) {
  .full_border.row > div:nth-child(n+4) {
    border-top: 1px solid #ececec;
  }
}
@media (max-width: 991px) {
  .full_border.row > div:nth-child(n+3) {
    border-top: 1px solid #ececec;
  }
}
.full_border.row > div:nth-child(6n+1) {
  border-left: unset;
}
.full_border .slick-slider .slick-list {
  margin: 0;
}
.full_border .slick-slider .slick-list .slick-slide > div,
.full_border .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}
.full_border .slick-slider .slick-list .slick-active {
  border-right: 1px solid #ececec;
}
body.dark .full_border .slick-slider .slick-list .slick-active {
  border-color: rgba(119, 119, 119, 0.44);
}
[dir=rtl] .full_border .slick-slider .slick-list .slick-active {
  border-right: none;
  border-left: 1px solid #ececec;
}
body.dark [dir=rtl] .full_border .slick-slider .slick-list .slick-active {
  border-color: rgba(119, 119, 119, 0.44);
}
.full_border .product-style-1,
.full_border .product-style-2,
.full_border .product-theme-box,
.full_border .product-box {
  border: unset;
  border-radius: unset;
}
.full_border .product-box-slider {
  border: unset;
}
.full_border .product-box-slider > .row {
  margin: 0;
}
.full_border .product-box-slider > .row > div.col {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 575px) {
  .full_border .product-box-slider > .row.row-cols-1 > .col {
    border: unset;
  }
}
@media screen and (min-width: 575px) {
  .full_border .product-box-slider > .row.row-cols-sm-2 > .col {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-sm-2 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-sm-2 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(3n-3) {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(3n-3) {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(3n-3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(2n-2) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(2n-2) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 767px) {
  .full_border .product-box-slider > .row.row-cols-md-3 > .col {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(4n-4), .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(2n-2) {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(4n-4), body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(2n-2) {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(4n-4), html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(2n-2) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(3n-3) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(3n-3) {
    border-right: unset;
    border-left: unset;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(3n-3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
}
@media screen and (min-width: 1199px) {
  .full_border .product-box-slider > .row.row-cols-xl-4 > .col {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(2n-2), .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(3n-3) {
    border-right: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(2n-2), body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(3n-3) {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(2n-2), html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(3n-3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(4n-4) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(4n-4) {
    border-right: unset;
    border-left: unset;
  }
  html.dark body[dir=rtl] .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(4n-4) {
    border-color: rgba(119, 119, 119, 0.44);
  }
}
.full_border .product-style-2 {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
}
.full_border .product-style-2 .label-flex {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
}
.full_border .product-box {
  border: unset;
  border-radius: unset;
}
.full_border .product-box.product-white-bg {
  background-color: transparent;
  border-radius: 0;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  box-shadow: unset;
  border: unset;
}
.full_border .product-box .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.full_border .product-box .add-to-cart-box .qty-box .input-group button {
  border-radius: 100px !important;
}
.full_border .product-box .add-to-cart-box .qty-box .input-group button:hover, .full_border .product-box .add-to-cart-box .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #fff;
}
.full_border .product-list-section.row {
  margin: 0;
}
.full_border .product-list-section.row > .col {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .full_border .product-list-section.row.row-cols-2 > .col {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-2 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-list-section.row.row-cols-2 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  html.dark .full_border .product-list-section.row.row-cols-2 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-list-section.row.row-cols-2 > .col:nth-child(2n+2) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-2 > .col:nth-child(2n+2) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 768px) {
  .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  html.dark .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-list-section.row.row-cols-md-3 > .col:nth-child(3n+3) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-md-3 > .col:nth-child(3n+3) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 1200px) {
  .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  html.dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  html.dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-right: 1px solid #ececec;
  }
  html.dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(4n+4) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(4n+4) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 1399px) {
  .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  html.dark .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-right: 1px solid #ececec;
  }
  html.dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-right: unset;
    border-left: 1px solid #ececec;
  }
  html.dark body[dir=rtl] .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(5n+5) {
    border-right: unset;
  }
  body[dir=rtl] .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(5n+5) {
    border-right: unset;
    border-left: unset;
  }
}
.full_border .product-list-section .product-box,
.full_border .product-list-section .product-style-1,
.full_border .product-list-section .product-style-2 {
  border: unset;
}
.full_border .product-list-section.list-style > .col {
  border: unset !important;
}
.full_border .product-list-section.list-style > .col + .col {
  border-top: 1px solid #ececec !important;
}
@media (max-width: 575px) {
  .full_border .product-list-section.list-style .product-box,
  .full_border .product-list-section.list-style .product-style-1 {
    padding-inline: calc(14px + 10 * (100vw - 320px) / 1600);
  }
}
.full_border .product-list-section.list-style .product-box .product-image,
.full_border .product-list-section.list-style .product-style-1 .product-image {
  width: calc(200px + 30 * (100vw - 575px) / 1345);
}
@media (max-width: 575px) {
  .full_border .product-list-section.list-style .product-box .product-image,
  .full_border .product-list-section.list-style .product-style-1 .product-image {
    width: 100%;
  }
}
.full_border .product-list-section.list-style .product-box .product-detail,
.full_border .product-list-section.list-style .product-style-1 .product-detail {
  width: calc(100% - (200px + 30 * (100vw - 575px) / 1345) - 20px);
}
@media (max-width: 575px) {
  .full_border .product-list-section.list-style .product-box .product-detail,
  .full_border .product-list-section.list-style .product-style-1 .product-detail {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .full_border .product-list-section.list-style .product-box .product-detail p,
  .full_border .product-list-section.list-style .product-style-1 .product-detail p {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.full_border .product-list-section.list-style .product-box .product-detail .add-to-cart-box,
.full_border .product-list-section.list-style .product-style-1 .product-detail .add-to-cart-box {
  max-width: 352px;
}
.full_border.product_border .product-box-slider .product-box {
  border: 1px solid #ececec;
}

.full_bg .product-box.product-white-bg:hover {
  box-shadow: unset;
}
.full_bg .product-box.product-white-bg .qty-box .input-group {
  background-color: #ffffff;
}
.full_bg .product-box.product-white-bg .qty-box .input-group button {
  background-color: #f8f8f8;
}
.full_bg .product-box.product-white-bg .add-to-cart-btn-2 .addcart-button {
  background-color: #ffffff;
}
.full_bg .product-box,
.full_bg .product-style-1,
.full_bg .product-style-2,
.full_bg .product-theme-box {
  background: #f8f8f8;
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
}
.full_bg .product-box .add-to-cart-box,
.full_bg .product-style-1 .add-to-cart-box,
.full_bg .product-style-2 .add-to-cart-box,
.full_bg .product-theme-box .add-to-cart-box {
  background-color: #ffffff;
}
html.dark .full_bg .product-box .add-to-cart-box .btn-add-cart,
html.dark .full_bg .product-style-1 .add-to-cart-box .btn-add-cart,
html.dark .full_bg .product-style-2 .add-to-cart-box .btn-add-cart,
html.dark .full_bg .product-theme-box .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.full_bg .product-box .add-to-cart-box .qty-box .input-group,
.full_bg .product-style-1 .add-to-cart-box .qty-box .input-group,
.full_bg .product-style-2 .add-to-cart-box .qty-box .input-group,
.full_bg .product-theme-box .add-to-cart-box .qty-box .input-group {
  background-color: #ffffff;
}
.full_bg .product-box .add-to-cart-box .qty-box .input-group button,
.full_bg .product-style-1 .add-to-cart-box .qty-box .input-group button,
.full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button,
.full_bg .product-theme-box .add-to-cart-box .qty-box .input-group button {
  background: #f8f8f8;
}
.full_bg .product-box .add-to-cart-box .qty-box .input-group button:hover,
.full_bg .product-style-1 .add-to-cart-box .qty-box .input-group button:hover,
.full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button:hover,
.full_bg .product-theme-box .add-to-cart-box .qty-box .input-group button:hover {
  background: var(--theme-color);
}
.full_bg .product-style-2 .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button:hover, .full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.full_bg .product-box-slider {
  border: unset;
}
.full_bg .product-box-slider .product-box {
  border: unset;
}
.full_bg .slick-slider .slick-list {
  margin: 0 -10px;
}
.full_bg .slick-slider .slick-list .slick-slide > div,
.full_bg .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
.full_bg .product-list-section.list-style .product-box.product-white-bg {
  padding: calc(14px + 10 * (100vw - 320px) / 1600);
}
.full_bg.product_border .product-theme-box {
  border: 1px solid #ececec;
}

.product_border .product-box-slider {
  border: unset;
}
.product_border .product-box-slider .slick-slider .slick-list {
  margin: 0 -6px;
}
.product_border .product-box-slider .slick-slider .slick-list .slick-slide > div,
.product_border .product-box-slider .slick-slider .slick-list .slick-slide > ul {
  margin: 0 6px;
}
.product_border .product-box,
.product_border .product-style-1,
.product_border .product-style-2 {
  background-color: transparent;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
}
.product_border .product-style-2 .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.product_border .product-box .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.product_border .product-box .add-to-cart-box .qty-box .input-group button {
  border-radius: 100px !important;
}
.product_border .product-box .add-to-cart-box .qty-box .input-group button:hover, .product_border .product-box .add-to-cart-box .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #fff;
}
.product_border .product-header-top .wishlist-button {
  right: 11px;
  top: 11px;
}
.product_border.full_bg .product-box,
.product_border.full_bg .product-style-1,
.product_border.full_bg .product-style-2 {
  background-color: #f8f8f8;
}
html.dark .product_border.full_bg .product-style-2 .product-detail .product-bottom .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d !important;
}

.product_img_bg .product-box-slider {
  border: unset;
}
.product_img_bg .product-box-slider .slick-slider .slick-list {
  margin: 0 -10px;
}
.product_img_bg .product-box-slider .slick-slider .slick-list .slick-slide > div,
.product_img_bg .product-box-slider .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
.product_img_bg .product-box {
  padding: 0;
  border: unset;
}
.product_img_bg .product-box:hover {
  box-shadow: unset;
}
.product_img_bg .product-box:hover .product-image img {
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product_img_bg .product-box .product-image {
  padding: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  border-radius: 8px;
}
.product_img_bg .product-box .product-image img {
  width: 100%;
  height: calc(180px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product_img_bg .product-box .product-image .label-flex {
  padding: 15px;
}
.product_img_bg .product-box.product-white-bg .product-image {
  background-color: rgb(248, 248, 248);
}
.product_img_bg .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button {
  background-color: #f8f8f8;
}
.product_img_bg .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button:hover {
  background-color: var(--theme-color);
}
.product_img_bg .product-style-1,
.product_img_bg .product-style-2 {
  padding: 0;
}
.product_img_bg .product-style-1:hover .product-image img,
.product_img_bg .product-style-2:hover .product-image img {
  transform: scale(1);
}
.product_img_bg .product-style-1 .product-image,
.product_img_bg .product-style-2 .product-image {
  padding: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  border-radius: 5px;
}
.product_img_bg .product-style-1 .product-image img,
.product_img_bg .product-style-2 .product-image img {
  width: 100%;
  height: calc(160px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product_img_bg .product-style-1 .product-image .label-flex,
.product_img_bg .product-style-2 .product-image .label-flex {
  padding: 15px;
}
.product_img_bg .product-style-2 {
  border: unset;
}
.product_img_bg .product-theme-box {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}
.product_img_bg .product-theme-box .img-box {
  padding: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  border-radius: 6px;
}
.product_img_bg .product-theme-box .img-box img {
  width: 100%;
  height: calc(160px + 40 * (100vw - 320px) / 1600);
  object-fit: cover;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product_img_bg .product-theme-box .img-box > li[title=Wishlist] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
  position: absolute;
  color: #ffffff;
  padding: 0;
  background-color: rgba(34, 34, 34, 0.52);
  border-radius: 100%;
}
body[dir=rtl] .product_img_bg .product-theme-box .img-box > li[title=Wishlist] {
  right: unset;
  left: 20px;
}
.product_img_bg .product-theme-box .img-box > li[title=Wishlist] > a {
  position: relative;
  inset: unset;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
@media (max-width: 575px) {
  .product_img_bg .list-style .product-box .product-image {
    padding: 0;
  }
}
.product_img_bg .product-list-section.list-style .product-box .product-detail {
  width: calc(100% - 227.175px - 2.23048vw);
  padding: 0px;
  margin: 0px;
  margin-inline: 20px;
}
.product_img_bg.product_border .product-box .product-detail,
.product_img_bg.product_border .product-style-1 .product-detail,
.product_img_bg.product_border .product-style-2 .product-detail {
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  padding-top: 0;
}
.product_img_bg.product_border .product-style-2 {
  border: 1px solid #ececec;
}
.product_img_bg.product_border .product-theme-box {
  border: 1px solid #eee;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
}
html.dark .product_img_bg.product_border .product-theme-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.product_img_bg.product_border .product-theme-box .img-box {
  border-radius: 0;
  margin-bottom: 10px;
}
.product_img_bg.product_border .product-theme-box .img-box a {
  border-radius: 0;
}
.product_img_bg.product_border .product-theme-box .content-box {
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  padding-top: 0;
  margin-top: 0;
}
.product_img_bg.product_border .product-box {
  border: 1px solid #ececec;
  padding: 0;
}
.product_img_bg.product_border .product-box .product-image {
  border-radius: 0;
}
.product_img_bg.product_border .product-box-slider .slick-slider .slick-track .slick-active .row > div {
  padding-bottom: 1px;
}
@media (max-width: 575px) {
  .product_img_bg.product_border .list-style .product-box .product-detail,
  .product_img_bg.product_border .list-style .product-style-1 .product-detail {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .product_img_bg.product_border .list-style .product-box {
    display: block;
  }
}
.product_img_bg.product_border .list-style .product-box .product-image {
  width: calc(180px + 70 * (100vw - 576px) / 1344);
}
@media (max-width: 575px) {
  .product_img_bg.product_border .list-style .product-box .product-image {
    width: 100%;
  }
}
.product_img_bg.product_border .list-style .product-box .product-image img {
  height: auto;
}
@media (max-width: 575px) {
  .product_img_bg.product_border .list-style .product-box .product-image img {
    height: calc(160px + 40 * (100vw - 320px) / 1600);
  }
}
.product_img_bg.product_border .list-style .product-box .product-detail {
  width: calc(100% - 40px - (180px + 70 * (100vw - 576px) / 1344));
}
@media (max-width: 575px) {
  .product_img_bg.product_border .list-style .product-box .product-detail {
    width: auto;
    padding: calc(10px + 4 * (100vw - 320px) / 1600);
    padding-top: 0;
    margin-inline: unset;
    margin-top: 20px;
  }
}

/**=====================
     Review scss
==========================**/
.review-box:hover .review-profile .review-image {
  border-radius: 6px;
}
.review-box .review-contain {
  margin-bottom: 40px;
}
.review-box .review-contain h5, .review-box .review-contain .h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}
.review-box .review-contain p {
  color: #4a5568;
  line-height: 27px;
  margin-bottom: 0;
}
.review-box .review-profile {
  display: flex;
  align-items: center;
}
.review-box .review-profile .review-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.review-box .review-profile .review-detail {
  padding-left: 12px;
}
.review-box .review-profile .review-detail h5, .review-box .review-profile .review-detail .h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #222222;
}
.review-box .review-profile .review-detail h6, .review-box .review-profile .review-detail .h6 {
  font-size: 16px;
  font-weight: 500;
  color: #4a5568;
}

/**=====================
     Service scss
==========================**/
.service-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .service-contain {
    display: none;
  }
}
.service-contain .service-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1366px) {
  .service-contain .service-box {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .service-contain .service-box:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .service-contain .service-box:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-contain .service-box::before {
    display: none;
  }
}
.service-contain .service-box + .service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  left: -104px;
  border: 1px dashed #c1c1c1;
}
@media (max-width: 1660px) {
  .service-contain .service-box + .service-box::before {
    left: -70px;
  }
}
@media (max-width: 1460px) {
  .service-contain .service-box + .service-box::before {
    left: -36px;
  }
}
@media (max-width: 1366px) {
  .service-contain .service-box + .service-box::before {
    left: -31px;
  }
}
.service-contain .service-box .service-image img {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.service-contain .service-box .service-detail {
  margin-left: 20px;
}
.service-contain .service-box .service-detail h5, .service-contain .service-box .service-detail .h5 {
  font-weight: 500;
  color: #222222;
}

.service-contain-2 {
  display: flex;
  align-items: center;
  padding: calc(14px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  background-color: rgba(191, 191, 191, 0.2);
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.service-contain-2:hover {
  background-color: var(--theme-color);
}
.service-contain-2:hover svg {
  fill: #ffffff;
}
.service-contain-2:hover .service-detail h3, .service-contain-2:hover .service-detail .h3,
.service-contain-2:hover .service-detail h6,
.service-contain-2:hover .service-detail .h6 {
  color: #ffffff;
}
.service-contain-2 svg,
.service-contain-2 img {
  width: calc(39px + 6 * (100vw - 320px) / 1600);
  height: calc(39px + 6 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
}
.service-contain-2 .service-detail {
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .service-contain-2 .service-detail {
  margin-left: unset;
  margin-right: 16px;
}
.service-contain-2 .service-detail h3, .service-contain-2 .service-detail .h3 {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.service-contain-2 .service-detail h6, .service-contain-2 .service-detail .h6 {
  transition: all 0.3s ease-in-out;
}

.brand-section .brand-row {
  background-color: #f8f8f8;
  text-align: center;
  padding: 25px 0;
  border-radius: 12px;
  overflow: hidden;
}
html.dark .brand-section .brand-row {
  background-color: #1d1d22;
}
html.dark .brand-section .brand-row {
  background-color: #1d1d22;
}
.brand-section .brand-row.no-bg {
  background-color: transparent;
  padding: 0;
}
html.dark .brand-section .brand-row.no-bg {
  background-color: transparent;
}
.brand-section .brand-row img {
  height: calc(65px + 75 * (100vw - 320px) / 1600);
  width: auto;
  object-fit: contain;
}
.brand-section .brand-row h5, .brand-section .brand-row .h5 {
  color: #222222;
  margin-block: calc(7px + 7 * (100vw - 320px) / 1600) 5px;
}
html.dark .brand-section .brand-row h5, html.dark .brand-section .brand-row .h5 {
  color: #ddd;
}
.brand-section .brand-row .product-rating {
  justify-content: center;
}
.brand-section .brand-row .product-rating > span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #787878;
}
html.dark .brand-section .brand-row .product-rating > span {
  color: #ddd;
}
@media (max-width: 575px) {
  .brand-section .brand-row .brand-list-box li {
    border-left: 1px dashed #ddd;
  }
  body[dir=rtl] .brand-section .brand-row .brand-list-box li {
    border-left: unset;
    border-right: 1px dashed #ddd;
  }
  html.dark .brand-section .brand-row .brand-list-box li {
    border-color: rgba(119, 119, 119, 0.45);
  }
}
.brand-section .brand-row .brand-list-box li + li {
  border-left: 1px dashed #ddd;
}
body[dir=rtl] .brand-section .brand-row .brand-list-box li + li {
  border-left: unset;
  border-right: 1px dashed #ddd;
}
html.dark .brand-section .brand-row .brand-list-box li + li {
  border-color: rgba(119, 119, 119, 0.45);
}
@media (max-width: 575px) {
  .brand-section .brand-row .brand-list-box li + li {
    border-left: unset;
  }
}
@media screen and (min-width: 1401px) {
  .brand-section .row.row-cols-xxl-6 > a:nth-child(6n+6),
  .brand-section .row.row-cols-xxl-6 > div:nth-child(6n+6) {
    border-right: unset;
  }
  body[dir=rtl] .brand-section .row.row-cols-xxl-6 > a:nth-child(6n+6),
  body[dir=rtl] .brand-section .row.row-cols-xxl-6 > div:nth-child(6n+6) {
    border-right: unset;
    border-left: unset;
  }
}
@media (max-width: 1401px) and (min-width: 991px) {
  .brand-section .row.row-cols-lg-5 > a:nth-child(6n+6),
  .brand-section .row.row-cols-lg-5 > div:nth-child(6n+6) {
    border-right: 1px dashed #ddd;
  }
  body[dir=rtl] .brand-section .row.row-cols-lg-5 > a:nth-child(6n+6),
  body[dir=rtl] .brand-section .row.row-cols-lg-5 > div:nth-child(6n+6) {
    border-right: unset;
    border-left: 1px dashed #ddd;
  }
  html.dark body[dir=rtl] .brand-section .row.row-cols-lg-5 > a:nth-child(6n+6),
  html.dark body[dir=rtl] .brand-section .row.row-cols-lg-5 > div:nth-child(6n+6) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .brand-section .row.row-cols-lg-5 > a:nth-child(5n+5),
  .brand-section .row.row-cols-lg-5 > div:nth-child(5n+5) {
    border-right: unset;
  }
  body[dir=rtl] .brand-section .row.row-cols-lg-5 > a:nth-child(5n+5),
  body[dir=rtl] .brand-section .row.row-cols-lg-5 > div:nth-child(5n+5) {
    border-right: unset;
    border-left: unset;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .brand-section .row.row-cols-md-3 > a:nth-child(5n+5),
  .brand-section .row.row-cols-md-3 > div:nth-child(5n+5) {
    border-right: 1px dashed #ddd;
  }
  body[dir=rtl] .brand-section .row.row-cols-md-3 > a:nth-child(5n+5),
  body[dir=rtl] .brand-section .row.row-cols-md-3 > div:nth-child(5n+5) {
    border-right: unset;
    border-left: 1px dashed #ddd;
  }
  html.dark body[dir=rtl] .brand-section .row.row-cols-md-3 > a:nth-child(5n+5),
  html.dark body[dir=rtl] .brand-section .row.row-cols-md-3 > div:nth-child(5n+5) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .brand-section .row.row-cols-md-3 > a:nth-child(3n+3),
  .brand-section .row.row-cols-md-3 > div:nth-child(3n+3) {
    border-right: unset;
  }
  body[dir=rtl] .brand-section .row.row-cols-md-3 > a:nth-child(3n+3),
  body[dir=rtl] .brand-section .row.row-cols-md-3 > div:nth-child(3n+3) {
    border-right: unset;
    border-left: unset;
  }
}
@media (max-width: 767px) {
  .brand-section .row.row-cols-2 > a:nth-child(3n+3),
  .brand-section .row.row-cols-2 > div:nth-child(3n+3) {
    border-right: 1px dashed #ddd;
  }
  body[dir=rtl] .brand-section .row.row-cols-2 > a:nth-child(3n+3),
  body[dir=rtl] .brand-section .row.row-cols-2 > div:nth-child(3n+3) {
    border-right: unset;
    border-left: 1px dashed #ddd;
  }
  html.dark body[dir=rtl] .brand-section .row.row-cols-2 > a:nth-child(3n+3),
  html.dark body[dir=rtl] .brand-section .row.row-cols-2 > div:nth-child(3n+3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .brand-section .row.row-cols-2 > a:nth-child(2n+2),
  .brand-section .row.row-cols-2 > div:nth-child(2n+2) {
    border-right: unset;
  }
  body[dir=rtl] .brand-section .row.row-cols-2 > a:nth-child(2n+2),
  body[dir=rtl] .brand-section .row.row-cols-2 > div:nth-child(2n+2) {
    border-right: unset;
    border-left: unset;
  }
}
.brand-section .row > a,
.brand-section .row > div {
  border-right: 1px dashed #ddd;
}
body[dir=rtl] .brand-section .row > a,
body[dir=rtl] .brand-section .row > div {
  border-right: unset;
  border-left: 1px dashed #ddd;
}
html.dark body[dir=rtl] .brand-section .row > a,
html.dark body[dir=rtl] .brand-section .row > div {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .brand-section .row > a,
html.dark .brand-section .row > div {
  border-color: rgba(119, 119, 119, 0.45);
}

.brand-effect .brand-row a:hover img {
  filter: grayscale(0);
  transition: all 0.5s ease;
}
.brand-effect .brand-row img {
  filter: grayscale(1);
  transition: all 0.5s ease;
}

.border-brand .brand-section .brand-row {
  background-color: transparent;
}
html.dark .border-brand .brand-section .brand-row {
  border-color: rgba(119, 119, 119, 0.45);
}

.brand-box {
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
  overflow: hidden;
  background-color: #f8f8f8;
}
.brand-box h2, .brand-box .h2 {
  padding: calc(40px + 92 * (100vw - 320px) / 1600);
  font-size: calc(24px + 26 * (100vw - 320px) / 1600);
  text-align: center;
}
.brand-box img {
  width: 100%;
  height: 100%;
}

/* Pages */
/**=====================
     Coming Soon scss
==========================**/
.coming-soon-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/_next/static/media/coming-soon.94e8fbac.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.coming-soon-section .coming-box {
  text-align: center;
  z-index: 1;
}
.coming-soon-section .coming-box .coming-text {
  width: 90%;
  margin: 12px auto 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
}
@media (max-width: 480px) {
  .coming-soon-section .coming-box .coming-text {
    width: 100%;
  }
}
.coming-soon-section .coming-box .coming-title h2, .coming-soon-section .coming-box .coming-title .h2 {
  font-size: calc(27px + 11 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: -5px;
}
.coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
.coming-soon-section .coming-box .coming-timer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(16px + 12 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-timer ul li {
  width: calc(62px + 28 * (100vw - 320px) / 1600);
  height: calc(62px + 28 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-10px + -7 * (100vw - 320px) / 1600);
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.coming-soon-section .coming-box .coming-timer ul li .counter {
  display: block;
  text-align: center;
}
.coming-soon-section .coming-box .coming-timer ul li .counter > div {
  font-size: calc(22px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  line-height: 1;
}
.coming-soon-section .coming-box .coming-timer ul li .counter p {
  margin-bottom: 0;
  margin-top: 5px;
  color: #4a5568;
  font-size: calc(13px + 4 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-contain {
  margin-top: calc(19px + 19 * (100vw - 320px) / 1600);
}
.coming-soon-section .coming-box .coming-contain .coming-form {
  position: relative;
  width: 90%;
  margin: 22px auto 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--theme-color);
}
.coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  border: none;
  border-radius: 0;
}
.coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #ffffff;
  box-shadow: none;
  color: #4a5568;
  z-index: 0;
}
@media (max-width: 480px) {
  .coming-soon-section .coming-box .coming-contain .coming-form {
    width: 100%;
  }
}
.coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 calc(15px + 10 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 700;
}

/**=====================
     Inner scss
==========================**/
.inner-title {
  margin-bottom: calc(32px + 23 * (100vw - 320px) / 1600);
  text-align: center;
}
.inner-title h2, .inner-title .h2 {
  font-size: calc(21px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #222222;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: none;
  position: relative;
}
.inner-title h2::after, .inner-title .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  bottom: 0;
  background-color: var(--theme-color);
}
.inner-title h2 img, .inner-title .h2 img {
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 0 10px;
}
.inner-title-2 {
  margin-bottom: calc(18px + 20 * (100vw - 320px) / 1600);
}
.inner-title-2 h3, .inner-title-2 .h3 {
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}

/**=====================
     404 scss
==========================**/
.section-404 .image-404 {
  text-align: center;
}
.section-404 .image-404 img {
  width: 25%;
}
@media (max-width: 1460px) {
  .section-404 .image-404 img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .section-404 .image-404 img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .section-404 .image-404 img {
    width: 70%;
  }
}
.section-404 .contain-404 {
  width: 50%;
  text-align: center;
  margin: calc(20px + 25 * (100vw - 320px) / 1600) auto 0;
}
@media (max-width: 1660px) {
  .section-404 .contain-404 {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .section-404 .contain-404 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-404 .contain-404 {
    width: 100%;
  }
}
.section-404 .contain-404 h3, .section-404 .contain-404 .h3 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: 400;
}
.section-404 .contain-404 button {
  margin-top: calc(16px + 8 * (100vw - 320px) / 1600);
}

/**=====================
     Cart scss
==========================**/
.cart-section .deliver-box {
  padding: 22px 18px;
  background-color: #f8f8f8;
  border-radius: 6px;
  position: relative;
  margin-bottom: calc(22px + 18 * (100vw - 320px) / 1600);
}
.cart-section .deliver-box .btn-close {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
}
.cart-section .deliver-box h5:first-child, .cart-section .deliver-box .h5:first-child {
  margin-bottom: 8px;
}
.cart-section .deliver-box h5:last-child, .cart-section .deliver-box .h5:last-child {
  font-weight: 500;
  line-height: 1.4;
}
.cart-section .deliver-box h5:last-child a, .cart-section .deliver-box .h5:last-child a {
  text-decoration: underline;
  margin-left: 5px;
}
.cart-section .cart-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
}
.cart-section .promo-code-box {
  margin-bottom: calc(18px + 4 * (100vw - 320px) / 1600);
}
.cart-section .promo-code-box .form-label {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.cart-section .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid #ececec;
}
.cart-section .member-button {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  letter-spacing: 1.4px;
}
.cart-section .special-seller-box {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 6px;
  border-radius: 5px;
  border: 1px dashed #bfbfbf;
}
.cart-section .special-seller-box h5, .cart-section .special-seller-box .h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #4a5568;
  margin-bottom: 25px;
}
.cart-section .special-seller-box .sub-total-table tbody tr td:last-child {
  font-weight: 500;
}
.cart-section .special-seller-box .sub-total-table tbody tr.sub-total td {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.sub-total td:last-child {
  text-align: right;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-title td {
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td {
  border: none;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check {
  margin-bottom: 0;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:focus {
  box-shadow: none;
}
.cart-section .cart-total-box {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 6px;
  text-align: center;
}
.cart-section .cart-total-box h3, .cart-section .cart-total-box .h3 {
  font-weight: bold;
  color: #222222;
  margin-bottom: 15px;
}
.cart-section .cart-total-box h6, .cart-section .cart-total-box .h6 {
  width: 100%;
  margin: 20px 0 10px;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
}
.cart-section .cart-total-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.cart-section .cart-total-box .checkout-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 12px;
}

/**=====================
     Checkout scss
==========================**/
/* Shopping Cart Box */
.cart-table {
  background-color: #f8f8f8;
  padding: calc(18px + 17 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table tbody tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.cart-table table tbody tr:first-child td {
  padding-top: 0;
}
.cart-table table tbody tr td {
  background-color: transparent;
  padding: calc(16px + 6 * (100vw - 320px) / 1600) 16px;
  min-width: calc(135px + 35 * (100vw - 320px) / 1600);
}
.cart-table table tbody tr td.product-detail {
  max-width: 260px;
}
.cart-table table tbody tr td.product-detail:hover .product .product-image img {
  transform: scale(1.1);
}
.cart-table table tbody tr td.product-detail ul li + li {
  margin-bottom: 2px;
}
.cart-table table tbody tr td.product-detail .product {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .cart-table table tbody tr td.product-detail .product {
    align-items: flex-start;
  }
}
.cart-table table tbody tr td.product-detail .product .product-image {
  width: 70px;
}
@media (max-width: 1366px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .cart-table table tbody tr td.product-detail .product .product-image {
    width: 70px;
  }
}
.cart-table table tbody tr td.product-detail .product .product-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: contain;
}
.cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
body[dir=rtl] .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: unset;
  margin-right: calc(16px + 9 * (100vw - 320px) / 1600);
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li + li {
  margin-bottom: calc(0px + 2 * (100vw - 320px) / 1600);
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li .saving {
  font-weight: 500;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover {
  color: #222222;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4) {
  display: none;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li .price {
  display: flex;
  align-items: center;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6, .cart-table table tbody tr td.product-detail .product .product-detail ul li .price .h6 {
  margin-left: 8px;
  text-decoration: line-through;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 62%;
}
@media (max-width: 575px) {
  .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 90%;
  }
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button {
  padding: calc(3px + 7 * (100vw - 320px) / 1600) calc(10px + 8 * (100vw - 320px) / 1600);
  border: none;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input {
  padding: 10px 18px;
  border: none;
  text-align: center;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity {
  margin: 6px 0;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
  width: 50%;
}
@media (max-width: 480px) {
  .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
    width: 60%;
  }
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i {
  margin-top: 2px;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.cart-table table tbody tr td.price h5, .cart-table table tbody tr td.price .h5 {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.cart-table table tbody tr td.price h5 del, .cart-table table tbody tr td.price .h5 del {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-left: 4px;
}
.cart-table table tbody tr td.price h6, .cart-table table tbody tr td.price .h6 {
  margin-top: 5px;
  white-space: nowrap;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.cart-table table tbody tr td.saving {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
}
.cart-table table tbody tr td.quantity {
  width: 20%;
}
.cart-table table tbody tr td.subtotal h5, .cart-table table tbody tr td.subtotal .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: inline-block;
}
.cart-table table tbody tr td.subtotal .btn-close {
  margin-left: 50px;
}
.cart-table table tbody tr td.save-remove .save {
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}
.cart-table table tbody tr td.save-remove .save:hover {
  color: var(--theme-color);
}
.cart-table table tbody tr td.save-remove .remove {
  font-weight: 400;
  box-shadow: unset;
  font-size: 15px;
  color: #bf2020;
  text-decoration: underline;
}
.cart-table table tbody tr td .table-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
.cart-table table tbody tr td .quantity-price {
  width: 62%;
}
@media (max-width: 1460px) {
  .cart-table table tbody tr td .quantity-price {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .cart-table table tbody tr td .quantity-price {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cart-table table tbody tr td .quantity-price {
    width: 100%;
  }
}
.cart-table table tbody tr td .quantity-price .cart_qty button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
  z-index: unset;
}
.cart-table table tbody tr td .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.cart-table table tfoot {
  border-top: 1px solid #ececec;
}
.cart-table table tfoot tr td:first-child {
  border: none;
}
.cart-table table tfoot tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border-left: 1px solid #ececec;
}
.cart-table table tfoot tr td:last-child {
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #ececec;
}

/* Summery cart box */
.summery-box {
  border-radius: 5px;
  background-color: #f8f8f8;
}
.summery-box .summery-header {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
.summery-box .summery-header h3, .summery-box .summery-header .h3 {
  font-weight: 600;
}
.summery-box .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.summery-box .summery-header a:hover {
  color: var(--theme-color);
}
.summery-box .summery-contain {
  padding: 16px calc(16px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
}
.summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: #4a5568;
}
.summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.summery-box .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #ffffff;
  padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  border: none;
}
.summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
.summery-box .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.summery-box .summery-contain ul li:last-child {
  border-bottom: none;
}
.summery-box .summery-contain ul li h4, .summery-box .summery-contain ul li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.summery-box .summery-contain ul li h4.price, .summery-box .summery-contain ul li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
body[dir=rtl] .summery-box .summery-contain ul li h4.price, body[dir=rtl] .summery-box .summery-contain ul li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-contain ul li h4.price .shopping-contain, .summery-box .summery-contain ul li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.summery-box .summery-contain ul li h4 span, .summery-box .summery-contain ul li .h4 span {
  font-weight: 600;
}
.summery-box .summery-contain {
  padding: calc(11px + 5 * (100vw - 320px) / 1600) calc(11px + 11 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
}
.summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.summery-box .summery-contain li {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
}
.summery-box .summery-contain li:last-child {
  border-bottom: none;
}
.summery-box .summery-contain li p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin: 0;
}
.summery-box .summery-contain li h4, .summery-box .summery-contain li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.summery-box .summery-contain li h4.price, .summery-box .summery-contain li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
body[dir=rtl] .summery-box .summery-contain li h4.price, body[dir=rtl] .summery-box .summery-contain li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-contain li h4.price .shopping-contain, .summery-box .summery-contain li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.summery-box .summery-contain li h4 span, .summery-box .summery-contain li .h4 span {
  font-weight: 600;
}
.summery-box .summery-total {
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600);
}
.summery-box .summery-total li {
  padding-top: 12px;
  display: flex;
  align-items: center;
}
.summery-box .summery-total li h4, .summery-box .summery-total li .h4 {
  font-size: 17px;
  color: #222222;
}
.summery-box .summery-total li h4.price, .summery-box .summery-total li .price.h4 {
  margin-left: auto;
}
body[dir=rtl] .summery-box .summery-total li h4.price, body[dir=rtl] .summery-box .summery-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.summery-box .summery-total li h4 span, .summery-box .summery-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.summery-box .summery-total li:nth-child(4) {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.summery-box .summery-total li:nth-child(4) h4, .summery-box .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.summery-box .summery-total li:last-child {
  border-top: 1px solid #ececec;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.summery-box .summery-total li:last-child h4, .summery-box .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}

.button-group {
  text-align: right;
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
}
.button-group.cart-button {
  margin-top: 0;
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.button-group.cart-button ul li {
  width: 100%;
}
.button-group.cart-button ul li a {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.button-group.cart-button ul li a:first-child:active {
  color: #ffffff;
}
.button-group ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
.button-group ul.button-group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(26px + 19 * (100vw - 320px) / 1600);
}
.button-group ul li button {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.button-group ul li button.shopping-button {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  background-color: #ececec;
  color: #000000;
}
.button-group ul li button.shopping-button svg {
  margin-right: 8px;
}
body[dir=rtl] .button-group ul li button.shopping-button svg {
  margin-right: unset;
  margin-left: 8px !important;
}

.checkout-section {
  /* Delivery Address */
  /* Delivery Option */
  /* Payment Method */
}
.checkout-section .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  align-items: center;
}
.checkout-section .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #4a5568;
  position: relative;
  padding: 0;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  color: #222222;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
}
@media (max-width: 480px) {
  .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
.checkout-section .custom-navtab {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0px + 24 * (100vw - 320px) / 1600);
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab {
    display: flex;
    flex-wrap: nowrap;
  }
}
.checkout-section .custom-navtab .nav-item {
  width: 100%;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab .nav-item {
    display: inline-block;
  }
  .checkout-section .custom-navtab .nav-item + .nav-item {
    margin-left: 15px;
  }
}
.checkout-section .custom-navtab .nav-item .nav-link {
  position: relative;
  text-align: left;
  border: 2px solid #ececec;
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkout-section .custom-navtab .nav-item .nav-link {
    width: calc(195px + 25 * (100vw - 320px) / 1600);
  }
}
.checkout-section .custom-navtab .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  background-color: transparent;
  transition: 0.3s ease;
  border-radius: 4px;
}
.checkout-section .custom-navtab .nav-item .nav-link.active {
  color: #222222;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
.checkout-section .custom-navtab .nav-item .nav-link.active::before {
  box-shadow: 0 4px 0px var(--theme-color);
  width: 100%;
}
.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box h4, .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box .h4,
.checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box i {
  color: var(--theme-color);
  z-index: 1;
  -webkit-text-stroke: 1px transparent;
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box span {
  color: #4a5568;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: calc(0px + 5 * (100vw - 320px) / 1600);
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box h4, .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .h4 {
  color: #222222;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  width: calc(38px + 20 * (100vw - 320px) / 1600);
  height: auto;
  margin-left: auto;
}
.checkout-section .tab-content {
  background-color: #f8f8f8;
  height: 100%;
  padding: calc(26px + 9 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.checkout-section .tab-content .tab-pane .tab-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: #222222;
}
.checkout-section .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.checkout-section .delivery-address-box > div {
  display: flex;
  position: relative;
}
.checkout-section .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.checkout-section .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.checkout-section .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.checkout-section .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.checkout-section .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.checkout-section .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
.checkout-section .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.checkout-section .delivery-address-box > div .delivery-address-detail p,
.checkout-section .delivery-address-box > div .delivery-address-detail h6,
.checkout-section .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section .delivery-address-box > div .delivery-address-detail p span,
.checkout-section .delivery-address-box > div .delivery-address-detail h6 span,
.checkout-section .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
}
.checkout-section .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.checkout-section .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .checkout-section .delivery-option .select-option {
    margin-top: 6px;
  }
}
.checkout-section .delivery-option .date-box {
  position: relative;
}
.checkout-section .delivery-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #4a5568;
}
.checkout-section .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-section .delivery-option .delivery-category {
    display: block;
  }
}
.checkout-section .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
.checkout-section .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
}
.checkout-section .delivery-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .checkout-section .delivery-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .checkout-section .delivery-option .delivery-items {
    display: block;
  }
}
.checkout-section .delivery-option .delivery-items h5, .checkout-section .delivery-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.checkout-section .delivery-option .delivery-items h5.items, .checkout-section .delivery-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .checkout-section .delivery-option .delivery-items h5.items, .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .checkout-section .delivery-option .delivery-items h5.items, .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.checkout-section .delivery-option .delivery-items h5.items span, .checkout-section .delivery-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .checkout-section .delivery-option .delivery-items h5.charge, .checkout-section .delivery-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.checkout-section .delivery-option .delivery-items h5 i, .checkout-section .delivery-option .delivery-items .h5 i {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.25);
}
.checkout-section .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.checkout-section .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
}
.checkout-section .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #4a5568;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.checkout-section .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.checkout-section .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.checkout-section .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #000000;
  text-decoration: none;
  background-color: #ececec;
}
.checkout-section .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-section .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.checkout-section .credit-card-box .credit-detail {
  position: relative;
}
.checkout-section .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  position: relative;
}
.checkout-section .payment-option .form-check .form-check-input {
  margin-top: 4px;
}
.checkout-section .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.checkout-section .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(17px + 28 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li {
  position: relative;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  background-color: #f8f8f8;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
    display: none;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon .lord-icon {
  width: 100%;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  margin-bottom: calc(9px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail {
  /* Payment Method */
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div {
  display: flex;
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6 span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .select-option {
    margin-top: 6px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box {
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
    display: block;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #4a5568;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #000000;
  text-decoration: none;
  background-color: #ececec;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box {
  display: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box.show {
  display: block;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 5px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
    display: block;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items span, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.charge, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 i {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.25);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-card-box .credit-detail {
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check .form-check-input {
  margin-top: 4px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #4a5568;
  position: relative;
  padding: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  color: #222222;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
  margin: 0;
  line-height: 1.5;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
.checkout-section-2 .right-side-summery-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 {
  border-radius: 7px;
  background-color: #f8f8f8;
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
  padding-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header .h3 {
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a:hover {
  color: var(--theme-color);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid #ececec;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: #4a5568;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
  width: calc(41px + 11 * (100vw - 320px) / 1600);
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin-right: 10px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #ffffff;
  padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  border: none;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li:last-child {
  border-bottom: none;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price .shopping-contain, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 span, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .h4 span {
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li {
  padding: calc(6px + 2 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li:last-child {
  border-bottom: none;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin: 0;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .h4 {
  font-size: 15px;
  color: #4a5568;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 {
  color: #4a5568;
  margin-left: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price .shopping-contain, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 span, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .h4 span {
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
  margin-top: 0px;
  padding-top: 5px;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li {
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .h4 {
  font-size: 17px;
  color: #222222;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .price.h4 {
  margin-left: auto;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 span, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
  border-top: 1px solid #ececec;
  padding-top: calc(12px + 4 * (100vw - 320px) / 1600);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child h4, .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.checkout-section-2 .right-side-summery-box .checkout-offer {
  margin-top: 24px;
  border-radius: 7px;
  background-color: #f8f8f8;
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  margin-bottom: calc(13px + 7 * (100vw - 320px) / 1600);
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon {
  width: 20px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name h6, .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name .h6 {
  font-weight: 600;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1;
  margin-bottom: -2px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + 5 * (100vw - 320px) / 1600);
  height: 100%;
  overflow: hidden auto;
  max-height: 104px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li {
  display: block;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
  color: #4a5568;
  line-height: 1.5;
  position: relative;
  padding-left: 23px;
  font-size: calc(13px + 0 * (100vw - 320px) / 1600);
  margin: 0;
}
.checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 5px;
  background-color: #4a5568;
  border-radius: 100%;
}

/**=====================
     Contact Us scss
==========================**/
.contact-box-section .left-sidebar-box .contact-image {
  text-align: center;
  margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.contact-box-section .left-sidebar-box .contact-image img {
  width: 60%;
}
@media (max-width: 1199px) {
  .contact-box-section .left-sidebar-box .contact-image img {
    width: 77%;
  }
}
@media (max-width: 991px) {
  .contact-box-section .left-sidebar-box .contact-image img {
    width: 60%;
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.contact-box-section .left-sidebar-box .contact-title {
  margin-bottom: calc(20px + 12 * (100vw - 320px) / 1600);
}
.contact-box-section .left-sidebar-box .contact-title h3, .contact-box-section .left-sidebar-box .contact-title .h3 {
  position: relative;
  display: inline-block;
  font-size: calc(23px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.contact-box-section .left-sidebar-box .contact-title h3::after, .contact-box-section .left-sidebar-box .contact-title .h3::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--theme-color);
}
body[dir=rtl] .contact-box-section .left-sidebar-box .contact-title h3::after, body[dir=rtl] .contact-box-section .left-sidebar-box .contact-title .h3::after {
  left: unset;
  right: 0;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(2px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  background-color: #f8f8f8;
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 10px;
  margin-left: 22px;
}
body[dir=rtl] .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600);
  margin-left: unset;
  margin-right: 22px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -21px;
  background-color: var(--theme-color);
  border-radius: 7px;
  color: #ffffff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[dir=rtl] .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  left: unset;
  right: -21px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon svg {
  font-size: 20px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title,
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain {
  width: 100%;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title h4, .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #4a5568;
  margin-bottom: -5px;
}
.contact-box-section .right-sidebar-box {
  padding: calc(21px + 39 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background-color: #f8f8f8;
}
.contact-box-section .right-sidebar-box .custom-form label {
  color: #4a5568;
  display: block;
  font-size: 16px;
  margin-bottom: calc(3px + 5 * (100vw - 320px) / 1600);
}
.contact-box-section .right-sidebar-box .custom-form .custom-input {
  position: relative;
}
.contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(41px + 11 * (100vw - 320px) / 1600);
  border: none;
}
.contact-box-section .right-sidebar-box .custom-form .custom-input .form-control:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.contact-box-section .right-sidebar-box .custom-form .custom-input i,
.contact-box-section .right-sidebar-box .custom-form .custom-input svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 calc(14px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea {
  position: relative;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
  padding-left: 52px;
  border: none;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea i,
.contact-box-section .right-sidebar-box .custom-form .custom-textarea svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 20px;
  display: flex;
  font-size: 18px;
  color: #4a5568;
}
.contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text {
  display: flex;
  justify-content: center;
  align-items: unset;
  top: 20px;
  padding: 0;
  background-color: #ffffff;
  border-color: transparent;
  line-height: unset;
  position: absolute;
  width: 45px;
  left: 0;
  z-index: 1;
}
body[dir=rtl] .contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text {
  left: unset;
  right: 1px;
}
.contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text i,
.contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text svg {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.contact-box-section .right-sidebar-box .custom-form .input-group textarea,
.contact-box-section .right-sidebar-box .custom-form .input-group input {
  padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
  padding-left: 57px;
  border-radius: 6px !important;
  z-index: unset;
  border: none;
}
body[dir=rtl] .contact-box-section .right-sidebar-box .custom-form .input-group textarea,
body[dir=rtl] .contact-box-section .right-sidebar-box .custom-form .input-group input {
  padding-left: calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
  padding-right: 57px;
}
.contact-box-section .right-sidebar-box .custom-form .input-group textarea:focus,
.contact-box-section .right-sidebar-box .custom-form .input-group input:focus {
  z-index: unset;
}

.map-section .map-box {
  margin-bottom: -6px;
  display: block;
}
.map-section .map-box iframe {
  width: 100%;
  height: 350px;
}

/**=====================
     Log In Us scss
==========================**/
.log-in-section {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.log-in-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/log-in-bg.739f6c68.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.log-in-section.otp-section {
  display: flex;
  align-items: center;
}
.log-in-section .image-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.log-in-section .log-in-form .form-control {
  border: none;
}
.log-in-section .inputs {
  margin: calc(-2px + -10 * (100vw - 320px) / 1600);
}
.log-in-section .inputs input {
  margin: calc(2px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.log-in-section .log-in-box {
  background-color: #f8f8f8;
  padding: calc(16px + 34 * (100vw - 320px) / 1600);
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  width: 100%;
}
.log-in-section .log-in-box .number-btn {
  border: 1px solid rgba(26, 163, 135, 0.451);
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 16px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  border-radius: calc(3px + 3 * (100vw - 320px) / 1600);
  background-color: rgba(26, 163, 135, 0.03);
  color: var(--theme-color);
}
.log-in-section .log-in-box .logo-name {
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-top: -10px;
}
.log-in-section .log-in-box .logo-name a {
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #222222;
  display: block;
}
.log-in-section .log-in-box .logo-name a img {
  width: calc(150px + 75 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .log-in-title {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .log-in-title h3, .log-in-section .log-in-box .log-in-title .h3 {
  margin-bottom: calc(1px + 5 * (100vw - 320px) / 1600);
  font-size: calc(18px + 3 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .log-in-title h4, .log-in-section .log-in-box .log-in-title .h4,
.log-in-section .log-in-box .log-in-title h5,
.log-in-section .log-in-box .log-in-title .h5 {
  color: #4a5568;
  margin-top: 8px;
}
.log-in-section .log-in-box .log-in-button {
  margin-top: 20px;
  padding: 1px 0;
}
.log-in-section .log-in-box .log-in-button ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.log-in-section .log-in-box .log-in-button ul li {
  display: block;
  width: 100%;
}
.log-in-section .log-in-box .log-in-button ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  border-radius: 5px;
  padding: calc(10px + 6 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  background-color: #ffffff;
}
.log-in-section .log-in-box .log-in-button ul li a img {
  aspect-ratio: auto;
  width: calc(18px + 6 * (100vw - 320px) / 1600);
  height: calc(18px + 6 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .forgot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .log-in-section .log-in-box .forgot-box {
    display: block;
  }
}
.log-in-section .log-in-box .remember-box {
  display: flex;
  align-items: center;
  min-height: unset;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.log-in-section .log-in-box .remember-box .check-box {
  border: unset;
  display: block;
  margin: 0;
  float: unset;
  width: 20px;
  height: 20px;
}
.log-in-section .log-in-box .remember-box .check-box::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.log-in-section .log-in-box .remember-box .check-box:checked {
  background-color: transparent;
}
.log-in-section .log-in-box .remember-box .check-box:active {
  filter: unset;
}
.log-in-section .log-in-box .remember-box .check-box:focus {
  box-shadow: unset;
}
.log-in-section .log-in-box .remember-box .check-box::before {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 6px;
}
.log-in-section .log-in-box .remember-box label {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0;
}
.log-in-section .log-in-box .remember-box label span {
  font-weight: 500;
  color: var(--theme-color);
}
.log-in-section .log-in-box .forgot-password {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.log-in-section .log-in-box .forgot-password:hover {
  color: var(--theme-color);
}
.log-in-section .log-in-box .other-log-in {
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.log-in-section .log-in-box .other-log-in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ddd;
  z-index: 0;
}
.log-in-section .log-in-box .other-log-in h6, .log-in-section .log-in-box .other-log-in .h6 {
  color: #4a5568;
  position: relative;
  background-color: #f9f9f9;
  padding: 0 14px;
  display: inline-block;
  text-transform: uppercase;
}
.log-in-section .log-in-box .sign-up-box {
  margin-top: 20px;
  text-align: center;
}
.log-in-section .log-in-box .sign-up-box h4, .log-in-section .log-in-box .sign-up-box .h4 {
  color: #4a5568;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(0px + 3 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .sign-up-box a {
  font-weight: 500;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -4px;
  display: block;
}
.log-in-section .log-in-box .sign-up-box a:hover {
  color: var(--theme-color);
}
.log-in-section .log-in-box .contact-title {
  margin-bottom: 30px;
}
.log-in-section .log-in-box .contact-title h2, .log-in-section .log-in-box .contact-title .h2 {
  margin-bottom: 15px;
}
.log-in-section .log-in-box .contact-title h5, .log-in-section .log-in-box .contact-title .h5 {
  width: 53%;
  font-size: 18px;
  line-height: 1.3;
  color: #4a5568;
}
.log-in-section .log-in-box .input-box .theme-form-floating {
  margin-bottom: 0 !important;
}
.log-in-section .log-in-box .input-box .theme-form-floating .form-floating {
  margin-bottom: 0 !important;
}
.log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control {
  border: none;
}
.log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
}
body[dir=rtl] .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control.is-invalid, body[dir=rtl] .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control:invalid, body[dir=rtl] .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control.is-valid, body[dir=rtl] .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control:valid {
  background-position: left calc(0.375em + 0.1875rem) center;
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: calc(1.5em + 0.75rem);
}
.log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control::placeholder {
  color: transparent;
}
.log-in-section .log-in-box .input-box .theme-form-floating .form-floating .form-label {
  font-size: 16px;
  color: #222222;
}
body[dir=rtl] .log-in-section .log-in-box .input-box .theme-form-floating .form-floating .form-label {
  left: unset;
  right: 0;
}
.log-in-section .log-in-box .input-box .theme-form-floating .form-floating .form-label::after {
  content: unset;
}
.log-in-section .log-in-box .input-box .country-input .custom-select-box {
  top: 1px;
  left: 0;
  width: calc(90px + 14 * (100vw - 320px) / 1600);
  min-width: auto;
  height: 57px;
  cursor: pointer;
}
body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .custom-select-box {
  left: unset;
  right: 0;
}
.log-in-section .log-in-box .input-box .country-input .custom-select-box .form-select {
  height: 100%;
  background-color: #ffffff !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .custom-select-box .form-select {
  border-left: 1px solid #dee2e6;
  border-radius: 0 6px 6px 0;
  background-position: left 0.75rem center;
  border-right: unset;
}
html.dark body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .custom-select-box .form-select {
  border-color: rgba(119, 119, 119, 0.44);
}
.log-in-section .log-in-box .input-box .country-input .country-input-box input {
  height: calc(51px + 3 * (100vw - 320px) / 1600);
  min-height: calc(51px + 3 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .input-box .country-input .country-input-box > * > .custom-form > .form-label {
  display: none;
}
.log-in-section .log-in-box .input-box .country-input .country-input-box > * > .custom-form > .form-floating > label {
  z-index: unset;
  height: auto;
  left: 120px;
}
.log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control {
  padding-left: calc(96px + 32 * (100vw - 320px) / 1600);
}
body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control {
  padding-left: unset;
  padding-right: calc(96px + 32 * (100vw - 320px) / 1600);
}
body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control.is-invalid, body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control:invalid, body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control.is-valid, body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control:valid {
  padding-left: unset;
  padding-right: calc(96px + 32 * (100vw - 320px) / 1600);
}
.log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-label {
  height: auto;
  margin: 0;
  left: calc(86px + 29 * (100vw - 320px) / 1600);
}
body[dir=rtl] .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-label {
  left: unset;
  right: calc(86px + 29 * (100vw - 320px) / 1600);
}

/**=====================
     FAQ scss
==========================**/
.faq-contain {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  z-index: 0;
  position: relative;
}
.faq-contain .faq-top-box {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 9px;
  padding: 28px 18px;
}
.faq-contain .faq-top-box .faq-box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 7px;
  margin: 0 auto 16px;
}
.faq-contain .faq-top-box .faq-box-icon img {
  width: calc(36px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.faq-contain .faq-top-box .faq-box-contain h3, .faq-contain .faq-top-box .faq-box-contain .h3 {
  font-weight: 700;
}
.faq-contain .faq-top-box .faq-box-contain p {
  margin: 17px 0 0;
  line-height: 1.6;
  color: #4a5568;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: -4px;
}

.faq-box-contain .faq-contain {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
}
@media (max-width: 1199px) {
  .faq-box-contain .faq-contain {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  }
}
.faq-box-contain .faq-contain h2, .faq-box-contain .faq-contain .h2 {
  font-weight: 700;
  font-size: calc(28px + 28 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.faq-box-contain .faq-contain p {
  margin: calc(8px + 7 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #4a5568;
}
@media (max-width: 1199px) {
  .faq-box-contain .faq-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .faq-box-contain .faq-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-box-contain .faq-contain p {
    width: 100%;
    text-align: justify;
  }
}
.faq-box-contain .faq-accordion .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 9 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item {
  width: 100%;
  border-radius: 7px;
  background-color: #f8f8f8;
  border: none;
  overflow: hidden;
  z-index: 0;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f8f8f8;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.5;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  padding-right: calc(12px + 8 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button svg {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(12px + 8 * (100vw - 320px) / 1600);
  width: 16px;
  height: 16px;
}
body[dir=rtl] .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button svg {
  right: unset;
  left: calc(12px + 8 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  content: unset;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 700;
  color: var(--theme-color);
  background-color: transparent;
  box-shadow: none;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px calc(10.4px + 0.5vw) 13px;
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
}
.faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: -4px;
}

/**=====================
     Compare scss
==========================**/
.compare-section .compare-table {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.compare-section .compare-table tr td,
.compare-section .compare-table tr th {
  min-width: 200px;
  border-right: 1px solid #ddd;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.compare-section .compare-table tr td:first-child,
.compare-section .compare-table tr th:first-child {
  min-width: auto;
}
.compare-section .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  background-color: #f8f8f8;
}
.compare-section .compare-table tr td {
  font-size: 15px;
}
.compare-section .compare-table tr td.title a {
  font-weight: 700;
  color: #222;
}
.compare-section .compare-table tr td a {
  font-weight: 600;
}
.compare-section .compare-table tr td a:hover {
  color: #222222;
}
.compare-section .compare-table tr td .compare-image {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin: 0 auto;
}
.compare-section .compare-table tr td .compare-image img {
  width: 100%;
  height: calc(65px + 25 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.compare-section .compare-table tr td .price h5, .compare-section .compare-table tr td .price .h5 {
  font-weight: 600;
  color: #222222;
}
.compare-section .compare-table tr td .price h5 del, .compare-section .compare-table tr td .price .h5 del {
  font-weight: 400;
  font-size: 15px;
  margin-left: 4px;
  color: #777;
}
.compare-section .compare-table tr td .price h5 span, .compare-section .compare-table tr td .price .h5 span {
  margin-left: 4px;
  color: var(--theme-color);
}
.compare-section .compare-table tr td .compare-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.compare-section .compare-table tr td .compare-rating span {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
body[dir=rtl] .compare-section .compare-table tr td .compare-rating span {
  margin-left: unset;
  padding-right: 5px;
}
.compare-section .compare-table tr td .summary {
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px;
}
.compare-section .compare-part {
  position: relative;
  border: 1px solid #eee;
}
.compare-section .compare-part .detail-part .title-detail {
  background-color: #f7f8fa;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.compare-section .compare-part .detail-part .inner-detail {
  padding: 15px;
  text-align: center;
}
.compare-section .compare-part .detail-part .inner-detail p {
  margin: 0;
}
.compare-section .compare-part .detail-part .inner-detail .compare-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-section .compare-part .img-section {
  padding-top: 20px;
}
.compare-section .compare-part .img-section img {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  object-fit: contain;
}
.compare-section .compare-part .img-section h5, .compare-section .compare-part .img-section .h5 {
  text-align: center;
  margin: 12px 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
}
.compare-section .compare-part .compare-rating span {
  color: #fea348;
  font-size: 18px;
}
.compare-section .compare-part .compare-rating .rating-text {
  font-size: 16px;
  color: #4a5568;
  margin-left: 6px;
}
.compare-section .compare-part .btn-part {
  padding: 15px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.compare-section .compare-part .btn-part .btn {
  margin: 0 auto;
  padding-inline: calc(34px + 44 * (100vw - 320px) / 1600);
}
.compare-section .compare-part .remove-part {
  padding: 15px;
  text-align: center;
}
.compare-section .compare-part .remove-part a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.compare-section .compare-part .remove-part a svg {
  margin-top: -3px;
}
.compare-section .compare-row > div .compare-part {
  border-left: none;
}
.compare-section .compare-row > div:first-child .compare-part {
  border: 1px solid #eee;
}
@media only screen and (max-width: 1402px) and (min-width: 1008px) {
  .compare-section .compare-row > div:nth-child(5) .compare-part {
    border-left: 1px solid #eee;
  }
}
@media only screen and (max-width: 1008px) and (min-width: 678px) {
  .compare-section .compare-row > div:nth-child(4) .compare-part {
    border-left: 1px solid #eee;
  }
}
@media (max-width: 1402px) {
  .compare-section .compare-row > div:nth-child(n+4) .compare-part {
    border-top: unset;
  }
}

.compare-fix {
  position: fixed;
  right: calc(54px + 18 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #ffffff;
  padding: calc(7px + 5 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600);
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .compare-fix {
  right: unset;
  left: calc(54px + 18 * (100vw - 320px) / 1600);
}
.compare-fix a {
  color: white;
}
.compare-fix h5, .compare-fix .h5 {
  font-size: 14px;
  text-transform: uppercase;
}

/**=====================
     blog scss
==========================**/
.blog-section .left-sidebar-box {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.blog-section .left-sidebar-box .left-search-box .search-box {
  position: relative;
}
.blog-section .left-sidebar-box .left-search-box .search-box::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #4a5568;
}
.blog-section .left-sidebar-box .left-search-box .search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  right: 51px;
  opacity: 0.3;
  background-color: #4a5568;
}
.blog-section .left-sidebar-box .left-search-box .search-box input {
  padding: 8px 68px 8px 20px;
  background-color: #f8f8f8;
  border: none;
  height: 53px;
  border-radius: 7px;
}
.blog-section .left-sidebar-box .left-search-box .search-box input:focus {
  border-color: #ced4da;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item {
  border: none;
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item + .accordion-item {
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #f8f8f8;
  color: #222222;
  font-weight: 700;
  padding: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  content: "\ea4e";
}
body[dir=rtl] .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse {
  background-color: #f8f8f8;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box {
  display: flex;
  align-items: center;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box + .recent-box {
  margin-top: 20px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box:hover .recent-image img {
  transform: scale(1.1) rotate(4deg);
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image {
  width: 110px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: 15px;
  width: calc(100% - 110px);
}
body[dir=rtl] .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: unset;
  padding-right: 15px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a {
  color: #222222;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a:hover {
  color: #222222;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a h5, .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a .h5 {
  font-weight: 600;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6, .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #4a5568;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li:first-child {
  padding-top: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #222222;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5, .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name .h5 {
  color: #4a5568;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  color: #787878;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li {
  z-index: 0;
  padding: 4px 9px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover {
  border-color: transparent;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover::after {
  opacity: 1;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #ffffff;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li a {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
  text-transform: capitalize;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li {
  margin-top: 30px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li::after {
  top: -16px;
  width: calc(100% - 80px - (12px + 11 * (100vw - 320px) / 1600));
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li .offer-product .offer-detail a {
  color: #222222;
}
.blog-section .custom-border {
  border-bottom: 1px solid #ececec;
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
  margin-bottom: calc(35px + 25 * (100vw - 320px) / 1600);
}
.blog-section .blog-box {
  height: 100%;
}
.blog-section .blog-box:hover::after {
  transform: unset;
  opacity: 0.1;
}
.blog-section .blog-box:hover .blog-image a {
  transform: scale(1.1) rotate(4deg);
}
.blog-section .blog-box .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  height: 244px;
}
.blog-section .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .blog-box .blog-image a {
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-image label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  border-radius: 0;
  background-color: #febc5c;
  color: #ffffff;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: none;
}
.blog-section .blog-box .blog-image label i {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 3px;
  color: #ffffff;
}
.blog-section .blog-box .blog-contain {
  padding: 0 20px 20px;
}
.blog-section .blog-box .blog-contain-2 {
  padding: 0;
}
.blog-section .blog-box .blog-contain .blog-label {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
  align-items: center;
}
.blog-section .blog-box .blog-contain .blog-label .time,
.blog-section .blog-box .blog-contain .blog-label .super {
  display: flex;
  align-items: center;
  color: #4a5568;
  text-transform: uppercase;
  font-size: 13px;
  gap: 5px;
}
.blog-section .blog-box .blog-contain .blog-label .time svg,
.blog-section .blog-box .blog-contain .blog-label .super svg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.blog-section .blog-box .blog-contain .blog-label .time svg,
.blog-section .blog-box .blog-contain .blog-label .super svg {
  font-size: 16px;
}
.blog-section .blog-box .blog-contain .blog-label .time span,
.blog-section .blog-box .blog-contain .blog-label .super span {
  margin-top: 1px;
}
.blog-section .blog-box .blog-contain a {
  color: #222222;
}
.blog-section .blog-box .blog-contain a:hover {
  color: #222222;
}
.blog-section .blog-box .blog-contain a h3, .blog-section .blog-box .blog-contain a .h3 {
  margin: 4px 0 6px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
}
.blog-section .blog-box .blog-contain p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .blog-section .blog-box .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.blog-section .blog-box .blog-contain .blog-button {
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 22px;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  margin-top: calc(8px + 14 * (100vw - 320px) / 1600);
  font-size: 14px;
  width: max-content;
}
.blog-section .blog-box .blog-contain .blog-button:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-section .blog-box .blog-contain .blog-button:hover {
  color: #ffffff;
}
.blog-section .blog-box .blog-contain .blog-button:hover:after {
  opacity: 1;
}
.blog-section .blog-box .blog-contain .blog-button svg {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}
body[dir=rtl] .blog-section .blog-box .blog-contain .blog-button svg {
  margin-left: unset;
  margin-right: 10px;
}
.blog-section .blog-box.sticky-blog-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-color: rgba(26, 164, 136, 0.28);
}
.blog-section .blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
.blog-section .blog-box.sticky-blog-box::after {
  content: none;
}
.blog-section .blog-box .blog-label-tag {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
.blog-section .blog-box .blog-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.blog-section .blog-box .blog-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.blog-section .blog-box .blog-label-tag span {
  font-weight: 700;
}
.blog-section .blog-list {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-section .blog-list {
    display: block;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list {
    display: block;
  }
}
.blog-section .blog-list:hover {
  box-shadow: 0 4px 9px rgba(34, 34, 34, 0.1);
}
.blog-section .blog-list:hover .blog-image img {
  transform: scale(1.1);
}
.blog-section .blog-list:hover .blog-contain a h3, .blog-section .blog-list:hover .blog-contain a .h3 {
  color: var(--theme-color);
}
.blog-section .blog-list:hover .blog-contain .blog-button {
  background-color: var(--theme-color);
  color: #ffffff;
}
.blog-section .blog-list .blog-image {
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: calc(257px + 43 * (100vw - 320px) / 1600);
}
@media (max-width: 1399px) {
  .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .blog-section .blog-list .blog-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list .blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    text-align: center;
  }
}
.blog-section .blog-list .blog-image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-section .blog-list .blog-image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list .blog-image img {
    width: 100%;
  }
}
.blog-section .blog-list .blog-contain {
  padding: calc(10px + 15 * (100vw - 320px) / 1600);
  width: 62%;
}
@media (max-width: 1399px) {
  .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
.blog-section .blog-list .blog-contain p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .blog-section .blog-list .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.blog-section .blog-detail-image {
  position: relative;
}
.blog-section .blog-detail-image .blog-image-contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 55px 15px 40px;
  text-align: center;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, rgba(246, 246, 246, 0) 100%);
  color: #222222;
}
@media (max-width: 480px) {
  .blog-section .blog-detail-image .blog-image-contain {
    position: relative;
  }
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li {
  text-transform: capitalize;
  position: relative;
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: 30px;
}
.blog-section .blog-detail-image .blog-image-contain .contain-list li + li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #222222;
  left: -24px;
}
.blog-section .blog-detail-image .blog-image-contain h2, .blog-section .blog-detail-image .blog-image-contain .h2 {
  margin: calc(10px + 4 * (100vw - 320px) / 1600) 0;
  font-weight: 700;
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 13 * (100vw - 320px) / 1600);
  color: #777;
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  display: flex;
  align-items: center;
}
.blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list i {
  font-size: 18px;
  margin-right: 3px;
}
.blog-section .blog-detail-contain p {
  color: #4a5568;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  line-height: calc(25px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.blog-section .blog-detail-contain p .first {
  width: calc(38px + 12 * (100vw - 320px) / 1600);
  height: calc(38px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(55px + 15 * (100vw - 320px) / 1600);
  color: #4a5568;
  float: left;
  margin-right: calc(8px + 12 * (100vw - 320px) / 1600);
  margin-top: 8px;
}
.blog-section .blog-detail-contain .blog-details-quote {
  padding: calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(62px + 118 * (100vw - 320px) / 1600);
  border-radius: 10px;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #4a5568;
  position: relative;
  color: #ffffff;
}
.blog-section .blog-detail-contain .blog-details-quote h3, .blog-section .blog-detail-contain .blog-details-quote .h3 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(24px + 11 * (100vw - 320px) / 1600);
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
}
.blog-section .blog-detail-contain .blog-details-quote h5, .blog-section .blog-detail-contain .blog-details-quote .h5 {
  letter-spacing: 3px;
  color: #ddd;
  text-transform: uppercase;
}
.blog-section .blog-detail-contain .blog-details-quote::after {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: calc(38px + 32 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  top: calc(-6px + 32 * (100vw - 320px) / 1600);
  left: calc(15px + 72 * (100vw - 320px) / 1600);
}
.blog-section .leave-title {
  margin: 40px 0 9px;
}
.blog-section .leave-title h3, .blog-section .leave-title .h3 {
  position: relative;
  font-weight: 700;
  z-index: 0;
  color: #4a5568;
  font-size: 22px;
}
.blog-section .user-comment-box {
  margin-top: 24px;
}
.blog-section .user-comment-box ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-section .user-comment-box ul li {
  padding: 0px 0 50px;
  width: 100%;
  position: relative;
}
.blog-section .user-comment-box ul li.li-padding {
  padding-left: calc(28px + 52 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li {
    padding: 0;
  }
}
.blog-section .user-comment-box ul li .user-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box {
    display: block;
  }
}
.blog-section .user-comment-box ul li .user-box .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.blog-section .user-comment-box ul li .user-box .reply-button svg {
  margin: -3px 9px 0 0;
  color: #777;
}
.blog-section .user-comment-box ul li .user-box .user-image {
  position: relative;
}
.blog-section .user-comment-box ul li .user-box .user-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.blog-section .user-comment-box ul li .user-box .user-image .user-name {
  position: absolute;
  top: 0;
  left: 80px;
  width: 220px;
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box .user-image .user-name {
    top: 50%;
    transform: translateY(-50%);
  }
}
.blog-section .user-comment-box ul li .user-box .user-image .user-name h5, .blog-section .user-comment-box ul li .user-box .user-image .user-name .h5 {
  font-weight: 600;
}
.blog-section .user-comment-box ul li .user-box .user-image .user-name h6, .blog-section .user-comment-box ul li .user-box .user-image .user-name .h6 {
  color: #4a5568;
  margin-bottom: 6px;
}
.blog-section .user-comment-box ul li .user-box .user-contain {
  width: calc(100% - 70px);
  padding-left: 20px;
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box .user-contain {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
}
.blog-section .user-comment-box ul li .user-box .user-contain p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%;
}
@media (max-width: 575px) {
  .blog-section .user-comment-box ul li .user-box .user-contain p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-section .user-comment-box ul li .user-box .user-contain p {
    margin: 0 0 35px;
  }
}
.blog-section .leave-box {
  padding: calc(18px + 12 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 6px;
}
.blog-section .leave-box .leave-comment .comment-notes p {
  line-height: 1.6;
}
.blog-section .leave-box .leave-comment .save-comment-box {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.blog-section .leave-box .leave-comment .save-comment-box .form-check {
  display: flex;
  align-items: center;
}
.blog-section .leave-box .leave-comment .save-comment-box .form-check input {
  margin-top: -5px;
}
@media (max-width: 659px) {
  .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -21px;
  }
}
@media (max-width: 341px) {
  .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -44px;
  }
}
.blog-section .leave-box .leave-comment .save-comment-box .form-check .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: #4a5568;
}
.blog-section .leave-box .leave-comment .blog-input .form-control {
  border: none;
}
.blog-section .leave-box .leave-comment .blog-input .form-control:focus {
  background-color: #ffffff;
}

/**=====================
     About Us scss
==========================**/
.review-title h4, .review-title .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 400;
}
.review-title h2, .review-title .h2 {
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 18 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 480px) {
  .review-title h2, .review-title .h2 {
    width: 100%;
  }
}
.review-title h2.center::before, .review-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--theme-color);
}

.about-us-title h4, .about-us-title .h4 {
  font-size: calc(16px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.about-us-title h2, .about-us-title .h2 {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
  margin-bottom: calc(28px + 13 * (100vw - 320px) / 1600);
  line-height: 1.3;
  position: relative;
}
.about-us-title h2::before, .about-us-title .h2::before {
  content: "";
  position: absolute;
  width: calc(106px + 69 * (100vw - 320px) / 1600);
  height: 3px;
  bottom: calc(-7px + -1 * (100vw - 320px) / 1600);
  left: 0;
  background: #ffa53b;
}
.about-us-title h2.center::before, .about-us-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
}

.fresh-vegetable-section .fresh-image {
  margin-top: 30px;
  border-radius: calc(12px + 38 * (100vw - 320px) / 1600) 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .fresh-vegetable-section .fresh-image {
  border-radius: 0 calc(12px + 38 * (100vw - 320px) / 1600);
}
.fresh-vegetable-section .fresh-image > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.fresh-vegetable-section .fresh-image:hover > div {
  transform: scale(1.05);
}
.fresh-vegetable-section .fresh-image-2 {
  border-radius: 0 calc(12px + 38 * (100vw - 320px) / 1600);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .fresh-vegetable-section .fresh-image-2 {
  border-radius: calc(12px + 38 * (100vw - 320px) / 1600) 0;
}
.fresh-vegetable-section .fresh-image-2 > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.fresh-vegetable-section .fresh-image-2:hover > div {
  transform: scale(1.05);
}
.fresh-vegetable-section .fresh-contain {
  height: 100%;
}
.fresh-vegetable-section .fresh-contain p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: calc(11px + 9 * (100vw - 320px) / 1600);
}
.fresh-vegetable-section .delivery-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.fresh-vegetable-section .delivery-list ul li {
  width: 100%;
}
.fresh-vegetable-section .delivery-list ul li .deliver-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  align-items: flex-start;
  color: #4a5568;
}
.fresh-vegetable-section .delivery-list ul li .deliver-box svg {
  font-size: 17px;
}
.fresh-vegetable-section .delivery-list ul li .deliver-box h6, .fresh-vegetable-section .delivery-list ul li .deliver-box .h6 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  width: calc(100% - 17px);
}
.fresh-vegetable-section .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 15 * (100vw - 320px) / 1600);
  margin-top: 20px;
  align-items: center;
}
.fresh-vegetable-section .delivery-box li .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}
.fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  width: 30px;
  height: auto;
}

.client-section {
  background-color: #f8f8f8;
}
.client-section .clint-contain {
  background: #ffffff;
  padding: calc(27px + 23 * (100vw - 320px) / 1600);
  border-radius: calc(18px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.client-section .clint-contain:hover .client-icon img {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.client-section .clint-contain:hover h2, .client-section .clint-contain:hover .h2 {
  opacity: 0.09;
  margin-right: 9px;
}
.client-section .clint-contain:hover h4, .client-section .clint-contain:hover .h4 {
  color: var(--theme-color);
}
.client-section .clint-contain .client-icon {
  width: calc(60px + 20 * (100vw - 320px) / 1600);
  height: calc(60px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 14px;
  margin-top: -11px;
}
.client-section .clint-contain .client-icon img {
  width: 74%;
  height: 100%;
  object-fit: contain;
}
.client-section .clint-contain h2, .client-section .clint-contain .h2 {
  position: absolute;
  top: calc(14px + 10 * (100vw - 320px) / 1600);
  right: calc(24px + 10 * (100vw - 320px) / 1600);
  color: #4a5568;
  opacity: 0.05;
  font-size: calc(52px + 18 * (100vw - 320px) / 1600);
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.client-section .clint-contain h4, .client-section .clint-contain .h4 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.client-section .clint-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.client-section .client-box .client-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-section .client-box .client-list li {
  width: 460px;
  position: relative;
}

.team-section .team-box:hover .team-image img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.team-section .team-box:hover .team-image .team-media {
  opacity: 1;
  right: 10px;
}
.team-section .team-box .team-image {
  width: 50%;
  height: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.team-section .team-box .team-image img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
  width: 100%;
}
.team-section .team-box .team-name {
  text-align: center;
  margin-top: 20px;
}
.team-section .team-box .team-name h3, .team-section .team-box .team-name .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  font-weight: 700;
}
.team-section .team-box .team-name h5, .team-section .team-box .team-name .h5 {
  margin-top: 6px;
  letter-spacing: 0.5px;
  color: #4a5568;
}
.team-section .team-box .team-name p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #4a5568;
  margin: 9px auto 14px;
  width: 80%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-section .team-box .team-name p {
    width: 100%;
  }
}
.team-section .team-box .team-name .team-media {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  margin-top: 15px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ededed;
}
.team-section .team-box .team-name .team-media li a.fb-bg {
  color: #4267b2;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.fb-bg:hover {
  background-color: #4267b2;
  color: #ffffff;
}
.team-section .team-box .team-name .team-media li a.twitter-bg {
  color: #00acee;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.twitter-bg:hover {
  background-color: #00acee;
  color: #ffffff;
}
.team-section .team-box .team-name .team-media li a.pint-bg {
  color: #c8232c;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.pint-bg:hover {
  background-color: #c8232c;
  color: #ffffff;
}
.team-section .team-box .team-name .team-media li a.insta-bg {
  color: #f56040;
  transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-name .team-media li a.insta-bg:hover {
  background-color: #f56040;
  color: #ffffff;
}

.review-section {
  background-color: #f8f8f8;
}
.review-section .reviewer-box {
  background-color: #ffffff;
  padding: calc(18px + 16 * (100vw - 320px) / 1600);
  border-radius: 10px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.review-section .reviewer-box:hover .icon svg {
  color: var(--theme-color);
  font-size: calc(115px + 53 * (100vw - 320px) / 1600);
  opacity: 0.15;
  transform: rotate(7deg);
  bottom: calc(-20px + -6 * (100vw - 320px) / 1600);
  right: calc(-13px + 2 * (100vw - 320px) / 1600);
}
.review-section .reviewer-box .icon svg {
  position: absolute;
  font-size: calc(115px + 32 * (100vw - 320px) / 1600);
  opacity: 0.05;
  z-index: -1;
  transform: rotate(9deg);
  bottom: calc(-27px + -9 * (100vw - 320px) / 1600);
  right: calc(-20px + -3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.review-section .reviewer-box h3, .review-section .reviewer-box .h3 {
  font-weight: 400;
  margin: 10px 0 13px;
  font-size: 20px;
  line-height: 1.5;
}
.review-section .reviewer-box p {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 23px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.review-section .reviewer-box .reviewer-profile {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image {
  width: calc(65px + 10 * (100vw - 320px) / 1600);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-section .reviewer-box .reviewer-profile .reviewer-name h4, .review-section .reviewer-box .reviewer-profile .reviewer-name .h4 {
  font-weight: 700;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.review-section .reviewer-box .reviewer-profile .reviewer-name h6, .review-section .reviewer-box .reviewer-profile .reviewer-name .h6 {
  color: #4a5568;
  margin-top: 6px;
}

/**=====================
     User Dashboard scss
==========================**/
.chart-padding {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
}

.chart-title {
  margin-bottom: 20px;
}
.chart-title h3, .chart-title .h3 {
  font-size: 24px;
  font-weight: 600;
}

.dashboard-title {
  margin-bottom: 22px;
}
.dashboard-title h3, .dashboard-title .h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
.dashboard-title.dashboard-flex {
  display: flex;
}
.dashboard-title.dashboard-flex button {
  margin-left: auto;
}

.user-dashboard-section .dashboard-left-sidebar {
  background: #f8f8f8;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 107px;
  z-index: 0;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar {
    left: unset;
    right: -320px;
  }
  .user-dashboard-section .dashboard-left-sidebar.show {
    left: 0;
  }
  body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar.show {
    left: unset;
    right: 0;
  }
}
.user-dashboard-section .dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #f8f8f8;
  border-radius: 100%;
}
.user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: #4a5568;
  padding: 2px 0 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box {
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    height: 120px;
  }
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222222;
  opacity: 0.15;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  color: #4a5568;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round {
  position: relative;
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  background-color: #f8f8f8;
  font-size: 40px;
  border-radius: 100%;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.19);
  margin: 0 auto;
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round {
  background-color: #2a2d2d;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .edit-icon-container {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 3px solid rgb(235, 235, 235);
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .edit-icon-container {
  outline: 3px solid rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .edit-icon-container {
  right: unset;
  left: 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round svg {
  width: 18px;
  height: 18px;
  color: #4a5568;
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round svg {
  color: #ddd;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #f8f8f8;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #ececec;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.0032);
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  color: #4a5568;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i,
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon svg {
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input,
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon svg input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  margin-top: calc(10px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ddd;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.7px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 4px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 span {
  margin: 0 8px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  flex-wrap: wrap;
  gap: calc(2px + 5 * (100vw - 320px) / 1600);
  margin: calc(10px + 10 * (100vw - 320px) / 1600) 0 6px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #4a5568;
  width: 100%;
  text-align: left;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
}
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  font-size: calc(18px + 1 * (100vw - 320px) / 1600);
  margin-right: 10px;
}
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  margin-right: unset;
  margin-left: 10px;
}
.user-dashboard-section .dashboard-right-sidebar {
  background-color: #f8f8f8;
  padding: calc(20px + 20 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 6px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box {
  margin: 30px 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #ffffff;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain:hover .img-1 {
  width: calc(84px + 12 * (100vw - 320px) / 1600);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain:hover .img-1 {
  transform: translateY(-50%) rotate(7deg);
  right: unset;
  left: -19px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain img {
  width: calc(54px + 6 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .img-1 {
  right: unset;
  left: -30px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail .h5 {
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  color: #4a5568;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail .h3 {
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a:hover, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail .h6 {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 6 * (100vw - 320px) / 1600);
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 {
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(-90deg, #ff6b6b 0%, #ff4f4f 100%);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: calc(9px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span.success-bg {
  background: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h6 {
  margin-top: 6px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #f8f8f8;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 30px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: flex;
  }
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  transform: scale(1.1);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
  display: block;
}
@media (max-width: 1199px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    text-align: center;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
  display: block;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a .h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box .h5 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
  display: flex;
  position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
  margin-top: 3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
  margin-bottom: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: 4px 0;
  color: #4a5568;
  background-color: transparent;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  min-width: 90px;
  padding-left: 8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span, .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 span {
  background-color: var(--theme-color);
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #f8f8f8;
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-right: calc(6px + 2 * (100vw - 320px) / 1600);
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg {
  margin-right: unset;
  margin-left: calc(6px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
  position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  background: #d2d2d2;
  color: #222222;
  text-align: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details .h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
  width: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
    display: none;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #222222;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: 0;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  background: var(--theme-color);
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
    margin-top: 3px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
    margin-top: 10px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 16 * (100vw - 320px) / 1600);
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box svg {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .h6 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #4a5568;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
  margin-top: 20px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
  margin-bottom: 36px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
  margin-top: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .h6 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(14, 153, 126, 0.1490196078);
  border: 1px solid #ddd;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before, .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
  display: inline-block;
  position: absolute;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
  left: 39px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(13, 164, 135, 0.149);
  border: 1px solid rgba(13, 164, 135, 0.149);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before, .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
  display: inline-block;
  position: absolute;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
  background-color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  left: 39px;
  background: #ffffff;
}

/**=====================
     Order Tracking scss
==========================**/
.order-detail .order-image {
  background-color: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.order-detail .order-image img {
  width: 360px;
  margin: 0 auto;
}
.order-detail .order-details-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.order-detail .order-details-contain .order-tracking-icon svg {
  font-size: 25px;
}
.order-detail .order-details-contain .order-details-name h2, .order-detail .order-details-contain .order-details-name .h2 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}
.order-detail .order-details-contain .order-details-name h4, .order-detail .order-details-contain .order-details-name .h4 {
  line-height: 1.4;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.order-detail .order-details-contain .order-details-name h5, .order-detail .order-details-contain .order-details-name .h5 {
  margin-bottom: 7px;
}
.order-detail .order-details-contain .order-details-name img {
  margin-top: calc(6px + 6 * (100vw - 320px) / 1600);
  width: calc(160px + 40 * (100vw - 320px) / 1600);
}
.order-detail .progtrckr {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .order-detail .progtrckr {
    display: inline;
    margin: 30px 0;
    overflow: hidden;
  }
}
.order-detail .progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li {
    margin: 0;
    width: 50% !important;
  }
}
.order-detail .progtrckr li h5, .order-detail .progtrckr li .h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li h5, .order-detail .progtrckr li .h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
}
.order-detail .progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li:before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
}
.order-detail .progtrckr li.progtrckr-todo {
  color: #4a5568;
  border-top: 4px solid #959595;
  width: 100% !important;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #959595;
  }
}
.order-detail .progtrckr li.progtrckr-todo:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "";
  color: #ffffff;
  background: #959595;
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-todo:before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    transform: translateY(-50%);
  }
}
.order-detail .progtrckr li.progtrckr-todo h6, .order-detail .progtrckr li.progtrckr-todo .h6 {
  font-size: 13px;
  margin-top: 8px;
}
.order-detail .progtrckr li.progtrckr-done {
  color: #222222;
  border-top: 4px solid var(--theme-color);
  width: 100% !important;
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-done:first-of-type {
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .order-detail .progtrckr li.progtrckr-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
}
.order-detail .progtrckr li.progtrckr-done:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "\f00c";
  color: #ffffff;
  background-color: var(--theme-color);
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
.order-detail .progtrckr li.progtrckr-done h6, .order-detail .progtrckr li.progtrckr-done .h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #4a5568;
}

/* Order Table scss */
.order-tab-table {
  margin-bottom: 0;
}
.order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #222222;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.order-tab-table tbody {
  border-top: none !important;
}
.order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}

.order-table-section .order-navpills {
  flex-wrap: nowrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  overflow: auto hidden;
}
.order-table-section .order-navpills .nav-item .nav-link {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: calc(11px + 3 * (100vw - 320px) / 1600) calc(17px + 7 * (100vw - 320px) / 1600);
  color: #4a5568;
  font-weight: 600;
  white-space: nowrap;
}
.order-table-section .order-navpills .nav-item .nav-link.active {
  background: var(--theme-color);
  color: #ffffff;
}
.order-table-section .order-tab {
  margin-top: 22px;
}
.order-table-section .order-tab .order-tab-table {
  margin-bottom: 0;
}
.order-table-section .order-tab .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #222222;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.order-table-section .order-tab .order-tab-table tbody {
  border-top: none;
}
.order-table-section .order-tab .order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}

/**=====================
     Order scss
==========================**/
.order-table table tbody tr td {
  vertical-align: middle;
}

.order-success-2 tbody {
  border-top: none;
}

/**=====================
     Search scss
==========================**/
.search-section .search-box {
  position: relative;
}
body[dir=rtl] .search-section .search-box .input-group .form-control {
  border-radius: 0 6px 6px 0 !important;
}
.search-section .search-box .input-group .form-control:focus {
  z-index: 0;
}
.search-section .search-box .input-group button {
  z-index: 0;
}
body[dir=rtl] .search-section .search-box .input-group button {
  border-radius: 6px 0 0 6px !important;
}

/**=====================
     Vender detail scss
==========================**/
.vendor-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
}

.vendor-detail-box {
  padding: calc(20px + 8 * (100vw - 992px) / 928);
  margin-bottom: 29px;
  border-radius: 9px;
  box-shadow: -2px 0rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
  background: #ffffff;
  margin-top: 54px;
  padding-top: 42px;
}
.vendor-detail-box .shop-roof {
  position: absolute;
  top: -54px;
  width: 104%;
  left: -17px;
  height: 95px;
}
@media (max-width: 991px) {
  .vendor-detail-box {
    padding: 0;
    box-shadow: none;
    margin-right: 0;
  }
}
.vendor-detail-box .vendor-name .vendor-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 3 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-name .vendor-logo img {
  width: calc(80px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.vendor-detail-box .vendor-name .vendor-logo h3, .vendor-detail-box .vendor-name .vendor-logo .h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating {
  margin-top: 4px;
}
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating .rating li svg {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating span,
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating h6,
.vendor-detail-box .vendor-name .vendor-logo .vendor-rating .h6 {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
  margin-top: 15px;
}
.vendor-detail-box .vendor-tag h4, .vendor-detail-box .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.vendor-detail-box .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-tag ul li {
  background-color: #ececec;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222222;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.vendor-detail-box .vendor-share {
  display: flex;
  align-items: center;
}
.vendor-detail-box .vendor-share h5, .vendor-detail-box .vendor-share .h5 {
  font-weight: 600;
}
.vendor-detail-box .vendor-share ul {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
body[dir=rtl] .vendor-detail-box .vendor-share ul {
  margin-left: unset;
  margin-right: 15px;
}
.vendor-detail-box .vendor-share ul li a {
  color: #4a5568;
  display: block;
  font-size: 16px;
  line-height: 1;
}

.vendor-detail-box-2 {
  padding: calc(20px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 50px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.13);
  background: var(--theme-color);
  color: #ffffff;
}
.vendor-detail-box-2 .vendor-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendor-detail-box-2 .vendor-logo img {
  width: 85%;
  height: auto;
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .vendor-logo img {
    width: 26%;
  }
}
@media (max-width: 480px) {
  .vendor-detail-box-2 .vendor-logo img {
    width: 35%;
  }
}
@media (max-width: 360px) {
  .vendor-detail-box-2 .vendor-logo img {
    width: 50%;
  }
}
.vendor-detail-box-2 .vendor-name {
  height: 100%;
}
.vendor-detail-box-2 .vendor-name .vendor-list-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
}
.vendor-detail-box-2 .vendor-name h3, .vendor-detail-box-2 .vendor-name .h3 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.vendor-detail-box-2 .vendor-name .vendor-rating .rating li svg {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.vendor-detail-box-2 .vendor-name .vendor-rating span,
.vendor-detail-box-2 .vendor-name .vendor-rating h6,
.vendor-detail-box-2 .vendor-name .vendor-rating .h6 {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  color: #f1f1f1;
}
.vendor-detail-box-2 .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: 14px;
  color: #f1f1f1;
  margin-top: 11px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.vendor-detail-box-2 .vendor-tag h4, .vendor-detail-box-2 .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.vendor-detail-box-2 .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.vendor-detail-box-2 .vendor-tag ul li {
  background-color: #ececec;
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #222222;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.vendor-detail-box-2 .share-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .share-contact {
    display: block;
  }
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .share-contact > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.vendor-detail-box-2 .share-contact .vendor-share h5, .vendor-detail-box-2 .share-contact .vendor-share .h5 {
  display: block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.vendor-detail-box-2 .share-contact .vendor-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 10px;
}
.vendor-detail-box-2 .share-contact .vendor-share ul li {
  position: relative;
}
.vendor-detail-box-2 .share-contact .vendor-share ul li a {
  color: #f1f1f1;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendor-detail-box-2 .share-contact .vendor-contect {
  text-align: center;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .vendor-detail-box-2 .share-contact .vendor-contect {
    margin-top: 0;
  }
}
.vendor-detail-box-2 .share-contact .vendor-contect h5, .vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  text-align: center;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.vendor-detail-box-2 .share-contact .vendor-contect button,
.vendor-detail-box-2 .share-contact .vendor-contect a {
  margin: 8px auto 0;
}

/**=====================
     Seller become scss
==========================**/
.seller-poster-section .poster-box .poster-image {
  margin-bottom: calc(22px + 0.01875 * (100vw - 320px));
  text-align: center;
  height: calc(140px + 0.225 * (100vw - 320px));
  overflow: hidden;
}
.seller-poster-section .poster-box .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seller-poster-section .saller-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.become-service .service-box {
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box:hover {
  transform: translateY(-10px);
}
.become-service .service-box:hover .service-svg svg {
  transform: scale(1.05);
  fill: var(--theme-color);
}
.become-service .service-box:hover .service-detail h4, .become-service .service-box:hover .service-detail .h4 {
  color: var(--theme-color);
}
.become-service .service-box:hover .service-detail h4::after, .become-service .service-box:hover .service-detail .h4::after {
  width: 68%;
}
.become-service .service-box .service-svg {
  width: calc(58px + 22 * (100vw - 320px) / 1600);
  height: calc(58px + 22 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin: 0 auto calc(14px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
  padding: calc(5px + 3 * (100vw - 320px) / 1600);
}
.become-service .service-box .service-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
html.dark .become-service .service-box .service-svg img {
  filter: invert(1) brightness(100);
}
.become-service .service-box .service-detail h4, .become-service .service-box .service-detail .h4 {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box .service-detail h4::after, .become-service .service-box .service-detail .h4::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.become-service .service-box .service-detail p {
  margin: 0;
  line-height: 1.5;
  color: #4a5568;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}

.business-section {
  background-color: #f8f8f8;
}
.business-section .business-contain {
  position: relative;
  z-index: 0;
}
.business-section .business-contain::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://angular.pixelstrap.net/fastkart/arrow.684125b0e42c2e24.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .business-section .business-contain::after {
    content: none;
  }
}
.business-section .business-contain > .row {
  margin-inline: -50px;
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row {
    margin-inline: 0;
  }
}
.business-section .business-contain > .row > div {
  padding-inline: calc(15px + 35 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row > div {
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
  }
}
.business-section .business-contain > .row > div:last-child, .business-section .business-contain > .row > div:first-child {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row > div:last-child, .business-section .business-contain > .row > div:first-child {
    margin-bottom: inherit;
  }
}
.business-section .business-contain > .row > div:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .business-section .business-contain > .row > div:nth-child(2) {
    margin-top: var(--bs-gutter-y);
  }
}
.business-section .business-contain .business-box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 9px;
  padding: calc(17px + 18 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.05);
  display: flex;
  align-items: center;
}
.business-section .business-contain .business-box .business-number {
  width: calc(54px + 11 * (100vw - 320px) / 1600);
  height: calc(54px + 11 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(19px + 9 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.business-section .business-contain .business-box .business-number h2, .business-section .business-contain .business-box .business-number .h2 {
  color: #ffffff;
  font-size: calc(26px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
}
html.dark .business-section .business-contain .business-box .business-number h2, html.dark .business-section .business-contain .business-box .business-number .h2 {
  color: #ffffff;
}
.business-section .business-contain .business-box .business-detail h4, .business-section .business-contain .business-box .business-detail .h4 {
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.4;
}
.business-section .business-contain .business-box .business-detail p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
  font-size: 16px;
}

/**=====================
     Seller Grid scss
==========================**/
.seller-grid-box {
  background-color: #f8f8f8;
  padding: calc(12px + 13 * (100vw - 320px) / 1600);
  border-radius: 14px;
  position: relative;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.05);
  display: block;
}
.seller-grid-box .grid-contain .seller-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon svg {
  font-size: 17px;
  color: var(--theme-color);
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5, .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 {
  line-height: 1.6;
  color: #222222;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 span, .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 span {
  color: #4a5568;
}
.seller-grid-box .grid-contain .contain-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.seller-grid-box .grid-contain .contain-name h6, .seller-grid-box .grid-contain .contain-name .h6 {
  color: #4a5568;
  margin-left: 4px;
}
body[dir=rtl] .seller-grid-box .grid-contain .contain-name h6, body[dir=rtl] .seller-grid-box .grid-contain .contain-name .h6 {
  margin-left: unset;
  margin-right: 4px;
}
.seller-grid-box .grid-contain .contain-name h3, .seller-grid-box .grid-contain .contain-name .h3 {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  color: #222222;
}
.seller-grid-box .grid-contain .contain-name .product-rating {
  margin-bottom: calc(14px + 5 * (100vw - 320px) / 1600);
}
.seller-grid-box .grid-contain .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.seller-grid-box .grid-contain .contain-name .product-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
.seller-grid-box .grid-contain .contain-name .grid-image {
  width: calc(67px + 33 * (100vw - 320px) / 1600);
  height: calc(67px + 33 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: calc(7px + 4 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.07);
}
.seller-grid-box .grid-contain .contain-name .grid-image h1, .seller-grid-box .grid-contain .contain-name .grid-image .h1 {
  color: #4a5568;
  line-height: 1;
  font-size: calc(43px + 27 * (100vw - 320px) / 1600);
}
.seller-grid-box .grid-contain .contain-name .grid-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seller-grid-box-1 .grid-image {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.seller-grid-box-1 .grid-image .image {
  width: 66px;
  height: 66px;
  border-radius: 11px;
}
.seller-grid-box-1 .grid-image .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.seller-grid-box-1 .grid-image .contain-name {
  width: calc(100% - 66px - 18px);
  position: relative;
}
.seller-grid-box-1 .grid-image .contain-name .since-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  right: 0;
  padding-left: 5px;
}
body[dir=rtl] .seller-grid-box-1 .grid-image .contain-name .since-number {
  right: unset;
  left: 0;
  padding-left: unset;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .seller-grid-box-1 .grid-image .contain-name .since-number {
    display: block;
  }
}
.seller-grid-box-1 .grid-image .contain-name .since-number h6, .seller-grid-box-1 .grid-image .contain-name .since-number .h6 {
  color: #4a5568;
}
.seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  display: block;
  text-align: right;
}
body[dir=rtl] .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  text-align: left;
}
@media (max-width: 480px) {
  .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
    margin-top: 2px;
  }
}
.seller-grid-box-1 .grid-image .contain-name h3, .seller-grid-box-1 .grid-image .contain-name .h3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
  color: #222222;
  width: 50%;
}
.seller-grid-box-1 .grid-image .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.seller-grid-box-1 .grid-image .contain-name .product-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
.seller-grid-box-1 .grid-contain .seller-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-grid-box-1 .grid-contain .seller-category .product-image {
  display: flex;
  flex-wrap: nowrap;
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100%;
  padding: 4px;
  box-shadow: 0 0 2px rgba(34, 34, 34, 0.2);
  color: #4a5568;
  transition: all 0.3s ease-in-out;
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li:hover {
  transform: scale(1.1) translateY(-7px);
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li:last-child {
  line-height: 1;
  font-weight: 600;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-left: calc(-19px + 5 * (100vw - 320px) / 1600);
}
body[dir=rtl] .seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-right: calc(-19px + 5 * (100vw - 320px) / 1600);
  margin-left: unset;
}
.seller-grid-box-1 .grid-contain .seller-category .product-image li h1, .seller-grid-box-1 .grid-contain .seller-category .product-image li .h1 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}

/**=====================
     Seller Dashboard scss
==========================**/
.product-table {
  margin-bottom: 0;
}
.product-table thead tr th {
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
  background-color: transparent;
  color: #222222;
  border-bottom: 1px solid #ececec;
}
.product-table tbody {
  border-top: 1px solid #ececec !important;
}
.product-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.product-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 190px;
  background-color: transparent;
  color: #222222;
}
.product-table tbody tr td:nth-child(2) {
  max-width: 150px;
}
.product-table tbody tr td:nth-child(2) h6, .product-table tbody tr td:nth-child(2) .h6 {
  color: #4a5568;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-table tbody tr td.product-image {
  width: 90px;
}
.product-table tbody tr td.edit-delete svg {
  font-size: 19px;
}

.order-table {
  margin-bottom: 0;
}
.order-table-2 tbody {
  border-top: none !important;
}
.order-table-2 tbody tr td {
  text-align: left;
}
.order-table thead tr th {
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
}
.order-table tbody {
  border-top: 1px solid #ececec;
}
.order-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.order-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
.order-table tbody tr td:nth-child(2) {
  color: #4a5568;
}
.order-table tbody tr td label {
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 50px;
}
.order-table tbody tr td label.success {
  background-color: rgba(13, 164, 135, 0.1);
  color: var(--theme-color);
}
.order-table tbody tr td label.danger {
  background-color: rgba(255, 114, 114, 0.1);
  color: #ff7272;
}
.order-table tbody tr td:first-child {
  font-weight: 600;
}

.profile-tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(15px + 6 * (100vw - 320px) / 1600);
}
.profile-tab ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .profile-tab ul li {
    display: block;
  }
}
.profile-tab ul li h5, .profile-tab ul li .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.profile-tab ul li h5:first-child, .profile-tab ul li .h5:first-child {
  width: 220px;
}
.profile-tab ul li h5:last-child, .profile-tab ul li .h5:last-child {
  color: #4a5568;
}
@media (max-width: 575px) {
  .profile-tab ul li h5:last-child, .profile-tab ul li .h5:last-child {
    margin-top: 8px;
  }
}

.deactivate-box {
  padding: 15px 22px;
  background: rgba(255, 165, 59, 0.1);
  border: 1px dashed #ffa53b;
  border-radius: 7px;
  display: flex;
  flex-wrap: nowrap;
  gap: 17px;
  margin-bottom: 21px;
}
.deactivate-box .deactivate-icon {
  width: 30px;
  height: 30px;
  background: rgba(254, 163, 72, 0.3);
  color: #fea348;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.deactivate-box .deactivate-contain h3, .deactivate-box .deactivate-contain .h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.deactivate-box .deactivate-contain h5, .deactivate-box .deactivate-contain .h5 {
  color: #4a5568;
  margin-bottom: 10px;
}
.deactivate-box .deactivate-contain a {
  font-size: 16px;
  font-weight: 600;
}

.dashboard-privacy .privacy-box .custom-form-check-2 label {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}

.apexcharts-tooltip * {
  display: flex;
}

.apexcharts-toolbar {
  z-index: 0;
}

.slider-3-product .product-slider-image {
  background-color: #f8f8f8;
}
.slider-3-product .product-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-section .product-left-box .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.no-data-added {
  text-align: center;
  padding: 60px 0;
  border-radius: 12px;
}
html.dark .no-data-added {
  background-color: #1d1d22 !important;
}
.no-data-added img {
  width: 18%;
  margin-bottom: 20px;
}
@media (max-width: 1458px) {
  .no-data-added img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .no-data-added img {
    width: 63%;
  }
}
.no-data-added h4, .no-data-added .h4 {
  font-weight: 500;
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  color: #222222;
}
.no-data-added.collection-no-data {
  padding: calc(45px + 75 * (100vw - 320px) / 1600) 0;
}
.no-data-added.collection-no-data img {
  width: 30%;
}
.no-data-added.collection-no-data p {
  width: calc(100% + -56 * (100vw - 320px) / 1600);
}
.no-data-added p {
  width: calc(100% + -66 * (100vw - 320px) / 1600);
  margin: 0 auto;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.4;
  color: #4a5568;
}
.no-data-added.category-no-data img {
  width: 64%;
}
.no-data-added.no-shipping img {
  width: 32%;
}
@media (max-width: 991px) {
  .no-data-added.no-shipping img {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .no-data-added.no-shipping img {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no-data-added.no-shipping img {
    width: 80%;
  }
}

.custom-anchor {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
  cursor: pointer;
}

.post-question-box {
  margin-bottom: 32px;
}
.post-question-box h4, .post-question-box .h4 {
  color: #222222;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.post-question-box h4 a, .post-question-box .h4 a {
  width: auto;
  display: inline-block;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  border-radius: 6px;
  background-color: #f8f8f8;
  color: #222222;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
}

.search-product .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  background-color: #f8f8f8;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
body[dir=rtl] .search-product .product-box {
  border: unset;
}
.search-product .product-box .add-to-cart-box {
  max-width: 100%;
}

/**=====================
     Shop Page scss
==========================**/
.custom-padding {
  padding-right: 10px;
}
body[dir=rtl] .custom-padding {
  padding-right: unset;
  padding-left: 10px;
}

.custom-height {
  max-height: 190px;
  overflow-y: auto;
  height: 100%;
}
.custom-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.custom-height::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.custom-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}

.shop-banner-contain {
  position: relative;
  border-radius: 8px;
}
.shop-banner-contain .shop-banner-details {
  padding: calc(20px + 20 * (100vw - 320px) / 1600) calc(25px + 55 * (100vw - 320px) / 1600);
  width: 50%;
}
@media (max-width: 1460px) {
  .shop-banner-contain .shop-banner-details {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .shop-banner-contain .shop-banner-details {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .shop-banner-contain .shop-banner-details {
    width: 80%;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(246, 246, 246, 0) 100%);
  }
}
@media (max-width: 480px) {
  .shop-banner-contain .shop-banner-details {
    width: 100%;
  }
}
.shop-banner-contain .shop-banner-details h5, .shop-banner-contain .shop-banner-details .h5 {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  letter-spacing: 1.5px;
}
.shop-banner-contain .shop-banner-details h2, .shop-banner-contain .shop-banner-details .h2 {
  font-size: calc(24px + 34 * (100vw - 320px) / 1600);
  margin: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  line-height: 1.2;
  font-weight: 700;
}

.banner-description {
  margin-top: 28px;
}
.banner-description p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.category-title h3, .category-title .h3 {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
}
.category-list li {
  display: block;
  width: 100%;
}
.category-list li .category-list-box {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: unset;
  padding-left: unset;
  gap: 10px;
}
.category-list li .category-list-box input {
  width: 21px;
  height: 21px;
  border: unset;
  float: unset;
  margin: 0;
  border-color: transparent;
}
.category-list li .category-list-box input::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-list li .category-list-box input::before {
  width: 11px;
  left: 5px;
  top: 5px;
}
.category-list li .category-list-box input:focus {
  box-shadow: unset;
}
.category-list li .category-list-box input:active {
  filter: unset;
}
.category-list li .category-list-box input:checked {
  background-color: transparent;
  border-color: transparent;
}
.category-list li .category-list-box input:checked[type=checkbox] {
  --bs-form-check-bg-image: unset;
}
.category-list li .category-list-box .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.category-list li .category-list-box .form-check-label .name {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.category-list li .category-list-box .form-check-label .number {
  color: #777;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.category-list li .category-list-box .color-label-box {
  gap: 8px;
  justify-content: unset;
}
.category-list li .category-list-box .color-label-box .color-box {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #eee;
}
.category-list li .sub-category-list {
  margin-left: 16px;
  margin-top: 9px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .category-dropdown h5, .category-dropdown .h5 {
    display: none;
  }
}
.category-dropdown .dropdown {
  margin-left: 10px;
  width: calc(158px + 62 * (100vw - 320px) / 1600);
}
body[dir=rtl] .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .category-dropdown .dropdown {
    margin-left: 0;
  }
}
.category-dropdown .dropdown .dropdown-toggle {
  font-weight: 400;
  display: block;
  background-color: #f6f5f2;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #222222;
  width: 100%;
  max-width: calc(153.2px + 0.875vw);
  text-align: left;
  z-index: 2;
  border: 1px solid #ececec;
}
body[dir=rtl] .category-dropdown .dropdown .dropdown-toggle {
  text-align: right;
}
.category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.category-dropdown .dropdown .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
body[dir=rtl] .category-dropdown .dropdown .dropdown-toggle::before {
  right: unset;
  left: 15px;
}
.category-dropdown .dropdown .dropdown-menu {
  background-color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 6px;
  min-width: unset;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  width: 100%;
  z-index: 2;
  margin-top: 7px;
  z-index: 1;
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box {
  max-height: 220px;
  overflow: hidden auto;
  z-index: 1;
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  padding: 4px 6px;
  font-size: 17px;
  transition: all 0.1s ease-in-out;
}
body[dir=rtl] .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  text-align: right;
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item + .dropdown-item {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:active, .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:focus {
  color: var(--theme-color);
  background-color: transparent;
}

.shop-section .left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  border-right: 1px solid #ececec;
}
body[dir=rtl] .shop-section .left-box {
  border-right: unset;
  border-left: 1px solid #ececec;
}
html.dark .shop-section .left-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 991px) {
  .shop-section .left-box {
    width: 300px;
    height: 100%;
    border-right: unset;
    position: fixed;
    top: 0;
    left: -350px;
    background-color: #ffffff;
    z-index: 1041;
    transition: all 0.5s ease;
    border: unset;
    overflow: hidden auto;
    transition: all 0.3s ease-in-out;
  }
  body[dir=rtl] .shop-section .left-box {
    border: unset;
    left: unset;
    right: -350px;
  }
}
.shop-section .left-box.right-box {
  border-right: unset;
  border-left: 1px solid #ececec;
}
body[dir=rtl] .shop-section .left-box.right-box {
  border-left: unset;
  border-right: 1px solid #ececec;
}
html.dark .shop-section .left-box.right-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 991px) {
  .shop-section .left-box.right-box {
    border-left: unset;
    left: unset;
    right: -350px;
  }
  body[dir=rtl] .shop-section .left-box.right-box {
    left: -350px;
    right: unset;
  }
}
.shop-section .left-box.right-box.show {
  left: unset;
  right: 0;
}
body[dir=rtl] .shop-section .left-box.right-box.show {
  right: unset;
  left: 0;
}
.shop-section .left-box.right-box .shop-left-sidebar {
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-right: unset;
}
body[dir=rtl] .shop-section .left-box.right-box .shop-left-sidebar {
  padding-left: unset;
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .shop-section .left-box.right-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
  body[dir=rtl] .shop-section .left-box.right-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.shop-section .left-box.show {
  left: 0;
}
body[dir=rtl] .shop-section .left-box.show {
  right: 0;
  left: unset;
}
.shop-section .left-box .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-section .left-box .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-section .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.shop-section .left-box .shop-left-sidebar {
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar {
  padding-right: unset;
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
  body[dir=rtl] .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.shop-section .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .shop-section .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.shop-section .left-box .shop-left-sidebar .back-button h3, .shop-section .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.shop-section .left-box .shop-left-sidebar .back-button h3 a, .shop-section .left-box .shop-left-sidebar .back-button .h3 a {
  display: flex;
  align-items: center;
}
.shop-section .left-box .shop-left-sidebar .back-button h3 svg, .shop-section .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-right: 10px;
  font-size: 20px;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .back-button h3 svg, body[dir=rtl] .shop-section .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-left: 10px;
  margin-right: unset;
}
.shop-section .left-box .shop-left-sidebar .filter-category {
  margin-bottom: 25px;
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title h2, .shop-section .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.shop-section .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li span {
  position: relative;
  line-height: 1;
  margin-top: -1px;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li span svg {
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
.shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.shop-section .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.shop-section .left-box .shop-left-sidebar .left-title h3, .shop-section .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: unset;
  position: relative;
  display: flex;
  align-items: center;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  right: unset;
  left: -12px;
  transform: translateY(-50%) rotate(4deg);
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  right: unset;
  left: -10px;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.shop-section .left-box .shop-left-sidebar .search-box {
  padding: 16px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
}
.shop-section .left-box .shop-left-sidebar .search-box .form-control {
  border-radius: 6px;
  z-index: 0;
  border: 1px solid #ececec;
  padding-right: 55px;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .search-box .form-control {
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: 55px;
}
.shop-section .left-box .shop-left-sidebar .search-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid #ececec;
  font-size: 15px;
  padding: 0 18px;
  font-weight: 600;
  height: 60%;
  display: flex;
  align-items: center;
  color: #4a5568;
}
body[dir=rtl] .shop-section .left-box .shop-left-sidebar .search-box .search-icon {
  border-left: unset;
  border-right: 1px solid #ececec;
  right: unset;
  left: 0;
}
html.dark .shop-section .left-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.shop-section .show-button {
  margin-bottom: 14px;
}
.shop-section .show-button .filter-button {
  display: block;
  color: #ffffff;
}
.shop-section .show-button .filter-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}
.shop-section .show-button .filter-button a svg {
  margin-top: -4px;
}
.shop-section .show-button .filter-button-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.shop-section .show-button .filter-button-group .sort-by-button {
  color: #ffffff;
  margin-left: auto;
}
.shop-section .show-button .filter-button-group .sort-by-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.shop-section .show-button .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.shop-section .show-button .top-filter-menu-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .shop-section .show-button .top-filter-menu-2 {
    margin-top: 18px;
  }
}
.shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu {
  border: none;
  background-color: #f6f5f2;
  padding: 10px calc(13px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-right: 14px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777;
}
html.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu {
  background-color: #1d1d22;
}
body[dir=rtl] .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu {
  margin-right: unset;
  margin-left: 14px;
}
.shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a svg {
  font-size: 16px;
  margin-top: -3px;
}
.shop-section .show-button .top-filter-menu-2 .grid-option {
  margin-left: auto;
}
body[dir=rtl] .shop-section .show-button .top-filter-menu-2 .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.shop-section .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .shop-section .show-button .top-filter-menu-2 .grid-option-2 {
    display: none;
  }
}
.shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color);
}
.shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  filter: invert(1) brightness(100);
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shop-section .show-button .top-filter-menu-2 .grid-option ul li a img {
  width: auto;
}
.shop-section .show-button .top-filter-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .shop-section .show-button .top-filter-menu {
    margin-top: 18px;
  }
}
.shop-section .show-button .top-filter-menu .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .shop-section .show-button .top-filter-menu .category-dropdown h5, .shop-section .show-button .top-filter-menu .category-dropdown .h5 {
    display: none;
  }
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: 10px;
  width: calc(172px + 48 * (100vw - 320px) / 1600);
}
body[dir=rtl] .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: 0;
  }
  body[dir=rtl] .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: unset;
    margin-right: 0;
  }
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  font-weight: 400;
  display: block;
  background-color: #f6f5f2;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #222222;
  width: 100%;
  text-align: left;
  z-index: 2;
  border: 1px solid #ececec;
}
body[dir=rtl] .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  text-align: right;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
body[dir=rtl] .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  right: unset;
  left: 15px;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 6px;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  width: 100%;
  z-index: 2;
  margin-top: 7px;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  box-shadow: 0 6px 10px 4px rgba(255, 255, 255, 0.051);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box {
  overflow: hidden auto;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  padding: 4px 6px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  transition: all 0.1s ease-in-out;
}
html.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  color: #ddd;
}
body[dir=rtl] .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  text-align: right;
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item + .dropdown-item {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:active, .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:focus {
  color: var(--theme-color);
  background-color: transparent;
}
.shop-section .show-button .top-filter-menu .grid-option {
  margin-left: auto;
}
body[dir=rtl] .shop-section .show-button .top-filter-menu .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.shop-section .show-button .top-filter-menu .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
.shop-section .show-button .top-filter-menu .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  overflow: hidden;
}
.shop-section .show-button .top-filter-menu .grid-option ul li.active {
  background: var(--theme-color);
}
.shop-section .show-button .top-filter-menu .grid-option ul li.active a {
  background-color: var(--theme-color);
}
.shop-section .show-button .top-filter-menu .grid-option ul li.active img {
  filter: invert(1) brightness(100);
}
.shop-section .show-button .top-filter-menu .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shop-section .show-button .top-filter-menu .grid-option ul li a img {
  width: auto;
}
.shop-section .show-button .filter-category {
  margin-bottom: 25px;
}
.shop-section .show-button .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.shop-section .show-button .filter-category ul li {
  padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(28px + 6 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600) calc(7px + 4 * (100vw - 320px) / 1600);
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.shop-section .show-button .filter-category ul li:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 13px;
  color: #777;
  cursor: pointer;
}
.shop-section .show-button .filter-category ul li a {
  color: #777;
}
.shop-section .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 9px rgba(34, 34, 34, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.shop-section .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px;
}
.shop-section .top-filter-category > .row > div {
  border-right: 1px solid #ececec;
}
.shop-section .top-filter-category > .row > div:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .shop-section .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .shop-section .top-filter-category > .row > div {
    border: none;
  }
}

.category-slider-section .category-contain .category-contain-image {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  padding: 22px;
  border-radius: 8px;
}
.category-slider-section .category-contain .category-contain-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.category-slider-section .category-contain .category-contain-name {
  margin-top: 12px;
  text-align: center;
}
.category-slider-section .category-contain .category-contain-name h5, .category-slider-section .category-contain .category-contain-name .h5 {
  color: #4a5568;
  font-weight: 500;
}

/**=====================
    User dashboard scss
==========================**/
.title-header {
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  color: #1c2128;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.title-header > * {
  width: 100%;
}
.title-header .right-option {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 15px;
}
body[dir=rtl] .title-header .right-option {
  margin-left: unset;
  margin-right: auto;
}
.title-header .right-option ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.title-header a {
  font-size: 16px;
  text-transform: capitalize;
}
.title-header a.text-theme {
  color: var(--theme-color) !important;
}
.title-header a.btn {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid var(--theme-color);
}
.title-header a.btn:hover {
  color: var(--theme-color);
  background-color: #ffffff;
  border: 1px solid var(--theme-color);
}
.title-header a.btn svg {
  font-size: 16px;
}
.title-header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-header-block {
  display: block;
}
.title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.title-header-block .card-order-section ul {
  margin: -8px;
  color: #232323;
}
.title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.title-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.title-header h5, .title-header .h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.title-header h5:after, .title-header .h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-14px + -13 * (100vw - 320px) / 1600);
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body[dir=rtl] .title-header h5:after, body[dir=rtl] .title-header .h5:after {
  left: unset;
  right: calc(-15px + -15 * (100vw - 320px) / 1600);
}
.title-header h5:not(.mb-0), .title-header .h5:not(.mb-0), .title-header h5:not(.m-0), .title-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}

.chart-padding {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
}

.chart-title {
  margin-bottom: 20px;
}
.chart-title h3, .chart-title .h3 {
  font-size: 24px;
  font-weight: 600;
}

.dashboard-title {
  margin-bottom: 22px;
}
.dashboard-title h3, .dashboard-title .h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
.dashboard-title.dashboard-flex {
  display: flex;
}
.dashboard-title.dashboard-flex button {
  margin-left: auto;
}

.user-dashboard-section .title h2, .user-dashboard-section .title .h2 {
  font-size: 26px;
}
.user-dashboard-section .dashboard-left-sidebar {
  background-color: #f8f8f8;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 107px;
  z-index: 0;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar {
    left: unset;
    right: -320px;
  }
  .user-dashboard-section .dashboard-left-sidebar.show {
    left: 0;
  }
  body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar.show {
    left: unset;
    right: 0;
  }
}
.user-dashboard-section .dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #f8f8f8;
  border-radius: 100%;
}
.user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: #4a5568;
  padding: 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box {
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    height: 120px;
  }
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222222;
  opacity: 0.15;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  color: #4a5568;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.19);
  border-radius: 0 0 100% 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image:hover .user-icon {
  opacity: 1;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.631372549);
  border: 3px solid hsla(0, 0%, 81%, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  font-size: calc(28px + 8 * (100vw - 320px) / 1600);
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
  outline: 3px solid #454545;
}
body [dir=rtl] .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
  right: unset;
  left: 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon input[type=file] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon i {
  line-height: 1;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
    opacity: 1;
    height: auto;
    border-radius: 0 0 100% 100%;
    inset: unset;
    bottom: 0;
    transform: unset;
    font-size: 18px;
    padding-block: 5px;
    border: unset;
    background-color: rgba(34, 34, 34, 0.8);
  }
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  outline: 3px solid hsla(0, 0%, 81%, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  color: #4a5568;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2.close-icon {
  top: 0;
}
html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 {
  outline: 3px solid #454545;
}
body [dir=rtl] .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 {
  right: unset;
  left: 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 input[type=file] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 i {
  line-height: 1;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #f8f8f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round h4, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .h4 {
  font-size: 40px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: cover;
  background-color: #f8f8f8;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #ececec;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  color: #4a5568;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i {
  position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  margin-top: calc(10px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ddd;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.7px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 4px;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span, .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 span {
  margin: 0 8px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  flex-wrap: wrap;
  gap: calc(2px + 5 * (100vw - 320px) / 1600);
  margin: calc(10px + 10 * (100vw - 320px) / 1600) 0 6px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  padding-top: 20px;
  margin: 0 15px 20px;
  border-top: 1px solid #ddd;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls .btn {
  background-color: var(--theme-color);
  color: white;
  padding: 10px;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #4a5568;
  width: 100%;
  text-align: left;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
body[dir=rt] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active > .nav-link,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
}
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active > .nav-link,
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active > .nav-link::before,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  font-size: calc(18px + 1 * (100vw - 320px) / 1600);
  margin-right: 10px;
}
body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  margin-right: unset;
  margin-left: 10px;
}
.user-dashboard-section .dashboard-right-sidebar {
  background-color: #f8f8f8;
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .card {
  margin-bottom: calc(19px + 11 * (100vw - 320px) / 1600);
  border: none;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.user-dashboard-section .dashboard-right-sidebar .info-box {
  margin-bottom: 30px;
  display: flex;
  padding: 16px;
  border-radius: 0;
  background-color: white;
  border-left: 3px solid var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .info-box .counter {
  font-size: 18px;
  font-weight: 500;
  gap: 9px;
}
.user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #f8f8f8;
  padding: 18px;
  border: 1px solid rgba(220, 220, 220, 0);
  margin: 0 0 0 auto;
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  margin: 0 auto 0 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 6px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  border-bottom: none;
  font-size: 16px;
  background-color: transparent;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.user-dashboard-section .dashboard-right-sidebar .total-box {
  margin: 30px 0;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #ffffff;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  border-radius: 9px;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain:hover .img-1 {
  width: calc(84px + 12 * (100vw - 320px) / 1600);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain:hover .img-1 {
  transform: translateY(-50%) rotate(7deg);
  right: unset;
  left: -19px;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain img {
  width: calc(54px + 6 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .img-1 {
  right: unset;
  left: -30px;
}
.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail h5, .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail .h5 {
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  color: #4a5568;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail h3, .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail .h3 {
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a:hover, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail .h6 {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 6 * (100vw - 320px) / 1600);
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 {
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(-90deg, #ff6b6b 0%, #ff4f4f 100%);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: calc(9px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span.success-bg {
  background: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h6 {
  margin-top: 6px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #f8f8f8;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 30px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
@media (max-width: 991px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: flex;
  }
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  transform: scale(1.1);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
  display: block;
}
@media (max-width: 1199px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    text-align: center;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
  display: block;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a .h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 3 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box .h5 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
  display: flex;
  position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  right: unset;
  left: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
  margin-top: 3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
  margin-bottom: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: 4px 0;
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  min-width: 90px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span, .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 span {
  background-color: var(--theme-color);
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #f8f8f8;
  font-weight: 600;
  width: 100%;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-right: calc(6px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
  position: relative;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  background: #d2d2d2;
  color: #222222;
  text-align: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details .h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5, .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
  width: auto;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
    display: none;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #222222;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
    display: block;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: 0;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  background: var(--theme-color);
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
    margin-top: 3px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 575px) {
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
    margin-top: 10px;
  }
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 16 * (100vw - 320px) / 1600);
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .h6 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #4a5568;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
  margin-top: 20px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .form-control {
  border: none;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
  margin-bottom: 36px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
  color: #4a5568;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
  display: flex;
  align-items: center;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
  color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
  margin-top: 15px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6, .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .h6 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  line-height: 1.5;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(14, 153, 126, 0.1490196078);
  border: 1px solid #ddd;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before, .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
  display: inline-block;
  position: absolute;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
  left: 39px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before, .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
  display: inline-block;
  position: absolute;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
  background-color: var(--theme-color);
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  left: 39px;
  background: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-form .form-control {
  z-index: 0;
  border-radius: calc(5px + 2 * (100vw - 320px) / 1600) 0 0 calc(5px + 2 * (100vw - 320px) / 1600);
  border-color: #ececec;
  color: #222222;
  background-color: transparent;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form .form-control {
  border-radius: 0 calc(5px + 2 * (100vw - 320px) / 1600) calc(5px + 2 * (100vw - 320px) / 1600) 0;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button {
  padding: calc(11px + 3 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  z-index: 0;
  border-radius: 0 calc(5px + 2 * (100vw - 320px) / 1600) calc(5px + 2 * (100vw - 320px) / 1600) 0;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button {
  border-radius: calc(5px + 2 * (100vw - 320px) / 1600) 0 0 calc(5px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button {
    font-weight: 500;
  }
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .form-select {
  background-color: #f8f8f8;
  width: auto;
  border: unset;
  background-position: right calc(9px + 3 * (100vw - 320px) / 1600) center;
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(30px + 6 * (100vw - 320px) / 1600) calc(8px + 3 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: 15px;
  font-weight: 600;
  box-shadow: unset;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li button {
  padding: 11px 18px 11px;
  border: 1px solid #ececec;
  color: #4a5568;
  border-radius: 0;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li button.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li + li button {
  border-left: unset;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li + li button {
  border-left: 1px solid #ececec;
  border-right: unset;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:first-child button {
  border-radius: calc(5px + 1 * (100vw - 320px) / 1600) 0 0 calc(5px + 1 * (100vw - 320px) / 1600);
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:first-child button {
  border-radius: 0 calc(5px + 1 * (100vw - 320px) / 1600) calc(5px + 1 * (100vw - 320px) / 1600) 0;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:last-child button {
  border-radius: 0 calc(5px + 1 * (100vw - 320px) / 1600) calc(5px + 1 * (100vw - 320px) / 1600) 0;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:last-child button {
  border-radius: calc(5px + 1 * (100vw - 320px) / 1600) 0 0 calc(5px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table {
  margin-top: 28px;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table {
  margin: 0;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tbody {
  border-top: unset;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th,
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  min-width: 130px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #222222;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th:first-child,
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td:first-child {
  min-width: 90px;
  max-width: 90px;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .table-name {
  width: 480px;
  white-space: normal;
  min-width: 250px;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th {
  padding: calc(11px + 4 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  border: unset;
  box-shadow: unset;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(11px + 5 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #eee;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  box-shadow: none;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td:last-child {
  width: 300px;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle {
  background-color: #f8f8f8;
  width: auto;
  display: flex;
  border: 1px solid #ececec;
  align-items: center;
  gap: 6px;
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  box-shadow: unset;
  margin-inline: auto;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle:hover {
  color: #222222;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  border: unset;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu {
  padding: 8px 16px;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item {
  color: #4a5568;
  padding-inline: unset;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item:hover, .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item:active {
  color: #222222;
  background-color: transparent;
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr:last-child td {
  padding-bottom: 0;
  border-bottom: unset;
}

.border-custom {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  display: block;
  margin-top: 30px;
}

.notification-count {
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 7px;
}

.themeform-auth .form-label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  color: #4a5568;
  margin-bottom: 0;
}
.themeform-auth .form-control {
  font-size: calc(14px + 0.00125 * (100vw - 320px));
  color: #222222;
  padding: 10px 15px;
  border-color: #eee;
}
.themeform-auth .form-control::placeholder {
  color: rgba(74, 85, 104, 0.5);
}

.notification-list li {
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(12px + 0.00375 * (100vw - 320px));
  padding-left: calc(33px + 13 * (100vw - 320px) / 1600);
  position: relative;
}
html.dark .notification-list li {
  background-color: #2a2d2d;
}
body[dir=rtl] .notification-list li {
  padding-left: calc(12px + 0.00375 * (100vw - 320px));
  padding-right: calc(33px + 13 * (100vw - 320px) / 1600);
}
.notification-list li.unread {
  z-index: 0;
  border-left: 3px solid var(--theme-color);
}
body[dir=rtl] .notification-list li.unread {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.notification-list li.unread::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.09;
}
.notification-list li::after {
  content: "";
  position: absolute;
  left: calc(18px + 0.0075 * (100vw - 320px));
  top: 31px;
  width: 5px;
  height: 5px;
  background-color: #8e8e8e;
  border-radius: 100%;
}
body[dir=rtl] .notification-list li::after {
  left: unset;
  right: 30px;
}
.notification-list li + li {
  border-top: 1px solid #eee;
}
.notification-list h4, .notification-list .h4 {
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
html.dark .notification-list h4, html.dark .notification-list .h4 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.notification-list h5, .notification-list .h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #4a5568;
}
html.dark .notification-list h5, html.dark .notification-list .h5 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 5px;
  color: #ddd;
}

.wallet-table {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-color: #ffffff;
}
.wallet-table .reason-table {
  min-width: 300px;
  max-width: 440px;
  white-space: unset;
}
.wallet-table h4, .wallet-table .h4 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
}
.wallet-table table {
  width: 100%;
}
.wallet-table table td,
.wallet-table table th {
  padding: 15px !important;
  text-align: center;
  font-size: 16px;
}
.wallet-table table td {
  border-bottom: 1px solid #eee;
  background-color: transparent;
  color: #222222;
}
.wallet-table table tr:last-child td {
  border-bottom: none;
}
.wallet-table table th {
  background-color: rgba(245, 245, 245, 0.8);
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  color: #222222;
}

.wallet-bg {
  position: relative;
  z-index: 1;
}
.wallet-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/_next/static/media/withdraw-bg.739f6c68.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
}
body[dir=rtl] .wallet-bg:after {
  transform: scaleX(-1);
  filter: FlipH;
}

.customer-detail ul {
  display: flex;
  flex-wrap: wrap;
}
.customer-detail ul li label {
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
}
.customer-detail ul li h4, .customer-detail ul li .h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
}

.h-m30 {
  height: calc(100% - 30px);
}

.tracking-panel ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  gap: 15px;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}
body[dir=rtl] .tracking-panel ul {
  padding-right: 0;
  padding-left: 20px;
}
.tracking-panel ul li {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
  padding: calc(13px + 4 * (100vw - 320px) / 1600) 0 calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .tracking-panel ul li {
  padding: calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600) calc(13px + 4 * (100vw - 320px) / 1600) 0;
}
.tracking-panel ul li:after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-bottom: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-left: 17px solid #ffffff;
  transition: border-color 0.2s ease;
}
body[dir=rtl] .tracking-panel ul li:after {
  right: unset;
  left: -16px;
  border-right: 17px solid #ffffff;
  border-left: unset;
}
html.dark .tracking-panel ul li:after {
  border-right-color: #2a2d2d;
}
.tracking-panel ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-top: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-bottom: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-left: 17px solid #f9f9f6;
  transition: border-color 0.2s ease;
}
body[dir=rtl] .tracking-panel ul li:before {
  right: 0;
  left: unset;
  border-right: 17px solid #f9f9f6;
  border-left: unset;
}
html.dark .tracking-panel ul li:before {
  border-right-color: #1d1d22;
}
.tracking-panel ul li.active {
  background-color: #e9f6f3;
}
.tracking-panel ul li.active:after {
  border-left: 17px solid #e9f6f3;
}
body[dir=rtl] .tracking-panel ul li.active:after {
  border-right: 17px solid #e9f6f3;
  border-left: unset;
}
html.dark body[dir=rtl] .tracking-panel ul li.active:after {
  border-right-color: #33413e;
}
html.dark .tracking-panel ul li.active:after {
  border-left-color: #33413e;
}
.tracking-panel ul li.cancelled-box {
  background-color: #fbe9eb;
}
.tracking-panel ul li.cancelled-box:after {
  border-left: 17px solid #fbe9eb;
}
.tracking-panel ul li:first-child {
  border-radius: 6px 0 0 6px;
}
body[dir=rtl] .tracking-panel ul li:first-child {
  border-radius: 0 6px 6px 0;
}
.tracking-panel ul li:first-child::before {
  display: none;
}
.tracking-panel .panel-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
.tracking-panel .panel-content .icon {
  width: calc(30px + 15 * (100vw - 320px) / 1600);
}
.tracking-panel .panel-content .status {
  margin-top: 0;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  white-space: nowrap;
  text-transform: capitalize;
}

.tracking-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 17px;
  margin-bottom: 6px;
  color: #222222;
}
.tracking-total li:last-child {
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
}

/**=====================
     Product Page scss
==========================**/
.lcOxyP {
  background-color: transparent !important;
}

.pt-25 {
  padding-top: 25px;
}

.product-load-more .col-grid-box {
  display: none;
}

.product-title h4, .product-title .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}

.vendor-box {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
}
.vendor-box .vendor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 7px calc(16px + 10 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  align-items: center;
}
.vendor-box .vendor-contain .vendor-image {
  width: 64px;
  height: auto;
}
.vendor-box .vendor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vendor-box .vendor-name h5 span, .vendor-box .vendor-name .h5 span {
  color: #999;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.vendor-box .vendor-name h5 span svg, .vendor-box .vendor-name .h5 span svg {
  color: #ffb321;
}
.vendor-box .vendor-list {
  margin-top: calc(13px + 11 * (100vw - 320px) / 1600);
}
.vendor-box .vendor-list .seller-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 9 * (100vw - 320px) / 1600);
  align-items: center;
}
.vendor-box .vendor-list .seller-contact-details .saller-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.vendor-box .vendor-list .seller-contact-details .saller-contact svg {
  font-size: 20px;
  color: var(--theme-color);
}
.vendor-box .vendor-list .seller-contact-details .saller-contact h5, .vendor-box .vendor-list .seller-contact-details .saller-contact .h5 {
  font-weight: 600;
}
.vendor-box .vendor-list .seller-contact-details .saller-contact h5 span, .vendor-box .vendor-list .seller-contact-details .saller-contact .h5 span {
  font-weight: 400;
  margin-left: 7px;
}

.hot-line-number {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
}
.hot-line-number h5, .hot-line-number .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.hot-line-number h6, .hot-line-number .h6 {
  color: #4a5568;
  margin-bottom: 17px;
}
.hot-line-number h2, .hot-line-number .h2 {
  font-weight: 600;
  font-size: 24px;
}

.product-category {
  gap: 25px;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
}

.product-section .product-left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.product-section .bottom-slider-image {
  height: 100%;
}
.product-section .bottom-slider-image .slider-image {
  background-color: #f8f8f8;
  height: calc(120px + 30 * (100vw - 320px) / 1600);
}
.product-section .bottom-slider-image .slider-image button {
  border: unset;
  background-color: transparent;
  font-size: 56px;
  color: #b7b7b7;
  line-height: 1;
  padding: 40px;
}
.product-section .bottom-slider-image .slider-image img {
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-section .bottom-slider-image .slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section .bottom-slider-image .slider-image.active img {
  opacity: 1;
}
.product-section .product-label-tag {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 5px 13px;
  background-color: #ff7272;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
html.dark .product-section .product-label-tag {
  color: #ffffff;
}
.product-section .product-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: 15px solid #ff7272;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.product-section .product-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: 15px solid #ff7272;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
.product-section .product-label-tag span {
  font-weight: 700;
}
.product-section .product-label-tag.warning-label-tag {
  background-color: #ffba00;
}
.product-section .product-label-tag.warning-label-tag::before, .product-section .product-label-tag.warning-label-tag::after {
  border-bottom-color: #ffba00;
}
.product-section .product-label-tag + .product-label-tag {
  margin-top: 13px;
}
.product-section .left-slider-image .sidebar-image {
  border-radius: 8px;
  overflow: hidden;
}
.product-section .left-slider-image .sidebar-image img {
  width: auto;
  height: auto;
  cursor: pointer;
  object-fit: contain;
}
.product-section .right-box-contain {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .product-section .right-box-contain {
    text-align: center;
  }
}
.product-section .right-box-contain .offer-top {
  font-weight: 500;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 20px;
}
.product-section .right-box-contain .name {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-section .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .product-section .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.product-section .right-box-contain .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
  margin-left: 10px;
}
body[dir=rtl] .product-section .right-box-contain .price-rating .price del {
  margin-left: calc(0px + 2 * (100vw - 320px) / 1600);
  margin-right: 10px;
}
.product-section .right-box-contain .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.product-section .right-box-contain .price-rating .custom-rate ul li svg {
  font-size: 16px;
}
.product-section .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 12px;
}
body[dir=rtl] .product-section .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.product-section .right-box-contain .price-rating .offer-top {
  margin-bottom: 0;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  margin-left: 12px;
}
body[dir=rtl] .product-section .right-box-contain .price-rating .offer-top {
  margin-left: unset;
  margin-right: 12px;
}
.product-section .right-box-contain .product-contain p {
  color: #4a5568;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .product-package {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 20px;
}
.product-section .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-section .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
.product-section .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.product-section .right-box-contain .product-package .select-package li a,
.product-section .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.product-section .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.product-section .right-box-contain .product-package .select-package li:hover button,
.product-section .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.product-section .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.product-section .right-box-contain .product-package .select-package li.active button,
.product-section .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.product-section .right-box-contain .product-package .select-package li.active img {
  background: #ffffff;
}
.product-section .right-box-contain .product-package .select-package li.disabled {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.product-section .right-box-contain .product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.product-section .right-box-contain .product-package .select-package li.disabled a,
.product-section .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.product-section .right-box-contain .product-package .select-package li.disabled.active {
  border-color: rgba(154, 154, 154, 0.4);
}
.product-section .right-box-contain .product-package .select-package li.disabled.active button {
  color: #4a5568;
  background-color: #f8f8f8;
}
html.dark .product-section .right-box-contain .product-package .select-package li.disabled.active button {
  background-color: #1d1d22;
}
.product-section .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.product-section .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.product-section .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.product-section .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.product-section .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.product-section .right-box-contain .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.product-section .right-box-contain .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-section .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.product-section .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #222222;
}
.product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
body[dir=rtl] .product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.product-section .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.product-section .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.product-section .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.product-section .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.product-section .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.product-section .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.product-section .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #4a5568;
  cursor: pointer;
}
.product-section .right-box-contain .product-package .form-select {
  background-color: #f8f8f8;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
body[dir=rtl] .product-section .right-box-contain .product-package .form-select {
  background-position: left 0.75rem center;
}
.product-section .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.product-section .right-box-contain .product-package .image li button,
.product-section .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.product-section .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.product-section .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.product-section .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.product-section .right-box-contain .product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.product-section .right-box-contain .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .note-box {
    justify-content: center;
  }
}
.product-section .right-box-contain .note-box .compare-button {
  background-color: #f8f8f8;
}
.product-section .right-box-contain .note-box .cart-button {
  animation: shake 150ms 2 linear;
}
.product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
  max-width: calc(128px + 42 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .note-box .product-qty button {
  background-color: #ffffff;
}
.product-section .right-box-contain .note-box .product-qty button:hover {
  background-color: var(--theme-color);
}
.product-section .right-box-contain .note-box .product-qty .input-group {
  background-color: #f8f8f8;
}
.product-section .right-box-contain .wishlist-btn-group {
  display: flex;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
.product-section .right-box-contain .wishlist-btn-group .wishlist-button {
  padding: 0;
  width: calc(38px + 8 * (100vw - 320px) / 1600);
  height: calc(38px + 8 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #f8f8f8;
  transition: none;
}
.product-section .right-box-contain .wishlist-btn-group .wishlist-button:first-child:active {
  color: #222222;
}
.product-section .right-box-contain .wishlist-btn-group .wishlist-button:hover {
  color: #222222;
}
.product-section .right-box-contain .wishlist-btn-group .wishlist-button svg {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
}
.product-section .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.product-section .right-box-contain .buy-now-button button {
  background-color: #ff7272;
}
.product-section .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.product-section .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.product-section .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.product-section .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.product-section .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #222222;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .buy-box {
    justify-content: center;
  }
}
.product-section .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  color: #777;
}
.product-section .right-box-contain .buy-box a svg {
  font-size: 17px;
}
.product-section .right-box-contain .pickup-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.product-section .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
body[dir=rtl] .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    padding: 0;
  }
  body[dir=rtl] .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body[dir=rtl] .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin: 0;
    padding: 0;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}
body[dir=rtl] .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: unset;
  }
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #222222;
  font-weight: 500;
}
.product-section .right-box-contain .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.product-section .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.product-section .right-box-contain .pickup-box .pickup-detail h4, .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .pickup-detail h4, .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.product-section .right-box-contain .pickup-box .pickup-detail h6, .product-section .right-box-contain .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.product-section .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.product-section .right-box-contain .payment-option {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 20px;
}
.product-section .right-box-contain .payment-option .payment-img {
  width: 52%;
}
@media (max-width: 575px) {
  .product-section .right-box-contain .payment-option .payment-img {
    width: 68%;
  }
}
@media (max-width: 480px) {
  .product-section .right-box-contain .payment-option .payment-img {
    width: 90%;
  }
}
.product-section .right-box-contain .payment-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-section .right-box-contain .payment-option ul {
    justify-content: center;
  }
}
.product-section .right-box-contain .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
  padding-bottom: 7px;
}
.product-section .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-section .right-box-contain .share-option ul {
    justify-content: center;
  }
}
.product-section .right-box-contain .share-option ul li {
  display: block;
}
.product-section .right-box-contain .share-option ul li:hover a {
  transform: translateY(-4px);
}
.product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #4a5568;
  transition: all 0.5s ease;
}
.product-section .right-box-contain .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.product-section .right-box-contain .modal-table > :not(caption) > * > * {
  background-color: transparent;
  color: #222222;
  border-bottom: 1px solid #ececec;
}
.product-section .right-box-contain .modal-table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: unset;
}
.product-section .product-main .slider-image img {
  width: 100%;
}
.product-section .right-sidebar-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.related-product-2 .bundle-sec .related-box .related-image {
  width: auto;
}
.related-product-2 .bundle-sec .related-box .related-image > ul > li {
  width: calc(170px + 35 * (100vw - 320px) / 1600);
  min-width: calc(170px + 35 * (100vw - 320px) / 1600);
}
.related-product-2 .bundle-sec .related-box .related-image .product-box .product-image img {
  height: calc(100px + 40 * (100vw - 320px) / 1600);
}
.related-product-2 .bundle-sec .related-box .budle-list > ul {
  flex-direction: column;
  align-items: flex-start;
}
.related-product-2 .bundle-sec .related-box .budle-list > ul > li {
  width: unset;
}
.related-product-2 .related-product .product-title-2 {
  margin-top: 0;
}
.related-product-2 .related-product .product-title-2 h4, .related-product-2 .related-product .product-title-2 .h4 {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(16px + 5 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1577px) {
  .related-product-2 .related-box {
    flex-wrap: wrap;
  }
}
.related-product-2 .related-box .related-image {
  touch-action: pan-x;
  overflow: auto;
  padding-bottom: 13px;
}
.related-product-2 .related-box .related-image::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .related-product-2 .related-box .related-image::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.related-product-2 .related-box .related-image::-webkit-scrollbar {
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.related-product-2 .related-box .related-image::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.related-product-2 .related-box .related-image > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(25px + 10 * (100vw - 320px) / 1600);
  align-items: flex-start;
}
.related-product-2 .related-box .related-image > ul > li {
  width: 225px;
  min-width: 225px;
  position: relative;
}
.related-product-2 .related-box .related-image > ul > li + li::before {
  content: "\ea13";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-18px + -8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #4a5568;
}
body[dir=rtl] .related-product-2 .related-box .related-image > ul > li + li::before {
  left: unset;
  right: calc(-18px + -8 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li a {
  display: block;
  overflow: hidden;
}
.related-product-2 .related-box .related-image > ul > li a .image-box {
  background-color: #f8f8f8;
  width: calc(136px + 34 * (100vw - 320px) / 1600);
  height: calc(136px + 34 * (100vw - 320px) / 1600);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li a .image-box .form-check {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
}
.related-product-2 .related-box .related-image > ul > li a .image-box .form-check .checkbox_animated::after {
  border: 1px solid #4a5567;
  border-radius: 3px;
}
.related-product-2 .related-box .related-image > ul > li a .related-content {
  margin-top: 12px;
  padding: 0 calc(4px + 8 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .related-image > ul > li a .related-content h5, .related-product-2 .related-box .related-image > ul > li a .related-content .h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #222222;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.related-product-2 .related-box .related-image > ul > li a .related-content h6, .related-product-2 .related-box .related-image > ul > li a .related-content .h6 {
  margin-top: 5px;
  color: var(--theme-color);
}
.related-product-2 .related-box .related-image > ul > li a .related-content h6 del, .related-product-2 .related-box .related-image > ul > li a .related-content .h6 del {
  color: #4a5568;
  margin-left: 4px;
  font-size: 13px;
}
.related-product-2 .related-box .budle-list {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.related-product-2 .related-box .budle-list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.related-product-2 .related-box .budle-list > ul > li {
  width: 100%;
  display: block;
}
.related-product-2 .related-box .budle-list > ul > li .form-check {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  min-height: unset;
  gap: 9px;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input {
  margin: 0;
  width: 20px;
  height: 20px;
  float: unset;
  border: unset;
  z-index: 0;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input:checked {
  background-color: transparent;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input::before {
  left: 5px;
  top: 6px;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input:focus {
  box-shadow: none;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input:active {
  filter: none;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label {
  margin-bottom: 0;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span span {
  color: #222222;
  font-weight: 600;
}
.related-product-2 .related-box .budle-list > ul > li.contant {
  margin-top: calc(0px + 15 * (100vw - 320px) / 1600);
}
.related-product-2 .related-box .budle-list > ul > li.contant h5, .related-product-2 .related-box .budle-list > ul > li.contant .h5 {
  font-size: 17px;
  font-weight: 600;
  color: #4a5568;
}
.related-product-2 .related-box .budle-list > ul > li.contant h4, .related-product-2 .related-box .budle-list > ul > li.contant .h4 {
  margin-top: 8px;
  font-weight: 700;
}
.related-product-2 .related-box .budle-list > ul > li.contant h4 del, .related-product-2 .related-box .budle-list > ul > li.contant .h4 del {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-left: 5px;
  font-weight: 400;
}

.sticky-bottom-cart {
  position: fixed;
  bottom: -160px;
  width: 100%;
  z-index: 5;
  background-color: #ffffff;
  padding: calc(9px + 5 * (100vw - 320px) / 1600) 0;
  box-shadow: 0 0 3px 1px rgba(34, 34, 34, 0.06);
  transition: all 0.3s ease;
}
.sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
}
.sticky-bottom-cart .cart-content .form-select {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 7px;
  width: calc(100px + 120 * (100vw - 480px) / 1440);
}
body[dir=rtl] .sticky-bottom-cart .cart-content .form-select {
  background-position: left 0.75rem center;
}
@media (max-width: 480px) {
  .sticky-bottom-cart .cart-content .form-select {
    display: none;
  }
}
.sticky-bottom-cart .cart-content .product-package {
  display: flex;
  align-items: center;
  margin-right: calc(9px + 16 * (100vw - 575px) / 1345);
  gap: calc(6px + 4 * (100vw - 575px) / 1345);
}
body[dir=rtl] .sticky-bottom-cart .cart-content .product-package {
  margin-right: unset;
  margin-left: calc(9px + 16 * (100vw - 575px) / 1345);
  background-position: left 12px center;
}
@media (max-width: 767px) {
  .sticky-bottom-cart .cart-content .product-package {
    display: none;
  }
}
.sticky-bottom-cart .cart-content .note-box {
  display: flex;
  align-items: center;
  gap: calc(9px + 16 * (100vw - 575px) / 1345);
  margin: 0;
}
body[dir=rtl] .sticky-bottom-cart .cart-content .note-box {
  margin: 0;
}
.sticky-bottom-cart .cart-content .note-box .scroll-button {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.sticky-bottom-cart .cart-content .note-box .scroll-button.disabled, .sticky-bottom-cart .cart-content .note-box .scroll-button:disabled {
  background-color: var(--theme-color);
}
.sticky-bottom-cart .cart-content .product-qty {
  min-width: calc(120px + 50 * (100vw - 480px) / 1440);
  max-width: calc(120px + 50 * (100vw - 480px) / 1440);
  width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  .sticky-bottom-cart .cart-content .product-qty {
    display: none;
  }
}
.sticky-bottom-cart .cart-content .product-qty .input-group {
  background-color: #f8f8f8;
  height: calc(38px + 13 * (100vw - 480px) / 1440);
}
.sticky-bottom-cart .cart-content .product-qty .input-group button {
  height: initial;
  background-color: #ffffff;
}
.sticky-bottom-cart .cart-content .product-qty .input-group button:hover {
  background-color: var(--theme-color);
}
.sticky-bottom-cart .cart-content .dynamic-checkout {
  margin: 0;
  margin-left: calc(9px + 16 * (100vw - 575px) / 1345);
}
body[dir=rtl] .sticky-bottom-cart .cart-content .dynamic-checkout {
  margin-left: unset;
  margin-right: calc(9px + 16 * (100vw - 575px) / 1345);
}
.sticky-bottom-cart .cart-content .modal-table,
.sticky-bottom-cart .cart-content > h4,
.sticky-bottom-cart .cart-content > .h4 {
  display: none;
}
.sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
  margin-right: auto;
}
body[dir=rtl] .sticky-bottom-cart .product-image {
  margin-right: unset;
  margin-left: auto;
}
.sticky-bottom-cart .product-image img {
  width: 60px;
  height: auto;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 480px) {
  .sticky-bottom-cart .product-image img {
    display: none;
  }
}
.sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #222222;
  margin-top: 0;
}
body[dir=rtl] .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .product-image .content {
    display: none;
  }
}
@media (max-width: 480px) {
  .sticky-bottom-cart .product-image .content {
    display: block;
    margin: 0;
  }
  body[dir=rtl] .sticky-bottom-cart .product-image .content {
    margin: 0;
  }
}
.sticky-bottom-cart .product-image .content h5, .sticky-bottom-cart .product-image .content .h5 {
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.sticky-bottom-cart .product-image .content h6, .sticky-bottom-cart .product-image .content .h6 {
  margin-bottom: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 6px;
}
.sticky-bottom-cart .product-image .content h6 del, .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: 7px;
  color: #4a5568;
}
body[dir=rtl] .sticky-bottom-cart .product-image .content h6 del, body[dir=rtl] .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: unset;
  margin-right: 7px;
}
.sticky-bottom-cart .product-image .content h6 span, .sticky-bottom-cart .product-image .content .h6 span {
  color: var(--theme-color);
  margin-left: 5px;
}
body[dir=rtl] .sticky-bottom-cart .product-image .content h6 span, body[dir=rtl] .sticky-bottom-cart .product-image .content .h6 span {
  margin-left: 0;
  margin-right: 5px;
}
.sticky-bottom-cart .selection-section {
  display: flex;
  align-items: center;
  margin: 0 25px 0 auto;
}
body[dir=rtl] .sticky-bottom-cart .selection-section {
  margin: 0 auto 0 25px;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .selection-section {
    display: none;
  }
}
.sticky-bottom-cart .selection-section .form-control {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  text-transform: capitalize;
}
.sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.sticky-bottom-cart .selection-section .product-qty {
  height: 51px;
}
.sticky-bottom-cart .selection-section .product-qty .input-group button {
  height: 100%;
}
.sticky-bottom-cart .selection-section .form-group {
  width: 300px;
  margin-inline: 10px;
}
@media (max-width: 1199px) {
  .sticky-bottom-cart .selection-section .form-group {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .sticky-bottom-cart .selection-section .form-group {
    margin-right: 0;
    width: unset;
  }
  body[dir=rtl] .sticky-bottom-cart .selection-section .form-group {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sticky-bottom-cart .add-btn a {
  padding: 12px 40px;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sticky-bottom-cart .add-btn a.wishlist-btn {
  display: none;
  background-color: #f8f8f8;
  color: #222222;
}
.sticky-bottom-cart .add-btn a.wishlist-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a.wishlist-btn {
    display: flex;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a + a {
    margin-left: 8px;
  }
}
.sticky-bottom-cart .add-btn a i {
  margin-right: 7px;
}

.stickyCart {
  padding-bottom: 89px;
}
@media (max-width: 575px) {
  .stickyCart {
    padding-bottom: 0;
  }
}
.stickyCart .theme-option-2 {
  bottom: calc(74px + 16 * (100vw - 320px) / 1600);
}
.stickyCart .sticky-bottom-cart {
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .stickyCart .sticky-bottom-cart {
    bottom: 60px;
  }
}
.stickyCart .recently-purchase.show {
  bottom: 110px;
}
.stickyCart .tap-top {
  bottom: 110px;
}

.product-count ul {
  display: inline-flex;
  align-items: center;
  gap: 3px 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .product-count ul {
    display: inline-grid;
    gap: 10px 0;
  }
}
.product-count ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-count ul li h6, .product-count ul li .h6 {
  font-size: 15px;
}
.product-count ul li svg {
  color: var(--theme-color);
  font-size: 20px;
}

.product-main-1 .slick-slider .slick-prev,
.product-main-1 .slick-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: calc(24px + 6 * (100vw - 320px) / 1600);
  height: calc(24px + 6 * (100vw - 320px) / 1600);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 100%;
}
.product-main-1 .slick-slider .slick-prev::before,
.product-main-1 .slick-slider .slick-next::before {
  content: unset;
}
.product-main-1 .slick-slider .slick-prev::after,
.product-main-1 .slick-slider .slick-next::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #222222;
}
.product-main-1 .slick-slider .slick-prev {
  left: -14px;
  right: unset;
}
@media (max-width: 991px) {
  .product-main-1 .slick-slider .slick-prev {
    left: 0;
    right: unset;
  }
}
.product-main-1 .slick-slider .slick-prev::after {
  content: "\ea64";
}
.product-main-1 .slick-slider .slick-next {
  right: -14px;
  left: unset;
}
@media (max-width: 991px) {
  .product-main-1 .slick-slider .slick-next {
    right: 0;
    left: unset;
  }
}
.product-main-1 .slick-slider .slick-next::after {
  content: "\ea6e";
}
.product-main-1 .slider-image {
  background-color: #f8f8f8;
}

.secure-site-sec {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 20px;
}
.secure-site-sec h4, .secure-site-sec .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.secure-site-sec img {
  width: 65%;
  height: auto;
}
@media (max-width: 991px) {
  .secure-site-sec img {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .secure-site-sec img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .secure-site-sec img {
    width: 85%;
  }
}

.size-delivery-info {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .size-delivery-info {
    justify-content: center;
  }
}
.size-delivery-info a {
  display: flex;
  align-items: center;
  gap: calc(4px + 6 * (100vw - 320px) / 1600);
  color: #222222;
}
.size-delivery-info a:hover {
  color: var(--theme-color);
}
.size-delivery-info a svg {
  font-size: 20px;
}

.progress-sec .left-progressbar {
  margin-top: 18px;
}
.progress-sec .left-progressbar h6, .progress-sec .left-progressbar .h6 {
  margin-bottom: 10px;
}
.progress-sec .left-progressbar .progress {
  height: 10px;
}
.progress-sec .left-progressbar .progress.danger-progress .progress-bar {
  background-color: #ff7272;
}
.progress-sec .left-progressbar .progress.warning-progress .progress-bar {
  background-color: #ffa53b;
}
.progress-sec .left-progressbar .progress.success-progress .progress-bar {
  background-color: var(--theme-color);
}
.progress-sec .left-progressbar .progress-bar {
  background-color: var(--theme-color);
}

.recently-purchase {
  background: #ffffff;
  border: 0;
  border-radius: 6px;
  bottom: -130px;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 5;
  box-shadow: 0 0 4px 0 #d0d0d0;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
body[dir=rtl] .recently-purchase {
  left: unset;
  right: 20px;
}
html.dark .recently-purchase {
  box-shadow: 0 0 4px 0 rgba(137, 137, 137, 0.05);
}
@media (max-width: 380px) {
  .recently-purchase {
    width: auto;
    margin-inline: 10px;
    left: 0;
  }
  body[dir=rtl] .recently-purchase {
    left: unset;
    right: 0;
  }
}
.recently-purchase.show {
  bottom: 20px;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .recently-purchase.show {
    bottom: 75px;
  }
}
.recently-purchase .media-height {
  width: 64px;
  height: 85px;
  object-fit: contain;
}
.recently-purchase .close-popup {
  position: absolute;
  right: 7px;
  top: 6px;
  opacity: 0.5;
  color: #000000;
  cursor: pointer;
}
body[dir=rtl] .recently-purchase .close-popup {
  right: unset;
  left: 7px;
}
.recently-purchase .media-body {
  padding: 0 30px 0 12px;
}
body[dir=rtl] .recently-purchase .media-body {
  padding: 0 12px 0 30px;
  text-align: right;
}
.recently-purchase .media-body .title {
  font-weight: 600;
}
.recently-purchase .media-body .product-name {
  color: var(--theme-color);
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recently-purchase .media-body .timeAgo {
  display: block;
}

.product-rating-box .product-main-rating {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 14px;
}
.product-rating-box .product-main-rating h2, .product-rating-box .product-main-rating .h2 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: calc(28px + 9 * (100vw - 320px) / 1600);
}
.product-rating-box .product-main-rating h2 svg, .product-rating-box .product-main-rating .h2 svg {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: normal;
  color: #ffb321;
}
.product-rating-box .product-main-rating h5, .product-rating-box .product-main-rating .h5 {
  line-height: 1.4;
  font-weight: 400;
  color: #4a5568;
  font-size: 17px;
}
.product-rating-box .product-rating-list {
  display: grid;
  grid-gap: calc(7px + 5 * (100vw - 320px) / 1600);
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.product-rating-box .product-rating-list li:nth-child(4) .rating-product .progress .progress-bar {
  background-color: #ffa53b;
}
.product-rating-box .product-rating-list li:last-child .rating-product .progress .progress-bar {
  background-color: #ff4f4f;
}
.product-rating-box .product-rating-list li .rating-product {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-rating-box .product-rating-list li .rating-product h5, .product-rating-box .product-rating-list li .rating-product .h5 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
  width: 43px;
  font-weight: 600;
}
.product-rating-box .product-rating-list li .rating-product h5 svg, .product-rating-box .product-rating-list li .rating-product .h5 svg {
  font-size: 15px;
  font-weight: normal;
}
.product-rating-box .product-rating-list li .rating-product .progress {
  width: 100%;
  height: 9px;
  border-radius: 100px;
}
.product-rating-box .product-rating-list li .rating-product .progress .progress-bar {
  background-color: var(--theme-color);
  border-radius: 100px;
}
.product-rating-box .product-rating-list li .rating-product .total {
  white-space: nowrap;
  width: auto;
  color: rgba(74, 85, 104, 0.878);
  font-size: 16px;
  font-weight: 400;
}
.product-rating-box .review-title-2 {
  border-top: 1px solid #ececec;
  padding-top: calc(13px + 12 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 12 * (100vw - 320px) / 1600);
}
.product-rating-box .review-title-2 h4, .product-rating-box .review-title-2 .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 400;
}
.product-rating-box .review-title-2 p {
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600) !important;
  margin-top: 3px !important;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
}
.product-rating-box .review-title-2 button {
  width: 100%;
  padding: 10px 14px;
  background-color: #f8f8f8;
  color: #4a5568;
  border: 1px solid #ececec;
  font-size: 16px;
}
.product-rating-box .review-title-2 button:hover {
  background-color: #f8f8f8;
  color: #4a5568;
  border: 1px solid #ececec;
}

.review-people {
  border-left: 1px solid #ececec;
  padding-left: 23px;
  max-height: 421px;
  height: 100%;
  overflow: auto;
}
body[dir=rtl] .review-people {
  border-left: unset;
  border-right: 1px solid #ececec;
  padding-left: unset;
  padding-right: 23px;
}
html[class=dark] .review-people {
  border-color: rgba(119, 119, 119, 0.44);
}
.review-people::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.review-people::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.review-people::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 991px) {
  .review-people {
    border: none;
    padding: 0;
    margin-top: 25px;
  }
}
.review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.review-people .review-list li {
  display: block;
  width: 100%;
}
.review-people .review-list li .people-box {
  display: flex;
  align-items: flex-start !important;
  width: 100%;
  border-radius: 10px;
  padding: calc(16px + 4 * (100vw - 320px) / 1600) calc(16px + 10 * (100vw - 320px) / 1600);
  background: #f8f8f8;
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box {
    display: block;
  }
}
.review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.review-people .review-list li .people-box .people-image h1, .review-people .review-list li .people-box .people-image .h1 {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(34, 34, 34, 0.16);
  margin: 0 auto;
}
html.dark .review-people .review-list li .people-box .people-image h1, html.dark .review-people .review-list li .people-box .people-image .h1 {
  color: #ffffff;
}
.review-people .review-list li .people-box .people-text .user-round {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(34, 34, 34, 0.16);
  margin: 0 auto;
}
.review-people .review-list li .people-box .people-text .user-round h4, .review-people .review-list li .people-box .people-text .user-round .h4 {
  font-size: 41px;
  font-weight: 600;
  color: var(--theme-color);
}
.review-people .review-list li .people-box .name-user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #ececec;
  border-radius: 10px;
  color: #4a5568;
}
.review-people .review-list li .people-box .name-user h3, .review-people .review-list li .people-box .name-user .h3 {
  font-size: 37px;
  font-weight: 600;
}
.review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}
body[dir=rtl] .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
.review-people .review-list li .people-box .people-comment .people-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 400px) {
  .review-people .review-list li .people-box .people-comment .people-name {
    display: block;
  }
}
.review-people .review-list li .people-box .people-comment .people-name h5 .name, .review-people .review-list li .people-box .people-comment .people-name .h5 .name {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
.review-people .review-list li .people-box .people-comment .people-name h5 .name:hover, .review-people .review-list li .people-box .people-comment .people-name .h5 .name:hover {
  color: var(--theme-color);
}
.review-people .review-list li .people-box .people-comment .people-name .date-time {
  width: 100%;
  margin-top: 4px;
}
.review-people .review-list li .people-box .people-comment .people-name .date-time h6, .review-people .review-list li .people-box .people-comment .people-name .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-block: 4px 6px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.review-people .review-list li .people-box .people-comment .people-name .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.review-people .review-list li .people-box .people-comment .date-time h6, .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin: 0;
}
.review-people .review-list li .people-box .reply {
  margin-top: 6px;
  line-height: 1.6;
  color: #4a5568;
  position: relative;
}
.review-people .review-list li .people-box .reply p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}

.add-rating {
  color: #ffb321;
}
.add-rating :hover svg {
  color: darkorange;
  font-size: 20px;
}
.add-rating svg {
  transition: 0.09s;
}

.delivery-info {
  margin-top: 20px;
}
.delivery-info li {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777;
}
@media (max-width: 767px) {
  .delivery-info li {
    justify-content: center;
  }
}
.delivery-info li + li {
  margin-top: 7px;
}
.delivery-info li svg {
  font-size: 20px;
  line-height: 1;
}

.vendor-box {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  overflow: hidden;
}
.vendor-box .vendor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  background-color: #ffffff;
  align-items: center;
}
.vendor-box .vendor-contain .vendor-text {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}
.vendor-box .vendor-contain .vendor-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.vendor-box .vendor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vendor-box .vendor-list {
  margin-top: calc(10px + 8 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 8 * (100vw - 320px) / 1600);
  border-top: 1px solid #ececec;
}
.vendor-box .vendor-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
}
.vendor-box .vendor-list ul li {
  display: block;
}
.vendor-box .vendor-list ul li .address-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.vendor-box .vendor-list ul li .address-contact svg {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
}
.vendor-box .vendor-list ul li .address-contact h5, .vendor-box .vendor-list ul li .address-contact .h5 {
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.vendor-box .vendor-list ul li .address-contact h5 span, .vendor-box .vendor-list ul li .address-contact .h5 span {
  font-weight: 400;
}
.vendor-box .vendor-detail {
  margin: calc(13px + 15 * (100vw - 320px) / 1600) 0 0;
  line-height: 1.7;
  color: #4a5568;
  padding: 0;
  border: unset;
}

.dynamic-checkout {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  max-width: 600px;
}
.dynamic-checkout button {
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.dynamic-checkout button.border-theme-color {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
  transition: none;
}
.dynamic-checkout button.border-theme-color .spinning::before {
  border-right: 3px solid var(--theme-color);
}
.dynamic-checkout button.border-theme-color.btn.disabled, .dynamic-checkout button.border-theme-color.btn:disabled {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
}
.dynamic-checkout button.btn.disabled, .dynamic-checkout button.btn:disabled {
  background-color: var(--theme-color);
  color: #ffffff;
  border-color: var(--theme-color);
}
.dynamic-checkout button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
.dynamic-checkout button svg {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: calc(17px + 2 * (100vw - 480px) / 1440);
  stroke-width: 0.6px;
}
@media (max-width: 480px) {
  .dynamic-checkout button svg {
    display: none;
  }
}

.full-width-right-box .product-contain p {
  width: 70%;
}
@media (max-width: 767px) {
  .full-width-right-box .product-contain p {
    width: 100%;
  }
}
.full-width-right-box .secure-site-sec img {
  width: 41%;
}
.full-width-right-box .progress {
  width: 75%;
}
@media (max-width: 1366px) {
  .full-width-right-box .progress {
    width: 100%;
  }
}

.theme-product-section .product-left-box .product-title .name {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.theme-product-section .product-left-box .product-title .title-content-list {
  margin-top: 8px;
  margin-bottom: 18px;
}
.theme-product-section .product-left-box .product-title .title-content-list > li {
  position: relative;
}
.theme-product-section .product-left-box .product-title .title-content-list > li + li {
  padding-left: 15px;
  margin-left: 8px;
}
[dir=rtl] .theme-product-section .product-left-box .product-title .title-content-list > li + li {
  padding-left: unset;
  padding-right: 15px;
  margin-left: unset;
  margin-right: 8px;
}
.theme-product-section .product-left-box .product-title .title-content-list > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  left: 0;
  background-color: #ddd;
  border-radius: 100%;
}
[dir=rtl] .theme-product-section .product-left-box .product-title .title-content-list > li + li::before {
  left: unset;
  right: 0;
}
.theme-product-section .product-left-box .product-title .title-content-list > li .content {
  color: #777;
  display: inline-block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}
html.dark .theme-product-section .product-left-box .product-title .title-content-list > li .content {
  color: #ddd;
}
.theme-product-section .product-left-box .product-title .title-content-list > li .content a {
  color: #222222;
  font-weight: 500;
  text-decoration: underline;
}
.theme-product-section .product-left-box .product-title p {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #4a5568;
  margin: 0;
}
.theme-product-section .product-left-box .theme-option-box {
  border: 1px solid rgba(34, 34, 34, 0.07);
  background-color: #f8f8f8;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
html.dark .theme-product-section .product-left-box .theme-option-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: rgba(34, 34, 34, 0.941);
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-image-option::after {
  opacity: 1;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-image-option .icon-btn-group {
  opacity: 1;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image {
  opacity: 1;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li {
  opacity: 1;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:first-child {
  animation: product-fade 100ms ease-in-out;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(2) {
  animation: product-fade 200ms ease-in-out;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(3) {
  animation: product-fade 300ms ease-in-out;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(4) {
  animation: product-fade 400ms ease-in-out;
}
.theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(5) {
  animation: product-fade 500ms ease-in-out;
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option {
  position: relative;
  z-index: 0;
  border-radius: 6px;
  margin: calc(10px + 10 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-align: center;
  color: #4a5568;
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option > i {
  font-size: calc(140px + 340 * (100vw - 320px) / 1600);
  line-height: 1;
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option img {
  max-height: 520px;
  object-fit: contain;
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.7);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
html.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option::after {
  background-color: rgba(42, 45, 45, 0.7);
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
  z-index: 2;
  flex-wrap: wrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group .theme-image-icon {
  background-color: var(--theme-color);
  border: unset;
  color: #ffffff;
  letter-spacing: 0.9px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group .theme-image-icon i {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group .theme-image-icon span {
    display: none;
  }
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image {
  position: absolute;
  right: calc(10px + 24 * (100vw - 576px) / 1344);
  top: calc(10px + 24 * (100vw - 576px) / 1344);
  z-index: 3;
  opacity: 0;
}
@media (max-width: 575px) {
  .theme-product-section .product-left-box .theme-option-box .theme-option-image {
    position: relative;
    inset: unset;
    margin-top: 12px;
  }
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option {
  margin: 0;
  display: grid;
  grid-gap: 7px;
  gap: 7px;
}
@media (max-width: 575px) {
  .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option {
    display: flex;
  }
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li:hover .theme-option-list {
  opacity: 1;
  visibility: visible;
  left: -125px;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.product-theme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(34px + 8 * (100vw - 576px) / 1344);
  height: calc(34px + 8 * (100vw - 576px) / 1344);
  color: var(--theme-color);
  border-radius: 5px;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 575px) {
  .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.product-theme-icon {
    background-color: #222222;
  }
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.product-theme-icon i {
  font-size: calc(18px + 4 * (100vw - 576px) / 1344);
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.layout-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(34px + 8 * (100vw - 576px) / 1344);
  height: calc(34px + 8 * (100vw - 576px) / 1344);
  z-index: 0;
  color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  gap: 5px;
  position: relative;
  background-color: var(--theme-color);
  padding: 0;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.layout-grid i {
  font-size: 18px;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a .form-check-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a .form-check-input:checked ~ .feather {
  fill: var(--theme-color);
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -110px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul {
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: -1px 0 10px rgba(34, 34, 34, 0.071), 5px 20px 40px rgba(34, 34, 34, 0.039);
  background-color: #ffffff;
  padding: 10px 6px 10px 12px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 15px solid #ffffff;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  z-index: 1;
  right: -15px;
  text-shadow: -1px 0 10px rgba(34, 34, 34, 0.071), 5px 20px 40px rgba(34, 34, 34, 0.039);
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul li a {
  display: block;
  color: rgba(34, 34, 34, 0.839);
  line-height: 1;
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul li a:hover {
  color: var(--theme-color);
}
.theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul li a i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .theme-product-section .right-box-contain {
    text-align: unset;
  }
}
.theme-product-section .right-box-contain .main-right-box-contain {
  border: 1px solid rgba(34, 34, 34, 0.07);
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 20px;
}
html.dark .theme-product-section .right-box-contain .main-right-box-contain {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: rgba(34, 34, 34, 0.941);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .theme-product-section .right-box-contain .main-right-box-contain .select-package {
    justify-content: center;
  }
}
body[dir=rtl] .theme-product-section .right-box-contain .main-right-box-contain .select-package {
  padding-right: 0;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li a,
.theme-product-section .right-box-contain .main-right-box-contain .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li:hover button,
.theme-product-section .right-box-contain .main-right-box-contain .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.active button,
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled a,
.theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled button {
  cursor: default;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.color li {
  opacity: 0.7;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.color li.active {
  opacity: 1;
  border-color: #222222;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.color li button {
  width: 36px !important;
  height: 36px !important;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li:hover button {
  color: #222222;
  background-color: #f1f0f0;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li button {
  width: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  height: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check:hover .form-check-label {
  color: #222222;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check + .form-check {
  margin-left: 15px;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:focus {
  box-shadow: unset;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:active {
  filter: unset;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:checked::after {
  transform: scale(1);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.form-select {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.image li button,
.theme-product-section .right-box-contain .main-right-box-contain .select-package.image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  overflow: hidden;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li:hover button {
  color: #222222;
  background-color: #f1f0f0;
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.theme-product-section .right-box-contain .main-right-box-contain h2.name, .theme-product-section .right-box-contain .main-right-box-contain .name.h2 {
  display: none;
}
.theme-product-section .right-box-contain .main-right-box-contain .vendor-box .vendor-contain {
  margin-bottom: 20px !important;
}
.theme-product-section .right-box-contain .main-right-box-contain .note-box .product-qty .input-group {
  background-color: #ffffff;
}
.theme-product-section .right-box-contain .main-right-box-contain .note-box .product-qty .input-group button {
  background-color: #f8f8f8;
}
.theme-product-section .right-box-contain .main-right-box-contain .note-box .wishlist-btn-group {
  display: none;
}
.theme-product-section .right-box-contain .product-contain p {
  width: 100%;
}
.theme-product-section .right-box-contain .product-package + .product-package {
  margin-top: calc(22px + 4 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .product-package h4, .theme-product-section .right-box-contain .product-package .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(9px + 9 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .product-package .form-select {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
  box-shadow: unset;
  padding: calc(8px + 0.00375 * (100vw - 320px)) calc(12px + 3 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .price-rating .price {
  font-size: 26px;
}
.theme-product-section .right-box-contain .note-box {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  margin-top: 15px;
  flex-wrap: wrap;
}
html.dark .theme-product-section .right-box-contain .note-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.theme-product-section .right-box-contain .note-box .cart-button {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  width: 100%;
}
.theme-product-section .right-box-contain .note-box .cart-button.border-btn {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.theme-product-section .right-box-contain .note-box .cart-button.fill-btn {
  background-color: var(--theme-color);
  color: #ffffff;
  border: 1px solid transparent;
  padding: 12px;
}
@media (max-width: 400px) {
  .theme-product-section .right-box-contain .deal-timer.product-deal-timer {
    width: 100%;
  }
}
html.dark .theme-product-section .right-box-contain .buy-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 767px) {
  .theme-product-section .right-box-contain .buy-box {
    justify-content: unset;
  }
}
.theme-product-section .right-box-contain .product-rating span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
}
.theme-product-section .right-box-contain .pickup-box {
  margin-top: 20px;
  padding: 0;
  border: unset;
}
.theme-product-section .right-box-contain .pickup-box .product-info .product-info-list.product-info-list-2 {
  align-items: unset;
  text-align: unset;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list.product-info-list-2 {
    column-count: unset;
  }
}
.theme-product-section .right-box-contain .pickup-box .product-info .product-info-list.product-info-list-2 li .tag-list li::after {
  content: unset;
}
html.dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  color: #ddd;
}
[dir=rtl] .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
[dir=rtl] .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.theme-product-section .right-box-contain .discount-box {
  background-color: #f8f8f8;
  padding: calc(12px + 11 * (100vw - 320px) / 1600) calc(18px + 5 * (100vw - 320px) / 1600);
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
  border: 1px solid #ececec;
}
html.dark .theme-product-section .right-box-contain .discount-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #222323;
}
.theme-product-section .right-box-contain .discount-box h4, .theme-product-section .right-box-contain .discount-box .h4 {
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.theme-product-section .right-box-contain .discount-box h4 span, .theme-product-section .right-box-contain .discount-box .h4 span {
  color: var(--theme-color);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding: 7px calc(9px + 3 * (100vw - 320px) / 1600);
  border-radius: 5px;
  z-index: 0;
}
.theme-product-section .right-box-contain .discount-box h4 span::before, .theme-product-section .right-box-contain .discount-box .h4 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 5px;
}
.theme-product-section .right-box-contain .discount-box p {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #4a5568;
}
.theme-product-section .right-box-contain .discount-box .discount-btn {
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  letter-spacing: 1.1px;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(16px + 13 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .deal-timer.product-deal-timer ul {
  background-color: #ffffff;
}
.theme-product-section .right-box-contain .vendor-box {
  padding: 0;
  background-color: transparent;
}
.theme-product-section .right-box-contain .vendor-box .vendor-contain {
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .vendor-box .vendor-contain .vendor-image {
  width: calc(58px + 14 * (100vw - 320px) / 1600);
  height: calc(58px + 14 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .vendor-box .vendor-name h5, .theme-product-section .right-box-contain .vendor-box .vendor-name .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + -5 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .vendor-box .vendor-detail {
  margin-block: 20px;
}
html.dark .theme-product-section .right-box-contain .vendor-box .vendor-detail {
  border-color: rgba(119, 119, 119, 0.44);
}
.theme-product-section .right-box-contain .vendor-box .vendor-detail p {
  margin: 0;
  color: #4a5568;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
html.dark .theme-product-section .right-box-contain .vendor-box .vendor-detail p {
  color: #ddd;
}
.theme-product-section .right-box-contain .license-list {
  display: grid;
  grid-gap: calc(8px + 4 * (100vw - 320px) / 1600);
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
}
.theme-product-section .right-box-contain .license-list .form-check {
  min-height: unset;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-input {
  width: 100%;
  height: 100%;
  float: unset;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-input:checked ~ .form-check-label::before {
  opacity: 0.1;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-input:checked ~ .form-check-label .circle-box .circle {
  border-color: var(--theme-color);
  background-color: #ffffff;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-input:checked ~ .form-check-label .circle-box .circle::before {
  transform: translate(-50%, -50%) scale(1);
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label {
  cursor: pointer;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box {
  display: flex;
  align-items: center;
  gap: 7px;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box .circle {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: calc(16px + 2 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 100%;
  position: relative;
  border: 1px solid #ececec;
  transition: all 0.1s ease-in-out;
}
html.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box .circle {
  border-color: rgba(119, 119, 119, 0.44);
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box .circle::before {
  content: "";
  position: absolute;
  width: calc(10px + 2 * (100vw - 320px) / 1600);
  height: calc(10px + 2 * (100vw - 320px) / 1600);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: transform 0.1s ease-in-out;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  width: calc(100% - 7px - (16px + 2 * (100vw - 320px) / 1600));
  font-weight: 500;
  color: #4a5568;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label .name span {
  color: #222222;
}
.theme-product-section .right-box-contain .license-list .form-check .form-check-label .license-content {
  line-height: 1.5;
  color: #4a5568;
}
.theme-product-section .right-box-contain .license-list .accordion-item {
  background-color: transparent;
  border: unset;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(74, 85, 104, 0.169);
  border-radius: 11px;
  padding: 16px;
  overflow: hidden;
  z-index: 0;
  background-color: #ffffff;
  width: 100%;
  transition: all 0.1s ease-in-out;
  color: #222222;
  box-shadow: none;
  font-size: 18px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: unset;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
  margin: 0;
  opacity: 0;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-button:not(.collapsed) {
  border-color: var(--theme-color);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-button:not(.collapsed)::after {
  opacity: 0.15;
  transform: unset;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse {
  margin-top: 5px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body {
  background-color: #ffffff;
  border: 1px solid rgba(74, 85, 104, 0.169);
  border-radius: 11px;
  padding: 16px 20px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package {
    justify-content: center;
  }
}
body[dir=rtl] .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package {
  padding-right: 0;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li a,
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  color: #4a5568;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li:hover button,
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.active button,
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled a,
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled button {
  cursor: default;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .color li {
  opacity: 0.7;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .color li.active {
  opacity: 1;
  border-color: #222222;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li:hover button {
  color: #222222;
  background-color: #f1f0f0;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #4a5568;
  padding: 0;
  border: unset;
  font-weight: 400;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check:hover .form-check-label {
  color: #222222;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check + .form-check {
  margin-left: 15px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:active {
  filter: unset;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-color);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #222222;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #4a5568;
  cursor: pointer;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-select {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .image li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .image li.active img {
  background: transparent;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li:hover button {
  color: #222222;
  background-color: #f1f0f0;
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li button {
  background-color: #f8f8f8;
  border: unset;
}
.theme-product-section .vendor-right-box .product-title h4, .theme-product-section .vendor-right-box .product-title .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(9px + 9 * (100vw - 320px) / 1600);
}
.theme-product-section .vendor-right-box .vendor-box .vendor-contain .vendor-text {
  width: 70px;
  height: 70px;
}
.theme-product-section .vendor-right-box .right-box-contain .pickup-box .product-info .product-info-list li .tag-list li {
  background-color: transparent;
  border: none;
  padding: 0;
}
.theme-product-section .vendor-right-box .right-box-contain .product-rating span {
  font-size: 16px;
}
.theme-product-section .vendor-right-box .right-box-contain .vendor-box .vendor-contain {
  margin-bottom: 0;
}
.theme-product-section .vendor-right-box .right-box-contain .vendor-box .vendor-detail {
  margin-bottom: 0;
}
.theme-product-section .vendor-right-box .right-box-contain .note-box .cart-button.fill-btn {
  text-transform: capitalize;
}

.store-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4a5568;
  margin-top: 6px;
}

.brand-box-suggection {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.brand-box-suggection a {
  color: #222222;
}

.video-icon {
  position: absolute;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-icon svg {
  width: 18px;
  height: 18px;
  color: #88ac2f;
}

/**=====================
    Checkout scss
==========================**/
.checkout .checkout-details {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 40px;
}
.checkout .checkout-details .order-place {
  margin-top: 15px;
}

.order-box .title-box {
  padding-bottom: 20px;
  color: #444444;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.order-box .title-box span {
  width: 35%;
  float: right;
  font-weight: 600;
  text-align: right;
}
.order-box .title-box h4, .order-box .title-box .h4 {
  font-weight: 600;
}
.order-box .title-box .checkbox-title {
  display: flex;
  justify-content: space-between;
}
.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.order-box .sub-total .shipping-class {
  margin-bottom: 12px;
}
.order-box .sub-total .shipping-class .shopping-checkout-option {
  margin-top: -4px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-color);
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.order-box .total {
  position: relative;
  margin-bottom: 30px;
}
.order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 18px;
}
.order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}
.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
  text-align: right;
}

.radio-option {
  position: relative;
}

.img-paypal {
  width: 30%;
  margin-left: 15px;
}

.checkout-section-2 .left-sidebar-checkout .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  float: unset;
  margin-left: 0;
  background-color: unset;
  position: relative;
  border: unset;
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ececec;
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:active {
  filter: unset;
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20px + 20 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li {
  position: relative;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 6px;
  background-color: #f9f9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  box-shadow: 0 0 8px #eee;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon svg {
  font-size: 20px;
  color: #4a5568;
}
body[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  left: unset;
  right: 0;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
    display: none;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  margin-left: unset;
  margin-right: 66px;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
  [dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: unset;
    margin-right: 0;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -42px;
  width: 0;
  height: calc(100% + 20px + 20 * (100vw - 320px) / 1600);
  z-index: -1;
  border-left: 1px dashed rgba(34, 34, 34, 0.18);
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  left: unset;
  right: -42px;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
    content: none;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #f9f9f6;
  padding: 15px 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li i {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li h5, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li .h5 {
  color: #898989;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active i {
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .form-select {
  background-color: #f9f9f6;
  border-color: #eee;
  line-height: 1.8;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  margin-bottom: calc(9px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  box-shadow: unset;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box .form-check {
  padding-left: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div {
  display: flex;
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label label {
  margin-bottom: 0;
  line-height: 1.7;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6 span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
  font-weight: 600;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .select-option {
    margin-top: 6px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box {
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box i,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box svg {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
    display: block;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #4a5568;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #000000;
  text-decoration: none;
  background-color: #ececec;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box {
  display: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box.show {
  display: block;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: rgba(26, 164, 136, 0.05);
  border-radius: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items > div {
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h4, .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h4 {
  margin-bottom: 16px;
  color: #222222;
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1500px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 33.33%;
  }
}
@media (max-width: 1400px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 100%;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li a {
  background-color: #ffffff;
  display: block;
  text-align: center;
  color: #222222;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li.active a {
  background-color: var(--theme-color);
  color: #ffffff;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-card-box .credit-detail {
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 8px;
  position: relative;
  background-color: #ffffff;
  box-shadow: unset;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
body[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  padding-left: unset;
  padding-right: 12px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #4a5568;
  position: relative;
  padding: 0;
  background-color: #f8f8f8;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 30px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
  margin-bottom: 0;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  padding-right: 0;
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-left: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-right: unset;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
  margin: 0;
  line-height: 1.5;
  color: #4a5568;
  font-size: 16px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  padding-left: unset;
  padding-right: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
[dir=rtl] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: unset;
  margin-left: 10px;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing .text-theme {
  color: var(--theme-color);
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li img {
  width: 50px;
  height: 50px;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content {
  width: calc(100% - 50px - 70px);
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content h4, .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .h4 {
  font-weight: 400;
  color: #4a5568;
  width: 80%;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}
.checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #222222;
}
[dir=rtl] .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  right: unset;
  left: 0;
}

.empty-box {
  text-align: center;
}
.empty-box img {
  width: 40px;
  opacity: 1;
}
.empty-box h2, .empty-box .h2 {
  font-size: 22px;
  color: #bfbfbf;
  font-weight: 500;
  text-align: center;
  padding: 14px 0 30px;
}

.coupon-sec > div {
  width: 100%;
}
.coupon-sec .apply-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(26, 164, 136, 0.11);
  border-radius: 7px;
  padding: 12px 12px;
  width: 100%;
  border: 1px dashed rgba(26, 164, 136, 0.2);
}
.coupon-sec .apply-sec a {
  color: var(--theme-color);
}
.coupon-sec .apply-sec a:hover {
  color: var(--theme-color);
}
.coupon-sec .apply-sec h4 span, .coupon-sec .apply-sec .h4 span {
  font-size: 15px !important;
}
.coupon-sec .apply-sec p {
  margin-bottom: 0;
}
.coupon-sec .apply-sec > div {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.coupon-sec .apply-sec > div img {
  width: 22px;
}
.coupon-sec .coupon-box input {
  padding: 10px 10px;
}
body[dir=rtl] .coupon-sec .coupon-box input {
  border-radius: 0 6px 6px 0 !important;
}
.coupon-sec .coupon-box input::placeholder {
  color: rgba(74, 85, 104, 0.18);
}
.coupon-sec .coupon-box .coupon-error {
  animation: shake 0.5s;
}
.coupon-sec .coupon-box .btn-apply {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 5px 16px;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
body[dir=rtl] .coupon-sec .coupon-box .btn-apply {
  border-radius: 5px 0 0 5px !important;
}

.checkout-form-section .checkbox-main-box {
  background-color: #f8f8f8;
  padding: calc(20px + 12 * (100vw - 320px) / 1600) calc(20px + 17 * (100vw - 320px) / 1600);
  border-radius: calc(7px + 6 * (100vw - 320px) / 1600);
}
.checkout-form-section .checkbox-main-box + .checkbox-main-box {
  margin-top: calc(20px + 12 * (100vw - 320px) / 1600);
}
.checkout-form-section .checkbox-main-box:last-child {
  margin-bottom: calc(38px + 12 * (100vw - 320px) / 1600);
}
.checkout-form-section .checkbox-main-box .custom-select .select2-container .select2-selection {
  width: 100% !important;
  background-color: #fff !important;
}
.checkout-form-section .checkbox-main-box .country-input-box .custom-form .form-control {
  padding-left: 128px;
}
.checkout-form-section .checkbox-main-box .phone-field .custom-select-box {
  left: 1px;
  height: 51px;
}
.checkout-form-section .checkbox-main-box .phone-field .custom-select-box .form-control {
  height: 100%;
}
.checkout-form-section .checkbox-main-box .phone-field .custom-select-box .form-control + .form-control {
  margin-top: 0;
}
.checkout-form-section .checkbox-main-box .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  height: 100%;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div {
  display: flex;
  position: relative;
  cursor: pointer;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body[dir=rtl] .checkout-form-section .checkbox-main-box .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .label label {
  margin-bottom: 0;
  line-height: 1.7;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
  float: unset;
  margin-left: 0;
  background-color: unset;
  position: relative;
  border: unset;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ececec;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
  padding-right: 0;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail p,
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail h6,
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail p span,
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail h6 span,
.checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
  font-weight: 600;
}
.checkout-form-section .checkbox-main-box .delivery-option,
.checkout-form-section .checkbox-main-box .payment-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .checkout-form-section .checkbox-main-box .delivery-option .select-option,
  .checkout-form-section .checkbox-main-box .payment-option .select-option {
    margin-top: 6px;
  }
}
.checkout-form-section .checkbox-main-box .delivery-option .date-box,
.checkout-form-section .checkbox-main-box .payment-option .date-box {
  position: relative;
}
.checkout-form-section .checkbox-main-box .delivery-option .date-box i,
.checkout-form-section .checkbox-main-box .payment-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #4a5568;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category,
.checkout-form-section .checkbox-main-box .payment-option .payment-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-form-section .checkbox-main-box .delivery-option .delivery-category,
  .checkout-form-section .checkbox-main-box .delivery-option .payment-category,
  .checkout-form-section .checkbox-main-box .payment-option .delivery-category,
  .checkout-form-section .checkbox-main-box .payment-option .payment-category {
    display: block;
  }
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin: 2px 0 0 0;
  float: unset;
  background-color: unset;
  position: relative;
  border: unset;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input::before,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input::before,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input::before,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ececec;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input::after,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input::after,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input::after,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:checked,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:checked,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:checked,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:checked::before,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:checked::before,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:checked::before,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:checked::after,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:checked::after,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:checked::after,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:focus,
.checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:focus,
.checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:focus,
.checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.checkout-form-section .checkbox-main-box .delivery-option .custom-form-check,
.checkout-form-section .checkbox-main-box .payment-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
body[dir=rtl] .checkout-form-section .checkbox-main-box .delivery-option .custom-form-check,
body[dir=rtl] .checkout-form-section .checkbox-main-box .payment-option .custom-form-check {
  padding-left: unset;
  padding-right: 1.5rem;
}
.checkout-form-section .checkbox-main-box .delivery-option .custom-form-check .form-check-label,
.checkout-form-section .checkbox-main-box .payment-option .custom-form-check .form-check-label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
body[dir=rtl] .checkout-form-section .checkbox-main-box .delivery-option .custom-form-check .form-check-label,
body[dir=rtl] .checkout-form-section .checkbox-main-box .payment-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-date,
.checkout-form-section .checkbox-main-box .payment-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-date input,
.checkout-form-section .checkbox-main-box .payment-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #ececec;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle i,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #4a5568;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle::after,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle::before,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-menu,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-menu li a:active,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-menu li a:active {
  color: #000000;
  text-decoration: none;
  background-color: #ececec;
}
.checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-menu li + li,
.checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-form-section .checkbox-main-box .future-box {
  display: none;
}
.checkout-form-section .checkbox-main-box .future-box.show {
  display: block;
}
.checkout-form-section .checkbox-main-box .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: rgba(26, 164, 136, 0.05);
  border-radius: 10px;
}
.checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items {
  align-items: center;
  height: 100%;
}
.checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items h4, .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items .h4 {
  margin-bottom: 16px;
  color: #222222;
  font-weight: 500;
}
.checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -8px;
}
.checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1500px) {
  .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
    width: 33.33%;
  }
}
@media (max-width: 1400px) {
  .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
    width: 100%;
  }
}
.checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li a {
  background-color: #ffffff;
  display: block;
  text-align: center;
  color: #222222;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li.active a {
  background-color: var(--theme-color);
  color: #ffffff;
}
.checkout-form-section .checkout-form .form-box .form-control,
.checkout-form-section .checkout-form .form-box .form-select {
  border: 1px solid #efefef;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);
  box-shadow: unset;
}
.checkout-form-section .checkout-form .form-box .form-control + .form-control,
.checkout-form-section .checkout-form .form-box .form-select + .form-control {
  margin-top: 13px;
}
.checkout-form-section .checkout-form .form-box .form-label {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  margin-bottom: 4px;
}
.checkout-form-section .checkout-form .form-checkbox .form-check-label {
  color: #4a5568;
  margin-left: 10px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.checkout-form-section .checkout-form .form-checkbox .checkbox_animated {
  width: 21px;
  height: 21px;
  background: unset;
  box-shadow: unset;
  border: unset;
  margin: 0;
}
.checkout-form-section .checkout-form .form-checkbox .checkbox_animated::before {
  left: 5px;
  top: 6px;
}
.checkout-form-section .checkout-form .form-checkbox .checkbox_animated::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkout-form-section .checkout-form .form-checkbox p {
  color: #222222;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin: 0;
  margin-top: 9px;
}

.checkout-title1 {
  margin-bottom: calc(16px + 4 * (100vw - 320px) / 1600);
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: relative;
}
.checkout-title1 + .checkout-title {
  margin-top: 16px;
}
.checkout-title1::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--theme-color);
}
.checkout-title1 h2, .checkout-title1 .h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #222222;
  position: relative;
}

/**=====================
    POS scss
==========================**/
.pos-product-screen .search-panel form {
  width: 100%;
}
.pos-product-screen .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.pos-product-screen .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.product-section .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.product-section .product-box:hover .product-image a img {
  transform: scale(1.1);
}
.product-section .product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.product-section .product-box .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .product-section .product-box .product-image {
    padding: 8px;
  }
}
.product-section .product-box .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-section .product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #ffffff;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .product-section .product-box .product-image .product-option {
    display: none;
  }
}
.product-section .product-box .product-image .product-option li a {
  color: #222222;
}
.product-section .product-box .product-image .product-option li a svg {
  font-size: 17px;
  color: #4a5568;
}
.product-section .product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a5568;
  opacity: 0.3;
}
.product-section .product-box .counter-box {
  display: block;
  position: relative;
}
.product-section .product-box .counter-box h6, .product-section .product-box .counter-box .h6 {
  margin-top: 0;
  height: auto;
}
.product-section .product-box .counter-box .addtocart_btn .add-button,
.product-section .product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px !important;
  background-color: #ffffff;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 1px solid #eee !important;
  background-color: white !important;
}
.product-section .product-box .counter-box .addtocart_btn .add-button > div,
.product-section .product-box .counter-box .addtocart_btn .add_cart > div {
  display: flex;
  align-items: center;
}
.product-section .product-box .counter-box .addtocart_btn .add-button span,
.product-section .product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
.product-section .product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.product-section .product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.product-section .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #ffffff;
}
.product-section .product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #f8f8f8;
}
.product-section .product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.product-section .product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.product-section .product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.product-section .product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.product-section .product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.product-section .product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.product-section .product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.product-section .product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
  line-height: normal;
  height: 15px;
}
.product-section .product-box .qty-box {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: none;
}
.product-section .product-box .price {
  margin-top: 16px;
  font-weight: 600;
}

.pos-detail-card {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  border: unset;
  background-color: #f8f8f8;
}
.pos-detail-card .billing-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pos-detail-card .billing-top .btn {
  padding: 13px 12px;
}
.pos-detail-card .delivery-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}
.pos-detail-card .summary-total {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
}
.pos-detail-card .summary-total .loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pos-detail-card .summary-total:after, .pos-detail-card .summary-total:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 49px;
  width: 30px;
  height: 30px;
  background-color: #f9f9f6;
  border-radius: 100%;
}
.pos-detail-card .summary-total:before {
  left: unset;
  right: -15px;
}
.pos-detail-card .summary-total.not-valid {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pos-detail-card .summary-total li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pos-detail-card .summary-total li + li {
  padding-top: 15px;
}
.pos-detail-card .summary-total li h4, .pos-detail-card .summary-total li .h4 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222 !important;
}
.pos-detail-card .summary-total li h4.txt-primary, .pos-detail-card .summary-total li .txt-primary.h4 {
  color: var(--theme-color) !important;
}
.pos-detail-card .summary-total li h4.price, .pos-detail-card .summary-total li .price.h4 {
  margin-left: auto;
}
body[dir=rtl] .pos-detail-card .summary-total li h4.price, body[dir=rtl] .pos-detail-card .summary-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.pos-detail-card .summary-total li h4 span, .pos-detail-card .summary-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.pos-detail-card .summary-total li.list-total {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 12px;
}
.pos-detail-card .summary-total li.list-total h4, .pos-detail-card .summary-total li.list-total .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.pos-detail-card .summary-total li.coupon-sec {
  padding-bottom: 10px;
  margin-top: -2px;
}
.pos-detail-card .summary-total li.border-cls {
  padding-top: 0px;
}
.pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: 14px;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
body[dir=rtl] .pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: unset;
  margin-right: 14px;
}
.pos-detail-card .summary-total li.border-cls .checkbox_animated:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  width: 23px;
  height: 23px;
}
.pos-detail-card .summary-total li.border-cls .checkbox_animated:before {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
}
.pos-detail-card .summary-total li.border-cls label {
  font-size: 14px;
  color: #777;
  padding-top: 2px;
}
.pos-detail-card .payment-btn {
  border-radius: 10px;
  padding: 13px 20px !important;
}
.pos-detail-card .payment-method {
  margin-top: 20px;
}
.pos-detail-card .payment-method h4, .pos-detail-card .payment-method .h4 {
  margin-bottom: 16px;
  color: #646464;
}
.pos-detail-card .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pos-detail-card .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #f7f7f7;
  padding: 15px 40px;
  border-radius: 20px;
  background-color: rgba(13, 164, 135, 0.07);
  text-align: center;
  cursor: pointer;
}
.pos-detail-card .payment-method ul li i,
.pos-detail-card .payment-method ul li svg {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.pos-detail-card .payment-method ul li h5, .pos-detail-card .payment-method ul li .h5 {
  color: #898989;
}
.pos-detail-card .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.pos-detail-card .payment-method ul li.active i,
.pos-detail-card .payment-method ul li.active svg {
  color: var(--theme-color);
}
.pos-detail-card .qty-box .input-group button {
  background-color: transparent;
}
.pos-detail-card .qty-box .input-group button i,
.pos-detail-card .qty-box .input-group button svg {
  font-weight: 700;
  font-size: 18px;
}

.product-details .table {
  border: 0;
  margin-top: 10px;
}
.product-details .table tbody tr td {
  text-align: center;
  /* Firefox */
}
.product-details .table tbody tr td input::-webkit-outer-spin-button,
.product-details .table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details .table tbody tr td input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  width: 40px;
  padding: 7px 12px;
  margin: 0 auto;
}
.product-details .table tbody tr td .product-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-details .table tbody tr td .product-content .product-image {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
}
.product-details .table tbody tr td .product-content .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details .table tbody tr td .product-content .product-name {
  font-size: 15px;
  font-weight: 600;
  width: calc(100% - 35px - 8px);
}
.product-details .table tbody tr td .product-content .product-name h5, .product-details .table tbody tr td .product-content .product-name .h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.product-details .table tbody tr td:first-child {
  text-align: left;
}
.product-details .table thead th {
  text-align: center;
  font-size: 16px;
}
.product-details .table thead th:first-child {
  text-align: left;
}
.product-details .empty-cart {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.product-details .empty-cart img {
  width: 60%;
}
.product-details .cart-listing {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.product-details .cart-listing li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.product-details .cart-listing li .qty-box {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.product-details .cart-listing li .qty-box .input-group {
  background-color: #f9f9f6;
}
@media (max-width: 576px) {
  .product-details .cart-listing li .qty-box {
    position: relative;
    bottom: 0;
  }
}
.product-details .cart-listing li img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: contain;
}
.product-details .cart-listing li .cart-content {
  width: calc(100% - 70px - 120px - 15px);
}
@media (max-width: 576px) {
  .product-details .cart-listing li .cart-content {
    width: calc(100% - 70px - 15px);
  }
}
.product-details .cart-listing li .cart-content h4, .product-details .cart-listing li .cart-content .h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 9px;
  width: 90%;
  font-size: 16px;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  color: #4a5568;
}
.product-details .cart-listing li .cart-content h5, .product-details .cart-listing li .cart-content .h5 {
  color: #4a5568;
}

.qty-box {
  margin-top: 10px;
  width: 120px;
}
.qty-box .input-group {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.qty-box .input-group.theme-bg-white {
  background-color: #ffffff;
}
.qty-box .input-group button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: transparent;
  z-index: 0;
  border-radius: 4px !important;
  padding: 0 !important;
}
.qty-box .input-group button svg {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.qty-box .input-group button:focus {
  box-shadow: none;
}
.qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #4a5568;
}

.view-modal .modal-dialog .modal-content .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .btn-animation {
  width: calc(100% - 120px);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  margin-top: 0;
  height: 47px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #f8f8f8;
  border: 0;
  height: 100%;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5, .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size h4, .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
  border-color: #eee;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
  margin-top: 14px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail h4, .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box svg {
  font-size: 19px;
  color: #61b33e;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6, .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #4a5568;
}
.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: #ececec;
  box-shadow: none;
}

.dashboard-category .category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}
.dashboard-category .category-image h4, .dashboard-category .category-image .h4 {
  font-size: 35px;
  color: #969696;
  line-height: 1;
}
.dashboard-category .category-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  opacity: 1;
  z-index: -1;
}
.dashboard-category .category-image:hover {
  background: linear-gradient(-45deg, #88ac2f, rgb(133, 165, 117));
  transition: all 0.5s ease;
}
.dashboard-category .category-image:hover h4, .dashboard-category .category-image:hover .h4 {
  color: #ffffff;
}
.dashboard-category .category-image.active {
  background: linear-gradient(-45deg, #88ac2f, #9bb361);
  transition: all 0.5s ease;
}
.dashboard-category .category-image.active h4, .dashboard-category .category-image.active .h4 {
  color: #ffffff;
}
.dashboard-category .category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dashboard-category .category-name {
  width: 70%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}
.dashboard-category .category-name h6, .dashboard-category .category-name .h6 {
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pos-modal .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .btn-animation {
  width: calc(100% - 120px);
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  margin-top: 0;
  height: 47px;
}
.pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #f8f8f8;
  border: 0;
  height: 100%;
}
.pos-modal .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.pos-modal .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box h5, .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.pos-modal .modal-body .right-sidebar-modal .select-size h4, .pos-modal .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.pos-modal .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
  border-color: #eee;
}
.pos-modal .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 14px;
  margin-top: 14px;
}
.pos-modal .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.pos-modal .modal-body .right-sidebar-modal .product-detail h4, .pos-modal .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.pos-modal .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box svg {
  font-size: 19px;
  color: #61b33e;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box h6, .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #4a5568;
}
.pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: #ececec;
  box-shadow: none;
}

.selection-section h4, .selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.selection-section ul li button {
  display: inline-block;
  border: 1px solid #eee !important;
  border-radius: 5px;
  color: #222 !important;
  background-color: #ffffff !important;
}
.selection-section ul li button.active {
  background-color: var(--theme-color) !important;
  color: #ffffff !important;
}
.selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}

/* Themes */
/**=====================
    RTL scss
==========================**/
body[dir=rtl] {
  direction: rtl;
}
@media (min-width: 1400px) {
  body[dir=rtl] .offset-xxl-2 {
    margin-right: 16.66666667%;
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  body[dir=rtl] .offset-md-1 {
    margin-right: 8.33333333%;
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  body[dir=rtl] .me-md-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
  }
}
body[dir=rtl] .ms-1 {
  margin-left: unset !important;
  margin-right: 0.25rem !important;
}
body[dir=rtl] .text-end {
  text-align: left !important;
}
body[dir=rtl] .ms-3 {
  margin-left: unset !important;
  margin-right: 1rem !important;
}
body[dir=rtl] .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}
body[dir=rtl] .slick-slider {
  direction: ltr;
}
body[dir=rtl] .slick-slider .slick-list .slick-slide > div,
body[dir=rtl] .slick-slider .slick-list .slick-slide > ul {
  direction: rtl;
}
body[dir=rtl] ul {
  padding-right: 0;
}
body[dir=rtl] .me-1 {
  margin-right: unset;
  margin-left: 0.25rem !important;
}
body[dir=rtl] .ms-2 {
  margin-left: unset !important;
  margin-right: 0.5rem !important;
}
body[dir=rtl] .me-2 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}

.dark {
  /* utils */
  /* font family */
  /* Breakepoints */
  /* =====================
      Animation scss 
   ========================== */
  /**=====================
       Common scss
  ==========================**/
  /* ======= Display Flex Css Start ======= */
  /* ======= Display Flex Css End ======= */
  /* ======= Gap Flex Css Start ======= */
  /* ======= Gap Flex Css End ======= */
  /*======= position css starts  ======= */
  /*======= position css ends  ======= */
  /*======= font awesome css start  ======= */
  /*======= font awesome css ends  ======= */
  /*======= font awesome css start  ======= */
  /*======= font awesome css ends  ======= */
  /*======= font awesome css start  ======= */
  /*======= font awesome css ends  ======= */
  /*======= align css starts  ======= */
  /*======= align css ends  ======= */
  /**=====================
      breakpoint mixins scss
  ==========================**/
  /* components */
  /**=====================
       Alert scss
  ==========================**/
  /**=====================
       Accordion scss
  ==========================**/
  /**=====================
       Breadcrumb scss
  ==========================**/
  /**=====================
       Buttons scss
  ==========================**/
  /**=====================
       Cookie Bar scss
  ==========================**/
  /**=====================
      Counter scss
  ==========================**/
  /**=====================
       Form scss
    ==========================**/
  /**=====================
       Label scss
  ==========================**/
  /**=====================
      Card scss
  ==========================**/
  /**=====================
       Loader scss
  ==========================**/
  /* skeleton loader */
  /**=====================
       Modal scss
  ==========================**/
  /* Remove Profile Modal Start */
  /* Remove Profile Modal End */
  /* Offcanvas Modal Start */
  /**=====================
       Nav-tabs scss
  ==========================**/
  /**=====================
       Pagination scss
  ==========================**/
  /**=====================
       Ratio scss
  ==========================**/
  /**=====================
       Slider scss
  ==========================**/
  /**=====================
       Tab scss
  ==========================**/
  /**=====================
       Tap to top scss
  ==========================**/
  /**=====================
       Theme Setting scss
  ==========================**/
  /**=====================
       Timer scss
  ==========================**/
  /**=====================
       Title scss
  ==========================**/
  /**=====================
       Tooltip scss
  ==========================**/
  /**=====================
       Country Flag scss
  ==========================**/
  /**=====================
      Confetti scss
  ==========================**/
  /* Base */
  /**=====================
       reset scss
  ==========================**/
  /* Position Top */
  /* Position Center */
  /* Position Bottom */
  /* Svg Width */
  /* Rating */
  /* colors */
  /* Hover Effect Scss */
  /**=====================
       Typography scss
  ==========================**/
  /* Layout */
  /**=====================
       Banner scss
  ==========================**/
  /* =====================
      Blog scss 
   ========================== */
  /* =====================
      Slick slider scss 
   ========================== */
  /**=====================
       Footer scss
  ==========================**/
  /**=====================
       Header scss
  ==========================**/
  /* mobile menu */
  /**=====================
       Home scss
  ==========================**/
  /**=====================
       Item scss
  ==========================**/
  /**=====================
       Header scss
  ==========================**/
  /* =====================
      Newsletter scss 
   ========================== */
  /**=====================
       Offer scss
  ==========================**/
  /**=====================
       Offer scss
  ==========================**/
  /**=====================
       Product scss
  ==========================**/
  /**=====================
       Review scss
  ==========================**/
  /**=====================
       Service scss
  ==========================**/
  /* Pages */
  /**=====================
       Coming Soon scss
  ==========================**/
  /**=====================
       Inner scss
  ==========================**/
  /**=====================
       404 scss
  ==========================**/
  /**=====================
       Cart scss
  ==========================**/
  /**=====================
       Checkout scss
  ==========================**/
  /* Shopping Cart Box */
  /* Summery cart box */
  /**=====================
       Contact Us scss
  ==========================**/
  /**=====================
       Log In Us scss
  ==========================**/
  /**=====================
       FAQ scss
  ==========================**/
  /**=====================
       Compare scss
  ==========================**/
  /**=====================
       blog scss
  ==========================**/
  /**=====================
       About Us scss
  ==========================**/
  /**=====================
       User Dashboard scss
  ==========================**/
  /**=====================
       Order Tracking scss
  ==========================**/
  /* Order Table scss */
  /**=====================
       Order scss
  ==========================**/
  /**=====================
       Search scss
  ==========================**/
  /**=====================
       Vender detail scss
  ==========================**/
  /**=====================
       Seller become scss
  ==========================**/
  /**=====================
       Seller Grid scss
  ==========================**/
  /**=====================
       Seller Dashboard scss
  ==========================**/
  /**=====================
       Shop Page scss
  ==========================**/
  /**=====================
      User dashboard scss
  ==========================**/
  /**=====================
       Product Page scss
  ==========================**/
  /**=====================
      Checkout scss
  ==========================**/
  /**=====================
      POS scss
  ==========================**/
  /* Themes */
  /**=====================
       Dark scss
  ==========================**/
  /**=====================
      RTL scss
  ==========================**/
}
.dark .theme-color-1 {
  --theme-color: #d99f46;
}
.dark .theme-color-2 {
  --theme-color: #88ac2f;
}
.dark .theme-color-3 {
  --theme-color: #239698;
}
.dark .theme-color-4 {
  --theme-color: #6262a6;
}
.dark .theme-color-5 {
  --theme-color: #417394;
}
.dark :root {
  --theme-color: #88ac2f;
}
@keyframes scaleUpDown {
  0%, 100% {
    transform: scaleY(1) scaleX(1);
  }
  50%, 90% {
    transform: scaleY(1.1);
  }
  75% {
    transform: scaleY(0.95);
  }
  80% {
    transform: scaleX(0.95);
  }
}
@keyframes shake {
  0%, 100% {
    transform: skewX(0) scale(1);
  }
  50% {
    transform: skewX(5deg) scale(0.9);
  }
}
@keyframes particleUp {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}
@keyframes shape {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes rounded {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
  30% {
    opacity: 1;
  }
  100% {
    z-index: 10;
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
    transition: 0.3s ease-in-out;
  }
  100% {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
.dark .alert {
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 18px 24px;
}
@media (max-width: 575px) {
  .dark .alert {
    top: 0px !important;
    right: 0px !important;
    margin: 12px !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dark .alert .alert-success {
  background: #39da8a !important;
  color: #2a2d2d !important;
  border: none;
}
.dark .alert .alert-success .close {
  color: #2a2d2d;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 24px;
}
.dark .alert .btn-close {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.dark [data-notify=icon] {
  margin-right: 5px;
}
.dark [data-notify=progressbar] {
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.dark .progress-bar-info {
  background-color: #0c5460;
}
.dark .add-cart-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  position: fixed;
  top: -90px;
  right: calc(10px + 10 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  align-items: center;
  padding: 5px 10px;
  box-shadow: 0px 3px 5px rgba(255, 255, 255, 0.129);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #2a2d2d;
  z-index: 6;
}
.dark .add-cart-box.show {
  top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .add-cart-box .add-iamge {
  width: 50px;
  height: auto;
}
.dark .add-cart-box .btn-close {
  color: #ffffff;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  position: absolute;
  top: -6px;
  right: -6px;
}
.dark .add-cart-box .add-contain h6, .dark .add-cart-box .add-contain .h6 {
  font-weight: 600;
}
.dark .accordion-box {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
.dark .accordion-box .accordion-item {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 6px;
  overflow: hidden;
}
.dark .accordion-box .accordion-item .accordion-header.collapsed .accordion-button {
  border-bottom: unset;
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #1d1d22;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  z-index: 0;
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button::after {
  content: "\ea4e";
  position: relative;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  background: unset;
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  color: #777;
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button.collapsed {
  border-color: transparent;
}
.dark .accordion-box .accordion-item .accordion-body p {
  font-size: 15px;
  color: #dddddd;
  line-height: 1.7;
  margin: 0;
}
.dark .breadcrumb-section {
  background-color: #1d1d22;
  position: relative;
  overflow: hidden;
}
.dark .breadcrumb-section .breadcrumb-contain {
  padding: calc(26px + 14 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark .breadcrumb-section .breadcrumb-contain {
    display: grid;
  }
}
.dark .breadcrumb-section .breadcrumb-contain h2, .dark .breadcrumb-section .breadcrumb-contain .h2 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-width: 40%;
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dark .breadcrumb-section .breadcrumb-contain h2, .dark .breadcrumb-section .breadcrumb-contain .h2 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 8px;
  }
}
.dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb {
    width: 100%;
  }
}
.dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}
.dark .breadcrumb-section .breadcrumb-contain .search-box-breadcrumb i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #dddddd;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .breadcrumb-section .breadcrumb-contain nav {
  margin-left: auto;
}
body[dir=rtl] .dark .breadcrumb-section .breadcrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 767px) {
  .dark .breadcrumb-section .breadcrumb-contain nav {
    margin-inline: auto;
  }
  body[dir=rtl] .dark .breadcrumb-section .breadcrumb-contain nav {
    margin-inline: auto;
  }
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item svg {
  color: #dddddd;
  font-size: 20px;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  line-height: 1;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 8px;
}
body[dir=rtl] .dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: unset;
  padding-right: 8px;
}
.dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea6e";
  color: #dddddd;
  float: unset;
  font-size: 18px;
  padding-right: 8px;
}
body[dir=rtl] .dark .breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: unset;
  padding-left: 8px;
}
.dark .breadcrumb-section .breadcrumb-order {
  display: block;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image {
  width: calc(170px + 80 * (100vw - 320px) / 1600);
  height: auto;
  margin: 0 auto calc(16px + 12 * (100vw - 320px) / 1600);
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star {
  position: absolute;
  animation: grow 3s infinite;
  fill: var(--theme-color);
  opacity: 0;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(4) {
  height: 20px;
  width: 20px;
  left: 82px;
  top: -12px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(1) {
  animation-delay: 1.5s;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(2) {
  animation-delay: 3s;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(3) {
  animation-delay: 4.5s;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(4) {
  animation-delay: 6s;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(5) {
  animation-delay: 7.5s;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .star:nth-child(6) {
  animation-delay: 9s;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  transform: scale(0.8);
  margin: -20px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: white;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image .checkmark__background {
  fill: var(--theme-color);
  animation: rotate 35s linear both infinite;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image i {
  font-size: 50px;
  color: #4ead4e;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image h2, .dark .breadcrumb-section .breadcrumb-order .order-box .order-image .h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image p {
  font-size: 18px;
  text-transform: capitalize;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-image.order-fail i {
  color: var(--theme-color);
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-contain h3, .dark .breadcrumb-section .breadcrumb-order .order-box .order-contain .h3 {
  font-size: calc(21px + 3 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 6px;
}
.dark .breadcrumb-section .breadcrumb-order .order-box .order-contain h5, .dark .breadcrumb-section .breadcrumb-order .order-box .order-contain .h5 {
  margin-bottom: 8px;
  line-height: 1.4;
}
.dark .digital-breadcrumb {
  background-color: #1d1d22;
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
}
.dark .digital-breadcrumb .product-title {
  max-width: 80%;
  text-align: left;
  margin: 0;
}
body.rtl .dark .digital-breadcrumb .product-title {
  text-align: right;
}
.dark .digital-breadcrumb .product-title .name {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.dark .digital-breadcrumb .product-title .title-content-list {
  margin-top: 8px;
}
.dark .digital-breadcrumb .product-title .title-content-list > li {
  position: relative;
}
.dark .digital-breadcrumb .product-title .title-content-list > li + li {
  padding-left: 15px;
  margin-left: 8px;
}
body.rtl .dark .digital-breadcrumb .product-title .title-content-list > li + li {
  padding-left: unset;
  padding-right: 15px;
  margin-left: unset;
  margin-right: 8px;
}
.dark .digital-breadcrumb .product-title .title-content-list > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  left: 0;
  background-color: #ddd;
  border-radius: 100%;
}
body.rtl .dark .digital-breadcrumb .product-title .title-content-list > li + li::before {
  left: unset;
  right: 0;
}
.dark .digital-breadcrumb .product-title .title-content-list > li .content {
  color: #777;
  display: inline-block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .digital-breadcrumb .product-title .title-content-list > li .content i {
  font-size: 18px;
  margin-right: 5px;
}
html.dark .dark .digital-breadcrumb .product-title .title-content-list > li .content {
  color: #ddd;
}
.dark .digital-breadcrumb .product-title .title-content-list > li .content a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.dark .digital-breadcrumb .product-title .title-content-list > li .content a .feather {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.dark .digital-breadcrumb .product-title .title-content-list > li .content .feather {
  width: 17px;
  height: 17px;
}
.dark .digital-breadcrumb .breadcrumb-contain {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
}
.dark .digital-breadcrumb .breadcrumb-contain .product-rating span {
  font-size: 16px;
  font-weight: 700;
}
.dark .digital-breadcrumb .breadcrumb-contain .product-rating > span {
  font-weight: normal;
}
.dark .digital-breadcrumb .breadcrumb-contain .product-title .name {
  margin-top: -6px;
}
@media (max-width: 480px) {
  .dark .digital-breadcrumb .breadcrumb-contain {
    display: block;
  }
}
.dark .digital-breadcrumb .breadcrumb-contain h2, .dark .digital-breadcrumb .breadcrumb-contain .h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .dark .digital-breadcrumb .breadcrumb-contain h2, .dark .digital-breadcrumb .breadcrumb-contain .h2 {
    text-align: center;
    margin-bottom: 8px;
  }
}
.dark .digital-breadcrumb .breadcrumb-contain nav {
  margin-left: auto;
}
body.rtl .dark .digital-breadcrumb .breadcrumb-contain nav {
  margin-left: unset;
  margin-right: auto;
}
.dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: #dddddd;
}
.dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  margin-top: 2px;
}
.dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
body.rtl .dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 8px;
}
.dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: remixicon !important;
  font-style: normal;
  content: "\ea6e";
  color: #dddddd;
}
body.rtl .dark .digital-breadcrumb .breadcrumb-contain nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  padding-right: unset;
}
.dark .faq-breadcrumb {
  background-color: #1d1d22;
  position: relative;
  overflow: hidden;
}
.dark .faq-breadcrumb .breadcrumb-contain {
  padding: calc(26px + 34 * (100vw - 320px) / 1600) 0;
  text-align: center;
  color: #ffffff;
  display: block;
}
.dark .faq-breadcrumb .breadcrumb-contain h2, .dark .faq-breadcrumb .breadcrumb-contain .h2 {
  font-size: calc(22px + 26 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-top: -6px;
}
.dark .faq-breadcrumb .breadcrumb-contain p {
  margin: calc(11px + 5 * (100vw - 320px) / 1600) auto 0;
  color: #dddddd;
  width: 50%;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .dark .faq-breadcrumb .breadcrumb-contain p {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .dark .faq-breadcrumb .breadcrumb-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .faq-breadcrumb .breadcrumb-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .dark .faq-breadcrumb .breadcrumb-contain p {
    width: 100%;
  }
}
.dark .faq-breadcrumb .breadcrumb-contain p span {
  display: inline;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
  position: relative;
  margin: calc(18px + 17 * (100vw - 320px) / 1600) auto 0;
  width: 50%;
}
@media (max-width: 1660px) {
  .dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 60%;
  }
}
@media (max-width: 1366px) {
  .dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag {
    width: 100%;
  }
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group {
  background-color: #2a2d2d;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group i {
  display: flex;
  align-items: center;
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .form-control {
  padding-left: 0;
  border: none;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .form-control:focus {
  background-color: transparent;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-menu li {
  display: block;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  z-index: 0;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button::after {
  content: unset;
}
.dark .faq-breadcrumb .breadcrumb-contain .faq-form-tag .input-group .faq-dropdown-button i {
  position: relative;
  padding: 0;
  margin-left: 5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-breadcrumb-section {
  background-image: url(/_next/static/media/breadcrumb.877a73a3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(52px + 48 * (100vw - 320px) / 1600) 0px;
}
.dark .vendor-breadcrumb-section .breadcrumb-contain {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .dark .vendor-breadcrumb-section .breadcrumb-contain {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .dark .vendor-breadcrumb-section .breadcrumb-contain {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .dark .vendor-breadcrumb-section .breadcrumb-contain {
    width: 100%;
  }
}
.dark .vendor-breadcrumb-section .breadcrumb-contain h2, .dark .vendor-breadcrumb-section .breadcrumb-contain .h2 {
  font-size: calc(27px + 27 * (100vw - 320px) / 1600);
  text-align: center;
  margin-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .vendor-breadcrumb-section .breadcrumb-contain form {
  position: relative;
}
.dark .vendor-breadcrumb-section .breadcrumb-contain form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.dark .vendor-breadcrumb-section .breadcrumb-contain form span i {
  font-size: calc(21px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .vendor-breadcrumb-section .breadcrumb-contain form .form-control {
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(95px + 27 * (100vw - 320px) / 1600) calc(8px + 6 * (100vw - 320px) / 1600) calc(48px + 11 * (100vw - 320px) / 1600);
  border: none;
}
.dark .vendor-breadcrumb-section .breadcrumb-contain form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(3px + 3 * (100vw - 320px) / 1600);
  padding: 0;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  width: calc(77px + 31 * (100vw - 320px) / 1600);
  height: calc(33px + 9 * (100vw - 320px) / 1600);
}
.dark .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  z-index: 0;
  white-space: nowrap;
}
.dark .btn:focus {
  box-shadow: none;
}
.dark .btn:hover .icon {
  transform: translateX(3px);
}
.dark .btn.dark-button {
  background: linear-gradient(93.33deg, #222221 12.35%, #2f2f2d 99.38%) !important;
}
.dark .btn .icon {
  margin-left: calc(6px + 6 * (100vw - 320px) / 1600);
  transition: 0.3s ease;
}
.dark .btn .icon-2 {
  margin-left: 6px;
  transition: 0.3s ease;
}
.dark .btn-furniture {
  border: 1px solid #dddddd;
  color: #dddddd;
  display: block;
}
.dark .btn-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #2a2d2d;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  background: #ff6b6b;
  background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
  border: none;
  z-index: 0;
}
.dark .btn-animation svg {
  transition: 0.3s ease;
  font-size: 21px;
}
.dark .btn-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #ff4f4f;
  background: linear-gradient(90deg, #ff4f4f 0%, #ff6b6b 100%);
  transition: all 0.3s ease;
}
.dark .btn-animation:hover {
  color: #2a2d2d;
}
.dark .btn-animation:hover::after {
  top: 0;
  height: 100%;
}
.dark .btn-animation:hover svg {
  color: #ffffff;
}
.dark .btn-md {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .btn-sm, .dark .btn-group-sm > .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}
.dark .btn-2 {
  padding: 9px 25px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .btn-2:hover::after {
  top: 0;
  height: 100%;
}
.dark .btn-2-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background: #88ac2f;
  background: linear-gradient(90deg, #88ac2f 0%, #0e947a 100%);
  border: none;
  z-index: 0;
}
.dark .btn-2-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #88ac2f;
  background: linear-gradient(90deg, #0e947a 0%, #88ac2f 100%);
  transition: all 0.3s ease;
}
.dark .btn-category {
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(16px + 11 * (100vw - 320px) / 1600);
  letter-spacing: 0.8px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  border-radius: 50px;
}
.dark .btn.btn-theme-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease;
}
.dark .btn.btn-theme-outline:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .refund-cancel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 8px 0px 0px;
  gap: 5px;
}
.dark .save-back-button .btn-primary {
  background-color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
  transition: all 0.5s ease;
}
.dark .save-back-button .btn-primary:hover {
  background-color: #2a2d2d !important;
  color: var(--theme-color);
}
.dark .save-back-button .btn-outline {
  border: 1px solid var(--theme-color) !important;
  color: var(--theme-color) !important;
  background-color: #2a2d2d !important;
  transition: all 0.5s ease;
}
.dark .save-back-button .btn-outline:hover {
  background-color: var(--theme-color) !important;
  color: #2a2d2d !important;
}
.dark .save-back-button .btn-lg, .dark .save-back-button .btn-group-lg > .btn {
  font-size: 16px;
  padding: 10px 48px;
}
.dark .btn-check:checked + .btn,
.dark .btn.active,
.dark .btn.show,
.dark .btn:first-child:active,
.dark :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.dark .cookie-bar-box {
  background: #2a2d2d;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: calc(8px + 12 * (100vw - 320px) / 1600);
  max-width: 370px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.05), 0 24px 35px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .dark .cookie-bar-box {
    max-width: 100%;
    right: 0;
    margin: 0 10px;
  }
}
.dark .cookie-bar-box.hide {
  opacity: 0;
  bottom: -350px;
}
.dark .cookie-bar-box .cookie-box {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  text-align: center;
}
.dark .cookie-bar-box .cookie-box .cookie-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .cookie-bar-box .cookie-box .cookie-image img {
  width: calc(15px + 10 * (100vw - 320px) / 1600);
  height: auto;
  margin-right: 10px;
}
.dark .cookie-bar-box .cookie-box .cookie-contain {
  margin-top: calc(10px + 6 * (100vw - 320px) / 1600);
}
.dark .cookie-bar-box .cookie-box .cookie-contain h2, .dark .cookie-bar-box .cookie-box .cookie-contain .h2 {
  margin-bottom: calc(7px + 3 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .cookie-bar-box .cookie-box .cookie-contain h5, .dark .cookie-bar-box .cookie-box .cookie-contain .h5 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin: 0 auto;
  line-height: 1.3;
}
.dark .cookie-bar-box .button-group {
  display: flex;
  align-items: center;
  margin: 0;
}
.dark .cookie-bar-box .button-group button {
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
  text-transform: capitalize;
}
.dark .cookie-bar-box .button-group button.privacy-button {
  background-color: #1d1d22;
}
.dark .cookie-bar-box .button-group button.ok-button {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .cookie-bar-box-2 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #eadfd8;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.dark .cookie-bar-box-2 .cookie-bar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #ded4cd;
  border-radius: 100%;
  margin: 0 auto 13px;
}
.dark .cookie-bar-box-2 .cookie-bar-image i {
  font-size: 26px;
  height: auto;
  color: #2c3249;
}
.dark .cookie-bar-box-2 .cookie-bar-detail h4, .dark .cookie-bar-box-2 .cookie-bar-detail .h4 {
  line-height: 1.5;
  color: #2c3249;
}
.dark .cookie-bar-box-2 .cookie-bar-detail .cookie-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 12px;
}
.dark .cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .allow-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border: 1px solid #2c3249;
  border-radius: 50px 15px 15px 50px;
  font-size: 14px;
  font-weight: 600;
}
.dark .cookie-bar-box-2 .cookie-bar-detail .cookie-button-group .decline-button {
  background-color: rgba(44, 50, 73, 0.16);
  padding: 11px 17px;
  border-radius: 15px 50px 50px 15px;
  font-size: 14px;
  font-weight: 600;
}
.dark .counter {
  display: flex;
  align-items: center;
}
.dark .counter .qty-left-minus,
.dark .counter .qty-right-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0;
}
.dark .counter .qty-left-minus i,
.dark .counter .qty-left-minus svg,
.dark .counter .qty-right-plus i,
.dark .counter .qty-right-plus svg {
  font-size: 12px;
  margin-top: 3px;
}
.dark .counter .qty-left-minus:hover,
.dark .counter .qty-right-plus:hover {
  color: rgb(1.1262135922, 1.786407767, 0.213592233);
}
.dark .counter .qty-left-minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
.dark .counter .qty-right-plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
.dark .counter input {
  width: 45px;
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 0;
}
.dark input[type=number]::-webkit-inner-spin-button, .dark input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.dark .newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 11px;
}
.dark .newsletter-form .form-control {
  background-color: transparent;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
}
.dark .newsletter-form .form-control::placeholder {
  color: #2a2d2d;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .normal-form .form-control {
  border: none;
}
.dark .normal-form .form-control:focus {
  background-color: #2a2d2d;
}
.dark .form-label {
  font-weight: 500;
}
.dark .theme-form-check {
  cursor: pointer;
  transition: background 0.2s ease;
}
.dark .theme-form-check input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.dark .theme-form-check input:focus {
  outline: none;
}
.dark .theme-form-check input:checked {
  box-shadow: inset 0 0 0 6px #6743ee;
}
.dark .theme-form-check input label {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}
.dark .theme-form-floating > .form-control:focus ~ label,
.dark .theme-form-floating > .form-control:not(:placeholder-shown) ~ label,
.dark .theme-form-floating > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  opacity: 0.95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #2a2d2d;
  white-space: nowrap;
  opacity: 1;
}
.dark .theme-form-floating .form-control,
.dark .theme-form-floating .form-select {
  height: calc(51px + 3 * (100vw - 320px) / 1600);
  line-height: normal;
}
.dark .theme-form-floating > .form-control:focus, .dark .theme-form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .theme-form-floating > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .theme-form-floating > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.dark .theme-form-floating .form-control:focus {
  background-color: #2a2d2d;
  border: 1px solid #ced4da;
}
.dark .theme-form-floating label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #dddddd;
  border: none;
  z-index: 0;
}
.dark .theme-form-floating-2 > .form-control:focus ~ label,
.dark .theme-form-floating-2 > .form-control:not(:placeholder-shown) ~ label,
.dark .theme-form-floating-2 > .form-select ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  opacity: 0.95;
  top: -5px;
  left: 10px;
  height: 31px;
  background-color: #2a2d2d;
  padding: 0 10px;
  opacity: 1;
}
.dark .theme-form-floating-2 > .form-control:focus, .dark .theme-form-floating-2 > .form-control:not(:placeholder-shown) {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.dark .theme-form-floating-2 > .form-select {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .theme-form-floating-2 > .form-select:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 4px transparent;
}
.dark .theme-form-floating-2 .form-control:focus {
  background-color: #2a2d2d;
  border: 1px solid #ced4da;
}
.dark .theme-form-floating-2 > .form-control,
.dark .theme-form-floating-2 > .form-select {
  height: 46px;
}
.dark .theme-form-floating-2 > label {
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  padding: 0;
  border: none;
  height: auto;
}
.dark .theme-form-floating-2 > .form-control {
  padding: 14px 10px;
}
.dark .theme-form-floating-2 label {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
  background-color: transparent;
  margin-top: 0;
  z-index: 0;
  border: unset;
  width: 21px;
  height: 21px;
}
.dark .checkbox_animated:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.dark .checkbox_animated:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background-color: #2a2d2d;
  border: 2px solid rgba(119, 119, 119, 0.44);
  cursor: pointer;
}
html.dark .dark .checkbox_animated:after {
  background-color: #1d1d22;
  border-color: #1d1d22;
}
.dark .checkbox_animated:active {
  filter: unset;
}
.dark .checkbox_animated:checked {
  background-color: transparent;
  border: unset;
}
.dark .checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.dark .checkbox_animated:focus {
  box-shadow: unset;
}
.dark .custom-form-check-2 {
  min-height: auto;
  margin-bottom: 0;
}
.dark .custom-form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.dark .custom-form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .custom-form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .form-control {
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}
.dark .form-control::placeholder {
  color: rgba(221, 221, 221, 0.3215686275);
}
.dark .form-control.subscribe-input {
  border: none;
  border-radius: 0;
}
.dark .form-control:focus {
  box-shadow: none;
  color: #ffffff;
}
.dark .form-select {
  font-size: 14px;
}
.dark .form-select.theme-form-select:focus {
  background-color: #2a2d2d;
  box-shadow: none;
  color: #ffffff;
}
.dark .input-group .btn {
  z-index: 1;
}
.dark .outer-otp {
  width: 235px;
  overflow: hidden;
}
.dark .outer-otp .inner-otp {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.dark .outer-otp .inner-otp input {
  padding-left: 15px;
  letter-spacing: 41px;
  border: 0;
  background-image: linear-gradient(to left, rgb(189, 189, 189) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  min-width: 300px;
}
.dark .outer-otp .inner-otp .no-background {
  background-color: transparent;
}
body[dir=rtl] .dark .form-select {
  background-position: left 0.75rem center;
}
html.dark .dark select {
  background-size: 12px;
  --bs-form-select-bg-img: url(/_next/static/media/light-down-arrow.13ed8e6e.svg);
}
.dark .custom-select-box {
  position: relative;
  cursor: pointer;
}
.dark .custom-select-box .box-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #2a2d2d;
  padding: calc(5px + 5 * (100vw - 320px) / 1600);
  top: 60px;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0 0 8px #ededed;
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
html.dark .dark .custom-select-box .box-content {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
}
.dark .custom-select-box .box-content input {
  padding: 7px 10px !important;
}
.dark .custom-select-box .box-content.open {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.dark .custom-select-box .box-content ul {
  margin-top: 10px;
  padding-left: 0;
  max-height: 160px;
  overflow: auto;
}
.dark .custom-select-box .box-content ul li {
  color: #ffffff !important;
  padding-block: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dark .custom-select-box .box-content ul li:hover p {
  color: var(--theme-color);
}
.dark .custom-select-box .box-content ul li:last-child {
  padding-bottom: 0;
}
.dark .custom-select-box .box-content ul li + li {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.dark .custom-select-box .box-content ul li a {
  display: block;
  color: #898989;
  text-transform: capitalize;
}
.dark .custom-select-box .box-content ul li p {
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.dark .custom-select-box .box-content ul li .selected {
  color: var(--theme-color);
}
.dark .custom-select-box .close-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 40px;
  line-height: 1;
  cursor: pointer;
}
.dark .category-select-box {
  position: relative;
}
.dark .category-select-box .bootstrap-tagsinput {
  border: 1px solid #efefef;
  background-color: #f9f9f6 !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #898989;
  padding: 10px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .category-select-box .bootstrap-tagsinput input {
  border: none;
  padding: 0 !important;
  line-height: 2;
}
.dark .category-select-box .select-category-box {
  position: absolute;
  z-index: 1;
  top: 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  transform: translateY(-20px);
}
.dark .category-select-box .select-category-box.show {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.dark .outer-otp {
  width: 235px;
  overflow: hidden;
}
.dark .outer-otp .inner-otp {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.dark .outer-otp .inner-otp input {
  padding-left: 15px;
  letter-spacing: 41px;
  border: 0;
  background-image: linear-gradient(to left, rgb(189, 189, 189) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  min-width: 300px;
}
.dark .input-error {
  position: relative;
}
.dark .input-error .invalid-feedback {
  position: relative;
}
body[dir=rtl] .dark textarea.form-control:valid, body[dir=rtl] .dark textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.dark .label-flex {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .label-flex label {
  margin: -2px 0;
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 4px calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 4px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .label-flex .wishlist {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1;
  margin-left: auto;
}
.dark .label-flex .wishlist:first-child:active {
  background-color: transparent;
  border-color: transparent;
  color: #dddddd;
}
.dark .label-flex .wishlist:hover {
  background-color: transparent;
  color: #dddddd;
}
body[dir=rtl] .dark .label-flex .wishlist {
  margin-left: unset;
  margin-right: auto;
}
.dark .title-header {
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  color: #1c2128;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .title-header .right-options ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .title-header a {
  font-size: 16px;
  color: #222222;
  text-transform: capitalize;
}
.dark .title-header a.text-theme {
  color: var(--theme-color) !important;
}
.dark .title-header a.btn {
  font-size: 14px;
  color: #2a2d2d;
  border: 1px solid var(--theme-color);
}
.dark .title-header a.btn:hover {
  color: var(--theme-color);
  background-color: #2a2d2d;
  border: 1px solid var(--theme-color);
}
.dark .title-header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .title-header-block {
  display: block;
}
.dark .title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.dark .title-header-block .card-order-section ul {
  margin: -8px;
  color: #232323;
}
.dark .title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.dark .title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.dark .title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.dark .title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.dark .title-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.dark .title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.dark .title-header h5, .dark .title-header .h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.dark .title-header h5:after, .dark .title-header .h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body[dir=rtl] .dark .title-header h5:after, body[dir=rtl] .dark .title-header .h5:after {
  left: unset;
  right: -28px;
}
.dark .title-header h5:not(.mb-0), .dark .title-header .h5:not(.mb-0), .dark .title-header h5:not(.m-0), .dark .title-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.dark .card {
  margin-bottom: 30px;
  border: none;
  letter-spacing: 0.5px;
  border-radius: 15px;
  padding: 25px;
}
@media (max-width: 576px) {
  .dark .card {
    padding: 15px;
  }
}
.dark .card.card-hover {
  transition: all 0.3s ease;
}
.dark .card.card-hover:hover {
  box-shadow: 0 0 25px rgba(35, 35, 35, 0.1);
  transition: all 0.4s ease;
  transform: translateY(-5px);
}
.dark .card.card-tiles {
  border: 1px solid #ddd;
}
.dark .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  margin-bottom: 16px;
}
.dark .card .card-header--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
.dark .card .card-header-1 {
  margin: 40px 0 20px;
  color: #1c2128;
}
.dark .card .card-header-1 h5, .dark .card .card-header-1 .h5 {
  font-size: 20px;
  font-weight: 700;
}
.dark .card .card-header-2 {
  color: #1c2128;
  margin-bottom: 30px;
}
.dark .card .card-header-2 h5, .dark .card .card-header-2 .h5 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .card .card-header-block {
  display: block;
  padding: 40px;
}
.dark .card .card-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.dark .card .card-header-block .card-order-section ul {
  margin: -8px;
}
.dark .card .card-header-block .card-order-section ul li {
  display: inline-block;
  margin: 8px;
  position: relative;
}
.dark .card .card-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 100%;
}
.dark .card .card-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.dark .card .card-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.dark .card .card-header-top {
  padding: 16px;
}
.dark .card .card-header.card-no-border {
  border-bottom: none !important;
}
.dark .card .card-header h5, .dark .card .card-header .h5 {
  font-size: 30px;
  font-weight: 700;
}
.dark .card .card-header h5:not(.mb-0), .dark .card .card-header .h5:not(.mb-0), .dark .card .card-header h5:not(.m-0), .dark .card .card-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.dark .card .card-header > span {
  font-size: 12px;
  color: rgba(74, 85, 104, 0.7);
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.dark .card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 35px;
  top: 33px;
  display: inline-block;
  padding: 8px 0;
  position: absolute;
  background-color: #2a2d2d;
  z-index: 1;
}
.dark .card .card-header .card-header-right .card-option {
  text-align: right;
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.dark .card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.dark .card .card-header .card-header-right .card-option li:first-child i {
  transition: 1s;
  font-size: 16px;
  color: var(--theme-color);
}
.dark .card .card-header .card-header-right .card-option li:first-child i.icofont {
  color: unset;
}
.dark .card .card-header .card-header-right i {
  margin: 0 5px;
  cursor: pointer;
  color: #2c323f;
  line-height: 20px;
}
.dark .card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.dark .card .card-header .best-selling-box {
  display: flex;
  align-items: center;
}
.dark .card .card-header .best-selling-box span {
  margin-right: 6px;
  font-weight: 700;
  color: #ffffff;
}
.dark .card .card-header .best-selling-box .dropdown .dropdown-toggle {
  color: #dddddd;
}
.dark .card .card-body {
  padding: 0;
  background-color: transparent;
}
.dark .card .card-body-2 {
  padding: 16px;
}
.dark .card .card-body h3, .dark .card .card-body .h3 {
  color: #ffffff;
  text-transform: capitalize;
}
.dark .card .card-body p:last-child {
  margin-bottom: 0;
}
.dark .card .sub-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}
.dark .card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
  padding: 30px 40px;
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.dark .card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 45, 45, 0.7);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .card.card-load .card-loader i {
  margin: 0 auto;
  color: var(--theme-color);
  font-size: 20px;
}
.dark .card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: 100vh;
}
.dark .card.full-card .card-body {
  overflow: auto;
}
.dark .card-absolute {
  margin-top: 20px;
}
.dark .card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.dark .card-absolute .card-header h5, .dark .card-absolute .card-header .h5 {
  font-size: 17px;
}
.dark .card-absolute .card-body {
  margin-top: 10px;
}
.dark .card-header .border-tab {
  margin-bottom: -13px;
}
.dark .custom-card {
  overflow: hidden;
  padding: 30px;
}
.dark .custom-card .card-header {
  padding: 0;
}
.dark .custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.dark .custom-card .card-profile {
  text-align: center;
}
.dark .custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #2a2d2d;
  z-index: 1;
  position: relative;
}
.dark .custom-card .card-social {
  text-align: center;
}
.dark .custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.dark .custom-card .card-social li:last-child a {
  margin-right: 0;
}
.dark .custom-card .card-social li a {
  padding: 0;
  margin-right: 15px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.dark .custom-card .card-social li a:hover {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.dark .custom-card .profile-details h6, .dark .custom-card .profile-details .h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: rgba(74, 85, 104, 0.7);
  font-size: 14px;
}
.dark .custom-card .card-footer {
  padding: 0;
}
.dark .custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.dark .custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.dark .custom-card .card-footer > div h3, .dark .custom-card .card-footer > div .h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.dark .custom-card .card-footer > div h6, .dark .custom-card .card-footer > div .h6 {
  font-size: 14px;
  color: rgba(74, 85, 104, 0.7);
}
.dark .custom-card .card-footer > div h5, .dark .custom-card .card-footer > div .h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.dark .custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.dark .custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}
.dark .card .pagination-box {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 5px;
}
.dark .spinning {
  padding-right: 40px;
}
.dark .spinning::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 10px;
  top: 4px;
  border: 2px solid rgba(42, 45, 45, 0.29);
  border-right: 3px solid #2a2d2d;
  animation: rotate360 0.5s infinite linear;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.dark .loader-wrapper,
.dark .custom-loader-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2a2d2d;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  top: 0;
}
.dark .loader-wrapper .loader,
.dark .custom-loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: var(--theme-color);
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}
.dark .loader-wrapper h3, .dark .loader-wrapper .h3,
.dark .custom-loader-wrapper h3,
.dark .custom-loader-wrapper .h3 {
  margin-top: 6px;
  color: #777;
  font-weight: 400;
}
.dark .custom-box-loader {
  position: relative;
  min-height: 350px;
  z-index: 0;
}
.dark .custom-box-loader .box-loader .loader-wrapper,
.dark .custom-box-loader .box-loader .custom-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  gap: 0;
  z-index: 8;
  align-items: flex-start;
}
.dark .custom-box-loader .box-loader .loader-wrapper > div,
.dark .custom-box-loader .box-loader .custom-loader-wrapper > div {
  padding-top: 30%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dark div#loading-bar {
  color: var(--theme-deafult) !important;
}
.dark div#loading-bar .bar {
  background: var(--theme-deafult) !important;
}
.dark #loading-bar-spinner {
  top: 15px !important;
  left: unset !important;
  right: 0 !important;
  margin-right: 20px;
  color: var(--theme-deafult) !important;
}
.dark #loading-bar-spinner .spinner-icon {
  width: 16px !important;
  height: 16px !important;
}
.dark .loader-bg .ngx-bar {
  background-color: var(--theme-color) !important;
}
.dark .loader-bg .ngx-spinner {
  color: var(--theme-color) !important;
  right: 10px;
  left: unset !important;
}
.dark .category-skeleton {
  display: none;
}
.dark .skeleton-body {
  background-image: none !important;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.dark .skeleton-body .bg-effect {
  background-image: none;
}
.dark .skeleton-body .title {
  opacity: 0;
  visibility: hidden;
}
.dark .skeleton-body .skeleton-banner-xl {
  position: relative;
  background-color: #1d1d22;
  height: 70vh;
}
.dark .skeleton-body .skeleton-banner-xl .home-contain {
  display: none;
}
.dark .skeleton-body .skeleton-banner-xl .bg-size {
  background-color: #1d1d22 !important;
  background-image: none !important;
}
.dark .skeleton-body .skeleton-banner-xl [class*=col-] {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-sm {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #1d1d22 !important;
  background-image: none !important;
}
.dark .skeleton-body .skeleton-banner-sm [class*=col-] {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-sm .skeleton-text-wrap .placeholder {
  min-height: 6.8%;
}
.dark .skeleton-body .skeleton-banner-vertical {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #1d1d22 !important;
  background-image: none !important;
}
.dark .skeleton-body .skeleton-banner-vertical [class*=col-] {
  position: relative;
}
.dark .skeleton-body .skeleton-banner-vertical .skeleton-text-wrap {
  justify-content: flex-start;
}
.dark .skeleton-body .skeleton-banner-vertical .skeleton-text-wrap .placeholder {
  min-height: 3.3%;
}
.dark .skeleton-body .skeleton-text-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 30px;
}
.dark .skeleton-body .skeleton-text-wrap .placeholder {
  min-height: 4.3%;
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  border-radius: 10px;
}
.dark .skeleton-body .home-section-2 {
  background-color: #f2f2f2;
  background-image: none !important;
}
.dark .skeleton-body .setting-box,
.dark .skeleton-body .compare-fix,
.dark .skeleton-body .recently-purchase {
  display: none;
}
.dark .skeleton-body .category-skeleton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
}
.dark .skeleton-body .placeholder-text {
  height: 20px;
  width: 100%;
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
html.dark .dark .skeleton-body .placeholder-text {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .skeleton-body .gradient-home .home-detail {
  display: none;
}
.dark .skeleton-body .gradient-home .skeleton-banner-xl {
  background-color: #3c3c3c;
  height: 80vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1366px) {
  .dark .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 70vh;
  }
}
@media (max-width: 1199px) {
  .dark .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .dark .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 50vh;
  }
}
@media (max-width: 375px) {
  .dark .skeleton-body .gradient-home .skeleton-banner-xl {
    height: 60vh;
  }
}
.dark .skeleton-body .gradient-home .skeleton-banner-xl .skeleton-text-wrap {
  left: 50%;
  width: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
  margin-top: 1.5%;
}
@media (max-width: 991px) {
  .dark .skeleton-body .gradient-home .skeleton-banner-xl .skeleton-text-wrap {
    width: 100%;
  }
}
.dark .skeleton-body .gradient-home .skeleton-banner-xl .placeholder {
  margin: 0 auto;
}
.dark .skeleton-text-wrap {
  display: none;
}
.dark .skeleton-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  z-index: 0;
  background-color: #f9f9f6;
}
.dark .skeleton *:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 100%;
}
[class=dark] .dark .skeleton *:empty {
  background-color: #1d1d22;
  background-image: linear-gradient(135deg, #1d1d22 0%, #2a2d2d 20%, #1d1d22 40%, #1d1d22 100%);
}
.dark .skeleton__section + .skeleton__section {
  margin-top: 16px;
}
.dark .skeleton-section,
.dark .skeleton {
  width: 100%;
}
.dark .skeleton__section--actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.dark .skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.dark .skeleton__header {
  margin-bottom: 6px;
  height: 32px;
  width: 200px;
  max-width: 35%;
}
.dark .skeleton__header--long {
  width: 300px;
  max-width: 85%;
}
.dark .skeleton__p {
  height: 16px;
  width: 100%;
  margin-bottom: 8px;
}
.dark .skeleton__p:last-child {
  width: 45%;
}
.dark .skeleton__p--short {
  max-width: 120px;
}
.dark .skeleton__img {
  height: 160px;
  width: 64px;
  border-radius: 8px;
}
.dark .skeleton__tree .skeleton__p {
  width: 100%;
  max-width: none;
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.dark .skeleton-seller .vendor-text {
  width: 66px;
  height: 66px;
  border-radius: 11px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}
.dark .skeleton-seller .contain-name h3, .dark .skeleton-seller .contain-name .h3 {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50%;
  height: 28px;
}
.dark .skeleton-seller .contain-name .product-label {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 20%;
  height: 28px;
}
.dark .skeleton-seller .contain-name .product-label:after {
  display: none;
}
.dark .skeleton-seller .saller-contact {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 50% !important;
  height: 28px;
}
.dark .skeleton-seller .saller-contact.mt-2 {
  width: 60% !important;
}
.dark .blog-skeleton .product-box {
  padding: 0;
  background-color: transparent;
}
.dark .blog-skeleton .skeleton__img {
  height: 224px;
}
.dark .list_view .skeleton {
  display: flex;
  align-items: center;
}
.dark .list_view .skeleton__section--card {
  display: flex;
  flex-direction: row;
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: 300px;
}
.dark .list_view .skeleton__img {
  height: 100%;
}
.dark .list_view .content-div {
  width: 50%;
  margin-left: 30px;
}
.dark .skeleton-vertical .offer-image {
  width: 80px;
  height: 80px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 7px;
}
.dark .skeleton-vertical.offer-product .offer-detail .vertical-price {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 120px;
  height: 21px;
  border-radius: 9px;
}
.dark .skeleton-vertical.offer-product .offer-detail span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 30px;
  height: 20px;
  border-radius: 9px;
}
.dark .skeleton-vertical.offer-product .offer-detail a .name {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 120px;
  height: 16px;
  border-radius: 9px;
}
.dark .skeleton-offer .coupon-box {
  padding: 40px 27px;
}
.dark .skeleton-offer .coupon-box .coupon-name .card-name h5, .dark .skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #ffffff 0%, #e1e1e1 20%, #ffffff 40%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
  width: 140px;
}
.dark .skeleton-offer .coupon-box .coupon-name .card-name h5::after, .dark .skeleton-offer .coupon-box .coupon-name .card-name .h5::after {
  display: none;
}
.dark .skeleton-offer .coupon-box .coupon-content p {
  background: #ffffff;
  background-position: -500px 0;
  animation: skeletonShine 2s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #ffffff 0%, #e1e1e1 20%, #ffffff 40%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 22px;
  margin-bottom: 0;
  width: 70%;
}
.dark .skeleton-offer .coupon-box .coupon-content .long {
  width: 90%;
  margin-top: 10px;
}
.dark .skeleton-offer .coupon-box .coupon-content .long.long-s {
  width: 60%;
}
.dark .common-skeleton ul {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.dark .common-skeleton ul li {
  display: block !important;
}
.dark .common-skeleton ul .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 24px;
}
.dark .common-skeleton ul .placeholder + .placeholder {
  margin-top: 14px;
}
.dark .common-skeleton .img-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.dark .common-skeleton .img-box .img-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 40px;
}
.dark .common-skeleton .img-box .img {
  width: 230px;
  height: 230px;
  border-radius: 15px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
}
.dark .common-skeleton .img-box .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  opacity: 1;
  height: 20px;
}
@keyframes skeleton-loader {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }
  100% {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}
.dark .product-section-box .question-answer.skeleton-qa li h6, .dark .product-section-box .question-answer.skeleton-qa li .h6 {
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  height: 20px;
  width: 15%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box > div {
  width: 100%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box p {
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.41) 8%, #cdcdcd 18%, rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s infinite linear;
  height: 20px;
  width: 40%;
  margin-bottom: 6px;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(2) {
  width: 60%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box p:nth-child(3) {
  width: 50%;
}
.dark .product-section-box .question-answer.skeleton-qa li .answer-box h5, .dark .product-section-box .question-answer.skeleton-qa li .answer-box .h5,
.dark .product-section-box .question-answer.skeleton-qa li .question-box h5,
.dark .product-section-box .question-answer.skeleton-qa li .question-box .h5 {
  border: none;
  background-color: #1d1d22;
}
.dark .skeleton-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.dark .skeleton-menu li {
  width: 67px;
  height: 20px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 4px;
}
html.dark .dark .skeleton-menu li {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .skeleton-menu li:nth-child(2), .dark .skeleton-menu li:nth-child(3), .dark .skeleton-menu li:nth-child(4) {
  width: 92px;
}
.dark .skeleton-menu li:nth-child(5), .dark .skeleton-menu li:nth-child(6), .dark .skeleton-menu li:nth-child(7) {
  width: 60px;
}
.dark .modal-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  color: #ffffff;
  font-size: 23px;
  padding: 0;
}
.dark .modal-close-btn:hover {
  background-color: transparent;
  border-color: transparent;
}
.dark .save-back-button {
  padding: 0 calc(17px + -1 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .theme-modal .modal-content {
  border: none;
}
html.dark .dark .theme-modal .modal-content {
  background-color: #2a2d2d;
}
.dark .theme-modal .modal-content .modal-header {
  border-bottom: none;
  padding: calc(8px + 8 * (100vw - 320px) / 1600) calc(17px + -1 * (100vw - 320px) / 1600);
}
.dark .theme-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  width: 95%;
}
.dark .theme-modal .modal-content .modal-header .modal-title svg {
  display: none;
}
.dark .theme-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: calc(7px + 3 * (100vw - 320px) / 1600);
  right: calc(7px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  border-radius: 4px;
  font-size: calc(20px + 3 * (100vw - 320px) / 1600);
  width: calc(28px + 5 * (100vw - 320px) / 1600);
  height: calc(28px + 5 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[dir=rtl] .dark .theme-modal .modal-content .modal-header .btn-close {
  right: unset;
  left: 10px;
}
html.dark .dark .theme-modal .modal-content .modal-header .btn-close {
  color: #ffffff;
}
.dark .theme-modal .modal-content .modal-header .btn-close::before {
  content: "\eb99";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.dark .theme-modal .modal-content .modal-body {
  padding-top: 5px;
}
html.dark .dark .theme-modal .modal-content .modal-body {
  background-color: #2a2d2d;
}
.dark .theme-modal .modal-content .modal-body.policy-body {
  padding: 5px 16px 16px;
}
.dark .theme-modal .modal-content .modal-body.policy-body p {
  color: #dddddd;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 0;
}
.dark .theme-modal .modal-content .modal-body.policy-body p strong {
  font-size: 17px;
  color: #ffffff;
}
.dark .theme-modal .modal-content .modal-body.policy-body p + p {
  margin-top: 12px;
}
.dark .theme-modal .modal-content .modal-body.policy-body ul {
  list-style-type: disc;
  padding-left: 19px;
  margin-top: 2px;
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}
body[dir=rtl] .dark .theme-modal .modal-content .modal-body.policy-body ul {
  padding-left: unset;
  padding-right: 19px;
}
.dark .theme-modal .modal-content .modal-body.policy-body ul li {
  display: list-item;
  color: #dddddd;
}
.dark .theme-modal .modal-content .modal-body .modal-footer {
  padding: calc(8px + 8 * (100vw - 320px) / 1600) 0 0;
}
.dark .theme-modal .modal-content .modal-footer {
  border: none;
  padding: calc(8px + 8 * (100vw - 320px) / 1600) calc(17px + -1 * (100vw - 320px) / 1600);
  gap: 8px;
}
.dark .theme-modal .modal-content .modal-footer button {
  margin: 0;
}
.dark .delete-modal .modal-body {
  text-align: center;
}
.dark .delete-modal .modal-body svg {
  width: 70px;
  height: 70px;
  padding: 18px;
  border-radius: 100%;
  background-color: rgba(26, 164, 136, 0.1);
  color: var(--theme-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
}
.dark .delete-modal .modal-body .modal-title {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
.dark .delete-modal .modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
}
.dark .delete-modal .modal-body .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.dark .delete-modal .modal-body .button-box button {
  font-size: 16px;
  padding: 11px 50px;
  transition: none;
}
.dark .view-modal .modal-content .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
html.dark .dark .view-modal .modal-content .modal-body {
  background-color: #2a2d2d;
}
.dark .view-modal .modal-content .modal-body .view-image-slider {
  background-color: #f9f9f9;
  border-radius: 7px;
  margin-bottom: 10px;
}
html.dark .dark .view-modal .modal-content .modal-body .view-image-slider {
  background-color: #1d1d22;
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev,
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: calc(24px + 6 * (100vw - 320px) / 1600);
  height: calc(24px + 6 * (100vw - 320px) / 1600);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #2a2d2d;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 100%;
}
html.dark .dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev,
html.dark .dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.1803921569);
  background-color: #2a2d2d;
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev::before,
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next::before {
  content: unset;
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev::after,
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev {
  left: -14px;
  right: unset;
}
@media (max-width: 991px) {
  .dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev {
    left: 0;
    right: unset;
  }
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-prev::after {
  margin-right: 2px;
  content: "\ea64";
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
  right: -14px;
  left: unset;
}
@media (max-width: 991px) {
  .dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next {
    right: 0;
    left: unset;
  }
}
.dark .view-modal .modal-content .modal-body .view-image-slider .slick-slider .slick-next::after {
  margin-left: 2px;
  content: "\ea6e";
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-arrow {
  display: none !important;
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-list {
  margin: 0 -5px;
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-list .slick-slide > div,
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slick-slider .slick-list .slick-slide ul {
  margin: 0 5px;
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slick-current .slider-image img {
  opacity: 1;
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slider-image {
  background-color: #1d1d22;
  height: calc(80px + 30 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slider-image button {
  border: unset;
  background-color: transparent;
  font-size: 56px;
  color: #b7b7b7;
  line-height: 1;
  padding: 40px;
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slider-image img {
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .view-modal .modal-content .modal-body .thumbnail-slider .slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .view-modal .modal-content .modal-body .thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f9f9f9;
  cursor: pointer;
}
html.dark .dark .view-modal .modal-content .modal-body .thumbnail-image {
  background-color: #1d1d22;
}
.dark .view-modal .modal-content .modal-body .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .selection-section h4, .dark .view-modal .modal-content .modal-body .right-sidebar-modal .selection-section .h4 {
  font-size: 16px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package {
    justify-content: center;
  }
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li a,
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li:hover button,
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active button,
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active button,
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.active img {
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled a,
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled button {
  cursor: default;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled.active {
  border-color: rgba(154, 154, 154, 0.4);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled.active button {
  color: #dddddd;
  background-color: #1d1d22;
}
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-package li.disabled.active button {
  background-color: #1d1d22;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .color li {
  opacity: 0.7;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .circle li button {
  width: 35px;
  height: 35px;
  background-color: #1d1d22;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check + .form-check {
  margin-left: 15px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #1d1d22;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:active {
  filter: unset;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #dddddd;
  cursor: pointer;
  margin: 0;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .form-select {
  background-color: #1d1d22;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .image li button,
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .image li.active button,
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .image li.active img {
  background-color: transparent;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li:hover button {
  color: #ddd;
  background-color: #1d1d22;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .rectangle li button {
  background-color: #1d1d22;
  border: unset;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  width: 96%;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .price {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .price del {
  color: #dddddd;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 2px 0 6px;
}
body[dir=rtl] .dark .view-modal .modal-content .modal-body .right-sidebar-modal .price del {
  margin: 0 6px 0 2px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  font-weight: 500;
  margin-left: 12px;
  padding: 5px calc(14px + 2 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .view-modal .modal-content .modal-body .right-sidebar-modal .price .modal-label {
  margin-left: unset;
  margin-right: 12px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5, .dark .view-modal .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #dddddd;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-size h4, .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
  margin-top: 14px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-rating .rating {
  margin-top: -3px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-detail h4, .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #dddddd;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box svg {
  font-size: 19px;
  color: #61b33e;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6, .dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #dddddd;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: none;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-left: 15px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  background-color: #1d1d22;
}
body[dir=rtl] .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  text-align: right;
}
@media (max-width: 575px) {
  .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
    width: 100%;
    max-width: 100%;
  }
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  color: #ddd;
}
body[dir=rtl] .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #dddddd;
  border-radius: 100%;
}
body[dir=rtl] .dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  width: 150px;
  margin: 0;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #1d1d22;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
html.dark .dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  border: none;
  padding: 0 !important;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 4px !important;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button:hover svg {
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group button svg {
  color: #ffffff;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .addtocart_btn button svg {
  margin-right: 10px;
  stroke-width: 1px;
  margin-top: -3px;
}
body[dir=rtl] .dark .view-modal .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .addtocart_btn button svg {
  margin-right: unset;
  margin-left: 10px;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .pickup-box {
  margin-block: 0.5rem;
}
.dark .view-modal .modal-content .modal-body .right-sidebar-modal .product-package {
  margin-block: 8px;
}
.dark .location-modal .modal-content .modal-header {
  display: block;
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.dark .location-modal .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
}
.dark .location-modal .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
}
.dark .location-modal .modal-content .modal-body .location-list .search-input {
  position: relative;
}
.dark .location-modal .modal-content .modal-body .location-list .search-input .form-control {
  padding-left: 45px;
}
.dark .location-modal .modal-content .modal-body .location-list .search-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  color: #dddddd;
}
.dark .location-modal .modal-content .modal-body .location-list .disabled-box {
  display: flex;
  align-items: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .location-modal .modal-content .modal-body .location-list .disabled-box h6, .dark .location-modal .modal-content .modal-body .location-list .disabled-box .h6 {
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark .location-modal .modal-content .modal-body .location-list .disabled-box span {
  margin-left: auto;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li {
  display: block;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a {
  display: flex;
  align-items: center;
  padding: calc(10px + 0 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a:hover::after {
  opacity: 0.2;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a:hover h6, .dark .location-modal .modal-content .modal-body .location-list .location-select li a:hover .h6 {
  color: var(--theme-color);
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a:hover span {
  border-color: transparent;
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a h6, .dark .location-modal .modal-content .modal-body .location-list .location-select li a .h6 {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.dark .location-modal .modal-content .modal-body .location-list .location-select li a span {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #e2e2ec;
  color: #9b9bb4;
  padding: 3px 10px;
  border-radius: 30px;
}
.dark .deal-modal .modal-content .modal-header {
  padding: calc(13px + 17 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.dark .deal-modal .modal-content .modal-header p {
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 400;
}
.dark .deal-modal .modal-content .modal-body {
  padding: calc(13px + 17 * (100vw - 320px) / 1600) calc(13px + 17 * (100vw - 320px) / 1600);
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box {
  max-height: 360px;
  overflow: auto;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 575px) {
  .dark .deal-modal .modal-content .modal-body .deal-offer-box {
    height: auto;
  }
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 10 * (100vw - 320px) / 1600);
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li {
  width: 100%;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+1) .deal-offer-contain::before {
  background-color: var(--theme-color);
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+2) .deal-offer-contain::before {
  background-color: #ff4f4f;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li:nth-child(3n+3) .deal-offer-contain::before {
  background-color: #ffa53b;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  position: relative;
  z-index: 0;
  padding: 10px;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-image img {
  width: calc(69px + 11 * (100vw - 320px) / 1600);
  height: calc(69px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain {
  display: block;
  color: #ffffff;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a {
  color: #ffffff;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a:hover {
  color: #ffffff;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a h5, .dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain a .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h5, .dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h5 {
  font-weight: 600;
  font-size: 18px;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6, .dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 del, .dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 del {
  color: #ff4f4f;
  font-weight: 400;
  font-size: 13px;
}
.dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain h6 span, .dark .deal-modal .modal-content .modal-body .deal-offer-box .deal-offer-list li .deal-offer-contain .deal-contain .h6 span {
  color: #dddddd;
  font-size: 13px;
  font-weight: 400;
}
.dark .remove-profile .modal-content .modal-header {
  justify-content: center;
  padding-bottom: 0;
}
.dark .remove-profile .modal-content .modal-body .remove-box p {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #dddddd;
}
.dark .pickup-offcanvas {
  border: none;
}
.dark .pickup-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  align-items: flex-start;
}
.dark .pickup-offcanvas .offcanvas-header .offcanvas-title {
  font-weight: 600;
}
.dark .pickup-offcanvas .offcanvas-header .offcanvas-title span {
  display: block;
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.dark .pickup-offcanvas .offcanvas-body .check-box {
  margin-top: 10px;
}
.dark .pickup-offcanvas .offcanvas-body .check-box h6, .dark .pickup-offcanvas .offcanvas-body .check-box .h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #dddddd;
}
.dark .pickup-offcanvas .offcanvas-body .check-box h6 i, .dark .pickup-offcanvas .offcanvas-body .check-box .h6 i {
  font-size: 20px;
}
.dark .pickup-offcanvas .offcanvas-body .address-box {
  margin-top: 18px;
}
.dark .pickup-offcanvas .offcanvas-body .address-box ul li {
  display: block;
  font-size: 13px;
  color: #dddddd;
}
.dark .categories-canvas {
  width: 320px;
}
.dark .categories-canvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
}
.dark .categories-canvas .offcanvas-header .offcanvas-title {
  color: var(--theme-color);
  font-weight: 600;
}
.dark .categories-canvas .offcanvas-header .close-button {
  padding: 0;
  margin: -10px 0;
  font-size: 16px;
  background-image: none;
}
.dark .categories-canvas .offcanvas-body {
  padding: 20px 24px;
  margin-top: 13px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li {
  display: block;
  width: 100%;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a {
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a:hover h6, .dark .categories-canvas .offcanvas-body .categories-list ul li a:hover .h6 {
  letter-spacing: 0.3px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a:hover h6::before, .dark .categories-canvas .offcanvas-body .categories-list ul li a:hover .h6::before {
  width: 65px;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a h6, .dark .categories-canvas .offcanvas-body .categories-list ul li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a h6:before, .dark .categories-canvas .offcanvas-body .categories-list ul li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.dark .categories-canvas .offcanvas-body .categories-list ul li a i {
  margin-left: auto;
}
.dark .product-review-form .product-wrapper {
  display: flex;
  align-items: center;
  padding: calc(12px + 5 * (100vw - 320px) / 1600) calc(16px + 7 * (100vw - 320px) / 1600);
  gap: 14px;
  margin-bottom: calc(8px + 14 * (100vw - 320px) / 1600);
  border-radius: calc(4px + 4 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
}
.dark .product-review-form .product-wrapper .product-image {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #2a2d2d;
}
.dark .product-review-form .product-wrapper .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-review-form .product-wrapper .product-content .name {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating label {
  color: #dddddd;
  font-weight: 400;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .price-number {
  line-height: 1;
  color: rgba(221, 221, 221, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 5px 0 0;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  line-height: 1;
  margin-left: 8px;
  color: rgba(74, 85, 104, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
}
body[dir=rtl] .dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  margin-left: unset;
  margin-right: 8px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number i {
  margin-top: -1px;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.dark .product-review-form .review-box + .review-box {
  margin-top: calc(14px + 7 * (100vw - 320px) / 1600);
}
.dark .product-review-form .review-box .product-review-rating {
  display: flex;
  align-items: center;
  gap: 9px;
}
.dark .product-review-form .review-box .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.dark .product-review-form .review-box .product-review-rating .product-rating .rating li svg {
  font-size: 16px;
}
.dark .variation-modal .modal-content .modal-header {
  padding: 0 !important;
  border: unset;
  background-color: transparent;
}
.dark .variation-modal .modal-content .modal-body {
  padding-top: 16px !important;
  border: unset !important;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal {
    text-align: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .offer-top,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .offer-top {
  font-weight: 500;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .name,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-2 .custom-rate,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating-box .custom-rate,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .price,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .price del,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .price span,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate ul li svg,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate ul li svg {
  font-size: 16px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 8px;
  color: #ffffff;
}
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-box-contain .price-rating .custom-rate .review,
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 8px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-title,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-title {
  padding-top: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-contain,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-contain {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 16px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-contain p,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-contain p {
  color: #dddddd;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .product-contain p,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-contain p {
    width: 100%;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled::before,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled button {
  cursor: default;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li {
  opacity: 0.7;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #1d1d22;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: 15px;
}
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #1d1d22;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-color: #1d1d22;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-position: left 0.75rem center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li button {
  background-color: #1d1d22;
  border: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .note-box,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .compare-button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .compare-button {
  background-color: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .cart-button {
  max-width: 250px;
  width: 250px;
  background-color: rgb(33, 37, 41);
  text-transform: uppercase;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button:hover,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .cart-button:hover {
  background-color: rgba(33, 37, 41, 0.8);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button svg,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .cart-button svg {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: 19px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty {
  width: auto;
  margin-top: 0;
  max-width: 170px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty .input-group {
  background-color: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty button {
  background-color: #2a2d2d;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty button:hover {
  background-color: #2a2d2d;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty button:hover i,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .wishlist-button {
  padding: 0;
  width: 46px;
  height: 46px;
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .wishlist-button i,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .note-box .wishlist-button i {
  font-size: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-now-button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-now-button button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-now-button button {
  background-color: #ff7272;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box input,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box .team-box .form-check-label span a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  font-size: 16px;
  align-items: center;
  color: #777;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box a:hover,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box a:hover {
  color: #222;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .buy-box a i,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .buy-box a i {
  font-size: 17px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info {
  margin-top: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  text-align: left;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #dddddd;
  border-radius: 100%;
}
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li::after,
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #ffffff;
  font-weight: 500;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .product-info .product-info-list li a + a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-icon i,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4, .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail h4,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h4, .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h4,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail h4,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail h6, .dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail .h6,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail h6,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .pickup-box .pickup-detail a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .payment-option .payment-img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option .payment-img {
  width: 52%;
}
@media (max-width: 575px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .payment-option .payment-img,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option .payment-img {
    width: 68%;
  }
}
@media (max-width: 480px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .payment-option .payment-img,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option .payment-img {
    width: 90%;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .payment-option ul,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .payment-option ul,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .payment-option ul {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li {
  display: block;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li:hover a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li:hover a {
  transform: translateY(-4px);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #dddddd;
  transition: all 0.5s ease;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .share-option ul li a:hover,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package,
  .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package {
    justify-content: center;
  }
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li:hover img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.active img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.active img {
  background: #2a2d2d;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled::before,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled a,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .select-package li.disabled button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled a,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .select-package li.disabled button {
  cursor: default;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li {
  opacity: 0.7;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li.active,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .color li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #1d1d22;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-input,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check:hover .form-check-label,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: 15px;
}
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check + .form-check,
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #1d1d22;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input::after,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:focus,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:active,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked::after,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-label,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-color: #1d1d22;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-select,
body[dir=rtl] .dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .form-select {
  background-position: left 0.75rem center;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .image li img,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .image li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button,
.dark .variation-modal .modal-content .modal-body .right-sidebar-modal .product-package .rectangle li button {
  background-color: #1d1d22;
  border: unset;
}
.dark .newsletter-modal .modal-content,
.dark .exit-modal .modal-content {
  overflow: hidden;
}
html.dark .dark .newsletter-modal .modal-content,
html.dark .dark .exit-modal .modal-content {
  background-color: #1d1d22;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-content .modal-header .btn-close,
  .dark .exit-modal .modal-content .modal-header .btn-close {
    background-color: #ffffff;
    color: var(--theme-color);
  }
  html.dark .dark .newsletter-modal .modal-content .modal-header .btn-close,
  html.dark .dark .exit-modal .modal-content .modal-header .btn-close {
    color: var(--theme-color);
  }
}
.dark .newsletter-modal .modal-box,
.dark .exit-modal .modal-box {
  display: flex;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box,
  .dark .exit-modal .modal-box {
    display: block;
  }
}
.dark .newsletter-modal .modal-box .modal-image,
.dark .exit-modal .modal-box .modal-image {
  height: 100%;
  width: 400px;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box .modal-image,
  .dark .exit-modal .modal-box .modal-image {
    height: 330px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box .modal-image img,
  .dark .exit-modal .modal-box .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.dark .newsletter-modal .modal-box .modal-content,
.dark .exit-modal .modal-box .modal-content {
  border-radius: 0;
  background-color: #1d1d22;
  width: calc(100% - 400px);
  padding: calc(18px + 12 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
  display: flex;
  flex-direction: unset;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .newsletter-modal .modal-box .modal-content,
  .dark .exit-modal .modal-box .modal-content {
    width: 100%;
  }
}
.dark .newsletter-modal .modal-box .modal-content .modal-logo,
.dark .exit-modal .modal-box .modal-content .modal-logo {
  width: calc(94px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
  max-height: 91px;
  height: auto;
}
.dark .newsletter-modal .modal-box .modal-content h2, .dark .newsletter-modal .modal-box .modal-content .h2,
.dark .exit-modal .modal-box .modal-content h2,
.dark .exit-modal .modal-box .modal-content .h2 {
  font-size: calc(29px + 9 * (100vw - 320px) / 1600);
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: calc(15px + 6 * (100vw - 320px) / 1600);
}
.dark .newsletter-modal .modal-box .modal-content h2 span, .dark .newsletter-modal .modal-box .modal-content .h2 span,
.dark .exit-modal .modal-box .modal-content h2 span,
.dark .exit-modal .modal-box .modal-content .h2 span {
  color: #ffffff;
}
.dark .newsletter-modal .modal-box .modal-content h5, .dark .newsletter-modal .modal-box .modal-content .h5,
.dark .exit-modal .modal-box .modal-content h5,
.dark .exit-modal .modal-box .modal-content .h5 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.dark .newsletter-modal .modal-box .modal-content p,
.dark .exit-modal .modal-box .modal-content p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin-bottom: 0;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box,
.dark .exit-modal .modal-box .modal-content .modal-form-box {
  margin-top: calc(24px + 12 * (100vw - 320px) / 1600);
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control,
.dark .exit-modal .modal-box .modal-content .modal-form-box .form-control {
  color: #ffffff;
  font-size: 14px;
  padding: 12px;
  border: unset;
  background-color: #2a2d2d;
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.05);
  border-radius: 0;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control::placeholder,
.dark .exit-modal .modal-box .modal-content .modal-form-box .form-control::placeholder {
  font-size: 14px;
  color: #909090;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .input-group-text,
.dark .exit-modal .modal-box .modal-content .modal-form-box .input-group-text {
  padding: 12px calc(19px + 5 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 14px;
  border: unset;
  border-radius: 0;
}
.dark .newsletter-modal.show .modal-box .modal-image,
.dark .exit-modal.show .modal-box .modal-image {
  margin-right: 0;
}
.dark .offcanvas.shop-offcanvas-filter {
  width: calc(300px + 50 * (100vw - 320px) / 1600);
}
html.dark .dark .offcanvas.shop-offcanvas-filter {
  background-color: #2a2d2d;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-header {
  justify-content: unset;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-header h5, .dark .offcanvas.shop-offcanvas-filter .offcanvas-header .h5 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
  order: 1;
}
html.dark .dark .offcanvas.shop-offcanvas-filter .offcanvas-header h5, html.dark .dark .offcanvas.shop-offcanvas-filter .offcanvas-header .h5 {
  color: #ffffff;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 1;
  order: 0;
  margin-right: 10px;
  background: unset;
}
body[dir=rtl] .dark .offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close {
  margin-right: unset;
  margin-left: 10px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close::before {
  content: "\eb99";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 1;
}
html.dark .dark .offcanvas.shop-offcanvas-filter .offcanvas-header .btn-close {
  color: #ffffff;
}
.dark .offcanvas.shop-offcanvas-filter .custom-height {
  max-height: unset;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
html.dark .dark .offcanvas.shop-offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #1d1d22;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button h3, .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button h3 svg, .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-right: 10px;
}
body[dir=rtl] .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button h3 svg, body[dir=rtl] .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-left: 10px;
  margin-right: unset;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category {
  margin-bottom: 25px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title h2, .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li span {
  position: relative;
  line-height: 1;
  margin-top: -1px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li span svg {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
  background-color: transparent;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 0;
}
html.dark .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  color: #ddd;
  background-color: #1d1d22;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .left-title h3, .dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-radius: unset;
  position: relative;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
.dark .offcanvas.shop-offcanvas-filter .offcanvas-body .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
.dark .address-form .form-control {
  padding: 10px 10px 11px 10px;
}
.dark .address-form .custom-select.intl-tel-input {
  left: 13px;
  top: 29px;
}
body[dir=rtl] .dark .address-form .custom-select.intl-tel-input {
  right: 13px;
  left: unset;
}
.dark .address-form .custom-select .select2-container .select2-selection {
  border-color: #ced4da !important;
  background: transparent !important;
}
.dark .address-form .custom-select .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.dark .address-form .modal-footer > * {
  margin: 0;
}
.dark .audio-video-modal .modal-content .modal-header {
  display: block;
  text-align: right;
  padding: 0;
}
.dark .audio-video-modal .modal-content .modal-header .modal-title {
  display: none;
}
.dark .audio-video-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dark .audio-video-modal .modal-content .modal-body {
  padding: calc(14px + 22 * (100vw - 320px) / 1600);
}
.dark .audio-video-modal .modal-content .modal-body video {
  width: 100%;
  height: 100%;
}
.dark .audio-video-modal .modal-content .modal-body .slider-image {
  background-color: #1d1d22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .audio-video-modal .modal-content .modal-body .slider-main-img {
  max-height: 430px;
  min-height: 400px;
}
.dark .audio-video-modal .modal-content .modal-body .slider-main-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.dark .audio-video-modal .modal-content .modal-body .modal-media {
  text-align: center;
}
.dark .audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #2a2d2d;
  transform: scale(0.86) translateY(-50%);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(221, 221, 221, 0.6);
  padding: 0;
  margin: 0;
  z-index: 1;
  line-height: 1;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.88);
}
.dark .audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-prev {
  left: -18px;
}
.dark .audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-prev::before {
  content: "\ea64";
}
.dark .audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-next {
  right: -18px;
}
.dark .audio-video-modal .modal-content .modal-body .modal-media .slick-slider .slick-arrow.slick-next::before {
  content: "\ea6e";
}
@media (max-width: 575px) {
  .dark .audio-video-modal .modal-content .modal-body .modal-media audio {
    width: 100%;
  }
}
.dark .shop-offcanvas-filter .left-box .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-offcanvas-filter .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3, .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3 a, .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 a {
  display: flex;
  align-items: center;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3 svg, .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-right: 10px;
  font-size: 20px;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button h3 svg, body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-left: 10px;
  margin-right: unset;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category {
  margin-bottom: 25px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title h2, .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li span {
  position: relative;
  line-height: 1;
  margin-top: -1px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li span svg {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .left-title h3, .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-radius: unset;
  position: relative;
  display: flex;
  align-items: center;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  right: unset;
  left: -12px;
  transform: translateY(-50%) rotate(4deg);
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  right: unset;
  left: -10px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box {
  padding: 16px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .form-control {
  border-radius: 6px !important;
  z-index: 0;
  border: 1px solid rgba(119, 119, 119, 0.44);
  padding-right: 55px;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .form-control {
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: 55px;
}
.dark .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
  font-size: 15px;
  padding: 0 18px;
  font-weight: 600;
  height: 60%;
  display: flex;
  align-items: center;
  color: #dddddd;
}
body[dir=rtl] .dark .shop-offcanvas-filter .left-box .shop-left-sidebar .search-box .search-icon {
  border-left: unset;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
  right: unset;
  left: 0;
}
html.dark .dark .shop-offcanvas-filter .left-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .shop-offcanvas-filter .show-button {
  margin-bottom: 14px;
}
.dark .shop-offcanvas-filter .show-button .filter-button {
  display: block;
  color: #2a2d2d;
}
.dark .shop-offcanvas-filter .show-button .filter-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}
.dark .shop-offcanvas-filter .show-button .filter-button a svg {
  margin-top: -4px;
}
.dark .shop-offcanvas-filter .show-button .filter-button-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.dark .shop-offcanvas-filter .show-button .filter-button-group .sort-by-button {
  color: #2a2d2d;
  margin-left: auto;
}
.dark .shop-offcanvas-filter .show-button .filter-button-group .sort-by-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.dark .shop-offcanvas-filter .show-button .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .shop-offcanvas-filter .show-button .top-filter-menu-2 {
    margin-top: 18px;
  }
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu {
  border: none;
  background-color: #f6f5f2;
  padding: 10px calc(13px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-right: 14px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777;
}
html.dark .dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu {
  background-color: #1d1d22;
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu {
  margin-right: unset;
  margin-left: 14px;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .sidebar-filter-menu a svg {
  font-size: 16px;
  margin-top: -3px;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option {
  margin-left: auto;
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 {
    display: none;
  }
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  filter: invert(1) brightness(100);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu-2 .grid-option ul li a img {
  width: auto;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .shop-offcanvas-filter .show-button .top-filter-menu {
    margin-top: 18px;
  }
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown h5, .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .h5 {
    display: none;
  }
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: 10px;
  width: calc(172px + 48 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: 0;
  }
  body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  font-weight: 400;
  display: block;
  background-color: #f6f5f2;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #ffffff;
  width: 100%;
  text-align: left;
  z-index: 2;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  text-align: right;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  right: unset;
  left: 15px;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 6px;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  width: 100%;
  z-index: 2;
  margin-top: 7px;
}
html.dark .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  box-shadow: 0 6px 10px 4px rgba(42, 45, 45, 0.051);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box {
  overflow: hidden auto;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
html.dark .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
html.dark .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  padding: 4px 6px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  transition: all 0.1s ease-in-out;
}
html.dark .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  color: #ddd;
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  text-align: right;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item + .dropdown-item {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:active, .dark .shop-offcanvas-filter .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:focus {
  color: var(--theme-color);
  background-color: transparent;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option {
  margin-left: auto;
}
body[dir=rtl] .dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  overflow: hidden;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li.active {
  background: var(--theme-color);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li.active a {
  background-color: var(--theme-color);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li.active img {
  filter: invert(1) brightness(100);
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark .shop-offcanvas-filter .show-button .top-filter-menu .grid-option ul li a img {
  width: auto;
}
.dark .shop-offcanvas-filter .show-button .filter-category {
  margin-bottom: 25px;
}
.dark .shop-offcanvas-filter .show-button .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.dark .shop-offcanvas-filter .show-button .filter-category ul li {
  padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(28px + 6 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600) calc(7px + 4 * (100vw - 320px) / 1600);
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.dark .shop-offcanvas-filter .show-button .filter-category ul li:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 13px;
  color: #777;
  cursor: pointer;
}
.dark .shop-offcanvas-filter .show-button .filter-category ul li a {
  color: #777;
}
.dark .shop-offcanvas-filter .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #2a2d2d;
  box-shadow: 0 2px 9px rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .shop-offcanvas-filter .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px;
}
.dark .shop-offcanvas-filter .top-filter-category > .row > div {
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .shop-offcanvas-filter .top-filter-category > .row > div:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .dark .shop-offcanvas-filter .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .dark .shop-offcanvas-filter .top-filter-category > .row > div {
    border: none;
  }
}
.dark .product-section-box {
  margin-top: calc(12px + 36 * (100vw - 320px) / 1600);
  /* Offer Table Section */
}
.dark .product-section-box .custom-nav {
  flex-wrap: nowrap;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section-box .custom-nav::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .dark .product-section-box .custom-nav::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark .product-section-box .custom-nav::-webkit-scrollbar {
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.dark .product-section-box .custom-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .product-section-box .custom-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 0 calc(17px + 3 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  border: none;
  font-weight: 600;
  position: relative;
}
.dark .product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .product-section-box .custom-nav .nav-item .nav-link::after {
  left: unset;
  right: 0;
}
.dark .product-section-box .custom-nav .nav-item .nav-link:focus, .dark .product-section-box .custom-nav .nav-item .nav-link:hover, .dark .product-section-box .custom-nav .nav-item .nav-link.active {
  background-color: #2a2d2d;
}
.dark .product-section-box .custom-nav .nav-item .nav-link:focus::after, .dark .product-section-box .custom-nav .nav-item .nav-link:hover::after, .dark .product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100%;
  background: var(--theme-color);
}
.dark .product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid rgba(119, 119, 119, 0.44);
  table-layout: fixed;
  display: inherit;
  border-radius: 6px;
}
.dark .product-section-box .offer-table tbody tr th,
.dark .product-section-box .offer-table tbody tr td {
  padding: 12px 16px;
}
.dark .product-section-box .offer-table tbody tr th {
  width: 7%;
}
.dark .product-section-box .offer-table tbody tr td {
  vertical-align: middle;
}
.dark .product-section-box .offer-table tbody tr td.offer-name {
  width: 20%;
}
.dark .product-section-box .custom-tab {
  padding-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .tab-pane p {
  margin: 0;
  color: #dddddd;
  line-height: 1.7;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  width: auto;
}
.dark .product-section-box .custom-tab .tab-pane p + p {
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .product-detail .detail-title h5, .dark .product-section-box .custom-tab .product-detail .detail-title .h5 {
  font-weight: 600;
  color: #dddddd;
  font-size: 17px;
  margin-bottom: 10px;
}
.dark .product-section-box .custom-tab .product-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dark .product-section-box .custom-tab .product-detail .detail-list li {
  display: flex;
  align-items: flex-start;
  color: #dddddd;
  width: 100%;
}
.dark .product-section-box .custom-tab .product-detail .detail-list li i {
  font-size: 6px;
  color: #dddddd;
  margin: 6px 6px 0 0;
}
.dark .product-section-box .custom-tab .tab-pane .product-description p {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1.7;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .tab-pane .product-description p:last-child {
  margin-bottom: 0;
}
.dark .product-section-box .custom-tab .tab-pane .product-description.more-less-box {
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
.dark .product-section-box .custom-tab .tab-pane .product-description.more-less-box.more {
  max-height: unset;
}
.dark .product-section-box .custom-tab .tab-pane .product-description.more-less-box.more .more-lest-btn {
  position: relative;
  inset: unset;
}
.dark .product-section-box .custom-tab .tab-pane .product-description.more-less-box.more .more-lest-btn i {
  transform: rotate(180deg);
}
.dark .product-section-box .custom-tab .tab-pane .product-description.more-less-box .more-lest-btn {
  position: absolute;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px;
  background: #2a2d2d;
  background: linear-gradient(0deg, #2a2d2d 0%, #2a2d2d 50%, rgba(42, 45, 45, 0.6082808123) 100%);
}
.dark .product-section-box .custom-tab .tab-pane .product-description.more-less-box .more-lest-btn i {
  font-size: 20px;
}
.dark .product-section-box .custom-tab .information-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.dark .product-section-box .custom-tab .information-box ul li {
  color: #dddddd;
  width: 100%;
  display: list-item;
  list-style-type: circle;
  margin-left: 35px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .review-box form .form-floating {
  z-index: 0;
}
.dark .product-section-box .custom-tab .review-box .review-title {
  margin-bottom: calc(10px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li {
  display: block;
  width: 100%;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 26px;
  background: #1d1d22;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box {
    display: block;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}
body[dir=rtl] .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time h6, .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-top: 1px;
}
@media (max-width: 360px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time {
    display: block;
  }
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .people-comment .date-time .product-rating {
    margin-top: 8px;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply {
  margin-top: 9px;
  line-height: 1.6;
  color: #dddddd;
  position: relative;
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
  width: 90%;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .dark .product-section-box .custom-tab .review-box .review-people .review-list li .people-box .reply a {
    position: relative;
    margin-left: 8px;
  }
}
.dark .product-section-box .custom-tab .review-box .rating-box {
  margin-top: 17px;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(13px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li {
  width: 100%;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list h5, .dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .h5 {
  white-space: nowrap;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress {
  width: 100%;
  border-radius: 3px;
}
.dark .product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress .progress-bar {
  background: var(--theme-color);
}
.dark .product-section-box .custom-tab .info-table {
  border: 1px solid rgba(119, 119, 119, 0.44);
  margin-bottom: 0;
}
.dark .product-section-box .custom-tab .info-table.table-striped tbody tr:nth-child(odd) td {
  background-color: #1d1d22;
  color: #ffffff;
}
.dark .product-section-box .custom-tab .info-table tbody tr th,
.dark .product-section-box .custom-tab .info-table tbody tr td {
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .product-section-box .custom-tab .info-table tbody tr td {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section-box .question-answer li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 19px;
  position: relative;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section-box .question-answer li .link-dislike-box {
  display: flex;
  gap: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
body[dir=rtl] .dark .product-section-box .question-answer li .link-dislike-box {
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  .dark .product-section-box .question-answer li .link-dislike-box {
    position: relative;
    margin-top: 10px;
    justify-content: flex-end;
  }
}
.dark .product-section-box .question-answer li .link-dislike-box li {
  margin: 0;
  padding: 0;
  border: unset;
}
.dark .product-section-box .question-answer li .link-dislike-box li a span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(221, 221, 221, 0.6);
}
.dark .product-section-box .question-answer li .link-dislike-box li a span svg {
  font-size: 16px;
}
.dark .product-section-box .question-answer li .question-box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  width: 93%;
}
@media (max-width: 1480px) {
  .dark .product-section-box .question-answer li .question-box {
    width: 89%;
  }
}
@media (max-width: 684px) {
  .dark .product-section-box .question-answer li .question-box {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .dark .product-section-box .question-answer li .question-box {
    width: 100%;
  }
}
.dark .product-section-box .question-answer li .question-box h5, .dark .product-section-box .question-answer li .question-box .h5 {
  border: 1px solid #eee;
  background-color: #1d1d22;
  text-transform: capitalize;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  padding-inline: 7px;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.dark .product-section-box .question-answer li .answer-box {
  display: flex;
  gap: 15px;
}
.dark .product-section-box .question-answer li .answer-box h5, .dark .product-section-box .question-answer li .answer-box .h5 {
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: #ffffff;
  text-transform: capitalize;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  padding-inline: 7px;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 3px;
}
html.dark .dark .product-section-box .question-answer li .answer-box h5, html.dark .dark .product-section-box .question-answer li .answer-box .h5 {
  color: #ffffff;
}
.dark .product-section-box .question-answer li .answer-box p {
  margin: 0;
  width: calc(100% - 15px - 30px);
  line-height: 1.5;
  color: #dddddd;
  letter-spacing: 0.6px;
}
.dark .product-section-box .question-answer li h6, .dark .product-section-box .question-answer li .h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.dark .product-section-box .question-answer li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dark .product-section-box .question-answer li .report-text {
  text-align: right;
  font-size: 13px;
  color: rgba(221, 221, 221, 0.6);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 7px;
}
.dark .product-section-box .question-answer li .report-text i {
  font-size: 15px;
}
.dark .custome-pagination {
  margin-top: calc(22px + 13 * (100vw - 320px) / 1600);
  z-index: 0;
  position: relative;
}
.dark .custome-pagination .pagination {
  flex-wrap: wrap;
  gap: calc(6px + 7 * (100vw - 320px) / 1600);
}
.dark .custome-pagination .pagination .page-item {
  border-radius: 5px;
  overflow: hidden;
}
.dark .custome-pagination .pagination .page-item:not(:first-child) .page-link {
  margin: 0;
}
.dark .custome-pagination .pagination .page-item.disabled .page-link {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.3;
}
.dark .custome-pagination .pagination .page-item .page-link {
  border-radius: 5px;
  color: #dddddd;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .custome-pagination .pagination .page-item .page-link:hover {
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  background-color: unset;
}
.dark .custome-pagination .pagination .page-item .page-link:focus {
  color: var(--theme-color);
  background-color: #fff;
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark .custome-pagination .pagination .page-item .page-link.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
.dark .custome-pagination .pagination .page-item .page-link.disabled {
  background-color: transparent;
  cursor: not-allowed;
}
body[dir=rtl] .dark .custome-pagination .pagination .page-item .page-link svg {
  transform: rotateY(180deg);
}
.dark .ratio_30 .bg-size:before {
  content: "";
  padding-top: 30%;
  display: block;
}
.dark .ratio_35 .bg-size:before {
  content: "";
  padding-top: 35%;
  display: block;
}
.dark .ratio_42 .bg-size:before {
  content: "";
  padding-top: 42%;
  display: block;
}
.dark .ratio_45 .bg-size:before {
  content: "";
  padding-top: 45.4%;
  display: block;
}
.dark .ratio_50 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
.dark .ratio_50_1 .bg-size:before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media (max-width: 1660px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 57%;
  }
}
@media (max-width: 1199px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 80%;
  }
}
@media (max-width: 991px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 59%;
  }
}
@media (max-width: 767px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 68%;
  }
}
@media (max-width: 575px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 77%;
  }
}
@media (max-width: 480px) {
  .dark .ratio_50_1 .bg-size:before {
    padding-top: 84%;
  }
}
.dark .ratio_58 .bg-size:before {
  content: "";
  padding-top: 58%;
  display: block;
}
.dark .ratio_60 .bg-size:before {
  content: "";
  padding-top: 60%;
  display: block;
}
.dark .ratio_65 .bg-size:before {
  content: "";
  padding-top: 65%;
  display: block;
}
.dark .ratio_87 .bg-size:before {
  content: "";
  padding-top: 87%;
  display: block;
}
.dark .ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.dark .ratio_110 .bg-size:before {
  padding-top: 110%;
  content: "";
  display: block;
}
.dark .ratio_125 .bg-size::before {
  content: "";
  padding-top: 125%;
  display: block;
}
.dark .ratio_148 .bg-size::before {
  content: "";
  padding-top: 148%;
  display: block;
}
.dark .ratio_156 .bg-size:before {
  content: "";
  padding-top: 156%;
  display: block;
}
.dark .ratio_medium .bg-size:before {
  content: "";
  padding-top: 134%;
  display: block;
}
.dark .ratio_180 .bg-size:before {
  content: "";
  padding-top: 180%;
  display: block;
}
.dark .ratio_209 .bg-size:before {
  content: "";
  padding-top: 209%;
  display: block;
}
.dark .ratio_148_1 .bg-size {
  content: "";
  padding-top: 148%;
  display: block;
}
@media (max-width: 1199px) {
  .dark .ratio_148_1 .bg-size {
    padding-top: 88%;
  }
}
.dark .b-bottom {
  background-position: bottom !important;
}
.dark .b-top {
  background-position: top !important;
}
.dark .b-left {
  background-position: left !important;
}
.dark .b-right {
  background-position: right !important;
}
.dark .b-size-contain {
  background-size: contain !important;
}
.dark .product-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
}
.dark .product-wrapper .slick-dots li {
  width: auto;
  height: auto;
}
.dark .product-wrapper .slick-dots li button {
  width: calc(6px + 2 * (100vw - 320px) / 1600);
  height: calc(6px + 2 * (100vw - 320px) / 1600);
  border-radius: 4px;
  padding: 0;
  margin: 0;
  background-color: rgba(35, 35, 35, 0.2);
  transition: all 0.5s ease;
}
.dark .product-wrapper .slick-dots li button::before {
  display: none;
}
html.dark .dark .product-wrapper .slick-dots li button {
  background-color: rgba(119, 119, 119, 0.439);
}
.dark .product-wrapper .slick-dots li.slick-active button {
  margin: 0;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.dark .product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.dark .product-wrapper.slick-slider.slick-dotted {
  margin-bottom: -2px;
}
.dark .no-arrow .slick-arrow {
  display: none !important;
}
.dark .slick-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .dark .slick-slider .slick-list {
    margin: 0 -6px;
  }
}
.dark .slick-slider .slick-list .slick-slide > div,
.dark .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .dark .slick-slider .slick-list .slick-slide > div,
  .dark .slick-slider .slick-list .slick-slide > ul {
    margin: 0 6px;
  }
}
.dark .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.dark .no-space .slick-list {
  margin: 0;
}
.dark .no-space .slick-list .slick-slide > div,
.dark .no-space .slick-list .slick-slide > ul {
  margin: 0;
}
.dark .shop-box .slick-list {
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .dark .shop-box .slick-list {
    margin: 0 -6px;
  }
}
.dark .shop-box .slick-list .slick-slide > div,
.dark .shop-box .slick-list .slick-slide > ul {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .dark .shop-box .slick-list .slick-slide > div,
  .dark .shop-box .slick-list .slick-slide > ul {
    margin: 0 6px;
  }
}
.dark .shop-box.slick-dotted {
  margin-bottom: 0;
}
.dark .slick-top .slick-list .slick-track > div {
  margin: 3px 0;
}
.dark .left-slider .slick-list .slick-track .slick-slide img {
  opacity: 0.8;
  background-color: #1d1d22;
  cursor: pointer;
}
.dark .left-slider .slick-list .slick-track .slick-slide.slick-current img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(0) blur(0);
  opacity: 1;
}
.dark .left-slider .sidebar-image {
  width: 100%;
  height: 100%;
}
.dark .left-slider .sidebar-image img {
  width: 100%;
  height: 100%;
}
.dark .arrow-slider .slick-prev,
.dark .arrow-slider .slick-next {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.14);
  position: absolute;
  top: calc(-28px + -15 * (100vw - 320px) / 1600);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.dark .arrow-slider .slick-prev::before,
.dark .arrow-slider .slick-next::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: var(--theme-color);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.dark .arrow-slider .slick-prev:hover,
.dark .arrow-slider .slick-next:hover {
  background-color: var(--theme-color);
}
.dark .arrow-slider .slick-prev:hover::before,
.dark .arrow-slider .slick-next:hover::before {
  color: #2a2d2d;
}
.dark .arrow-slider .slick-prev {
  left: unset;
  right: 60px;
}
body[dir=rtl] .dark .arrow-slider .slick-prev {
  right: unset;
  left: 0;
}
.dark .arrow-slider .slick-prev::before {
  content: "\ea64";
}
@media (max-width: 575px) {
  .dark .arrow-slider .slick-prev {
    right: 45px;
  }
}
.dark .arrow-slider .slick-next {
  right: 5px;
}
body[dir=rtl] .dark .arrow-slider .slick-next {
  right: unset;
  left: 50px;
}
.dark .arrow-slider .slick-next::before {
  content: "\ea6e";
}
.dark .arrow-slider-2 .slick-prev,
.dark .arrow-slider-2 .slick-next {
  top: -42px;
}
@media (max-width: 1460px) {
  .dark .arrow-slider-2 .slick-prev,
  .dark .arrow-slider-2 .slick-next {
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .dark .arrow-slider-2 .slick-prev,
  .dark .arrow-slider-2 .slick-next {
    top: -37px;
  }
}
@media (max-width: 767px) {
  .dark .arrow-slider-2 .slick-prev,
  .dark .arrow-slider-2 .slick-next {
    top: -33px;
  }
}
@media (max-width: 480px) {
  .dark .arrow-slider-2 .slick-prev,
  .dark .arrow-slider-2 .slick-next {
    top: -31px;
  }
}
@media (max-width: 360px) {
  .dark .arrow-slider-2 .slick-prev,
  .dark .arrow-slider-2 .slick-next {
    top: -29px;
  }
}
.dark .arrow-slider-2 .slick-prev {
  left: unset;
  right: 50px;
}
.dark .arrow-slider-2 .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.dark .arrow-slider-2 .slick-prev:hover::before {
  color: var(--theme-color);
}
.dark .arrow-slider-2 .slick-next {
  right: 5px;
}
.dark .arrow-slider-2 .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #ffffff;
}
.dark .arrow-slider-2 .slick-next:hover::before {
  color: var(--theme-color);
}
.dark .img-slider img {
  display: initial;
}
.dark .product-arrow .slick-prev,
.dark .product-arrow .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  background-color: rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  z-index: 1;
  transition: all 0.3s ease;
}
.dark .product-arrow .slick-prev::before,
.dark .product-arrow .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.dark .product-arrow .slick-prev {
  left: 0;
}
.dark .product-arrow .slick-prev::before {
  color: #ffffff;
  content: "\f104";
}
.dark .product-arrow .slick-prev:hover, .dark .product-arrow .slick-prev:focus {
  background-color: var(--theme-color);
}
.dark .product-arrow .slick-prev:hover::before, .dark .product-arrow .slick-prev:focus::before {
  color: #2a2d2d;
}
.dark .product-arrow .slick-next {
  right: 0;
}
.dark .product-arrow .slick-next:before {
  color: #ffffff;
  content: "\f105";
}
.dark .product-arrow .slick-next:hover, .dark .product-arrow .slick-next:focus {
  background-color: var(--theme-color);
}
.dark .product-arrow .slick-next:hover::before, .dark .product-arrow .slick-next:focus::before {
  color: #2a2d2d;
}
.dark .product-box-arrow .slick-prev,
.dark .product-box-arrow .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(28px + 12 * (100vw - 320px) / 1600);
  height: calc(28px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  background-color: #2a2d2d;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
  color: #dddddd;
}
.dark .product-box-arrow .slick-prev::before,
.dark .product-box-arrow .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .product-box-arrow .slick-prev:hover, .dark .product-box-arrow .slick-prev:focus,
.dark .product-box-arrow .slick-next:hover,
.dark .product-box-arrow .slick-next:focus {
  background-color: var(--theme-color);
}
.dark .product-box-arrow .slick-prev:hover::before, .dark .product-box-arrow .slick-prev:focus::before,
.dark .product-box-arrow .slick-next:hover::before,
.dark .product-box-arrow .slick-next:focus::before {
  color: #2a2d2d;
}
.dark .product-box-arrow .slick-prev {
  left: -28px;
}
@media (max-width: 575px) {
  .dark .product-box-arrow .slick-prev {
    left: -8px;
  }
}
.dark .product-box-arrow .slick-prev::before {
  content: "\f104";
}
.dark .product-box-arrow .slick-next {
  right: -28px;
}
@media (max-width: 575px) {
  .dark .product-box-arrow .slick-next {
    right: -8px;
  }
}
.dark .product-box-arrow .slick-next:before {
  content: "\f105";
}
.dark .slick-height .slick-list .slick-track .slick-slide {
  height: auto;
}
.dark .tab-style-color {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 12 * (100vw - 320px) / 1600);
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1265px) {
  .dark .tab-style-color {
    margin-top: 13px;
  }
}
@media (max-width: 1265px) {
  .dark .tab-style-color-2 {
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .dark .tab-style-color-2 {
    margin-top: 13px;
    padding-bottom: 11px;
  }
}
.dark .tab-style-color .nav-item .nav-link {
  border: none;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
  background-color: #2a2d2d;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);
  margin: 0;
  cursor: pointer;
  border-radius: 6px;
  color: #ffffff;
}
.dark .tab-style-color .nav-item .nav-link.active, .dark .tab-style-color .nav-item .nav-link:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .tab-style-color .nav-item .nav-link img {
  margin-right: 5px;
}
.dark .tab-style-2 {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 12 * (100vw - 320px) / 1600);
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1265px) {
  .dark .tab-style-2 {
    margin-top: 13px;
  }
}
.dark .tab-style-2 .nav-item .nav-link {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
  background-color: #2a2d2d;
  line-height: 1;
  border: 1px solid var(--theme-color);
  padding: calc(9px + 5 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600);
  margin: 0;
  border-radius: 6px;
}
.dark .tab-style-2 .nav-item .nav-link.active, .dark .tab-style-2 .nav-item .nav-link:hover {
  background-color: var(--theme-color);
  color: #ffffff;
  border-color: transparent;
}
.dark .theme-option {
  position: fixed;
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  right: calc(10px + 15 * (100vw - 320px) / 1600);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .theme-option {
  right: unset;
  left: calc(10px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .theme-option {
    bottom: calc(75px + 5 * (100vw - 320px) / 1600);
  }
}
.dark .theme-option .back-to-top {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  margin-top: 12px;
}
.dark .theme-option .back-to-top a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
}
.dark .theme-option .back-to-top a svg {
  color: #ffffff;
  font-size: x-large;
}
.dark .stickyCart .theme-option {
  bottom: 95px;
}
@media (max-width: 1199px) {
  .dark .stickyCart .theme-option {
    bottom: 107px;
  }
}
@media (max-width: 767px) {
  .dark .stickyCart .theme-option {
    bottom: 160px;
  }
}
@media (max-width: 480px) {
  .dark .stickyCart .theme-option {
    bottom: 144px;
  }
}
.dark .stickyCart .compare-fix {
  bottom: 96px;
}
@media (max-width: 767px) {
  .dark .stickyCart .compare-fix {
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .dark .stickyCart footer {
    margin-bottom: calc(120px + 19 * (100vw - 320px) / 447);
  }
}
@media (max-width: 767px) {
  .dark .stickyCart .recently-purchase.show {
    bottom: calc(128px + 32 * (100vw - 320px) / 447);
  }
}
.dark .setting-box {
  background-color: var(--theme-color);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark .setting-box .setting-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  padding: 0;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: #2a2d2d;
}
.dark .setting-box .setting-button:first-child:active {
  color: #ffffff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .setting-box .setting-button svg {
  width: calc(16px + 6 * (100vw - 320px) / 1600);
  height: calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .setting-box .theme-setting-2 {
  position: absolute;
  bottom: calc(40px + 6 * (100vw - 320px) / 1600);
  right: 12px;
  width: 360px;
  background-color: #2a2d2d;
  padding: 12px;
  border-radius: 8px 8px 0 8px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.12);
  transform: scale(0);
  transform-origin: bottom right;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 360px) {
  .dark .setting-box .theme-setting-2 {
    right: 0;
  }
}
body[dir=rtl] .dark .setting-box .theme-setting-2 {
  transform-origin: bottom left;
  right: unset;
  left: 12px;
  border-radius: 8px 8px 8px 0;
}
@media (max-width: 360px) {
  body[dir=rtl] .dark .setting-box .theme-setting-2 {
    left: 0;
  }
}
@media (max-width: 360px) {
  .dark .setting-box .theme-setting-2 {
    width: 275px;
  }
}
.dark .setting-box .theme-setting-2.active {
  transform: scale(1);
  transform-origin: bottom right;
}
body[dir=rtl] .dark .setting-box .theme-setting-2.active {
  transform-origin: bottom left;
}
.dark .setting-box .theme-setting-2 .theme-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
.dark .setting-box .theme-setting-2 .theme-box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  gap: 20px;
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
}
.dark .setting-box .theme-setting-2 .theme-box ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.dark .setting-box .theme-setting-2 .theme-box ul li.color-box {
  display: block;
  gap: 19px;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .setting-name {
  margin-bottom: 0;
  width: 15%;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  width: 85%;
  transition: all 0.3s ease-in-out;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button {
  width: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #2a2d2d;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-outline {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background-color: #2a2d2d;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button button.rtl-unline {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0;
  border: none;
  align-items: center;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-control-color {
  width: 38px;
  height: 25px;
}
.dark .setting-box .theme-setting-2 .theme-box ul li .theme-setting-button.color-picker .form-control .form-label {
  width: auto;
  font-size: 16px;
  color: #dddddd;
}
.dark .timer ul {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .timer ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .dark .timer ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.dark .timer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: rgba(119, 119, 119, 0.44);
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .dark .timer ul li {
    width: 40px;
    height: 40px;
  }
}
.dark .timer ul li + li {
  margin-left: 15px;
}
body[dir=rtl] .dark .timer ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
.dark .timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
body[dir=rtl] .dark .timer ul li + li::after {
  left: unset;
  right: -10px;
}
.dark .timer ul li .counter h4, .dark .timer ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .dark .timer ul li .counter h4, .dark .timer ul li .counter .h4 {
    font-size: 15px;
  }
}
.dark .timer-2 {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .dark .timer-2 {
    margin-left: 0;
  }
}
.dark .timer-2 ul li {
  width: calc(45px + 15 * (100vw - 320px) / 1600);
  height: calc(45px + 15 * (100vw - 320px) / 1600);
  color: #ffffff;
  padding: 0;
  border: 1px solid #ddd;
  background-color: transparent;
}
.dark .timer-2 ul li.bg-color {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .timer-2 ul li .counter {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .timer-2 ul li .counter h6, .dark .timer-2 ul li .counter .h6 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .timer-2 ul li + li::after {
  color: #dddddd;
}
.dark .timer-box ul {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .timer-box ul {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .dark .timer-box ul {
    margin-top: 12px;
    justify-content: center;
  }
}
.dark .timer-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: rgba(119, 119, 119, 0.44);
  padding: 8px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .dark .timer-box ul li {
    width: 40px;
    height: 40px;
  }
}
.dark .timer-box ul li + li {
  margin-left: 15px;
}
.dark .timer-box ul li + li::after {
  content: ":";
  position: absolute;
  font-weight: bolder;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.dark .timer-box ul li .counter h4, .dark .timer-box ul li .counter .h4 {
  font-weight: 500;
}
@media (max-width: 575px) {
  .dark .timer-box ul li .counter h4, .dark .timer-box ul li .counter .h4 {
    font-size: 15px;
  }
}
.dark .title-leaf {
  width: 140px;
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 0;
}
.dark .title-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.dark .title-leaf svg {
  background-color: #2a2d2d;
  width: 45px;
  height: 25px;
  fill: var(--theme-color);
}
.dark .title-leaf svg.bg-gray {
  background-color: #1d1d22;
}
.dark .title {
  margin-bottom: calc(16px + 14 * (100vw - 320px) / 1600);
  display: inline-block;
  position: relative;
}
.dark .title h2, .dark .title .h2 {
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.dark .title p {
  line-height: 1.5;
  margin: calc(5px + 5 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1265px) {
  .dark .title-flex {
    display: block;
  }
}
.dark .title-flex .timing-box {
  display: inline-block;
}
.dark .title-flex .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #2a2d2d;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 1265px) {
  .dark .title-flex .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.dark .title-flex .timing-box .timing i {
  -webkit-text-stroke: 1px #2a2d2d;
  color: transparent;
  margin-right: 9px;
}
.dark .title-flex .timing-box .timing svg {
  font-size: 17px;
  margin-right: 9px;
}
.dark .title-flex .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
.dark .title-flex .timing-box .timing .time ul {
  display: flex;
  align-items: center;
}
.dark .title-flex .timing-box .timing .time ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.dark .title-flex .timing-box .timing .time ul li + li {
  margin-left: 15px;
}
.dark .title-flex .timing-box .timing .time ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bolder;
  left: -10px;
}
.dark .title-flex .timing-box .timing .time ul li .counter h6, .dark .title-flex .timing-box .timing .time ul li .counter .h6 {
  font-weight: 600;
}
.dark .title .product-tabs {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.dark .title .product-tabs .nav-item {
  position: relative;
}
.dark .title .product-tabs .nav-item .nav-link {
  border: none;
  border-radius: unset;
  color: #dddddd;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.dark .title .product-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: var(--theme-color);
}
.dark .title .product-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 17px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.dark .title .product-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  bottom: 0;
  left: 75px;
  border-radius: 50px;
  background-color: var(--theme-color);
}
.dark .title .product-tabs .nav-item + .nav-item {
  margin-left: 10px;
}
.dark .title .product-tabs .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 9px;
  left: -11px;
  background-image: url(/_next/static/media/bag.2041d625.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dark .title-border {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
}
.dark .vendor-title h5, .dark .vendor-title .h5 {
  font-weight: 700;
  font-size: calc(18px + 0.005 * (100vw - 320px));
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.dark .vendor-title p {
  margin-bottom: 0;
  font-size: 15px;
  color: #dddddd;
  line-height: 1.6;
}
.dark .seller-title h2, .dark .seller-title .h2 {
  font-weight: 700;
  font-size: calc(24px + 13 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 13 * (100vw - 320px) / 1600);
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.dark .seller-title p {
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 1.6;
}
.dark .title-flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .dark .title-flex-2 {
    display: block;
  }
}
.dark .title-flex-2 .timing-box {
  display: inline-block;
}
.dark .title-flex-2 .timing-box .timing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f4f;
  color: #2a2d2d;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
@media (max-width: 850px) {
  .dark .title-flex-2 .timing-box .timing {
    margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
.dark .title-flex-2 .timing-box .timing i {
  -webkit-text-stroke: 1px #2a2d2d;
  color: transparent;
  margin-right: 9px;
}
.dark .title-flex-2 .timing-box .timing .svg {
  font-size: 17px;
  margin-right: 9px;
}
.dark .title-flex-2 .timing-box .timing .name {
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}
.dark .user-dashboard-title {
  position: relative;
}
.dark .user-dashboard-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body[dir=rtl] .dark .user-dashboard-title::after {
  left: unset;
  right: -20px;
}
.dark .tooltip {
  transition: opacity 0.15s linear;
}
.dark .tooltip .tooltip-arrow::before {
  border-top-color: var(--theme-color);
}
.dark .tooltip .tooltip-inner {
  font-weight: 500;
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .Toastify .Toastify__toast-container {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  width: auto;
}
.dark .Toastify .Toastify__toast-container .Toastify__toast {
  width: 390px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .dark .Toastify .Toastify__toast-container .Toastify__toast {
    width: max-content;
  }
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--success {
  border: 1px solid #0d462c;
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--success::before {
  background-color: #0d462c;
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__toast-body svg,
.dark .Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__close-button svg {
  color: #0d462c;
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__toast-body > div,
.dark .Toastify .Toastify__toast-container .Toastify__toast--success .Toastify__close-button > div {
  color: #0d462c;
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--error {
  border: 1px solid rgba(114, 28, 36, 0.5215686275);
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--error::before {
  background-color: rgb(114, 28, 36);
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__toast-body svg,
.dark .Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__close-button svg {
  color: rgb(114, 28, 36);
}
.dark .Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__toast-body > div,
.dark .Toastify .Toastify__toast-container .Toastify__toast--error .Toastify__close-button > div {
  color: rgb(114, 28, 36);
}
.dark .Toastify .Toastify__toast-container .Toastify__toast::before {
  content: "";
  position: absolute;
  left: 0;
  height: 32px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
.dark .Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-body > div,
.dark .Toastify .Toastify__toast-container .Toastify__toast .Toastify__close-button > div {
  font-weight: 500;
  font-size: 16px;
}
.dark .Toastify__toast-container--top-left,
.dark .Toastify__toast-container--top-center,
.dark .Toastify__toast-container--top-right {
  top: 10px;
}
.dark .country-input {
  position: relative;
}
.dark .country-input .input-error .row.mb-4 {
  margin-bottom: 0 !important;
}
.dark .country-input .input-error input[type=text],
.dark .country-input .input-error input[type=number] {
  padding-left: 132px !important;
}
body[dir=rtl] .dark .country-input .input-error input[type=text],
body[dir=rtl] .dark .country-input .input-error input[type=number] {
  padding-left: 0 !important;
  padding-right: 132px !important;
}
@media (max-width: 576px) {
  .dark .country-input .input-error input[type=text],
  .dark .country-input .input-error input[type=number] {
    padding-left: 122px !important;
  }
  body[dir=rtl] .dark .country-input .input-error input[type=text],
  body[dir=rtl] .dark .country-input .input-error input[type=number] {
    padding-right: 122px !important;
  }
}
.dark .country-input .country-input-box input {
  padding-left: 128px;
  height: calc(51px + 3 * (100vw - 320px) / 1600);
  min-height: calc(51px + 3 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .country-input .country-input-box input {
  padding-left: unset;
  padding-right: 128px;
}
.dark .country-input .custom-select-box {
  min-width: 120px;
  height: auto;
  width: 120px;
  position: absolute;
  left: 13px;
  top: 31px;
  z-index: 1;
  cursor: pointer;
}
body[dir=rtl] .dark .country-input .custom-select-box {
  left: unset;
  right: 13px;
}
@media (max-width: 576px) {
  .dark .country-input .custom-select-box {
    left: 13px;
    top: 30px;
    bottom: unset;
    transform: none;
    min-width: 110px;
    width: 110px;
  }
  body[dir=rtl] .dark .country-input .custom-select-box {
    left: unset;
    right: 13px;
  }
}
.dark .country-input .custom-select-box .help-text {
  display: none;
}
.dark .country-input .custom-select-box svg {
  position: absolute;
  left: 90px;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: #898989;
}
body[dir=rtl] .dark .country-input .custom-select-box svg {
  left: unset;
  right: 90px;
}
.dark .country-input .custom-select-box .form-select {
  background-color: #f8f9fa;
  border-radius: 6px 0 0 6px;
  line-height: 1.35;
  border-top: unset;
  border-left: unset;
  border-bottom: unset;
  height: 50px;
  font-size: 16px;
  color: #dddddd;
}
@media (max-width: 576px) {
  .dark .country-input .custom-select-box .form-select {
    height: 49px;
  }
}
body[dir=rtl] .dark .country-input .custom-select-box .form-select {
  border-radius: 0 6px 6px 0;
  border-right: unset;
  border-left: 1px solid #dee2e6;
}
html.dark body[dir=rtl] .dark .country-input .custom-select-box .form-select {
  border-color: rgba(119, 119, 119, 0.44);
}
html.dark .dark .country-input .custom-select-box .form-select {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .country-input .custom-select-box .form-select:focus {
  border-color: #dee2e6;
}
.dark .intl-tel-input {
  position: relative;
  display: block;
}
.dark .intl-tel-input * {
  scrollbar-width: auto;
  scrollbar-color: #2a2d2d;
}
.dark .intl-tel-input::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.dark .intl-tel-input::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
html.dark .dark .intl-tel-input::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark .intl-tel-input::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.479);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dark .intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dark .intl-tel-input .hide {
  display: none;
}
.dark .intl-tel-input .v-hide {
  visibility: hidden;
}
.dark .intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.dark .intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.dark .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.dark .intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.dark .intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 8px 0 8px;
}
.dark .intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dark .intl-tel-input .selected-flag .iti-arrow {
  position: relative;
  top: 0;
  margin-top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.dark .intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.dark .intl-tel-input .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
body[dir=rtl] .dark .intl-tel-input .flag-box {
  margin-right: unset;
  margin-left: 6px;
}
.dark .intl-tel-input .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.dark .intl-tel-input .country {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.dark .intl-tel-input .country .dial-code {
  color: #999;
  font-size: 16px;
}
.dark .intl-tel-input .country.highlight {
  background-color: #efefe7;
}
.dark .intl-tel-input .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.dark .intl-tel-input .dial-code {
  vertical-align: middle;
}
.dark .intl-tel-input .country-listing {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #2a2d2d;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.dark .intl-tel-input .country-listing.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.dark .intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.dark .intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.dark .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #efefe7;
}
.dark .intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.dark .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.dark .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.dark .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.dark .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.dark .intl-tel-input.separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.separate-dial-code input[type=text],
.dark .intl-tel-input.separate-dial-code input[type=number] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.dark .intl-tel-input.separate-dial-code input[type=text].flag-input,
.dark .intl-tel-input.separate-dial-code input[type=number].flag-input {
  padding: 0 0 0 30px !important;
  box-shadow: none !important;
  border: 0 !important;
  background-color: transparent !important;
  width: 70px !important;
}
.dark .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 112px !important;
  margin-left: 0;
}
.dark .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.dark .intl-tel-input.separate-dial-code .selected-flag {
  width: max-content;
  background-color: #efefe7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 input {
  padding-left: 66px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
  padding-left: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 input {
  padding-left: 74px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 input {
  padding-left: 82px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 92px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 input {
  padding-left: 90px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.dark .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
  padding-left: 100px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.dark .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.dark .intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.dark .intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.dark .iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.dark .iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.dark .iti-mobile .intl-tel-input .country-list .country {
  padding: 10px;
  line-height: 1.5em;
}
.dark .iti-flag {
  width: 20px;
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.dark .iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.dark .iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.dark .iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.dark .iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.dark .iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.dark .iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.dark .iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.dark .iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.dark .iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.dark .iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.dark .iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.dark .iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.dark .iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.dark .iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.dark .iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.dark .iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.dark .iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.dark .iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.dark .iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.dark .iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.dark .iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.dark .iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.dark .iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.dark .iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.dark .iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.dark .iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.dark .iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.dark .iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.dark .iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.dark .iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.dark .iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.dark .iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.dark .iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.dark .iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.dark .iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.dark .iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.dark .iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.dark .iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.dark .iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.dark .iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.dark .iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.dark .iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.dark .iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.dark .iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.dark .iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.dark .iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.dark .iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.dark .iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.dark .iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.dark .iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.dark .iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.dark .iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.dark .iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.dark .iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.dark .iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.dark .iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.dark .iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.dark .iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.dark .iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.dark .iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.dark .iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.dark .iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.dark .iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.dark .iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.dark .iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.dark .iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.dark .iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.dark .iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.dark .iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.dark .iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.dark .iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.dark .iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.dark .iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.dark .iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.dark .iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.dark .iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.dark .iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.dark .iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.dark .iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.dark .iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.dark .iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.dark .iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.dark .iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.dark .iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.dark .iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.dark .iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.dark .iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.dark .iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.dark .iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.dark .iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.dark .iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.dark .iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.dark .iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.dark .iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.dark .iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.dark .iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.dark .iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.dark .iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.dark .iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.dark .iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.dark .iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.dark .iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.dark .iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.dark .iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.dark .iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.dark .iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.dark .iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.dark .iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.dark .iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.dark .iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.dark .iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.dark .iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.dark .iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.dark .iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.dark .iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.dark .iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.dark .iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.dark .iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.dark .iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.dark .iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.dark .iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.dark .iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.dark .iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.dark .iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.dark .iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.dark .iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.dark .iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.dark .iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.dark .iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.dark .iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.dark .iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.dark .iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.dark .iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.dark .iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.dark .iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.dark .iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.dark .iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.dark .iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.dark .iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.dark .iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.dark .iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.dark .iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.dark .iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.dark .iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.dark .iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.dark .iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.dark .iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.dark .iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.dark .iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.dark .iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.dark .iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.dark .iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.dark .iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.dark .iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.dark .iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.dark .iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.dark .iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.dark .iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.dark .iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.dark .iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.dark .iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.dark .iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.dark .iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.dark .iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.dark .iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.dark .iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.dark .iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.dark .iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.dark .iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.dark .iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.dark .iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.dark .iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.dark .iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.dark .iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.dark .iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.dark .iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.dark .iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.dark .iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.dark .iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.dark .iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.dark .iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.dark .iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.dark .iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.dark .iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.dark .iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.dark .iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.dark .iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.dark .iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.dark .iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.dark .iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.dark .iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.dark .iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.dark .iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.dark .iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.dark .iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.dark .iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.dark .iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.dark .iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.dark .iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.dark .iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.dark .iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.dark .iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.dark .iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.dark .iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.dark .iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.dark .iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.dark .iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.dark .iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.dark .iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.dark .iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.dark .iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.dark .iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.dark .iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.dark .iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.dark .iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.dark .iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.dark .iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.dark .iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.dark .iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.dark .iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.dark .iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.dark .iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.dark .iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.dark .iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.dark .iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.dark .iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.dark .iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.dark .iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.dark .iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.dark .iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.dark .iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.dark .iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.dark .iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.dark .iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.dark .iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.dark .iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.dark .iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.dark .iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.dark .iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.dark .iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.dark .iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.dark .iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.dark .iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.dark .iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.dark .iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.dark .iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.dark .iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.dark .iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.dark .iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.dark .iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.dark .iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.dark .iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.dark .iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.dark .iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.dark .iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.dark .iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.dark .iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .dark .intl-tel-input .country-listing {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dark .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .dark .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2/1) {
  .dark .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .dark .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .dark .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .dark .iti-flag {
    background-size: 5630px 15px;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}
.dark .confetti-wrapper {
  position: fixed !important;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 999;
  display: none;
}
.dark .confetti-wrapper.show {
  display: block;
}
.dark [class|=confetti] {
  position: absolute;
}
.dark .confetti-0 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 1.1502949124;
  transform: rotate(21.5145976554deg);
  animation: drop-0 4.4481878111s 0.5715862436s infinite;
}
@keyframes drop-0 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.dark .confetti-1 {
  width: 21px;
  height: 8.4px;
  background-color: #d13447;
  top: -10%;
  left: 78%;
  opacity: 1.3531653197;
  transform: rotate(71.2134531957deg);
  animation: drop-1 4.1892686899s 0.7676292389s infinite;
}
@keyframes drop-1 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.dark .confetti-2 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 131%;
  opacity: 0.6323758069;
  transform: rotate(162.9025579364deg);
  animation: drop-2 4.8507482465s 0.5255470484s infinite;
}
@keyframes drop-2 {
  100% {
    top: 110%;
    left: 134%;
  }
}
.dark .confetti-3 {
  width: 21px;
  height: 8.4px;
  background-color: #d13447;
  top: -10%;
  left: 119%;
  opacity: 0.5217406142;
  transform: rotate(328.0638136688deg);
  animation: drop-3 4.7974000131s 0.8536717891s infinite;
}
@keyframes drop-3 {
  100% {
    top: 110%;
    left: 130%;
  }
}
.dark .confetti-4 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 150%;
  opacity: 0.6570770443;
  transform: rotate(137.4131181782deg);
  animation: drop-4 4.3216849695s 0.7474450528s infinite;
}
@keyframes drop-4 {
  100% {
    top: 110%;
    left: 154%;
  }
}
.dark .confetti-5 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 131%;
  opacity: 0.7633394258;
  transform: rotate(83.0730072966deg);
  animation: drop-5 4.2464694117s 0.6089553386s infinite;
}
@keyframes drop-5 {
  100% {
    top: 110%;
    left: 133%;
  }
}
.dark .confetti-6 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 10%;
  opacity: 0.768635939;
  transform: rotate(183.7241668131deg);
  animation: drop-6 4.1972554867s 0.005402767s infinite;
}
@keyframes drop-6 {
  100% {
    top: 110%;
    left: 21%;
  }
}
.dark .confetti-7 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 104%;
  opacity: 1.3028488673;
  transform: rotate(314.2115156821deg);
  animation: drop-7 4.9850329081s 0.3267392446s infinite;
}
@keyframes drop-7 {
  100% {
    top: 110%;
    left: 115%;
  }
}
.dark .confetti-8 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 14%;
  opacity: 0.9722030732;
  transform: rotate(351.247388065deg);
  animation: drop-8 4.2518762058s 0.7002186826s infinite;
}
@keyframes drop-8 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.dark .confetti-9 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 41%;
  opacity: 0.5044793396;
  transform: rotate(192.0823500761deg);
  animation: drop-9 4.4911239091s 0.2186783267s infinite;
}
@keyframes drop-9 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.dark .confetti-10 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 70%;
  opacity: 0.7913100404;
  transform: rotate(357.1548957802deg);
  animation: drop-10 4.693802956s 0.5885761803s infinite;
}
@keyframes drop-10 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.dark .confetti-11 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 140%;
  opacity: 1.4449750599;
  transform: rotate(311.851535048deg);
  animation: drop-11 4.3498389077s 0.8852296354s infinite;
}
@keyframes drop-11 {
  100% {
    top: 110%;
    left: 142%;
  }
}
.dark .confetti-12 {
  width: 22px;
  height: 8.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 5%;
  opacity: 0.6124756124;
  transform: rotate(283.1367732253deg);
  animation: drop-12 4.0330974897s 0.3378217925s infinite;
}
@keyframes drop-12 {
  100% {
    top: 110%;
    left: 6%;
  }
}
.dark .confetti-13 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 70%;
  opacity: 0.8373459119;
  transform: rotate(75.5619037871deg);
  animation: drop-13 4.0293579569s 0.1664149876s infinite;
}
@keyframes drop-13 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.dark .confetti-14 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 0.9421341296;
  transform: rotate(12.7728951633deg);
  animation: drop-14 4.6657637145s 0.7803528778s infinite;
}
@keyframes drop-14 {
  100% {
    top: 110%;
    left: 43%;
  }
}
.dark .confetti-15 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 105%;
  opacity: 0.7475267715;
  transform: rotate(24.6053259831deg);
  animation: drop-15 4.2027411599s 0.6699857158s infinite;
}
@keyframes drop-15 {
  100% {
    top: 110%;
    left: 107%;
  }
}
.dark .confetti-16 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 78%;
  opacity: 0.8467091285;
  transform: rotate(187.762172404deg);
  animation: drop-16 4.6634542293s 0.7800562288s infinite;
}
@keyframes drop-16 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.dark .confetti-17 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 8%;
  opacity: 1.052829965;
  transform: rotate(129.0235880583deg);
  animation: drop-17 4.0957376728s 0.5790480187s infinite;
}
@keyframes drop-17 {
  100% {
    top: 110%;
    left: 10%;
  }
}
.dark .confetti-18 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 1.288069617;
  transform: rotate(335.4423599732deg);
  animation: drop-18 4.2935129907s 0.0438594439s infinite;
}
@keyframes drop-18 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.dark .confetti-19 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 65%;
  opacity: 1.2865925572;
  transform: rotate(205.5788258796deg);
  animation: drop-19 4.5116718829s 0.6601998479s infinite;
}
@keyframes drop-19 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.dark .confetti-20 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 37%;
  opacity: 0.985546655;
  transform: rotate(259.0024510466deg);
  animation: drop-20 4.2991860551s 0.0900918113s infinite;
}
@keyframes drop-20 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.dark .confetti-21 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 143%;
  opacity: 0.9681537692;
  transform: rotate(308.2943751075deg);
  animation: drop-21 4.1535220797s 0.0034201129s infinite;
}
@keyframes drop-21 {
  100% {
    top: 110%;
    left: 146%;
  }
}
.dark .confetti-22 {
  width: 22px;
  height: 8.8px;
  background-color: #d13447;
  top: -10%;
  left: 130%;
  opacity: 0.8849319153;
  transform: rotate(37.8116530455deg);
  animation: drop-22 4.2803086339s 0.8324437776s infinite;
}
@keyframes drop-22 {
  100% {
    top: 110%;
    left: 144%;
  }
}
.dark .confetti-23 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 47%;
  opacity: 1.1977422319;
  transform: rotate(287.7435943601deg);
  animation: drop-23 4.6088062403s 0.0682748883s infinite;
}
@keyframes drop-23 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.dark .confetti-24 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 5%;
  opacity: 1.22999627;
  transform: rotate(128.692431906deg);
  animation: drop-24 4.1105072485s 0.5926270264s infinite;
}
@keyframes drop-24 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.dark .confetti-25 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 17%;
  opacity: 1.4618010748;
  transform: rotate(30.992264443deg);
  animation: drop-25 4.8579719344s 0.1683272006s infinite;
}
@keyframes drop-25 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.dark .confetti-26 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 11%;
  opacity: 0.7829523172;
  transform: rotate(39.8065939764deg);
  animation: drop-26 4.2898829123s 0.2887758164s infinite;
}
@keyframes drop-26 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.dark .confetti-27 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 31%;
  opacity: 0.9857988004;
  transform: rotate(320.7583522039deg);
  animation: drop-27 4.315330599s 0.9225092346s infinite;
}
@keyframes drop-27 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.dark .confetti-28 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 58%;
  opacity: 0.8354213675;
  transform: rotate(298.8294709673deg);
  animation: drop-28 4.6978414301s 0.2802220739s infinite;
}
@keyframes drop-28 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.dark .confetti-29 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 25%;
  opacity: 0.67138894;
  transform: rotate(197.1623985609deg);
  animation: drop-29 4.8129683099s 0.0346110263s infinite;
}
@keyframes drop-29 {
  100% {
    top: 110%;
    left: 28%;
  }
}
.dark .confetti-30 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 60%;
  opacity: 1.1582581939;
  transform: rotate(343.0816272788deg);
  animation: drop-30 4.4181486594s 0.1299949557s infinite;
}
@keyframes drop-30 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.dark .confetti-31 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 103%;
  opacity: 0.6937492084;
  transform: rotate(341.6068096896deg);
  animation: drop-31 4.2563461488s 0.6150930066s infinite;
}
@keyframes drop-31 {
  100% {
    top: 110%;
    left: 108%;
  }
}
.dark .confetti-32 {
  width: 24px;
  height: 9.6px;
  background-color: #d13447;
  top: -10%;
  left: 83%;
  opacity: 1.1971488473;
  transform: rotate(71.2599760499deg);
  animation: drop-32 4.8427322318s 0.7546369006s infinite;
}
@keyframes drop-32 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.dark .confetti-33 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 48%;
  opacity: 1.3257854231;
  transform: rotate(283.7947182921deg);
  animation: drop-33 4.4674881012s 0.1480748186s infinite;
}
@keyframes drop-33 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.dark .confetti-34 {
  width: 19px;
  height: 7.6px;
  background-color: #263672;
  top: -10%;
  left: 149%;
  opacity: 1.0093502258;
  transform: rotate(349.6264507811deg);
  animation: drop-34 4.3472703854s 0.9003057806s infinite;
}
@keyframes drop-34 {
  100% {
    top: 110%;
    left: 150%;
  }
}
.dark .confetti-35 {
  width: 24px;
  height: 9.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 102%;
  opacity: 1.269788009;
  transform: rotate(102.8008254368deg);
  animation: drop-35 4.1194683996s 0.4908387857s infinite;
}
@keyframes drop-35 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.dark .confetti-36 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 80%;
  opacity: 0.6852095092;
  transform: rotate(142.4864394905deg);
  animation: drop-36 4.1467546745s 0.2136987999s infinite;
}
@keyframes drop-36 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.dark .confetti-37 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 0.8756925678;
  transform: rotate(251.8366895915deg);
  animation: drop-37 4.2295703785s 0.5747153884s infinite;
}
@keyframes drop-37 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.dark .confetti-38 {
  width: 26px;
  height: 10.4px;
  background-color: #d13447;
  top: -10%;
  left: 95%;
  opacity: 0.683947738;
  transform: rotate(24.7127772587deg);
  animation: drop-38 4.3132947007s 0.6053056546s infinite;
}
@keyframes drop-38 {
  100% {
    top: 110%;
    left: 110%;
  }
}
.dark .confetti-39 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 48%;
  opacity: 1.1638092218;
  transform: rotate(213.1191314618deg);
  animation: drop-39 4.6227203165s 0.3993504564s infinite;
}
@keyframes drop-39 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.dark .confetti-40 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 4%;
  opacity: 0.6205442001;
  transform: rotate(47.7829670516deg);
  animation: drop-40 4.4087280443s 0.491098667s infinite;
}
@keyframes drop-40 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.dark .confetti-41 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 52%;
  opacity: 0.8687263297;
  transform: rotate(150.6569537313deg);
  animation: drop-41 4.1954494749s 0.090174473s infinite;
}
@keyframes drop-41 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.dark .confetti-42 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 1.1518215648;
  transform: rotate(236.0532933709deg);
  animation: drop-42 4.0151916756s 0.1820014169s infinite;
}
@keyframes drop-42 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.dark .confetti-43 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 143%;
  opacity: 0.8715173694;
  transform: rotate(107.1753479111deg);
  animation: drop-43 4.7053615636s 0.6080753072s infinite;
}
@keyframes drop-43 {
  100% {
    top: 110%;
    left: 149%;
  }
}
.dark .confetti-44 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 14%;
  opacity: 0.7102795067;
  transform: rotate(131.3277432126deg);
  animation: drop-44 4.1448371772s 0.3372409559s infinite;
}
@keyframes drop-44 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.dark .confetti-45 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 20%;
  opacity: 0.5650318999;
  transform: rotate(240.9035221359deg);
  animation: drop-45 4.0187622007s 0.68423152s infinite;
}
@keyframes drop-45 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.dark .confetti-46 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 129%;
  opacity: 1.2454804646;
  transform: rotate(240.7783635489deg);
  animation: drop-46 4.6533898947s 0.391336728s infinite;
}
@keyframes drop-46 {
  100% {
    top: 110%;
    left: 142%;
  }
}
.dark .confetti-47 {
  width: 21px;
  height: 8.4px;
  background-color: #263672;
  top: -10%;
  left: 67%;
  opacity: 1.4721324153;
  transform: rotate(215.4369821005deg);
  animation: drop-47 4.0058858844s 0.2921995905s infinite;
}
@keyframes drop-47 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.dark .confetti-48 {
  width: 22px;
  height: 8.8px;
  background-color: #d13447;
  top: -10%;
  left: 46%;
  opacity: 1.3806598406;
  transform: rotate(276.6139892396deg);
  animation: drop-48 4.4745377734s 0.5891484223s infinite;
}
@keyframes drop-48 {
  100% {
    top: 110%;
    left: 52%;
  }
}
.dark .confetti-49 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 132%;
  opacity: 1.4120028115;
  transform: rotate(158.7641028093deg);
  animation: drop-49 4.4112934996s 0.7927946836s infinite;
}
@keyframes drop-49 {
  100% {
    top: 110%;
    left: 141%;
  }
}
.dark .confetti-50 {
  width: 25px;
  height: 10px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.7849362682;
  transform: rotate(48.9297740961deg);
  animation: drop-50 4.6742207737s 0.018705671s infinite;
}
@keyframes drop-50 {
  100% {
    top: 110%;
    left: 106%;
  }
}
.dark .confetti-51 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 125%;
  opacity: 1.2150760729;
  transform: rotate(202.9194751338deg);
  animation: drop-51 4.1267859969s 0.7467817138s infinite;
}
@keyframes drop-51 {
  100% {
    top: 110%;
    left: 131%;
  }
}
.dark .confetti-52 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 113%;
  opacity: 1.4922595321;
  transform: rotate(223.7220153328deg);
  animation: drop-52 4.2438145128s 0.4529056337s infinite;
}
@keyframes drop-52 {
  100% {
    top: 110%;
    left: 127%;
  }
}
.dark .confetti-53 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 85%;
  opacity: 0.7963214241;
  transform: rotate(31.8056508298deg);
  animation: drop-53 4.376285343s 0.9473939558s infinite;
}
@keyframes drop-53 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.dark .confetti-54 {
  width: 26px;
  height: 10.4px;
  background-color: #263672;
  top: -10%;
  left: 110%;
  opacity: 0.798583919;
  transform: rotate(268.0087769935deg);
  animation: drop-54 4.71084753s 0.9541320797s infinite;
}
@keyframes drop-54 {
  100% {
    top: 110%;
    left: 119%;
  }
}
.dark .confetti-55 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 109%;
  opacity: 1.4911837507;
  transform: rotate(292.7436157959deg);
  animation: drop-55 4.2310081826s 0.1900224516s infinite;
}
@keyframes drop-55 {
  100% {
    top: 110%;
    left: 123%;
  }
}
.dark .confetti-56 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 22%;
  opacity: 0.6415934364;
  transform: rotate(292.1611965012deg);
  animation: drop-56 4.8551001777s 0.7336058239s infinite;
}
@keyframes drop-56 {
  100% {
    top: 110%;
    left: 32%;
  }
}
.dark .confetti-57 {
  width: 24px;
  height: 9.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 30%;
  opacity: 1.1379121788;
  transform: rotate(212.5715132256deg);
  animation: drop-57 4.8971485876s 0.6594694677s infinite;
}
@keyframes drop-57 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.dark .confetti-58 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 52%;
  opacity: 1.3073964784;
  transform: rotate(29.9625484203deg);
  animation: drop-58 4.5177392212s 0.1911307132s infinite;
}
@keyframes drop-58 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.dark .confetti-59 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 70%;
  opacity: 0.9098914656;
  transform: rotate(168.2045520852deg);
  animation: drop-59 4.5576333486s 0.2708131951s infinite;
}
@keyframes drop-59 {
  100% {
    top: 110%;
    left: 83%;
  }
}
.dark .confetti-60 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 102%;
  opacity: 0.7522049172;
  transform: rotate(52.084752908deg);
  animation: drop-60 4.2198934992s 0.1614537482s infinite;
}
@keyframes drop-60 {
  100% {
    top: 110%;
    left: 108%;
  }
}
.dark .confetti-61 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 41%;
  opacity: 0.6247191017;
  transform: rotate(358.1133610604deg);
  animation: drop-61 4.5270821339s 0.5548835948s infinite;
}
@keyframes drop-61 {
  100% {
    top: 110%;
    left: 43%;
  }
}
.dark .confetti-62 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 77%;
  opacity: 1.2557933733;
  transform: rotate(164.7148480383deg);
  animation: drop-62 4.6188466745s 0.5387860996s infinite;
}
@keyframes drop-62 {
  100% {
    top: 110%;
    left: 79%;
  }
}
.dark .confetti-63 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 29%;
  opacity: 0.8888718889;
  transform: rotate(153.1280810185deg);
  animation: drop-63 4.8394426561s 0.220867752s infinite;
}
@keyframes drop-63 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.dark .confetti-64 {
  width: 26px;
  height: 10.4px;
  background-color: #263672;
  top: -10%;
  left: 46%;
  opacity: 0.9762064413;
  transform: rotate(141.7515210863deg);
  animation: drop-64 4.6456039811s 0.0190001453s infinite;
}
@keyframes drop-64 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.dark .confetti-65 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 51%;
  opacity: 0.5390847003;
  transform: rotate(132.4547349368deg);
  animation: drop-65 4.6341924623s 0.8946728825s infinite;
}
@keyframes drop-65 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.dark .confetti-66 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 114%;
  opacity: 0.5236559901;
  transform: rotate(174.2842846159deg);
  animation: drop-66 4.6366938199s 0.6532135597s infinite;
}
@keyframes drop-66 {
  100% {
    top: 110%;
    left: 119%;
  }
}
.dark .confetti-67 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 28%;
  opacity: 0.9984339266;
  transform: rotate(314.5066405541deg);
  animation: drop-67 4.9849894476s 0.5404550628s infinite;
}
@keyframes drop-67 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.dark .confetti-68 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 126%;
  opacity: 1.0182944199;
  transform: rotate(242.3364911207deg);
  animation: drop-68 4.428626808s 0.4260789962s infinite;
}
@keyframes drop-68 {
  100% {
    top: 110%;
    left: 129%;
  }
}
.dark .confetti-69 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 81%;
  opacity: 1.3506285299;
  transform: rotate(32.1471580012deg);
  animation: drop-69 4.8555740212s 0.9721248397s infinite;
}
@keyframes drop-69 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.dark .confetti-70 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 113%;
  opacity: 0.8535834836;
  transform: rotate(198.3080688997deg);
  animation: drop-70 4.6625006786s 0.8079575199s infinite;
}
@keyframes drop-70 {
  100% {
    top: 110%;
    left: 120%;
  }
}
.dark .confetti-71 {
  width: 20px;
  height: 8px;
  background-color: #d13447;
  top: -10%;
  left: 14%;
  opacity: 0.7767198075;
  transform: rotate(15.8119462927deg);
  animation: drop-71 4.8922305896s 0.3595353008s infinite;
}
@keyframes drop-71 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.dark .confetti-72 {
  width: 23px;
  height: 9.2px;
  background-color: #263672;
  top: -10%;
  left: 66%;
  opacity: 1.1521670137;
  transform: rotate(102.2256023142deg);
  animation: drop-72 4.2819407761s 0.2321615498s infinite;
}
@keyframes drop-72 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.dark .confetti-73 {
  width: 20px;
  height: 8px;
  background-color: #d13447;
  top: -10%;
  left: 121%;
  opacity: 0.5311437679;
  transform: rotate(80.5927879049deg);
  animation: drop-73 4.7471407065s 0.5204439178s infinite;
}
@keyframes drop-73 {
  100% {
    top: 110%;
    left: 132%;
  }
}
.dark .confetti-74 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 28%;
  opacity: 0.9929238127;
  transform: rotate(289.5910878196deg);
  animation: drop-74 4.6566531787s 0.166238345s infinite;
}
@keyframes drop-74 {
  100% {
    top: 110%;
    left: 38%;
  }
}
.dark .confetti-75 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.0025968469;
  transform: rotate(71.1800112445deg);
  animation: drop-75 4.8344352728s 0.7071894789s infinite;
}
@keyframes drop-75 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.dark .confetti-76 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 123%;
  opacity: 0.7075591225;
  transform: rotate(324.4053278863deg);
  animation: drop-76 4.9883086898s 0.3179303756s infinite;
}
@keyframes drop-76 {
  100% {
    top: 110%;
    left: 125%;
  }
}
.dark .confetti-77 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 65%;
  opacity: 0.92383797;
  transform: rotate(122.7280529295deg);
  animation: drop-77 4.0717882112s 0.6546029908s infinite;
}
@keyframes drop-77 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.dark .confetti-78 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 34%;
  opacity: 0.9998049481;
  transform: rotate(15.9158134124deg);
  animation: drop-78 4.5326377139s 0.3461854288s infinite;
}
@keyframes drop-78 {
  100% {
    top: 110%;
    left: 47%;
  }
}
.dark .confetti-79 {
  width: 24px;
  height: 9.6px;
  background-color: #d13447;
  top: -10%;
  left: 132%;
  opacity: 1.265889031;
  transform: rotate(130.792656221deg);
  animation: drop-79 4.6036276834s 0.6533273909s infinite;
}
@keyframes drop-79 {
  100% {
    top: 110%;
    left: 145%;
  }
}
.dark .confetti-80 {
  width: 19px;
  height: 7.6px;
  background-color: #263672;
  top: -10%;
  left: 42%;
  opacity: 0.577615168;
  transform: rotate(35.3559293313deg);
  animation: drop-80 4.4548872106s 0.5689222798s infinite;
}
@keyframes drop-80 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.dark .confetti-81 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 24%;
  opacity: 0.5557579199;
  transform: rotate(231.6034121209deg);
  animation: drop-81 4.0294621799s 0.5031744409s infinite;
}
@keyframes drop-81 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.dark .confetti-82 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 2%;
  opacity: 1.4878200976;
  transform: rotate(60.1631638556deg);
  animation: drop-82 4.1609961982s 0.5614047704s infinite;
}
@keyframes drop-82 {
  100% {
    top: 110%;
    left: 3%;
  }
}
.dark .confetti-83 {
  width: 22px;
  height: 8.8px;
  background-color: #263672;
  top: -10%;
  left: 37%;
  opacity: 1.3792724518;
  transform: rotate(248.3964802168deg);
  animation: drop-83 4.2799754246s 0.7673213721s infinite;
}
@keyframes drop-83 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.dark .confetti-84 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 21%;
  opacity: 0.5008311792;
  transform: rotate(187.7984164194deg);
  animation: drop-84 4.5544152299s 0.0432000176s infinite;
}
@keyframes drop-84 {
  100% {
    top: 110%;
    left: 24%;
  }
}
.dark .confetti-85 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 104%;
  opacity: 1.4557977412;
  transform: rotate(169.5433592299deg);
  animation: drop-85 4.3628812809s 0.5449514016s infinite;
}
@keyframes drop-85 {
  100% {
    top: 110%;
    left: 111%;
  }
}
.dark .confetti-86 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 49%;
  opacity: 1.0499888221;
  transform: rotate(84.6395651554deg);
  animation: drop-86 4.439251751s 0.0201728686s infinite;
}
@keyframes drop-86 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.dark .confetti-87 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 140%;
  opacity: 1.1797849894;
  transform: rotate(103.6991787701deg);
  animation: drop-87 4.1427023128s 0.0054706839s infinite;
}
@keyframes drop-87 {
  100% {
    top: 110%;
    left: 150%;
  }
}
.dark .confetti-88 {
  width: 20px;
  height: 8px;
  background-color: #263672;
  top: -10%;
  left: 81%;
  opacity: 1.1345680461;
  transform: rotate(177.5600952048deg);
  animation: drop-88 4.703292776s 0.0506740542s infinite;
}
@keyframes drop-88 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.dark .confetti-89 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 149%;
  opacity: 1.3217224468;
  transform: rotate(262.3775678174deg);
  animation: drop-89 4.9160137785s 0.3445013803s infinite;
}
@keyframes drop-89 {
  100% {
    top: 110%;
    left: 157%;
  }
}
.dark .confetti-90 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 121%;
  opacity: 1.0133100215;
  transform: rotate(140.9116693272deg);
  animation: drop-90 4.5527911684s 0.7091081572s infinite;
}
@keyframes drop-90 {
  100% {
    top: 110%;
    left: 122%;
  }
}
.dark .confetti-91 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 29%;
  opacity: 1.3675893543;
  transform: rotate(167.0951982242deg);
  animation: drop-91 4.5682466299s 0.4204371628s infinite;
}
@keyframes drop-91 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.dark .confetti-92 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 105%;
  opacity: 0.7967811451;
  transform: rotate(327.0496548038deg);
  animation: drop-92 4.0952703632s 0.7860120804s infinite;
}
@keyframes drop-92 {
  100% {
    top: 110%;
    left: 110%;
  }
}
.dark .confetti-93 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 131%;
  opacity: 1.0015966148;
  transform: rotate(184.1528474963deg);
  animation: drop-93 4.4853293293s 0.0609235695s infinite;
}
@keyframes drop-93 {
  100% {
    top: 110%;
    left: 140%;
  }
}
.dark .confetti-94 {
  width: 21px;
  height: 8.4px;
  background-color: #d13447;
  top: -10%;
  left: 43%;
  opacity: 0.9104335457;
  transform: rotate(281.8687794893deg);
  animation: drop-94 4.4629429392s 0.984528692s infinite;
}
@keyframes drop-94 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.dark .confetti-95 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 1.4100331151;
  transform: rotate(53.7644005901deg);
  animation: drop-95 4.3604653571s 0.9463031747s infinite;
}
@keyframes drop-95 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.dark .confetti-96 {
  width: 19px;
  height: 7.6px;
  background-color: #263672;
  top: -10%;
  left: 139%;
  opacity: 0.5823669394;
  transform: rotate(160.9204234773deg);
  animation: drop-96 4.5139206522s 0.8482709121s infinite;
}
@keyframes drop-96 {
  100% {
    top: 110%;
    left: 147%;
  }
}
.dark .confetti-97 {
  width: 26px;
  height: 10.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 1.1746725069;
  transform: rotate(326.2915767822deg);
  animation: drop-97 4.4271741109s 0.7915809527s infinite;
}
@keyframes drop-97 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.dark .confetti-98 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 135%;
  opacity: 0.8014060064;
  transform: rotate(103.6863271557deg);
  animation: drop-98 4.975226401s 0.3380877853s infinite;
}
@keyframes drop-98 {
  100% {
    top: 110%;
    left: 148%;
  }
}
.dark .confetti-99 {
  width: 13px;
  height: 5.2px;
  background-color: #263672;
  top: -10%;
  left: 23%;
  opacity: 0.8143024946;
  transform: rotate(234.7046255331deg);
  animation: drop-99 4.270451391s 0.3279164658s infinite;
}
@keyframes drop-99 {
  100% {
    top: 110%;
    left: 38%;
  }
}
.dark .confetti-100 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 84%;
  opacity: 0.7761592502;
  transform: rotate(82.0994619361deg);
  animation: drop-100 4.9775961072s 0.8723338989s infinite;
}
@keyframes drop-100 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.dark .confetti-101 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 135%;
  opacity: 1.2460929082;
  transform: rotate(290.8103296932deg);
  animation: drop-101 4.5051252774s 0.9023471663s infinite;
}
@keyframes drop-101 {
  100% {
    top: 110%;
    left: 137%;
  }
}
.dark .confetti-102 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 58%;
  opacity: 0.5598567816;
  transform: rotate(139.2721239892deg);
  animation: drop-102 4.7031726653s 0.1953918808s infinite;
}
@keyframes drop-102 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.dark .confetti-103 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 126%;
  opacity: 1.1874482017;
  transform: rotate(185.3682695895deg);
  animation: drop-103 4.2970253677s 0.5174656266s infinite;
}
@keyframes drop-103 {
  100% {
    top: 110%;
    left: 140%;
  }
}
.dark .confetti-104 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 59%;
  opacity: 0.8959705266;
  transform: rotate(115.4201525726deg);
  animation: drop-104 4.2538153491s 0.2670507835s infinite;
}
@keyframes drop-104 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.dark .confetti-105 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 106%;
  opacity: 1.4459534305;
  transform: rotate(337.132997191deg);
  animation: drop-105 4.6032530703s 0.6195323371s infinite;
}
@keyframes drop-105 {
  100% {
    top: 110%;
    left: 109%;
  }
}
.dark .confetti-106 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 55%;
  opacity: 0.9822178232;
  transform: rotate(183.6454216335deg);
  animation: drop-106 4.7550219561s 0.8316063393s infinite;
}
@keyframes drop-106 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.dark .confetti-107 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 62%;
  opacity: 1.0927693422;
  transform: rotate(248.658011697deg);
  animation: drop-107 4.5307155404s 0.5656951256s infinite;
}
@keyframes drop-107 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.dark .confetti-108 {
  width: 21px;
  height: 8.4px;
  background-color: #263672;
  top: -10%;
  left: 10%;
  opacity: 1.1758140128;
  transform: rotate(278.8023894355deg);
  animation: drop-108 4.3486906523s 0.2510888424s infinite;
}
@keyframes drop-108 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.dark .confetti-109 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 108%;
  opacity: 0.8934977955;
  transform: rotate(4.6356220274deg);
  animation: drop-109 4.3793431553s 0.4115058235s infinite;
}
@keyframes drop-109 {
  100% {
    top: 110%;
    left: 122%;
  }
}
.dark .confetti-110 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 121%;
  opacity: 1.303726876;
  transform: rotate(51.0995179269deg);
  animation: drop-110 4.8312292385s 0.349543889s infinite;
}
@keyframes drop-110 {
  100% {
    top: 110%;
    left: 129%;
  }
}
.dark .confetti-111 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 1.27168326;
  transform: rotate(252.0854598234deg);
  animation: drop-111 4.9847560575s 0.4528311774s infinite;
}
@keyframes drop-111 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.dark .confetti-112 {
  width: 26px;
  height: 10.4px;
  background-color: #263672;
  top: -10%;
  left: 46%;
  opacity: 1.1357650638;
  transform: rotate(288.3216199265deg);
  animation: drop-112 4.4262114777s 0.0822409043s infinite;
}
@keyframes drop-112 {
  100% {
    top: 110%;
    left: 61%;
  }
}
.dark .confetti-113 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 59%;
  opacity: 1.2233941802;
  transform: rotate(2.1107178722deg);
  animation: drop-113 4.8845328515s 0.2640860828s infinite;
}
@keyframes drop-113 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.dark .confetti-114 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 122%;
  opacity: 0.9201988032;
  transform: rotate(148.5980987391deg);
  animation: drop-114 4.0526928973s 0.7456539693s infinite;
}
@keyframes drop-114 {
  100% {
    top: 110%;
    left: 133%;
  }
}
.dark .confetti-115 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 65%;
  opacity: 0.9476131813;
  transform: rotate(175.812360887deg);
  animation: drop-115 4.9728078798s 0.1451770818s infinite;
}
@keyframes drop-115 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.dark .confetti-116 {
  width: 19px;
  height: 7.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 84%;
  opacity: 0.6778919033;
  transform: rotate(166.9696242721deg);
  animation: drop-116 4.3850306541s 0.2281625486s infinite;
}
@keyframes drop-116 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.dark .confetti-117 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 65%;
  opacity: 1.2137557051;
  transform: rotate(84.0215634608deg);
  animation: drop-117 4.4975161489s 0.1162579475s infinite;
}
@keyframes drop-117 {
  100% {
    top: 110%;
    left: 66%;
  }
}
.dark .confetti-118 {
  width: 25px;
  height: 10px;
  background-color: #d13447;
  top: -10%;
  left: 51%;
  opacity: 1.002528889;
  transform: rotate(178.3933651328deg);
  animation: drop-118 4.4216224652s 0.5740469134s infinite;
}
@keyframes drop-118 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.dark .confetti-119 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 58%;
  opacity: 1.1985574571;
  transform: rotate(40.1324702552deg);
  animation: drop-119 4.0828101316s 0.0024869484s infinite;
}
@keyframes drop-119 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.dark .confetti-120 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 67%;
  opacity: 1.1840776179;
  transform: rotate(308.1486021234deg);
  animation: drop-120 4.5567150091s 0.4161459502s infinite;
}
@keyframes drop-120 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.dark .confetti-121 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 1.3591789638;
  transform: rotate(197.8199665684deg);
  animation: drop-121 4.4456951792s 0.5470313368s infinite;
}
@keyframes drop-121 {
  100% {
    top: 110%;
    left: 105%;
  }
}
.dark .confetti-122 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 95%;
  opacity: 0.6049491803;
  transform: rotate(271.0388170731deg);
  animation: drop-122 4.8262593792s 0.9431118827s infinite;
}
@keyframes drop-122 {
  100% {
    top: 110%;
    left: 109%;
  }
}
.dark .confetti-123 {
  width: 25px;
  height: 10px;
  background-color: #ffbf00;
  top: -10%;
  left: 45%;
  opacity: 1.0215440272;
  transform: rotate(102.9258751044deg);
  animation: drop-123 4.8138889209s 0.0154048924s infinite;
}
@keyframes drop-123 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.dark .confetti-124 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 1.1680481456;
  transform: rotate(329.3959488018deg);
  animation: drop-124 4.2258166638s 0.5752325359s infinite;
}
@keyframes drop-124 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.dark .confetti-125 {
  width: 21px;
  height: 8.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.6035849095;
  transform: rotate(214.4217061367deg);
  animation: drop-125 4.8612915718s 0.9260677887s infinite;
}
@keyframes drop-125 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.dark .confetti-126 {
  width: 26px;
  height: 10.4px;
  background-color: #263672;
  top: -10%;
  left: 20%;
  opacity: 0.5063850466;
  transform: rotate(272.2053975612deg);
  animation: drop-126 4.8195237005s 0.3781089115s infinite;
}
@keyframes drop-126 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.dark .confetti-127 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 0.7120416214;
  transform: rotate(183.4637531476deg);
  animation: drop-127 4.657583738s 0.3166592005s infinite;
}
@keyframes drop-127 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.dark .confetti-128 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.6715546336;
  transform: rotate(281.3404248392deg);
  animation: drop-128 4.4637315969s 0.3504283312s infinite;
}
@keyframes drop-128 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.dark .confetti-129 {
  width: 21px;
  height: 8.4px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 0.9131187344;
  transform: rotate(1.3421269226deg);
  animation: drop-129 4.8365984853s 0.0384564246s infinite;
}
@keyframes drop-129 {
  100% {
    top: 110%;
    left: 19%;
  }
}
.dark .confetti-130 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.6661718265;
  transform: rotate(265.5117659109deg);
  animation: drop-130 4.1061602297s 0.2383318669s infinite;
}
@keyframes drop-130 {
  100% {
    top: 110%;
    left: 106%;
  }
}
.dark .confetti-131 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 84%;
  opacity: 0.9785487546;
  transform: rotate(56.7558186089deg);
  animation: drop-131 4.8992794402s 0.9100563706s infinite;
}
@keyframes drop-131 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.dark .confetti-132 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 7%;
  opacity: 1.4342936577;
  transform: rotate(280.8701316918deg);
  animation: drop-132 4.3405148386s 0.311139926s infinite;
}
@keyframes drop-132 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.dark .confetti-133 {
  width: 20px;
  height: 8px;
  background-color: #ffbf00;
  top: -10%;
  left: 140%;
  opacity: 0.9121281311;
  transform: rotate(331.0389195484deg);
  animation: drop-133 4.292672012s 0.8989217615s infinite;
}
@keyframes drop-133 {
  100% {
    top: 110%;
    left: 155%;
  }
}
.dark .confetti-134 {
  width: 26px;
  height: 10.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 120%;
  opacity: 1.06844592;
  transform: rotate(331.9498053909deg);
  animation: drop-134 4.9605235497s 0.0057072754s infinite;
}
@keyframes drop-134 {
  100% {
    top: 110%;
    left: 122%;
  }
}
.dark .confetti-135 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 101%;
  opacity: 0.8851370458;
  transform: rotate(221.3703216531deg);
  animation: drop-135 4.7000062823s 0.2910974495s infinite;
}
@keyframes drop-135 {
  100% {
    top: 110%;
    left: 116%;
  }
}
.dark .confetti-136 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 3%;
  opacity: 0.6834671184;
  transform: rotate(157.9186666027deg);
  animation: drop-136 4.6581122832s 0.0886962183s infinite;
}
@keyframes drop-136 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.dark .confetti-137 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 0.7857990876;
  transform: rotate(176.3064182411deg);
  animation: drop-137 4.3438938169s 0.5017123991s infinite;
}
@keyframes drop-137 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.dark .confetti-138 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 100%;
  opacity: 1.0082186795;
  transform: rotate(342.3439625869deg);
  animation: drop-138 4.4232906239s 0.8991569844s infinite;
}
@keyframes drop-138 {
  100% {
    top: 110%;
    left: 112%;
  }
}
.dark .confetti-139 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 54%;
  opacity: 0.6224724936;
  transform: rotate(46.7301275479deg);
  animation: drop-139 4.2671552273s 0.8058566652s infinite;
}
@keyframes drop-139 {
  100% {
    top: 110%;
    left: 60%;
  }
}
.dark .confetti-140 {
  width: 25px;
  height: 10px;
  background-color: #d13447;
  top: -10%;
  left: 116%;
  opacity: 0.75347429;
  transform: rotate(45.4150982158deg);
  animation: drop-140 4.1591931919s 0.1430222001s infinite;
}
@keyframes drop-140 {
  100% {
    top: 110%;
    left: 123%;
  }
}
.dark .confetti-141 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 72%;
  opacity: 0.9510296669;
  transform: rotate(327.5842668605deg);
  animation: drop-141 4.5222189567s 0.526138654s infinite;
}
@keyframes drop-141 {
  100% {
    top: 110%;
    left: 79%;
  }
}
.dark .confetti-142 {
  width: 21px;
  height: 8.4px;
  background-color: #263672;
  top: -10%;
  left: 125%;
  opacity: 0.6583856234;
  transform: rotate(138.8338835031deg);
  animation: drop-142 4.729683273s 0.3069699513s infinite;
}
@keyframes drop-142 {
  100% {
    top: 110%;
    left: 130%;
  }
}
.dark .confetti-143 {
  width: 22px;
  height: 8.8px;
  background-color: #d13447;
  top: -10%;
  left: 115%;
  opacity: 1.371221544;
  transform: rotate(319.3059733285deg);
  animation: drop-143 4.1053586188s 0.375957799s infinite;
}
@keyframes drop-143 {
  100% {
    top: 110%;
    left: 123%;
  }
}
.dark .confetti-144 {
  width: 22px;
  height: 8.8px;
  background-color: #d13447;
  top: -10%;
  left: 135%;
  opacity: 1.2409639219;
  transform: rotate(37.1024578299deg);
  animation: drop-144 4.4953104076s 0.1698977127s infinite;
}
@keyframes drop-144 {
  100% {
    top: 110%;
    left: 147%;
  }
}
.dark .confetti-145 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 24%;
  opacity: 1.152773815;
  transform: rotate(78.5227457789deg);
  animation: drop-145 4.9727372424s 0.7169186442s infinite;
}
@keyframes drop-145 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.dark .confetti-146 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 104%;
  opacity: 0.9294145317;
  transform: rotate(222.3706554092deg);
  animation: drop-146 4.3241928374s 0.8709378327s infinite;
}
@keyframes drop-146 {
  100% {
    top: 110%;
    left: 116%;
  }
}
.dark .confetti-147 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 134%;
  opacity: 1.230127472;
  transform: rotate(32.272442204deg);
  animation: drop-147 4.7393168292s 0.5617406538s infinite;
}
@keyframes drop-147 {
  100% {
    top: 110%;
    left: 140%;
  }
}
.dark .confetti-148 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 97%;
  opacity: 0.8925784273;
  transform: rotate(289.5260508897deg);
  animation: drop-148 4.8142645923s 0.8269377715s infinite;
}
@keyframes drop-148 {
  100% {
    top: 110%;
    left: 104%;
  }
}
.dark .confetti-149 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 103%;
  opacity: 0.5183884323;
  transform: rotate(3.2336037638deg);
  animation: drop-149 4.7784635731s 0.7421455947s infinite;
}
@keyframes drop-149 {
  100% {
    top: 110%;
    left: 108%;
  }
}
.dark .confetti-150 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 1.0218791169;
  transform: rotate(296.8459973088deg);
  animation: drop-150 4.1807470884s 0.2373462625s infinite;
}
@keyframes drop-150 {
  100% {
    top: 110%;
    left: 41%;
  }
}
@media (min-width: 1464px) {
  .dark .container {
    max-width: 1440px;
  }
}
.dark .col-custome-3 {
  width: 22%;
}
@media (max-width: 1399px) {
  .dark .col-custome-3 {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .dark .col-custome-3 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .dark .col-custome-3 {
    width: 0;
  }
}
.dark .col-custome-9 {
  width: 78%;
}
@media (max-width: 1399px) {
  .dark .col-custome-9 {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .dark .col-custome-9 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .col-custome-9 {
    width: 100%;
  }
}
.dark .fw-300 {
  font-weight: 300;
}
.dark .w-60 {
  width: 60% !important;
}
.dark .section-small-space {
  padding: calc(18px + 24 * (100vw - 320px) / 1600) 0;
}
.dark .section-big-space {
  padding: calc(40px + 120 * (100vw - 320px) / 1600) 0;
}
.dark .section-lg-space {
  padding: calc(30px + 40 * (100vw - 320px) / 1600) 0;
}
.dark section,
.dark .section-t-space {
  padding-top: calc(30px + 20 * (100vw - 320px) / 1600);
}
.dark .section-b-space {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
.dark .container-fluid-lg {
  padding: 0 calc(12px + 148 * (100vw - 320px) / 1600);
}
.dark .container-fluid-md {
  padding: 0 calc(12px + 38 * (100vw - 320px) / 1600);
}
.dark .container-fluid-xs {
  padding: 0 calc(12px + 13 * (100vw - 320px) / 1600);
}
.dark .section-small-space {
  padding: 30px 0;
}
.dark .p-top-left {
  display: flex;
  justify-content: flex-start;
}
.dark .p-top-center {
  display: flex;
  justify-content: center;
}
.dark .p-top-right {
  display: flex;
  justify-content: flex-end;
}
.dark .p-center-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dark .p-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .p-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dark .p-bottom-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.dark .p-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dark .p-bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.dark .p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.dark .ls-expanded {
  letter-spacing: 12px;
  margin-right: -12px;
}
.dark .ls-resize-expanded {
  letter-spacing: calc(4px + 6 * (100vw - 320px) / 1600);
}
.dark .g-8 {
  margin: -8px;
}
.dark .g-8 > div {
  padding: 8px;
}
.dark .icon-width {
  width: 25px;
  height: 25px;
}
.dark .rating {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .rating {
    display: flex;
    align-items: center;
  }
}
.dark .rating li {
  line-height: 0;
}
.dark .rating li + li {
  margin-left: 2px;
}
body[dir=rtl] .dark .rating li + li {
  margin-left: unset;
  margin-right: 2px;
}
.dark .rating li svg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffb321;
}
.dark .rating li svg.fill {
  color: #ffb321;
}
.dark .product-rating {
  display: flex;
  align-items: center;
}
.dark .product-rating .rating li {
  padding: 0 !important;
}
.dark .product-rating span {
  color: #dddddd;
  font-size: 12px;
  margin-left: 5px;
}
body[dir=rtl] .dark .product-rating span {
  margin-left: unset;
  margin-right: 5px;
}
.dark .mend-auto {
  margin-right: auto !important;
  text-align: left;
}
.dark .mstart-auto {
  margin-left: auto !important;
  text-align: left;
}
.dark .fw-500 {
  font-weight: 500;
}
.dark .text-theme {
  color: var(--theme-color);
}
.dark .text-title {
  color: #ffffff !important;
}
.dark .text-content {
  color: #dddddd;
}
.dark .text-yellow {
  color: #ffb321 !important;
}
.dark .text-danger {
  color: #ff4f4f !important;
}
.dark .bg-gray {
  background-color: #1d1d22 !important;
}
.dark .bg-theme {
  background-color: var(--theme-color);
}
.dark .bg-gradient-color {
  background: linear-gradient(149.8deg, #f8f8fb 17.21%, #f3f5f9 79.21%);
}
.dark .orange-color {
  color: #ffbc5d !important;
}
.dark .w-58 {
  width: 58% !important;
}
.dark .colorpick-eyedropper-input-trigger {
  display: none;
}
.dark .hover-effect:hover {
  opacity: 1;
  animation: flash 1.5s;
}
.dark [class^=status-] span {
  padding: 5px 16px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
}
.dark .status-danger span,
.dark .status-out_of_stock span,
.dark .status-failed span,
.dark .status-debit span {
  color: #e22454;
  border: 1px solid #e22454;
}
.dark .status-success span,
.dark .status-in_stock span,
.dark .status-completed span,
.dark .status-approved span,
.dark .status-delivered span,
.dark .status-credit span {
  color: #2f8733;
  border: 1px solid #2f8733;
}
.dark .status-pending span,
.dark .status-draft span {
  color: #db8827;
  border: 1px solid #db8827;
}
.dark .status-processing span {
  color: #0077b3;
  border: 1px solid #0077b3;
}
.dark .status-refund span,
.dark .status-cancelled span,
.dark .status-rejected span {
  color: #d9534f;
  border: 1px solid #d9534f;
}
.dark .status-awaiting_for_approval span {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
}
.dark .form-control:focus {
  box-shadow: unset !important;
}
body[dir=rtl] .dark input.is-invalid, body[dir=rtl] .dark input:invalid, body[dir=rtl] .dark input.is-valid, body[dir=rtl] .dark input:valid {
  background-position: left calc(0.375em + 0.1875rem) center;
}
.dark .tooltip {
  margin-bottom: 10px;
}
.dark .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--theme-color);
}
.dark .menu-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #1d1d22;
}
.dark .menu-no-data h4, .dark .menu-no-data .h4 {
  color: #ffffff;
}
.dark .menu-no-data p:empty {
  display: none;
}
.dark .border-color {
  border-color: #eee !important;
}
.dark .shelf {
  border-bottom: 30px solid #a5a5a5;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: -11px;
  z-index: -1;
  position: relative;
}
.dark .shelf:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #686868;
  height: 20px;
  width: calc(100% + 40px);
  bottom: -50px;
  z-index: 1;
}
.dark body {
  font-family: "Public Sans", sans-serif;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
  padding-right: 0 !important;
}
.dark .bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.dark .bg-overlay.show {
  visibility: visible;
  opacity: 0.5;
}
.dark ul {
  padding-left: 0;
  margin-bottom: 0;
}
.dark li {
  display: inline-block;
  font-size: 14px;
}
.dark p {
  font-size: 14px;
  line-height: 18px;
}
.dark a {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
  cursor: pointer;
}
.dark a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
.dark a:focus {
  outline: none;
}
.dark button:focus {
  outline: none;
}
.dark .btn-close:focus {
  box-shadow: none;
}
.dark :focus {
  outline: none;
}
.dark .form-control {
  background-color: #2a2d2d;
}
.dark .form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark h1, .dark .h1 {
  font-size: calc(40px + 30 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0;
}
.dark h2, .dark .h2 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}
.dark h3, .dark .h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.dark h4, .dark .h4 {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.dark h5, .dark .h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.dark h6, .dark .h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.dark span {
  display: inline-block;
}
.dark .theme-color {
  color: var(--theme-color) !important;
}
.dark .theme-bg-color {
  background: var(--theme-color) !important;
  color: #fff !important;
}
.dark .banner-contain {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.dark .banner-contain img {
  width: 100%;
  height: 100%;
}
.dark .offer-banner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.dark .offer-banner .offer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .bank-box .slick-track .slick-slide:nth-child(even) .bank-offer:hover .bank-footer .bank-coupon::after {
  top: 0;
  height: 100%;
}
.dark .bank-box .slick-track .slick-slide:nth-child(even) .bank-offer .bank-footer {
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%);
}
.dark .bank-box .slick-track .slick-slide:nth-child(even) .bank-offer .bank-footer .bank-coupon {
  background: linear-gradient(90deg, #2395e8 15.92%, #4eb5ff 49.57%);
}
.dark .bank-box .slick-track .slick-slide:nth-child(even) .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #4eb5ff;
  background: linear-gradient(90deg, #4eb5ff 15.92%, #2395e8 49.57%);
}
.dark .bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer:hover .bank-footer .bank-coupon::after {
  top: 0;
  height: 100%;
}
.dark .bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer .bank-footer {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.dark .bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon {
  background: linear-gradient(85.8deg, #ffb321 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.dark .bank-box .slick-track .slick-slide:nth-child(3n+1) .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ffb321;
  background: linear-gradient(-90deg, rgba(255, 140, 117, 0) -4.64%, rgba(255, 88, 77, 0.1) 109.73, #ffb321 131.73%);
}
.dark .bank-section .bank-offer {
  border-radius: calc(9px + 11 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.dark .bank-section .bank-offer .bank-header {
  background: linear-gradient(76.68deg, #e6e6e6 -9.39%, #fafafa 78.76%, #f0f0f0 101.45%, #ffffff 112.78%);
  padding: calc(21px + 14 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-image {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h2, .dark .bank-section .bank-offer .bank-header .bank-left .bank-name .h2 {
  color: #bb0032;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: calc(22px + 9 * (100vw - 320px) / 1600);
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h2.bank-offer-2, .dark .bank-section .bank-offer .bank-header .bank-left .bank-name .bank-offer-2.h2 {
  color: #239bf0;
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h2.bank-offer-3, .dark .bank-section .bank-offer .bank-header .bank-left .bank-name .bank-offer-3.h2 {
  color: #e73718;
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h5, .dark .bank-section .bank-offer .bank-header .bank-left .bank-name .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h5.valid, .dark .bank-section .bank-offer .bank-header .bank-left .bank-name .valid.h5 {
  margin-top: calc(22px + 47 * (100vw - 320px) / 1600);
}
.dark .bank-section .bank-offer .bank-footer {
  padding: calc(7px + 10 * (100vw - 320px) / 1600) calc(13px + 13 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  display: flex;
  align-items: center;
  background: linear-gradient(85.8deg, #bb0032 -4.64%, #ff584d 109.73%, #ff8c75 131.73%);
}
.dark .bank-section .bank-offer .bank-footer h4, .dark .bank-section .bank-offer .bank-footer .h4 {
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 7px;
  width: calc(100% - 128px);
  white-space: nowrap;
}
.dark .bank-section .bank-offer .bank-footer h4 input, .dark .bank-section .bank-offer .bank-footer .h4 input {
  pointer-events: none;
  background-color: transparent;
  color: #2a2d2d;
  border: none;
  font-weight: 600;
  padding: 0;
  display: inline-block;
  width: auto;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .bank-section .bank-offer .bank-footer .bank-coupon {
  margin-left: auto;
  color: #2a2d2d;
  font-weight: 600;
  padding: 6px 21px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
  background: linear-gradient(85.8deg, #ff584d -4.64%, rgba(187, 0, 50, 0.1) 131.73%);
}
.dark .bank-section .bank-offer .bank-footer .bank-coupon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ff584d;
  background: linear-gradient(85.8deg, rgba(187, 0, 50, 0.1) 131.73%, #ff584d -4.64%);
}
html.dark .dark .bank-section .bank-offer .bank-footer .bank-coupon {
  color: #ffffff;
}
@media (max-width: 575px) {
  .dark .banner-small.ratio_65 .bg-size:before {
    padding-top: 53%;
  }
}
.dark .banner-furniture > .row {
  direction: ltr;
}
@media (min-width: 1400px) {
  .dark .banner-furniture > .row > div {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .dark .banner-furniture > .row > div {
    margin-left: 8.3333333333%;
  }
}
.dark .sale-banner img {
  height: calc(54px + 82 * (100vw - 320px) / 1600);
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
}
.dark .blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.dark .blog-box:hover .blog-detail h5, .dark .blog-box:hover .blog-detail .h5 {
  color: var(--theme-color);
}
.dark .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 5px;
}
.dark .blog-box .blog-box-image .blog-image {
  transition: all 0.3s ease-in-out;
  display: block;
}
.dark .blog-box .blog-box-image .blog-image img {
  width: 100%;
  height: 100%;
}
.dark .blog-box .blog-detail {
  margin-top: 15px;
  display: block;
}
.dark .blog-box .blog-detail.blog-contain {
  background-color: #ff4f4f;
  display: block;
  height: 155px;
}
.dark .blog-box .blog-detail h6, .dark .blog-box .blog-detail .h6 {
  color: #dddddd;
  margin-bottom: 3px;
  font-weight: 400;
}
.dark .blog-box .blog-detail h5, .dark .blog-box .blog-detail .h5 {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .blog-box p {
  margin-bottom: 0;
  color: #999;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
}
.dark .blog-box.sticky-blog-box {
  position: relative;
}
.dark .blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
.dark .blog-box.sticky-blog-box::after {
  content: none;
}
.dark .blog-section {
  z-index: 0;
  position: relative;
}
.dark .blog-section .blog-box {
  padding-bottom: 1px;
  border-radius: 10px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  overflow: hidden;
  position: relative;
}
.dark .blog-section .blog-box:hover .blog-box-image a {
  transform: scale(1.12) rotate(3deg);
  overflow: hidden;
}
.dark .blog-section .blog-box:hover .blog-detail label {
  color: #2a2d2d;
}
.dark .blog-section .blog-box:hover .blog-detail label::before {
  opacity: 1;
}
.dark .blog-section .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 15px;
}
.dark .blog-section .blog-box .blog-box-image a {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.dark .blog-section .blog-box .blog-image {
  position: relative;
}
.dark .blog-section .blog-box .blog-image label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.9px;
  box-shadow: 3px 3px 6px rgba(255, 255, 255, 0.2);
}
.dark .blog-section .blog-box .blog-detail {
  padding: calc(11px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.dark .blog-section .blog-box .blog-detail h2, .dark .blog-section .blog-box .blog-detail .h2 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.dark .blog-section .blog-box .blog-detail label {
  font-size: 12px;
  padding: 7px 11px;
  border-radius: 50px;
  color: var(--theme-color);
  margin-bottom: calc(4px + 8 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-detail label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-detail a {
  color: #ffffff;
  display: block;
}
.dark .blog-section .blog-box .blog-detail h3, .dark .blog-section .blog-box .blog-detail .h3 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 600;
}
.dark .blog-section .blog-box .blog-detail h5, .dark .blog-section .blog-box .blog-detail .h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #dddddd;
}
.dark .blog-section .blog-box .blog-detail .blog-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  gap: calc(14px + 8 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box .blog-detail .blog-list span {
  color: #dddddd;
  margin-bottom: -5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon {
  position: relative;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon .icon li .fab {
  font-size: 14px;
  color: #dddddd;
}
.dark .blog-section .blog-box .blog-detail .blog-list .blog-social-icon:hover .icon {
  opacity: 1;
}
.dark .tags-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .tags-sec h5, .dark .tags-sec .h5 {
  text-transform: capitalize;
  font-weight: 500;
}
.dark .tags-sec .contain-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .tags-sec .contain-list li a {
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #1d1d22;
  color: #ffffff;
}
.dark .tags-sec .contain-list li a:hover {
  background-color: var(--theme-color);
  color: white;
}
.dark .dropdown-menu .blog-box .blog-box-image .blog-image img {
  height: 220px;
  object-fit: cover;
}
.dark .category-box {
  background-color: #1d1d22;
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
}
.dark .category-box.category-bg {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}
.dark .category-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/shape.407f94ec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.dark .category-box:hover {
  background-color: transparent;
}
.dark .category-box:hover::after {
  opacity: 1;
}
.dark .category-box:hover img {
  filter: invert(1) brightness(100);
}
.dark .category-box:hover h5, .dark .category-box:hover .h5 {
  color: #2a2d2d;
}
.dark .category-box-2::after {
  background-image: url(/_next/static/media/bg.fed78fcd.jpg);
}
.dark .category-box img {
  width: calc(38px + 7 * (100vw - 320px) / 1600);
  height: calc(38px + 7 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
}
html.dark .dark .category-box img {
  filter: invert(1) brightness(100);
}
.dark .category-box h5, .dark .category-box .h5 {
  color: #ffffff;
  margin-top: 12px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .shop-box .shop-category-box {
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  background-color: #1d1d22;
  text-align: center;
  margin: 0 5px;
  width: 100%;
  cursor: pointer;
}
.dark .shop-box .shop-category-box.active::after {
  opacity: 1;
}
.dark .shop-box .shop-category-box.active a .shop-category-image img {
  filter: invert(1) brightness(100);
}
.dark .shop-box .shop-category-box.active a .category-box-name h6, .dark .shop-box .shop-category-box.active a .category-box-name .h6 {
  color: #ffffff;
}
.dark .shop-box .shop-category-box:hover a .category-box-name h6, .dark .shop-box .shop-category-box:hover a .category-box-name .h6 {
  color: #ffffff;
}
.dark .shop-box .shop-category-box a .category-box-name {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}
.dark .shop-box .shop-category-box a .category-box-name h6, .dark .shop-box .shop-category-box a .category-box-name .h6 {
  color: #dddddd;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .deal-section .deal-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  position: relative;
  display: flex;
  align-items: center;
}
.dark .deal-section .deal-box:hover .category-image img {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box {
    display: block;
  }
}
.dark .deal-section .deal-box .category-image {
  width: 60%;
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box .category-image {
    width: 100%;
  }
}
.dark .deal-section .deal-box .category-image img {
  width: 80%;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box .category-image img {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.dark .deal-section .deal-box .buy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(18px + 7 * (100vw - 320px) / 1600);
  right: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  padding: calc(7px + 3 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .deal-section .deal-box .deal-detail {
  width: 65%;
}
@media (max-width: 575px) {
  .dark .deal-section .deal-box .deal-detail {
    width: 100%;
  }
}
.dark .deal-section .deal-box .deal-detail .hot-deal {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dark .deal-section .deal-box .deal-detail .hot-deal span {
  line-height: 2.1;
}
.dark .deal-section .deal-box .deal-detail h5, .dark .deal-section .deal-box .deal-detail .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin: 10px 0 8px;
  text-transform: capitalize;
  font-weight: 500;
}
.dark .deal-section .deal-box .deal-detail .price {
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.dark .deal-section .deal-box .deal-detail .price span {
  color: #dddddd;
  text-decoration: line-through;
  font-weight: 400;
  transition: 0.3s ease;
}
.dark .deal-section .deal-box .deal-detail .custom-progressbar {
  border-radius: 50px;
  height: 10px;
}
.dark .deal-section .deal-box .deal-detail .custom-progressbar .progress-bar {
  background: var(--theme-color);
  border-radius: 50px;
}
.dark .deal-section .deal-box .deal-detail .item {
  color: #dddddd;
  margin-top: 18px;
}
.dark .deal-section .deal-box .deal-detail .item span {
  color: #ffffff;
  font-weight: 500;
}
.dark .deal-section .deal-box .deal-detail .timer {
  margin-top: 15px;
}
.dark .deal-section .deal-box .deal-detail .timer ul li .counter {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .deal-section .deal-box .deal-detail .timer ul li .counter > div {
  line-height: 1;
}
.dark .deal-section .deal-box .offer {
  color: #dddddd;
  margin: 5px 0 12px;
}
.dark .category-section-2 .category-slider .slick-slider {
  margin: 0 -5px;
}
.dark .category-section-2 .category-slider .slick-slider .slick-track .slick-slide {
  padding: 0 5px;
}
.dark .category-section-2 .category-slider .slick-slider .slick-track .slick-slide:nth-child(4n+2) .shop-category-box a.circle-1::before {
  background-color: #fff2ec;
}
.dark .category-section-2 .category-slider .slick-slider .slick-track .slick-slide:nth-child(4n+3) .shop-category-box a.circle-1::before {
  background-color: #fce9e9;
}
.dark .category-section-2 .category-slider .slick-slider .slick-track .slick-slide:nth-child(4n+4) .shop-category-box a.circle-1::before {
  background-color: #fcf1ff;
}
.dark .category-section-2 .category-slider .slick-slider .slick-track .slick-slide > div,
.dark .category-section-2 .category-slider .slick-slider .slick-track .slick-slide > ul {
  margin: 0;
}
.dark .category-section-2 .category-slider .shop-category-box {
  position: relative;
  padding-top: 14px;
}
.dark .category-section-2 .category-slider .shop-category-box:hover a::before {
  border-radius: 11px;
}
.dark .category-section-2 .category-slider .shop-category-box:hover a img {
  transform: scale(1.04);
}
.dark .category-section-2 .category-slider .shop-category-box a {
  display: block;
  position: relative;
}
.dark .category-section-2 .category-slider .shop-category-box a.circle-1::before {
  background-color: #fff9d8;
}
.dark .category-section-2 .category-slider .shop-category-box a::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-2 .category-slider .shop-category-box a img {
  position: relative;
  width: calc(87px + 23 * (100vw - 320px) / 1600);
  height: calc(87px + 13 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-2 .category-slider .shop-category-box .category-name {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 16px auto 0;
}
.dark .category-section-2 .category-slider .shop-category-box .category-name h6, .dark .category-section-2 .category-slider .shop-category-box .category-name .h6 {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
  font-weight: 500;
}
.dark .category-section-3 .category-box-list {
  padding: calc(13px + 7 * (100vw - 320px) / 1600);
  border-radius: 15px;
  background-color: #f1f1f3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.dark .category-section-3 .category-box-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 164, 135, 0.15);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-3 .category-box-list:hover {
  background-color: #2a2d2d;
}
.dark .category-section-3 .category-box-list:hover::after {
  opacity: 1;
}
.dark .category-section-3 .category-box-list:hover .category-name h4, .dark .category-section-3 .category-box-list:hover .category-name .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.dark .category-section-3 .category-box-list:hover .category-name h6, .dark .category-section-3 .category-box-list:hover .category-name .h6 {
  color: #ffffff;
}
.dark .category-section-3 .category-box-list:hover .category-box-view .shop-button {
  opacity: 1;
  bottom: 17px;
}
.dark .category-section-3 .category-box-list:hover a img {
  opacity: 0.7;
  transform: scale(1.03);
}
.dark .category-section-3 .category-box-list .category-box-view .shop-button {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  font-size: 14px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  opacity: 0;
}
html.dark .dark .category-section-3 .category-box-list .category-box-view .shop-button {
  color: #ffffff;
}
.dark .category-section-3 .category-box-list .category-box-view .shop-button svg {
  margin-left: 6px;
  font-size: 18px;
}
body[dir=rtl] .dark .category-section-3 .category-box-list .category-box-view .shop-button svg {
  margin-left: unset;
  margin-right: 6px;
}
.dark .category-section-3 .category-box-list .category-name {
  margin-bottom: 20px;
  color: #ffffff;
  display: block;
}
.dark .category-section-3 .category-box-list .category-name h4, .dark .category-section-3 .category-box-list .category-name .h4 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-3 .category-box-list .category-name h6, .dark .category-section-3 .category-box-list .category-name .h6 {
  margin-top: 5px;
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-3 .category-box-list a {
  display: block;
  position: relative;
}
.dark .category-section-3 .category-box-list a img {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.dark .category-section-3 .category-box-list .category-box-view > a {
  width: 100%;
  height: 130px;
}
.dark .category-section-3 .category-box-list .category-box-view > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .category-section-4 .shop-category-box {
  text-align: center;
}
.dark .category-section-4 .shop-category-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 25px;
  margin: 0 auto;
  border: 2px solid #2a2d2d;
}
.dark .category-section-4 .shop-category-box .category-name {
  margin-top: 14px;
}
.dark .category-section-4 .shop-category-box .category-name h6, .dark .category-section-4 .shop-category-box .category-name .h6 {
  font-size: 16px;
  color: #2a2d2d;
  font-weight: 500;
}
.dark .book-category {
  margin-bottom: 9px;
}
.dark .book-category .book-category-slider {
  width: 97%;
  margin-inline: auto;
}
.dark .book-category .category-box {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #1d1d22;
  margin: 0px auto;
  height: calc(135px + 31 * (100vw - 320px) / 1600);
  width: 81% !important;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
  position: relative;
}
.dark .book-category .category-box:hover img {
  filter: unset;
}
.dark .book-category .category-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  filter: unset;
}
.dark .book-category .category-box::after {
  content: unset;
}
.dark .book-category .category-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 100%;
  bottom: -10px;
  filter: blur(5px);
  z-index: -1;
}
.dark .book-category .category-box h5, .dark .book-category .category-box .h5 {
  color: #ffffff;
  font-weight: 500;
  -webkit-line-clamp: 1;
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .feature-category-panel {
  margin-top: -50px;
}
.dark .feature-category-panel .feature-panel-slider {
  background-color: #2a2d2d;
  padding: calc(16px + 4 * (100vw - 320px) / 1600);
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(221, 221, 221, 0.549);
  margin: 0 auto;
  width: 100%;
}
html.dark .dark .feature-category-panel .feature-panel-slider {
  box-shadow: 0px 4px 8px rgba(137, 137, 137, 0.05);
}
.dark .feature-category-panel .feature-panel-slider .cate-box {
  text-align: center;
  padding: calc(10px + 6 * (100vw - 320px) / 1600) calc(15px + 29 * (100vw - 320px) / 1600);
  display: block;
  border-radius: 8px;
  background-color: #1d1d22;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .feature-category-panel .feature-panel-slider .cate-box:hover {
  background-color: transparent;
}
.dark .feature-category-panel .feature-panel-slider .cate-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.dark .feature-category-panel .feature-panel-slider .cate-box:hover span {
  color: white;
  font-weight: 500;
}
.dark .feature-category-panel .feature-panel-slider .cate-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background-image: linear-gradient(140deg, #1a1c28 0%, #1c1b27 8%, #1e1b27 20%, #211b27 34%, #221924 49%, #241924 64%, #251822 78%, #261720 89%, #27171e 96%, #27161c 100%);
}
.dark .feature-category-panel .feature-panel-slider .cate-box a {
  background-color: rgba(39, 32, 39, 0.5294117647);
  padding: 16px 25px;
  display: block;
  border-radius: 8px;
}
.dark .feature-category-panel .feature-panel-slider .cate-box span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin-block: -2px -4px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .category-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.dark .category-browse-div {
  width: 150px;
  margin-right: 20px;
}
.dark .category-panel {
  margin-top: -50px;
}
.dark .category-panel .category-panel-slider .cate-box {
  position: relative;
  text-align: center;
  display: block;
  background-color: #1d1d22;
  padding: calc(19px + 16 * (100vw - 320px) / 1600) calc(11px + 4 * (100vw - 320px) / 1600);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.dark .category-panel .category-panel-slider .cate-box:hover {
  border-color: #ddd;
}
html.dark .dark .category-panel .category-panel-slider .cate-box:hover {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .category-panel .category-panel-slider .cate-box img {
  width: calc(39px + 6 * (100vw - 320px) / 1600);
  height: calc(39px + 6 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
html.dark .dark .category-panel .category-panel-slider .cate-box img {
  filter: invert(1) brightness(100);
}
.dark .category-panel .category-panel-slider .cate-box span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-bottom: -3px;
  display: block;
  color: #ffffff;
}
.dark footer {
  background-color: #1d1d22;
  position: relative;
  z-index: 0;
}
.dark footer::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/footer-shape.d2139064.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  .dark footer::after {
    content: none;
  }
}
.dark footer:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(/_next/static/media/footer-shape-2.7a1c8fc0.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199px) {
  .dark footer:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .dark footer .main-footer {
    border: none;
    padding-top: 0;
  }
}
.dark footer .main-footer .footer-theme .footer-theme-contain {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-theme .footer-theme-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 27px;
  margin-bottom: 0;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address li {
  display: flex;
  align-items: center;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address li svg {
  font-size: 22px;
  color: #dddddd;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 0 0 10px;
  color: #dddddd;
}
body[dir=rtl] .dark footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
  margin: 1px 10px 0 0;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul li {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul li a:hover {
  color: #dddddd;
}
.dark footer .main-footer .footer-theme .footer-theme-contain ul li + li {
  margin-top: calc(4px + 11 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-logo .theme-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-logo .theme-logo {
    margin-bottom: 15px;
  }
}
.dark footer .main-footer .footer-logo .theme-logo a img {
  height: auto;
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-logo .theme-logo h4, .dark footer .main-footer .footer-logo .theme-logo .h4 {
  margin-left: 10px;
}
.dark footer .main-footer .footer-logo .footer-logo-contain {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-logo .footer-logo-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 27px;
  margin-bottom: 0;
  width: 88%;
}
@media (max-width: 360px) {
  .dark footer .main-footer .footer-logo .footer-logo-contain p {
    width: 100%;
  }
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  margin-top: calc(7px + 23 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
  color: var(--theme-color);
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li:hover svg {
  color: var(--theme-color);
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li svg {
  width: 18px;
  height: 18px;
  stroke: #dddddd;
  font-size: 22px;
  color: #dddddd;
}
.dark footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin: 0 0 0 10px;
  color: #dddddd;
  line-height: 1.3;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: calc(100% - 18px - 10px);
}
body[dir=rtl] .dark footer .main-footer .footer-logo .footer-logo-contain .address li a {
  margin-right: 10px;
  margin-left: unset;
}
.dark footer .main-footer .footer-title {
  position: relative;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-title {
    cursor: pointer;
  }
  .dark footer .main-footer .footer-title::before {
    content: "\ea4e";
    position: absolute;
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
  }
  body[dir=rtl] .dark footer .main-footer .footer-title::before {
    right: unset;
    left: 0;
  }
  .dark footer .main-footer .footer-title.show::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .dark footer .main-footer .footer-title.show ~ .footer-contain {
    display: block;
  }
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-title.contact-title {
    cursor: default;
  }
  .dark footer .main-footer .footer-title.contact-title:before {
    content: none;
  }
}
.dark footer .main-footer .footer-title h4, .dark footer .main-footer .footer-title .h4 {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-title h4, .dark footer .main-footer .footer-title .h4 {
    font-weight: 500;
  }
}
.dark footer .main-footer .footer-contain {
  margin-top: calc(8px + 12 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-contain {
    display: none;
  }
}
.dark footer .main-footer .footer-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  line-height: 27px;
  margin-bottom: 0;
}
.dark footer .main-footer .footer-contain ul.address {
  margin-top: calc(17px + 13 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contain ul.address li {
  display: flex;
  align-items: flex-start;
}
.dark footer .main-footer .footer-contain ul.address li svg {
  font-size: 22px;
  color: #dddddd;
}
.dark footer .main-footer .footer-contain ul.address li p,
.dark footer .main-footer .footer-contain ul.address li a {
  margin: 0 0 0 10px;
  color: #dddddd;
  line-height: 1.3;
}
body[dir=rtl] .dark footer .main-footer .footer-contain ul.address li p,
body[dir=rtl] .dark footer .main-footer .footer-contain ul.address li a {
  margin: 0 10px 0 0;
}
.dark footer .main-footer .footer-contain ul li {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contain ul li a {
  display: inline-block;
  position: relative;
}
.dark footer .main-footer .footer-contain ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark footer .main-footer .footer-contain ul li a::before {
  left: unset;
  right: 0;
}
.dark footer .main-footer .footer-contain ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: -13px;
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark footer .main-footer .footer-contain ul li a::after {
  left: unset;
  right: -13px;
}
.dark footer .main-footer .footer-contain ul li a:hover {
  color: var(--theme-color);
  margin-left: 13px;
}
body[dir=rtl] .dark footer .main-footer .footer-contain ul li a:hover {
  margin-left: unset;
  margin-right: 13px;
}
.dark footer .main-footer .footer-contain ul li a:hover::before {
  width: 100%;
}
.dark footer .main-footer .footer-contain ul li a:hover::after {
  opacity: 1;
}
@media (max-width: 575px) {
  .dark footer .main-footer .footer-contain ul li a {
    padding-left: 13px;
    margin-left: 5px;
  }
  body[dir=rtl] .dark footer .main-footer .footer-contain ul li a {
    margin-left: unset;
    margin-right: 5px;
    padding-left: unset;
    padding-right: 13px;
  }
  .dark footer .main-footer .footer-contain ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    left: 0;
    background-color: rgba(74, 85, 104, 0.76);
    border-radius: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  html.dark .dark footer .main-footer .footer-contain ul li a::after {
    background-color: rgba(221, 221, 221, 0.761);
  }
  body[dir=rtl] .dark footer .main-footer .footer-contain ul li a::after {
    left: unset;
    right: 0;
  }
  .dark footer .main-footer .footer-contain ul li a::before {
    content: unset;
  }
  .dark footer .main-footer .footer-contain ul li a:hover {
    color: #dddddd;
    margin-left: 5px;
  }
  body[dir=rtl] .dark footer .main-footer .footer-contain ul li a:hover {
    margin-left: unset;
    margin-right: 5px;
  }
}
.dark footer .main-footer .footer-contain ul li + li {
  margin-top: calc(4px + 11 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .social-app::before {
  content: none;
}
.dark footer .main-footer .social-app ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.dark footer .main-footer .social-app ul li {
  display: inline-block;
}
.dark footer .main-footer .social-app ul li::before {
  content: none !important;
}
.dark footer .main-footer .social-app ul li a {
  display: block;
}
.dark footer .main-footer .social-app ul li a img {
  width: calc(114px + 26 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contact {
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.dark footer .main-footer .footer-contact ul li {
  display: block;
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  position: relative;
}
.dark footer .main-footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.dark footer .main-footer .footer-contact ul li:last-child::before {
  content: none;
}
.dark footer .main-footer .footer-contact ul li.social-app ul li a {
  display: block;
}
.dark footer .main-footer .footer-contact ul li.social-app ul li a img {
  width: calc(114px + 26 * (100vw - 320px) / 1600);
  height: auto;
}
.dark footer .main-footer .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1;
}
body[dir=rtl] .dark footer .main-footer .footer-contact ul li::before {
  right: unset;
  left: 0;
}
@media (max-width: 1460px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -18px;
  }
}
@media (max-width: 767px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -16px;
  }
}
@media (max-width: 360px) {
  .dark footer .main-footer .footer-contact ul li::before {
    bottom: -13px;
  }
}
.dark footer .main-footer .footer-contact ul li .footer-number {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
}
.dark footer .main-footer .footer-contact ul li .footer-number svg {
  width: 22px;
  height: 18px;
  margin-top: 3px;
  stroke-width: 3px;
  color: #dddddd;
}
.dark footer .main-footer .footer-contact ul li .footer-number .contact-number h5, .dark footer .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  margin-top: 6px;
  font-weight: 600;
  color: #ffffff;
}
.dark footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #c1c1c1;
}
@media (max-width: 991px) {
  .dark footer .sub-footer {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dark footer .sub-footer {
    margin-bottom: calc(60px + 3 * (100vw - 320px) / 447);
  }
}
@media (max-width: 991px) {
  .dark footer .sub-footer .payment {
    margin: 8px 0;
  }
}
.dark footer .sub-footer .payment img {
  width: calc(296px + 6 * (100vw - 320px) / 1600);
  height: auto;
}
.dark footer .sub-footer .social-link {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark footer .sub-footer .social-link {
    justify-content: center;
  }
}
.dark footer .sub-footer .social-link h6, .dark footer .sub-footer .social-link .h6 {
  margin-right: 10px;
  font-size: 16px;
}
body[dir=rtl] .dark footer .sub-footer .social-link h6, body[dir=rtl] .dark footer .sub-footer .social-link .h6 {
  margin-left: 10px;
  margin-right: unset;
}
.dark footer .sub-footer .social-link ul {
  display: flex;
  align-items: center;
}
.dark footer .sub-footer .social-link ul li:hover svg {
  color: var(--theme-color);
}
.dark footer .sub-footer .social-link ul li + li {
  margin-left: 8px;
}
body[dir=rtl] .dark footer .sub-footer .social-link ul li + li {
  margin-left: unset;
  margin-right: 8px;
}
.dark footer .sub-footer .social-link ul li a {
  display: block;
  color: #dddddd;
}
.dark footer .sub-footer .social-link ul li a svg {
  width: 18px;
  height: 27px;
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark footer .sub-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 991px) {
  .dark footer .sub-footer ul {
    display: block;
    text-align: center;
  }
}
.dark footer .sub-footer ul li {
  display: block;
}
.dark footer .sub-footer .reserve h6, .dark footer .sub-footer .reserve .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 {
  background-color: #1d1d22;
}
.dark footer.footer-section-2 .text-content {
  color: #bfbfbf;
}
.dark footer.footer-section-2::before, .dark footer.footer-section-2::after {
  content: none;
}
.dark footer.footer-section-2 .download-image {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2.footer-color-2 {
  background-color: #051616;
}
.dark footer.footer-section-2.footer-color-3 {
  background-color: #1d2328;
  z-index: 0;
}
.dark footer.footer-section-2.footer-color-3 .footer-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.dark footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li a,
.dark footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li i,
.dark footer.footer-section-2 .main-footer .footer-logo .footer-logo-contain .address li svg {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-title h4, .dark footer.footer-section-2 .main-footer .footer-title .h4 {
  color: #ffffff;
}
.dark footer.footer-section-2 .main-footer .footer-contain ul li a {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-contain ul li a::after {
  background-color: rgba(191, 191, 191, 0.76);
}
.dark footer.footer-section-2 .main-footer .footer-contain ul li a::before {
  content: none;
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li::before {
  border-color: rgba(236, 236, 236, 0.2);
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number svg {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h6, .dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h6 {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number h5, .dark footer.footer-section-2 .main-footer .footer-contact ul li .footer-number .contact-number .h5 {
  color: #ffffff;
}
.dark footer.footer-section-2 .main-footer {
  padding-bottom: calc(18px + 32 * (100vw - 320px) / 1600);
  border-top: unset;
}
.dark footer.footer-section-2 .main-footer .foot-logo img {
  width: calc(120px + 40 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .information-text {
  margin-bottom: 0;
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
  color: #dddddd;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.7;
}
.dark footer.footer-section-2 .main-footer .information-text-2 {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .footer-logo-contain p {
  color: #bfbfbf;
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.dark footer.footer-section-2 .main-footer .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #2a2d2d;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3;
}
.dark footer.footer-section-2 .main-footer .social-icon li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.06;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li:hover::after {
  opacity: 1;
}
.dark footer.footer-section-2 .main-footer .social-icon li:hover i {
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .social-icon li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddddd;
}
.dark footer.footer-section-2 .main-footer .social-icon li a svg {
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .download-app {
  margin-top: 20px;
}
.dark footer.footer-section-2 .main-footer .download-app span {
  margin-bottom: 0;
  margin-top: 20px;
  color: #dddddd;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.dark footer.footer-section-2 .main-footer .download-app img {
  width: 110px;
  margin-left: 8px;
}
.dark footer.footer-section-2 .main-footer .footer-title {
  margin-bottom: calc(13px + 23 * (100vw - 320px) / 1600);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  position: relative;
}
@media (max-width: 575px) {
  .dark footer.footer-section-2 .main-footer .footer-title {
    margin-bottom: 0;
  }
  .dark footer.footer-section-2 .main-footer .footer-title.show {
    margin-bottom: calc(13px + 23 * (100vw - 320px) / 1600);
  }
}
.dark footer.footer-section-2 .main-footer .footer-title::before {
  color: #bfbfbf;
}
@media (max-width: 575px) {
  .dark footer.footer-section-2 .main-footer .footer-contain ul li a::after {
    background-color: rgba(221, 221, 221, 0.8);
  }
}
.dark footer.footer-section-2 .main-footer .footer-list-light li a:hover {
  color: #2a2d2d;
}
.dark footer.footer-section-2 .main-footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
.dark footer.footer-section-2 .main-footer .footer-list li {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .dark footer.footer-section-2 .main-footer .footer-list li:last-child {
    margin-bottom: 16px;
  }
}
.dark footer.footer-section-2 .main-footer .footer-list li a {
  color: #dddddd;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a i {
  margin-right: 10px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a.light-text {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-list li a:hover {
  color: #2a2d2d;
  padding-left: 14px;
}
.dark footer.footer-section-2 .main-footer .footer-list li a:hover::before {
  left: 0;
  opacity: 0.7;
}
.dark footer.footer-section-2 .main-footer .footer-list li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border-radius: 100%;
  opacity: 0;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
}
.dark footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: unset;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  left: 0;
  opacity: 0;
  background: none;
  color: var(--theme-color);
}
.dark footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
  padding-left: 6px;
  color: var(--theme-color);
}
.dark footer.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before {
  opacity: 1;
}
.dark footer.footer-section-2 .main-footer .footer-address li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.dark footer.footer-section-2 .main-footer .footer-address li:last-child {
  margin-bottom: 0;
}
.dark footer.footer-section-2 .main-footer .footer-address li a {
  color: #dddddd;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
}
.dark footer.footer-section-2 .main-footer .footer-address li a.light-text {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box {
  display: flex;
  align-items: center;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box.flex-start-box {
  align-items: flex-start;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box i {
  font-size: 20px;
  margin-right: 10px;
}
.dark footer.footer-section-2 .main-footer .footer-address li a .inform-box p {
  margin: -3px 0 0;
  width: calc(100% + -36 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 30px;
}
.dark footer.footer-section-2 .sub-footer {
  border-color: rgba(236, 236, 236, 0.2);
}
.dark footer.footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(119, 119, 119, 0.2);
}
.dark footer.footer-section-2 .sub-footer p {
  margin-bottom: 0;
  font-size: 15px;
  color: #dddddd;
  text-transform: capitalize;
}
.dark footer.footer-section-2 .sub-footer p.light-text {
  color: #bfbfbf;
}
.dark footer.footer-section-2 .sub-footer .payment-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .dark footer.footer-section-2 .sub-footer .payment-box {
    justify-content: center;
    margin-top: 10px;
  }
}
.dark footer.footer-section-2 .sub-footer .payment-box li {
  margin: 0 5px;
}
.dark footer.footer-section-2 .sub-footer .payment-box li img {
  width: 40px;
  margin-bottom: -6px;
  display: block;
}
.dark footer.footer-section-2 .sub-footer .social-link ul li a svg {
  color: #bfbfbf;
}
.dark footer.footer-section-4 {
  background-image: url(/_next/static/media/footer-bg.5babef9e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dark footer.footer-section-4 .main-footer {
  padding-block: calc(18px + 32 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(236, 236, 236, 0.2);
}
.dark footer.footer-sm {
  margin-left: 320px;
  background-color: #2a2d2d;
}
@media (max-width: 1199px) {
  .dark footer.footer-sm {
    margin-left: 0;
  }
}
.dark footer.footer-sm:after, .dark footer.footer-sm:before {
  display: none;
}
.dark footer.footer-sm .sub-footer {
  border-top: none;
  padding: 20px 0;
}
.dark footer .footer-newsletter .newsletter-detail {
  position: relative;
  padding-block: 26px;
}
.dark footer .footer-newsletter .newsletter-detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://admin.pixelstrap.com/cuba/landing/assets/images/nft/news-bg.webp);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
}
.dark footer .footer-newsletter .newsletter-detail h2, .dark footer .footer-newsletter .newsletter-detail .h2 {
  color: #ffffff;
  text-align: center;
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark footer .footer-newsletter .newsletter-detail h2 span, .dark footer .footer-newsletter .newsletter-detail .h2 span {
  color: var(--theme-color);
}
.dark footer .footer-newsletter .newsletter-detail h5, .dark footer .footer-newsletter .newsletter-detail .h5 {
  text-align: center;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: #bfbfbf;
  margin-bottom: calc(25px + 10 * (100vw - 320px) / 1600);
  margin-top: calc(11px + 4 * (100vw - 320px) / 1600);
}
.dark footer .footer-newsletter .newsletter-detail .input-box {
  width: 40%;
  margin-inline: auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .dark footer .footer-newsletter .newsletter-detail .input-box {
    width: 60%;
  }
}
@media (max-width: 730px) {
  .dark footer .footer-newsletter .newsletter-detail .input-box {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .dark footer .footer-newsletter .newsletter-detail .input-box {
    width: 100%;
  }
}
.dark footer .footer-newsletter .newsletter-detail .input-box .form-control {
  z-index: 0;
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 0;
  border: none;
}
.dark footer .footer-newsletter .newsletter-detail .input-box .sub-btn {
  position: relative;
  inset: unset;
  transform: unset;
  height: auto;
  margin: 0;
  background-color: var(--theme-color);
  border-radius: 0;
  border: none;
  gap: 6px;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(8px + 13 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.dark .onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .dark .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  .dark .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .dark .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.dark .onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .onhover-category-box .category-title-box h5, .dark .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
.dark .onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
.dark .onhover-category-box ul li {
  position: relative;
}
.dark .onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 100%;
}
.dark .onhover-category-box ul li a {
  margin-left: 13px;
}
@media (max-width: 767px) {
  .dark header {
    z-index: 6;
    position: relative;
  }
}
.dark header.active .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2a2d2d;
  color: #ffffff;
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.05);
  z-index: 4;
  padding: calc(13.2px + 0.5625vw) 0px;
}
.dark header.active .sticky-header-2 {
  background-color: var(--theme-color);
  padding: 14px 0;
}
.dark header.active .sticky-header-3 {
  padding: 14px 0;
}
.dark header .timer-notification {
  color: #2a2d2d;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 1399px) {
  .dark header .timer-notification {
    text-align: left;
  }
}
.dark header .timer-notification h6, .dark header .timer-notification .h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark header .timer-notification h6 a, .dark header .timer-notification .h6 a {
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
.dark header .header-notification {
  position: relative;
}
.dark header .header-notification.remove {
  display: none;
}
@media (max-width: 767px) {
  .dark header .header-notification .notification-slider .timer-notification {
    width: 80%;
    margin: 0 auto;
  }
}
.dark header .header-notification .close-notification {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 11px;
  padding: 0;
  color: #2a2d2d;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .dark header .header-notification .close-notification {
    top: 10px;
    transform: none;
  }
}
@media (max-width: 575px) {
  .dark header .header-notification .close-notification span {
    display: none;
  }
}
.dark header .header-notification .close-notification svg {
  margin-left: 5px;
  margin-top: 1px;
}
.dark header .onhover-category-list:hover .onhover-category-box {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
@media (max-width: 767px) {
  .dark header .onhover-category-list .list-1 {
    margin-bottom: 21px;
  }
}
.dark header .onhover-category-list .onhover-category-box {
  position: absolute;
  top: 0;
  left: 100%;
  background: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  width: 520px;
  height: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .dark header .onhover-category-list .onhover-category-box {
    grid-template-columns: auto;
    display: block;
    width: 100%;
  }
  .dark header .onhover-category-list .onhover-category-box .list-2 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .dark header .onhover-category-list .onhover-category-box {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 12px 11px;
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.dark header .onhover-category-list .onhover-category-box .category-title-box {
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark header .onhover-category-list .onhover-category-box .category-title-box h5, .dark header .onhover-category-list .onhover-category-box .category-title-box .h5 {
  font-weight: 600;
}
.dark header .onhover-category-list .onhover-category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px + 7 * (100vw - 320px) / 1600);
}
.dark header .onhover-category-list .onhover-category-box ul li {
  position: relative;
}
.dark header .onhover-category-list .onhover-category-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 100%;
}
.dark header .onhover-category-list .onhover-category-box ul li a {
  margin-left: 13px;
}
.dark header .header-top {
  padding: 5px 0;
  background-color: var(--theme-color);
}
.dark header .header-top-2 {
  background-color: #ffffff;
}
.dark header .header-top .top-left-header {
  display: flex;
  align-items: center;
  height: 100%;
}
.dark header .header-top .top-left-header svg {
  font-size: 18px;
  margin-right: 5px;
}
body[dir=rtl] .dark header .header-top .top-left-header svg {
  margin-right: unset;
  margin-left: 5px;
}
.dark header .header-top .top-left-header span {
  margin-top: 1px;
  font-weight: 500;
}
.dark header .header-top .about-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: #2a2d2d;
}
.dark header .header-top .about-list .select-dropdown span {
  color: #ffffff;
}
.dark header .header-top .about-list li {
  display: flex;
  align-items: center;
}
.dark header .header-top .about-list li + li {
  margin-left: 25px;
  position: relative;
}
body[dir=rtl] .dark header .header-top .about-list li + li {
  margin-left: unset;
  margin-right: 25px;
}
.dark header .header-top .about-list li + li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  left: -13px;
  background-color: rgba(42, 45, 45, 0.3);
}
body[dir=rtl] .dark header .header-top .about-list li + li::after {
  left: unset;
  right: -13px;
}
.dark header .header-top .about-list li svg {
  font-size: 18px;
  margin-right: 5px;
}
.dark header .header-top .about-list li span {
  margin-top: 1px;
  color: #ffffff;
  font-weight: 500;
}
.dark header .header-top .about-list li .theme-form-select {
  padding: 0;
  background-color: transparent;
  color: #2a2d2d;
  border: none;
  background-image: none;
  position: relative;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #2a2d2d;
  padding: 0 18px 0 0;
}
body[dir=rtl] .dark header .header-top .about-list li .theme-form-select .dropdown-toggle {
  padding: 0 0 0 18px;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle:hover {
  background-color: transparent;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle::after {
  content: unset;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle:active {
  background-color: transparent;
  border-color: transparent;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle:focus {
  box-shadow: none;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #2a2d2d;
}
body[dir=rtl] .dark header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  right: unset;
  left: 0;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle img {
  width: 16px;
  margin-right: 10px;
}
body[dir=rtl] .dark header .header-top .about-list li .theme-form-select .dropdown-toggle img {
  margin-right: unset;
  margin-left: 10px;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  min-width: 100%;
  right: 0 !important;
  left: unset !important;
}
body[dir=rtl] .dark header .header-top .about-list li .theme-form-select .dropdown-menu.sm-dropdown-menu {
  right: unset !important;
  left: 0 !important;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item:hover, .dark header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item.active, .dark header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu .dropdown-item img {
  width: 20px;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu li + li {
  margin-left: 0;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:hover, .dark header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:focus {
  background-color: transparent;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item.active, .dark header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item:active {
  color: #ffffff;
  background-color: transparent;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item img {
  width: 20px;
  margin-right: 10px;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu > a > .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu > a > .dropdown-item:active > span {
  color: #2a2d2d;
}
.dark header .header-top .about-list li .theme-form-select .dropdown-menu > a > .dropdown-item > span {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark header .nav-about {
  padding: 10px 0;
  background-color: var(--theme-color);
}
.dark header .nav-about-2 {
  background-color: #ffffff;
}
.dark header .top-nav {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .dark header .top-nav {
    padding: 14px 0;
  }
}
.dark header .top-nav .navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top {
    justify-content: normal;
  }
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top {
    justify-content: space-between;
  }
}
.dark header .top-nav .navbar-top .web-logo img {
  width: calc(120px + 42 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .web-logo img {
    margin: 0 auto;
  }
}
.dark header .top-nav .navbar-top .web-logo h2, .dark header .top-nav .navbar-top .web-logo .h2 {
  font-size: calc(29px + 10 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark header .top-nav .navbar-top .middle-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .middle-box {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  display: flex;
  align-items: center;
  padding: 7px;
  position: relative;
}
body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .location-box {
  border-radius: 0 5px 5px 0 !important;
}
html.dark body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .location-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top .middle-box .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
  body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .location-box {
    margin-left: unset;
    margin-right: 13px;
  }
}
@media (max-width: 1556px) {
  .dark header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
  }
  body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .location-box {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box {
    padding: 0;
    border: unset;
  }
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .middle-box .location-box {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark header .top-nav .navbar-top .middle-box .location-box button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.dark header .top-nav .navbar-top .middle-box .location-box button:first-child:active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.dark header .top-nav .navbar-top .middle-box .location-box button:focus {
  box-shadow: none;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddddd;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
    margin-right: 0;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow svg {
  width: 16px;
  height: 16px;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: unset;
  background-position: right 0.75rem center;
  cursor: pointer;
  background-color: transparent;
  padding: 0 36px 0 12px;
}
body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-position: left 0.75rem center;
  padding: 0 12px 0 36px;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name:focus {
  box-shadow: unset;
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .location-box button svg {
  margin-left: 17px;
  color: #dddddd;
}
body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .location-box button svg {
  margin-left: unset;
  margin-right: 17px;
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .location-box button svg {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .search-box {
  cursor: pointer;
  position: unset;
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top .middle-box .search-box {
    display: none;
  }
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group ::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #dddddd;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  width: 500px;
  border-radius: 0;
  border-inline: unset;
  color: #ffffff;
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 1812px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 466px;
  }
}
@media (max-width: 1346px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 412px;
  }
}
@media (max-width: 1306px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 423px;
  }
}
@media (max-width: 1300px) {
  .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-radius: 5px 0 0 5px;
  }
  body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    border-radius: 0 5px 5px 0;
    border-left: unset;
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .search-button {
  background-color: #ffa53b;
  color: #ffffff;
  padding: 14px 20px;
  border: 1px solid #ffa53b;
  border-radius: 0 5px 5px 0;
}
body[dir=rtl] .dark header .top-nav .navbar-top .middle-box .search-box .input-group .search-button {
  border-radius: 5px 0 0 5px;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .search-button.bg-theme {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .search-button.search-button-2 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .search-button svg {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .dark header .top-nav .navbar-top .rightside-box {
    margin-left: auto;
  }
  body[dir=rtl] .dark header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
  }
  body[dir=rtl] .dark header .top-nav .navbar-top .rightside-box {
    margin-left: unset;
    margin-right: unset;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu {
  display: flex;
  align-items: center;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  position: relative;
  padding-right: 32px;
}
body[dir=rtl] .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
  padding-right: unset;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
    display: none;
  }
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
    display: block;
  }
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4) {
    display: block;
  }
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4)::before {
    display: none;
  }
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4) .header-badge .header-wishlist,
  .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(4) .header-badge .translate-middle {
    display: none;
  }
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: 0;
}
body[dir=rtl] .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
  padding-right: unset;
  padding-left: 0;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child::before {
  content: none;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  right: 14px;
  background-color: #ddd;
}
body[dir=rtl] .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  right: unset;
  left: 14px;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:hover {
  background-color: transparent;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist svg {
  font-size: 24px;
  color: #dddddd;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:focus {
  box-shadow: none;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7272;
  font-size: 12px;
  padding: 0;
  border-radius: 2px;
}
.dark header .onhover-dropdown {
  position: relative;
}
.dark header .onhover-dropdown:hover .onhover-div {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
.dark header .onhover-dropdown:hover .onhover-div.fixed-cart {
  top: 0;
}
.dark header .onhover-dropdown .fixed-cart:hover .onhover-div {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.dark header .onhover-dropdown .onhover-div {
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #2a2d2d;
  z-index: 1001;
  width: 360px;
  border-radius: 10px;
  padding: 0;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div {
  right: unset;
  left: -10px;
}
.dark header .onhover-dropdown .onhover-div .cart-title,
.dark header .onhover-dropdown .onhover-div .free,
.dark header .onhover-dropdown .onhover-div .progress {
  display: none;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5, .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  margin-bottom: 0 !important;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .rating {
  margin-bottom: 5px;
}
.dark header .onhover-dropdown .onhover-div .qty-box {
  width: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button {
  width: 30px;
  height: 30px;
}
.dark header .onhover-dropdown .onhover-div .empty-cart-box {
  padding: 28px 22px;
}
.dark header .onhover-dropdown .onhover-div .sidebar-title {
  border-bottom: 1px solid rgba(193, 193, 193, 0.3);
}
.dark header .onhover-dropdown .onhover-div .sidebar-title h4, .dark header .onhover-dropdown .onhover-div .sidebar-title .h4 {
  padding: 15px 15px 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: rgba(221, 221, 221, 0.65);
  font-size: 16px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart {
  position: fixed;
  right: -420px;
  height: 100vh;
  top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: calc(310px + 90 * (100vw - 320px) / 1600);
  z-index: 10;
}
@media (max-width: 480px) {
  .dark header .onhover-dropdown .onhover-div.fixed-cart {
    width: 310px;
  }
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .sidebar-title {
  border: unset;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .sidebar-title h4, .dark header .onhover-dropdown .onhover-div.fixed-cart .sidebar-title .h4 {
  padding: 15px 15px 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: rgba(221, 221, 221, 0.65);
  font-size: 16px;
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div.fixed-cart {
  right: unset;
  left: -420px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .empty-cart-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70%;
  justify-content: center;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: 0;
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div.fixed-cart.show {
  right: unset;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart.show .bg-overlay {
  opacity: 0.5;
  visibility: visible;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(15px + 5 * (100vw - 320px) / 1600) 15px calc(15px + 5 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-bottom: 1px solid #eee;
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title h4, .dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title .h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title a {
  line-height: 1;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title a i,
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title a svg {
  font-size: 22px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  gap: 0;
  padding: 7px 15px 15px;
  max-height: calc(100vh - 65px - (14px + 6 * (100vw - 320px) / 1600) - 78px - 43px - 246px);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  position: absolute;
  width: 100%;
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  bottom: 0;
  right: 0;
  max-width: 420px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
  background-color: #1d1d22;
}
@media (max-width: 480px) {
  .dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
    padding: 15px;
  }
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #dddddd;
  display: block;
  margin-bottom: 9px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box {
  min-height: unset;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated {
  width: 21px;
  height: 21px;
  border: unset;
  margin-right: 11px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::after {
  top: 0;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .checkbox_animated::before {
  left: 5px;
  top: 6px;
  width: 11px;
  height: 6px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .check-box .form-check-label {
  color: #dddddd;
  font-size: 14px;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .pere-text-box {
  padding: 0 15px 12px;
  display: block;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .price-box {
  padding-block: calc(7px + 4 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress {
  display: block;
  margin-block: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 100px;
  position: relative;
  overflow: unset;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 100px;
  position: relative;
  overflow: unset;
  max-width: 96%;
  min-width: 3%;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar .progress-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -16px;
  width: calc(22px + 6 * (100vw - 320px) / 1600);
  height: calc(22px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar .progress-icon {
  right: unset;
  left: -16px;
  transform: translateY(-50%) rotateY(180deg);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar .progress-icon svg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.danger-progress, .dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-danger {
  background-color: rgb(220, 53, 69);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.danger-progress .progress-icon, .dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-danger .progress-icon {
  background-color: rgb(220, 53, 69);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.warning-progress, .dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-warning {
  background-color: rgb(255, 193, 7);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.warning-progress .progress-icon, .dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.bg-warning .progress-icon {
  background-color: rgb(255, 193, 7);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.success-progress {
  background-color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress .progress-bar.success-progress .progress-icon {
  background-color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .button-group {
  display: grid;
}
.dark header .onhover-dropdown .onhover-div .bottom-box {
  padding: 15px;
  border-top: 1px solid rgba(193, 193, 193, 0.3098039216);
}
.dark header .onhover-dropdown .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 10px;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li:nth-child(5n-4) {
  display: block;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li a:hover::after {
  width: 40%;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div-login .user-box-name li a::after {
  left: unset;
  right: 0;
}
.dark header .onhover-dropdown .onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
  gap: 0;
  padding: 15px;
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 0.44;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li {
  margin: 0;
  width: 100%;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li + li {
  margin-left: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark header .onhover-dropdown .onhover-div .cart-list > li:nth-child(5n-4) {
  display: block;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li::after {
  content: none !important;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart::after {
  content: none;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-image img {
  width: 87px;
  background: #1d1d22;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-image img {
    width: 72px;
    height: 70px;
  }
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  width: calc(100% - 87px - 15px);
  padding-right: 40px;
}
@media (max-width: 480px) {
  .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
    width: calc(100% - 72px - 15px);
  }
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain {
  padding-right: unset;
  padding-left: 40px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h5, .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 500;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  color: #dddddd;
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #1d1d22;
  border-radius: 3px;
  padding: 3px 6px;
  font-weight: 400;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram a {
  font-size: 14px;
  color: rgba(221, 221, 221, 0.7);
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6, .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 {
  margin-top: 6px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain h6 span, .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .h6 span {
  margin-top: -2px;
  font-weight: normal;
  color: #dddddd;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(221, 221, 221, 0.7);
  font-size: 12px;
  display: flex;
  margin-top: -3px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .close-button svg {
  font-size: 12px;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
body[dir=rtl] .dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  right: unset;
  left: 0;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddddd;
  width: 24px;
  height: 24px;
  background-color: #1d1d22;
  border: 1px solid #eee;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box {
  display: none;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding: 20px 15px 20px;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p {
  margin: 0;
  line-height: 1.5;
  color: rgba(221, 221, 221, 0.65);
  font-weight: 400;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p span {
  font-weight: 500;
  color: #ffffff;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p span.price {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .pere-text-box p span.shipping {
  color: #ffffff;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.danger-progress p span.price {
  color: #ff4f4f;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress .progress-bar,
.dark header .onhover-dropdown .onhover-div .pere-text-box.danger-progress .progress i {
  background-color: #ff4f4f;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.warning-progress p span.price {
  color: #ffa53b;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress .progress-bar,
.dark header .onhover-dropdown .onhover-div .pere-text-box.warning-progress .progress i {
  background-color: #ffa53b;
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.success-progress p span.price {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress .progress-bar,
.dark header .onhover-dropdown .onhover-div .pere-text-box.success-progress .progress i {
  background-color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .button-group {
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  display: flex;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: calc(7px + 3 * (100vw - 320px) / 1600);
  width: 100%;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div .button-group .cart-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark header .onhover-dropdown .onhover-div .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: unset;
}
.dark header .onhover-dropdown .onhover-div .price-box h5, .dark header .onhover-dropdown .onhover-div .price-box .h5 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.dark header .onhover-dropdown .onhover-div .price-box h4, .dark header .onhover-dropdown .onhover-div .price-box .h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: 600;
}
.dark header .search-full {
  width: 0;
  height: 0;
  background-color: #2a2d2d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.dark header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
.dark header .search-full .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
.dark header .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.dark header .search-full .input-group .input-group-text svg {
  height: 18px;
}
.dark header .search-full .input-group input {
  border: none;
}
.dark header .search-full.open {
  width: 100%;
  height: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
.dark header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.dark header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dark header .header-nav {
    height: 0;
  }
}
.dark header .header-nav .header-nav-left {
  position: relative;
}
.dark header .header-nav .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(16px + 15 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .dropdown-category {
    display: none;
  }
}
.dark header .header-nav .header-nav-left .dropdown-category-2 {
  background: linear-gradient(93.33deg, #222221 12.35%, #2f2f2d 99.38%);
}
.dark header .header-nav .header-nav-left .dropdown-category svg {
  font-size: 23px;
  margin-right: calc(9px + 7 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark header .header-nav .header-nav-left .dropdown-category svg {
  margin-right: unset;
  margin-left: calc(9px + 7 * (100vw - 320px) / 1600);
}
.dark header .header-nav .header-nav-left .dropdown-category span {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown {
  display: inline-block;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown {
  position: unset;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown a {
  display: block;
  color: #2a2d2d;
  text-decoration: none;
  transition: background 0.35s ease;
  font-weight: 500;
  font-size: 18px;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
  display: none;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0;
  background-color: #2a2d2d;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
  z-index: 999;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul .show {
  display: block;
}
@media (max-width: 1199px) {
  .dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
  }
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  cursor: pointer;
  transition: background 0.35s ease;
  color: #ffffff;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 6px;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:last-child {
  border-bottom: none;
}
.dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:focus, .dark header .header-nav .header-nav-left .dropdown-category .dropdown.custom-dropdown ul li:hover {
  background-color: rgba(119, 119, 119, 0.44);
}
.dark header .header-nav .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
.dark header .header-nav .header-nav-left .category-dropdown {
  max-width: 450px;
  overflow: auto;
  position: absolute;
  top: 72px;
  max-height: 450px;
  left: 0;
  background-color: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 300px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark header .header-nav .header-nav-left .category-dropdown {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body[dir=rtl] .dark header .header-nav .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .dark header .header-nav .header-nav-left .category-dropdown.show {
    left: 0;
  }
  .dark header .header-nav .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.dark header .header-nav .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
    box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
  }
}
.dark header .header-nav .header-nav-left .category-dropdown .category-title h5, .dark header .header-nav .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #dddddd;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a:hover h6::before, .dark header .header-nav .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a h6, .dark header .header-nav .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before, .dark header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark header .header-nav .header-nav-left .category-dropdown .category-list li a h6:before, body[dir=rtl] .dark header .header-nav .header-nav-left .category-dropdown .category-list li a .h6:before {
  left: unset;
  right: 0;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a .according-menu {
  margin-left: auto;
}
.dark header .header-nav .header-nav-left .category-dropdown .category-list li a svg {
  margin-left: auto;
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-left .category-dropdown .category-list li a svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .dark header .header-nav .header-nav-right {
    display: none;
  }
}
.dark header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color);
  padding: calc(6px + 9 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  background-color: transparent;
}
.dark header .header-nav .header-nav-right .deal-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark header .header-nav .header-nav-right .deal-button svg {
  margin-right: 17px;
  font-size: 24px;
}
body[dir=rtl] .dark header .header-nav .header-nav-right .deal-button svg {
  margin-right: unset;
  margin-left: 17px;
}
@media (max-width: 1366px) {
  .dark header .header-nav .header-nav-right .deal-button svg {
    margin-right: 0;
  }
  body[dir=rtl] .dark header .header-nav .header-nav-right .deal-button svg {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark header .header-nav .header-nav-right .deal-button span {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .dark header .header-nav .header-nav-right .deal-button span {
    display: none;
  }
}
.dark header.header-compact .top-nav .navbar-top {
  justify-content: unset;
}
.dark header.header-compact .top-nav .navbar-top .rightside-box {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.dark header.header-compact .location-box {
  padding-right: 10px;
}
.dark header.bg-theme .navbar-light .navbar-nav .nav-link {
  color: #2a2d2d !important;
}
.dark header.bg-theme .navbar-light .navbar-nav .nav-link:hover {
  color: #2a2d2d !important;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .search-suggestion-box ul > li .suggestion-category a {
  color: #ffffff;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: rgba(42, 45, 45, 0.5);
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist svg {
  color: #2a2d2d;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5, .dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #2a2d2d;
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, .dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: rgba(42, 45, 45, 0.7);
}
.dark header.bg-theme .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon svg {
  color: #2a2d2d;
}
.dark header.bg-theme .location-box {
  border-color: rgba(42, 45, 45, 0.5);
}
.dark header.bg-theme .location-box button svg {
  color: #2a2d2d;
}
.dark header.bg-theme .location-box button .locat-name {
  color: #2a2d2d;
}
.dark header.bg-theme .location-box button .location-arrow {
  color: #2a2d2d;
  background-color: rgba(42, 45, 45, 0.24);
}
.dark header.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
.dark header.header-absolute.bg-theme {
  background-color: transparent;
}
.dark header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 320px);
  z-index: 1;
  background-color: #2a2d2d;
  margin-left: 320px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 1199px) {
  .dark header.fixed-header {
    width: 100%;
    margin-left: 0;
  }
}
.dark header.fixed-header .top-nav {
  padding: 18px 0;
}
.dark header .custom-search-box {
  position: relative;
}
.dark header .location-box {
  border-radius: 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  display: flex;
  align-items: center;
  padding: 7px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .dark header .location-box {
    margin-right: unset;
    margin-left: 13px;
  }
}
@media (max-width: 1556px) {
  .dark header .location-box {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .dark header .location-box {
    display: none;
  }
}
.dark header .location-box button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark header .location-box button:focus {
  box-shadow: none;
}
.dark header .location-box button .location-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddddd;
  background-color: #f3f5f9;
  border-radius: 5px;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  .dark header .location-box button .location-arrow {
    margin-right: 0;
  }
}
.dark header .location-box button .location-arrow svg {
  width: 16px;
  height: 16px;
}
.dark header .location-box button .locat-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
}
@media (max-width: 1300px) {
  .dark header .location-box button .locat-name {
    display: none;
  }
}
.dark header .location-box button svg {
  margin-left: 17px;
  color: #dddddd;
}
@media (max-width: 1300px) {
  .dark header .location-box button svg {
    display: none;
  }
}
.dark header.header-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dark header.header-gradient .navbar-top .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}
.dark header.header-gradient .navbar-light .navbar-nav > li.nav-item > a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .dark header.header-gradient .navbar-light .navbar-nav > li.nav-item > a {
    color: #ffffff;
  }
}
.dark header.header-gradient .header-top {
  background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
.dark header.header-gradient .dropdown::before {
  color: #2a2d2d;
}
.dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side:before {
  background-color: #595959;
}
.dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist svg {
  color: #ffffff;
}
.dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon svg {
  color: #ffffff;
}
.dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, .dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6,
.dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
.dark header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: rgba(42, 45, 45, 0.8);
}
.dark header.header-gradient .top-nav .navbar-top .middle-box .location-box {
  border-color: #595959;
}
.dark header.header-gradient .top-nav .navbar-top .middle-box .location-box button:hover {
  color: #ffffff;
  background-color: transparent;
}
.dark header.header-gradient .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: transparent;
  color: #ffffff;
  background-image: url(/_next/static/media/down-arrow.25c54322.svg);
  background-size: 20px;
}
.dark header.header-gradient .top-nav .navbar-top .middle-box .search-suggestion-wrap .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: #595959;
}
.dark header.header-gradient .top-nav .navbar-top .middle-box .search-suggestion-wrap .form-control::placeholder {
  color: #ddd;
}
.dark header .delivery-login-box {
  display: flex;
  align-items: center;
  cursor: default;
}
.dark header .delivery-login-box .delivery-icon svg {
  color: #dddddd;
  font-size: 24px;
}
.dark header .delivery-login-box .user-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1d1d22;
  overflow: hidden;
}
.dark header .delivery-login-box .delivery-detail {
  margin-left: 12px;
}
body[dir=rtl] .dark header .delivery-login-box .delivery-detail {
  margin-left: unset;
  margin-right: 12px;
}
@media (max-width: 1660px) {
  .dark header .delivery-login-box .delivery-detail {
    display: none;
  }
}
.dark header .delivery-login-box .delivery-detail h6, .dark header .delivery-login-box .delivery-detail .h6 {
  color: #dddddd;
  margin-bottom: 3px;
}
.dark header .delivery-login-box .delivery-detail h5, .dark header .delivery-login-box .delivery-detail .h5 {
  font-weight: 500;
  color: #ffffff;
}
.dark .header-2 .navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .dark .header-2 .navbar-top {
    justify-content: space-between;
  }
}
.dark .header-2 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.dark .header-2 .navbar-top .navbar-toggler:hover {
  background-color: transparent;
}
.dark .header-2 .navbar-top .delivery-login-box .user-box {
  background-color: transparent;
}
.dark .header-2 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .dark .header-2 .search-box {
    display: block;
    background-color: #2a2d2d;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: right;
    margin-left: auto;
  }
  .dark .header-2 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .dark .header-2 .search-box a svg {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-2 .search-box {
    margin-left: unset;
  }
}
.dark .header-2 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .header-2 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .dark .header-2 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.dark .header-2 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.dark .header-2 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-toggle svg {
  color: #ffffff;
  margin-left: 5px;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-2 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-2 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  color: #ffffff;
}
.dark .header-2 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .header-2 .top-nav {
  padding: 14px 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 767px) {
  .dark .header-2 .top-nav {
    border-bottom: unset;
    padding-bottom: 0;
  }
}
.dark .header-2 .top-nav-color {
  background-color: #ffe03e;
}
.dark .header-2 .top-nav span {
  color: #ffffff;
}
.dark .header-2 .top-nav span svg {
  margin-right: 16px;
  font-size: 25px;
}
body[dir=rtl] .dark .header-2 .top-nav span svg {
  margin-right: unset;
  margin-left: 16px;
}
.dark .header-2 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: bolder;
}
.dark .header-2 .top-nav .nav-logo > div {
  margin-top: -6px;
}
.dark .header-2 .top-nav .nav-logo span {
  color: #ffffff;
}
.dark .header-2 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #2a2d2d;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .header-2 .top-nav .search-full {
    right: -5px;
  }
}
.dark .header-2 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark .header-2 .top-nav .search-full .input-group .input-group-text {
  background-color: #2a2d2d;
  border: none;
  color: #dddddd;
}
.dark .header-2 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.dark .header-2 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.dark .header-2 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  height: 100%;
  padding: 0;
  top: 0;
}
@media (max-width: 575px) {
  .dark .header-2 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-2 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .dark .header-2 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.dark .header-2 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.dark .header-2 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .header-2 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1366px) {
  .dark .header-2 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
  body[dir=rtl] .dark .header-2 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 25px;
    float: left;
  }
}
@media (max-width: 1199px) {
  .dark .header-2 .top-nav .middle-box {
    margin-left: 15px;
  }
  body[dir=rtl] .dark .header-2 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .dark .header-2 .top-nav .middle-box {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .header-2 .top-nav .middle-box .center-box {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .searchbar-box {
  position: relative;
}
@media (max-width: 991px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .searchbar-box .search-button {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 19px;
  right: 0;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
:not(.btn-check) + .dark .header-2 .top-nav .middle-box .searchbar-box .search-button:active {
  background-color: transparent;
  color: #dddddd;
}
.dark .header-2 .top-nav .middle-box .searchbar-box .search-button:hover {
  background-color: transparent;
  color: #dddddd;
}
.dark .header-2 .top-nav .middle-box .searchbar-box .search-button svg {
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .header-2 .top-nav .middle-box .searchbar-box input {
  width: 685px;
  height: 45px;
  padding: 8px 60px 8px 18px;
  color: #ffffff;
  border-color: #ececec;
  font-size: 16px;
}
@media (max-width: 1754px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 630px;
  }
}
@media (max-width: 1678px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 580px;
  }
}
@media (max-width: 1604px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 529px;
  }
}
@media (max-width: 1332px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 483px;
  }
}
@media (max-width: 1270px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 436px;
  }
}
@media (max-width: 1235px) {
  .dark .header-2 .top-nav .middle-box .searchbar-box input {
    width: 415px;
  }
}
.dark .header-2 .top-nav .middle-box .searchbar-box input:focus {
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark .header-2 .top-nav .middle-box .searchbar-box input::placeholder {
  color: #dddddd;
  font-size: 16px;
}
.dark .header-2 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark .header-2 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.dark .header-2 .top-nav .middle-box .location-box-2 button svg {
  margin-right: 9px;
  font-size: 22px;
}
@media (max-width: 1556px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 button svg {
    margin-right: 0;
  }
}
.dark .header-2 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
}
@media (max-width: 1556px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.dark .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
}
@media (max-width: 1556px) {
  .dark .header-2 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.dark .header-2 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body[dir=rtl] .dark .header-2 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
.dark .header-2 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .dark .header-2 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 1;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle svg {
  margin-left: 8px;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-2 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 0;
  position: relative;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon.search-icon, .dark .header-2 .rightside-menu .wishlist-box .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.search-icon, .dark .header-2 .rightside-menu .wishlist-box .header-icon.user-icon {
    display: flex;
  }
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon, .dark .header-2 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .dark .header-2 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon::after, .dark .header-2 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-2 .rightside-menu .wishlist-box .header-icon svg {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-2 .rightside-menu .option-list > ul {
  display: flex;
}
.dark .header-2 .rightside-menu .option-list > ul > li {
  position: relative;
}
.dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-4) {
  display: none;
}
.dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-4) + li {
  margin-left: 0;
}
.dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) {
    display: block;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) + li {
    margin-left: 22px;
  }
  body[dir=rtl] .dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li:nth-child(5n-3) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .dark .header-2 .rightside-menu .option-list > ul > li:not(:nth-last-of-type(5n-4)) {
    display: none;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: 37px;
}
body[dir=rtl] .dark .header-2 .rightside-menu .option-list > ul > li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1460px) {
  .dark .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: 22px;
  }
  body[dir=rtl] .dark .header-2 .rightside-menu .option-list > ul > li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .header-2 .rightside-menu .option-list > ul > li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1460px) {
  .dark .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: -13px;
  }
  body[dir=rtl] .dark .header-2 .rightside-menu .option-list > ul > li + li::after {
    left: unset;
    right: -13px;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon {
  margin-left: 0;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon.swap-icon::after {
  content: none;
}
@media (max-width: 480px) {
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.bag-icon {
    display: none;
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon, .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon, .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon {
    display: flex;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon + .header-icon, .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.search-icon + .header-icon::after, .dark .header-2 .rightside-menu .option-list > ul > li .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-2 .rightside-menu .option-list > ul > li .header-icon svg {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-2 .rightside-menu .option-list-2 {
  display: flex;
}
.dark .header-2 .rightside-menu .option-list-2 li {
  position: relative;
}
.dark .header-2 .rightside-menu .option-list-2 li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-2 .rightside-menu .option-list-2 li .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-2 .rightside-menu .option-list-2 li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .rightside-menu .option-list-2 li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-2 .rightside-menu .option-list-2 li .header-icon svg {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-2 .rightside-menu .option-list-2 li .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}
.dark .header-2 .rightside-menu .option-list-2 li .user-box:hover .user-name h4, .dark .header-2 .rightside-menu .option-list-2 li .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .dark .header-2 .rightside-menu .option-list-2 li .user-box .user-name {
    display: none;
  }
}
.dark .header-2 .rightside-menu .option-list-2 li + li {
  margin-left: 37px;
}
body[dir=rtl] .dark .header-2 .rightside-menu .option-list-2 li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .dark .header-2 .rightside-menu .option-list-2 li + li {
    margin-left: 22px;
  }
}
.dark .header-2 .rightside-menu .option-list-2 li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 1660px) {
  .dark .header-2 .rightside-menu .option-list-2 li + li::after {
    left: -13px;
  }
}
.dark .header-2 .rightside-menu .mobile-app {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.dark .header-2 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
.dark .header-2 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.dark .header-2 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.dark .header-2 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .dark .header-2 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.dark .header-2 .rightside-menu .dropdown-user .user-detail h6, .dark .header-2 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.dark .header-2 .rightside-menu .dropdown-user .user-detail h5, .dark .header-2 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.dark .header-2 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
body[dir=rtl] .dark .header-2 .right-nav {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .dark .header-2 .right-nav {
    display: none;
  }
}
.dark .header-2 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .dark .header-2 .right-nav .nav-number {
    display: none;
  }
}
.dark .header-2 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.dark .header-2 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body[dir=rtl] .dark .header-2 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.dark .header-2 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.dark .header-2 .right-nav .fire-button span {
  color: #2a2d2d;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
body[dir=rtl] .dark .header-2 .right-nav .fire-button span {
  margin-left: unset;
  margin-right: 7px;
}
.dark .header-2 .right-nav .fire-button .fire {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}
.dark .header-2 .right-nav .fire-button .fire img {
  margin-top: -11px;
}
.dark .header-2 .right-nav .fire-button .fire .fire-main {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-2 .right-nav .fire-button .fire .fire-main .main-fire {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(farthest-corner at 10px 0, #2a2d2d 0%, #ddd 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.dark .header-2 .right-nav .fire-button .fire .fire-main .particle-fire {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 45%;
  background-color: #2a2d2d;
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-2 .right-nav .fire-button .fire .fire-right {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-2 .right-nav .fire-button .fire .fire-right .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: -25%;
  background-color: #2a2d2d;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.dark .header-2 .right-nav .fire-button .fire .fire-right .main-fire .particle-fire {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #2a2d2d;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-2 .right-nav .fire-button .fire .fire-left {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-2 .right-nav .fire-button .fire .fire-left .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  left: -20%;
  background-color: #2a2d2d;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.dark .header-2 .right-nav .fire-button .fire .fire-left .main-fire .particle-fire {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 10%;
  left: 20%;
  background-color: #2a2d2d;
  border-radius: 50%;
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}
.dark .header-2 .header-nav-left {
  position: relative;
}
.dark .header-2 .header-nav-left .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
body[dir=rtl] .dark .header-2 .header-nav-left .dropdown-category {
  margin-left: 9px;
  padding: 9px 0 9px calc(16px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .dropdown-category {
    display: none;
  }
}
.dark .header-2 .header-nav-left .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .header-2 .header-nav-left .dropdown-category::after {
  right: unset;
  left: 0;
}
.dark .header-2 .header-nav-left .dropdown-category:hover {
  color: #ffffff;
}
.dark .header-2 .header-nav-left .dropdown-category svg {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
body[dir=rtl] .dark .header-2 .header-nav-left .dropdown-category svg {
  margin-right: unset;
  margin-left: 10px;
}
.dark .header-2 .header-nav-left .dropdown-category span {
  font-size: 16px;
}
.dark .header-2 .header-nav-left:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
.dark .header-2 .header-nav-left .category-dropdown {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #2a2d2d;
  box-shadow: 0 0 8px #ddd;
  z-index: 2;
  width: 270px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .header-2 .header-nav-left .category-dropdown {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .category-dropdown {
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  body[dir=rtl] .dark .header-2 .header-nav-left .category-dropdown {
    left: unset;
    right: -320px;
  }
  .dark .header-2 .header-nav-left .category-dropdown.show {
    left: 0;
  }
  .dark .header-2 .header-nav-left .category-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.dark .header-2 .header-nav-left .category-dropdown .category-title {
  display: none;
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .category-dropdown .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
    box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
  }
}
.dark .header-2 .header-nav-left .category-dropdown .category-title h5, .dark .header-2 .header-nav-left .category-dropdown .category-title .h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 25px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li {
  display: block;
  width: 100%;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name {
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover h6::before, .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name:hover .h6::before {
  width: 65px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6, .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6, body[dir=rtl] .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6 {
  margin-left: unset;
  margin-right: 10px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before, .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name h6:before, body[dir=rtl] .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .h6:before {
  left: unset;
  right: 0;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name svg {
  margin-left: auto;
}
@media (max-width: 767px) {
  .dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name svg {
    display: none;
  }
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name .according-menu {
  margin-left: auto;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a {
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a:hover h6::before, .dark .header-2 .header-nav-left .category-dropdown .category-list li a:hover .h6::before {
  width: 65px;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a h6, .dark .header-2 .header-nav-left .category-dropdown .category-list li a .h6 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a h6:before, .dark .header-2 .header-nav-left .category-dropdown .category-list li a .h6:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li a svg {
  margin-left: auto;
}
.dark .header-2 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .dark .header-2 .dropdown-list {
    display: none;
  }
}
.dark .header-2 .dropdown-list li:last-child {
  margin-right: 0;
}
.dark .header-2 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.dark .header-2 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(42, 45, 45, 0.4);
}
.dark .header-2 .dropdown-list li:first-child::after {
  content: none;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.dark .header-2 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .dark .header-2 .about-list {
    display: none;
  }
}
.dark .header-2 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.dark .header-2 .about-list li:first-child {
  margin-left: 0;
}
.dark .header-2 .about-list li:first-child::after {
  content: none;
}
.dark .header-2 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(42, 45, 45, 0.4);
}
@media (max-width: 1199px) {
  .dark .header-3 .main-nav {
    padding: 0;
  }
}
.dark .header-3 .navbar-top {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .dark .header-3 .navbar-top {
    justify-content: space-between;
  }
}
.dark .header-3 .navbar-top .navbar-toggler:focus {
  box-shadow: none;
}
.dark .header-3 .navbar-top .support-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  align-items: flex-start;
}
@media (max-width: 1432px) {
  .dark .header-3 .navbar-top .support-box {
    display: none;
  }
}
.dark .header-3 .navbar-top .support-box .support-image img {
  width: 33px;
  height: auto;
}
.dark .header-3 .navbar-top .support-box .support-number {
  text-align: right;
}
body[dir=rtl] .dark .header-3 .navbar-top .support-box .support-number {
  text-align: left;
}
.dark .header-3 .navbar-top .support-box .support-number h2, .dark .header-3 .navbar-top .support-box .support-number .h2 {
  font-size: 25px;
  color: #2a2d2d;
}
.dark .header-3 .navbar-top .support-box .support-number h4, .dark .header-3 .navbar-top .support-box .support-number .h4 {
  color: #2a2d2d;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
}
.dark .header-3 .search-box {
  display: none;
}
@media (max-width: 991px) {
  .dark .header-3 .search-box {
    display: block;
    background-color: #2a2d2d;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: right;
    margin-left: auto;
  }
  .dark .header-3 .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .dark .header-3 .search-box a svg {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-3 .search-box {
    margin-left: unset;
  }
}
.dark .header-3 .dropdown-list.drop-state {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .header-3 .dropdown-list.drop-state {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .dark .header-3 .dropdown-list {
    background-color: transparent;
    margin: 0;
  }
}
.dark .header-3 .dropdown-list .location-icon {
  margin-right: 8px;
  display: flex;
}
.dark .header-3 .dropdown-list .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-toggle {
  padding-left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: 4px;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-toggle svg {
  color: #ffffff;
  margin-left: 5px;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-3 .dropdown-list .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-3 .form-select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  color: #ffffff;
}
.dark .header-3 .form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .header-3 .top-nav {
  padding: 22px 0 20px 0;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav {
    border-bottom: unset;
  }
}
@media (max-width: 767px) {
  .dark .header-3 .top-nav .navbar-top {
    justify-content: normal;
  }
}
.dark .header-3 .top-nav span {
  color: #ffffff;
}
.dark .header-3 .top-nav span svg {
  font-size: 25px;
  color: #2a2d2d;
  -webkit-text-fill-color: #2a2d2d;
}
html.dark .dark .header-3 .top-nav span svg {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.dark .header-3 .top-nav .nav-logo {
  display: flex;
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .header-3 .top-nav .nav-logo span {
  color: #ffffff;
}
.dark .header-3 .top-nav .search-full {
  width: 0;
  height: 0;
  background-color: #2a2d2d;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .search-full {
    top: 12px;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .dark .header-3 .top-nav .search-full {
    right: -5px;
  }
}
.dark .header-3 .top-nav .search-full .input-group {
  border: 1px solid #f0f3f8;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .search-full .input-group {
    border: unset;
  }
}
.dark .header-3 .top-nav .search-full .input-group .input-group-text {
  background-color: #2a2d2d;
  border: none;
  color: #dddddd;
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .search-full .input-group .input-group-text svg {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
  }
}
.dark .header-3 .top-nav .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
.dark .header-3 .top-nav .search-full .input-group input {
  border: none;
  height: 50px;
}
.dark .header-3 .top-nav .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .search-full.open {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .dark .header-3 .top-nav .search-full.open {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .dark .header-3 .top-nav .search-full.open {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .dark .header-3 .top-nav .search-full.open {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 95%;
  }
}
.dark .header-3 .top-nav .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
.dark .header-3 .top-nav .middle-box {
  display: inline-block;
  margin-left: calc(16px + 13 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .header-3 .top-nav .middle-box {
  margin-left: unset;
  margin-right: calc(16px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1366px) {
  .dark .header-3 .top-nav .middle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    float: right;
  }
  body[dir=rtl] .dark .header-3 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .middle-box {
    margin-left: 15px;
  }
  body[dir=rtl] .dark .header-3 .top-nav .middle-box {
    margin-left: unset;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box {
    margin-left: auto;
  }
  body[dir=rtl] .dark .header-3 .top-nav .middle-box {
    margin-left: unset;
    margin-right: auto;
  }
}
.dark .header-3 .top-nav .middle-box .center-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark .header-3 .top-nav .middle-box {
    display: block !important;
  }
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 853px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
}
@media (max-width: 1742px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 800px;
  }
}
@media (max-width: 1668px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 760px;
  }
}
@media (max-width: 1610px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 710px;
  }
}
@media (max-width: 1544px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    width: 670px;
  }
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .searchbar-box-2 {
    display: none;
  }
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  background-color: #ffb803;
  font-weight: 500;
  z-index: 0;
  border-radius: 0;
  border-radius: 0 5px 5px 0 !important;
}
body[dir=rtl] .dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
  border-radius: 5px 0 0 5px !important;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-button:hover {
  color: #222222;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  font-size: 27px;
  background-color: #2a2d2d;
  padding-left: 16px;
  padding-right: 5px;
  border-radius: 5px 0 0 5px !important;
}
body[dir=rtl] .dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
  padding-left: 5px;
  padding-right: 16px;
  border-radius: 0 5px 5px 0 !important;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon svg {
  color: var(--theme-color);
  font-size: 18px;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input {
  height: 55px;
  padding: 8px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  z-index: 0;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input::placeholder {
  color: #dddddd;
  font-size: 16px;
}
.dark .header-3 .top-nav .middle-box .location-box-2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 {
    margin-right: unset;
    margin-left: 0;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button {
  display: flex;
  align-items: center;
  padding: 0;
}
.dark .header-3 .top-nav .middle-box .location-box-2 button:focus {
  box-shadow: none;
}
.dark .header-3 .top-nav .middle-box .location-box-2 button svg {
  margin-right: 9px;
  font-size: 22px;
  color: #2a2d2d;
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35px + 11 * (100vw - 320px) / 1600);
    height: calc(35px + 11 * (100vw - 320px) / 1600);
    margin-right: 0;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button span {
  font-size: 16px;
  color: #2a2d2d;
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button span {
    display: none;
  }
}
.dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
  margin-left: 10px;
  color: #2a2d2d;
}
@media (max-width: 991px) {
  .dark .header-3 .top-nav .middle-box .location-box-2 button .down-arrow {
    display: none;
  }
}
.dark .header-3 .rightside-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body[dir=rtl] .dark .header-3 .rightside-menu {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1432px) {
  .dark .header-3 .rightside-menu.support-sidemenu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu {
    position: absolute;
    top: -52px;
    right: 0;
  }
  body[dir=rtl] .dark .header-3 .rightside-menu {
    right: unset;
    left: 0;
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu {
    top: -56px;
  }
}
@media (max-width: 480px) {
  .dark .header-3 .rightside-menu {
    top: -54px;
  }
}
.dark .header-3 .rightside-menu .dropdown-dollar {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .dark .header-3 .rightside-menu .dropdown-dollar {
    display: none;
  }
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown {
  position: relative;
  z-index: 0;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle svg {
  margin-left: 8px;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle::after {
  display: none;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown {
  margin-left: 23px;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown + .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  left: -10px;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu {
  min-width: 100%;
}
.dark .header-3 .rightside-menu .dropdown-dollar .dropdown .dropdown-menu li {
  display: block;
}
.dark .header-3 .rightside-menu .wishlist-box {
  display: flex;
  align-items: center;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.swap-icon {
  margin-left: 0;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.swap-icon::after {
  content: none;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
  display: block;
}
@media (max-width: 480px) {
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.bag-icon {
    display: none;
  }
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon.search-icon, .dark .header-3 .rightside-menu .wishlist-box .header-icon.user-icon {
  display: none;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.search-icon, .dark .header-3 .rightside-menu .wishlist-box .header-icon.user-icon {
    display: flex;
  }
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon, .dark .header-3 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon {
    margin-left: 38px;
  }
  .dark .header-3 .rightside-menu .wishlist-box .header-icon.search-icon + .header-icon::after, .dark .header-3 .rightside-menu .wishlist-box .header-icon.user-icon + .header-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    left: -50%;
    background-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-3 .rightside-menu .wishlist-box .header-icon svg {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .header-3 .rightside-menu .option-list-2 {
  display: flex;
}
.dark .header-3 .rightside-menu .option-list-2 li {
  position: relative;
}
.dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) {
  display: none;
}
.dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
  margin-left: 0;
}
body[dir=rtl] .dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
  margin-left: unset;
  margin-right: 0;
}
.dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li::after {
  content: none;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) {
    display: block;
  }
  .dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
    margin-left: 22px;
  }
  body[dir=rtl] .dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li {
    margin-left: unset;
    margin-right: 22px;
  }
  .dark .header-3 .rightside-menu .option-list-2 li:nth-child(5n-4) + li::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu .option-list-2 li:not(:nth-of-type(5n-5)) {
    display: none;
  }
  .dark .header-3 .rightside-menu .option-list-2 li::after {
    content: unset !important;
  }
}
.dark .header-3 .rightside-menu .option-list-2 li .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li .header-icon {
    border: none;
    padding: 0;
    background-color: transparent;
  }
}
.dark .header-3 .rightside-menu .option-list-2 li .header-icon + .header-icon {
  margin-left: 38px;
}
.dark .header-3 .rightside-menu .option-list-2 li .header-icon + .header-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  left: -50%;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-light {
    background-color: #2a2d2d;
    color: var(--theme-color);
    top: -3px;
  }
}
.dark .header-3 .rightside-menu .option-list-2 li .header-icon svg {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li .header-icon svg {
    color: #2a2d2d;
  }
  html.dark .dark .header-3 .rightside-menu .option-list-2 li .header-icon svg {
    color: #ffffff;
  }
}
.dark .header-3 .rightside-menu .option-list-2 li + li {
  margin-left: 37px;
}
body[dir=rtl] .dark .header-3 .rightside-menu .option-list-2 li + li {
  margin-left: unset;
  margin-right: 37px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .option-list-2 li + li {
    margin-left: 22px;
  }
  body[dir=rtl] .dark .header-3 .rightside-menu .option-list-2 li + li {
    margin-left: unset;
    margin-right: 22px;
  }
}
.dark .header-3 .rightside-menu .option-list-2 li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .header-3 .rightside-menu .option-list-2 li + li::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .option-list-2 li + li::after {
    left: -13px;
  }
  body[dir=rtl] .dark .header-3 .rightside-menu .option-list-2 li + li::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li + li::after {
    background-color: rgba(42, 45, 45, 0.2);
  }
}
.dark .header-3 .rightside-menu .user-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  position: relative;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box {
    color: #ffffff;
  }
}
.dark .header-3 .rightside-menu .user-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -20px;
  background-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .header-3 .rightside-menu .user-box::after {
  left: unset;
  right: -20px;
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .user-box::after {
    left: -13px;
  }
  body[dir=rtl] .dark .header-3 .rightside-menu .user-box::after {
    left: unset;
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box::after {
    background-color: rgba(42, 45, 45, 0.2);
  }
}
@media (max-width: 767px) {
  .dark .header-3 .rightside-menu .user-box::after {
    content: none;
  }
}
.dark .header-3 .rightside-menu .user-box .header-icon {
  width: calc(35px + 11 * (100vw - 320px) / 1600);
  height: calc(35px + 11 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box .header-icon {
    border: none;
    background-color: transparent;
  }
}
.dark .header-3 .rightside-menu .user-box .header-icon .badge-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: var(--theme-color);
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.dark .header-3 .rightside-menu .user-box .header-icon svg {
  color: #ffffff;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box .header-icon svg {
    color: #2a2d2d;
  }
  html.dark .dark .header-3 .rightside-menu .user-box .header-icon svg {
    color: #ffffff;
  }
}
.dark .header-3 .rightside-menu .user-box:hover .user-name h4, .dark .header-3 .rightside-menu .user-box:hover .user-name .h4 {
  color: var(--theme-color);
}
@media (max-width: 1660px) {
  .dark .header-3 .rightside-menu .user-box .user-name {
    display: none;
  }
}
.dark .header-3 .rightside-menu .mobile-app {
  position: relative;
  border-radius: 5px;
  padding: 16px 18px;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-left: 18px;
  color: var(--theme-color);
}
.dark .header-3 .rightside-menu .mobile-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .header-3 .rightside-menu .mobile-app .mobile-image {
  margin-right: 11px;
}
.dark .header-3 .rightside-menu .mobile-app .mobile-image img {
  width: 15px;
  height: auto;
}
.dark .header-3 .rightside-menu .dropdown-user {
  display: flex;
  align-items: center;
}
.dark .header-3 .rightside-menu .dropdown-user .user-detail {
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .dark .header-3 .rightside-menu .dropdown-user .user-detail {
    display: none;
  }
}
.dark .header-3 .rightside-menu .dropdown-user .user-detail h6, .dark .header-3 .rightside-menu .dropdown-user .user-detail .h6 {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.dark .header-3 .rightside-menu .dropdown-user .user-detail h5, .dark .header-3 .rightside-menu .dropdown-user .user-detail .h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.dark .header-3 .right-nav {
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .dark .header-3 .right-nav {
    display: none;
  }
}
.dark .header-3 .right-nav .nav-number {
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .dark .header-3 .right-nav .nav-number {
    display: none;
  }
}
.dark .header-3 .right-nav .nav-number img {
  width: 32px;
  height: 32px;
}
.dark .header-3 .right-nav .nav-number span {
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}
body[dir=rtl] .dark .header-3 .right-nav .nav-number span {
  margin-left: unset;
  margin-right: 8px;
}
.dark .header-3 .right-nav .fire-button {
  display: flex;
  align-items: center;
  padding: 11px 38px;
  overflow: hidden;
}
.dark .header-3 .right-nav .fire-button span {
  color: #2a2d2d;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 500;
}
.dark .header-3 .right-nav .fire-button .fire {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.dark .header-3 .right-nav .fire-button .fire .fire-main {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: scaleUpDown 3s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-3 .right-nav .fire-button .fire .fire-main .main-fire {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(farthest-corner at 10px 0, #2a2d2d 0%, #ddd 95%);
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.dark .header-3 .right-nav .fire-button .fire .fire-main .particle-fire {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 45%;
  background-color: #2a2d2d;
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-3 .right-nav .fire-button .fire .fire-right {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-3 .right-nav .fire-button .fire .fire-right .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: -25%;
  background-color: #2a2d2d;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.dark .header-3 .right-nav .fire-button .fire .fire-right .main-fire .particle-fire {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #2a2d2d;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 50%;
  animation: particleUp 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-3 .right-nav .fire-button .fire .fire-left {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: shake 3s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dark .header-3 .right-nav .fire-button .fire .fire-left .main-fire {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 15%;
  left: -20%;
  background-color: #2a2d2d;
  transform: scaleX(0.8) rotate(45deg);
  border-radius: 0 40% 60% 40%;
}
.dark .header-3 .right-nav .fire-button .fire .fire-left .main-fire .particle-fire {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 10%;
  left: 20%;
  background-color: #2a2d2d;
  border-radius: 50%;
  animation: particleUp 3s infinite ease-out 0;
  animation-fill-mode: both;
}
.dark .header-3 .dropdown-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  padding: 9px calc(16px + 15 * (100vw - 320px) / 1600) 9px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .dark .header-3 .dropdown-category {
    display: none;
  }
}
.dark .header-3 .dropdown-category::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .header-3 .dropdown-category svg {
  font-size: 23px;
  color: var(--theme-color);
  margin-right: 10px;
}
.dark .header-3 .dropdown-category span {
  font-size: 16px;
  margin-top: 4px;
}
.dark .header-3 .dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .dark .header-3 .dropdown-list {
    display: none;
  }
}
.dark .header-3 .dropdown-list li:last-child {
  margin-right: 0;
}
.dark .header-3 .dropdown-list li + li .dropdown {
  margin-left: 20px;
}
.dark .header-3 .dropdown-list li + li .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  left: -12px;
  background-color: rgba(42, 45, 45, 0.4);
}
.dark .header-3 .dropdown-list li:first-child::after {
  content: none;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle {
  width: auto;
  display: block;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: unset;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle:after {
  content: none;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle span {
  font-weight: 400;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-toggle .fa-chevron-down {
  margin-left: 10px;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.dark .header-3 .dropdown-list li .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .dark .header-3 .about-list {
    display: none;
  }
}
.dark .header-3 .about-list li {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
}
.dark .header-3 .about-list li:first-child {
  margin-left: 0;
}
.dark .header-3 .about-list li:first-child::after {
  content: none;
}
.dark .header-3 .about-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  left: -8px;
  background-color: rgba(42, 45, 45, 0.4);
}
@media (min-width: 1200px) {
  .dark .header-3 .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: unset;
    left: 0;
  }
  body[dir=rtl] .dark .header-3 .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    left: unset;
    right: 0;
  }
}
.dark .empty-cart-box {
  text-align: center;
}
.dark .empty-cart-box .empty-icon {
  font-size: 30px;
  color: var(--theme-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.dark .empty-cart-box .empty-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
}
.dark .empty-cart-box img {
  width: 35%;
  margin-bottom: 20px;
}
.dark .empty-cart-box h5, .dark .empty-cart-box .h5 {
  font-weight: 500;
}
.dark .onhover-div {
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #2a2d2d;
  z-index: 1001;
  width: 360px;
  border-radius: 10px;
  padding: calc(14px + 16 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.dark .onhover-div .cart-title,
.dark .onhover-div .free,
.dark .onhover-div .progress {
  display: none;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain h5, .dark .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  margin-bottom: 0 !important;
}
.dark .onhover-div .cart-list > li .drop-cart .rating {
  margin-bottom: 5px;
}
.dark .onhover-div-login {
  right: 0;
  width: 160px;
  padding: 10px;
}
.dark .onhover-div-login .user-box-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.dark .onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}
.dark .onhover-div-login .user-box-name li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.dark .onhover-div-login .user-box-name li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.dark .onhover-div-login .user-box-name li a:hover::after {
  width: 40%;
}
.dark .onhover-div-login .user-box-name li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.dark .onhover-div .cart-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  max-height: 300px;
  overflow: auto;
  padding-right: 6px;
}
.dark .onhover-div .cart-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .onhover-div .cart-list::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .onhover-div .cart-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
  opacity: 0.44;
}
.dark .onhover-div .cart-list > li {
  margin: 0;
  width: 100%;
}
.dark .onhover-div .cart-list > li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .onhover-div .cart-list > li::after {
  content: none !important;
}
.dark .onhover-div .cart-list > li .drop-cart {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
}
.dark .onhover-div .cart-list > li .drop-cart::after {
  content: none;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-image img {
  width: 87px;
  background: #1d1d22;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain {
  width: calc(100% - 87px - 15px);
  padding-right: 40px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain h5, .dark .onhover-div .cart-list > li .drop-cart .drop-contain .h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #1e1e1e;
  font-weight: 500;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin-top: 5px;
  color: rgba(221, 221, 221, 0.7);
  margin-bottom: 8px !important;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .gram a {
  font-size: 14px;
  color: rgba(221, 221, 221, 0.7);
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty {
  width: 108px;
  position: absolute;
  bottom: 0;
  right: 0;
}
body[dir=rtl] .dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty {
  right: unset;
  left: 0;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background-color: #1d1d22;
  border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .btn {
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 4px !important;
  color: var(--theme-color);
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .btn svg {
  font-size: 17px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .btn.qty-left-minus svg {
  font-size: 15px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .cart_qty .input-group .form-control {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain h6, .dark .onhover-div .cart-list > li .drop-cart .drop-contain .h6 {
  margin-top: 3px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-end;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain h6 span, .dark .onhover-div .cart-list > li .drop-cart .drop-contain .h6 span {
  margin-top: -2px;
  font-weight: normal;
  color: #dddddd;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(74, 85, 104, 0.7);
  font-size: 12px;
  display: flex;
  margin-top: -3px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .close-button svg {
  font-size: 12px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
.dark .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  color: #dddddd;
  width: 24px;
  height: 24px;
  background-color: #1d1d22;
  border: 1px solid #eee;
  box-shadow: unset;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .onhover-div .pere-text-box {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding: 0 15px 12px;
}
.dark .onhover-div .pere-text-box p {
  margin: 0;
  line-height: 1.5;
  color: rgba(221, 221, 221, 0.65);
  font-weight: 400;
}
.dark .onhover-div .pere-text-box p span {
  font-weight: bold;
  color: #ffffff;
}
.dark .onhover-div .pere-text-box p span.price {
  color: var(--theme-color);
}
.dark .onhover-div .pere-text-box p span.shipping {
  color: #ffffff;
}
.dark .onhover-div .pere-text-box .progress {
  display: none;
}
.dark .onhover-div .button-group {
  grid-gap: calc(8px + 8 * (100vw - 320px) / 1600);
  gap: calc(8px + 8 * (100vw - 320px) / 1600);
  display: grid;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .onhover-div .button-group .cart-button {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.dark .onhover-div .button-group .cart-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .onhover-div .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: calc(7px + 4 * (100vw - 320px) / 1600);
  margin-bottom: calc(13px + 6 * (100vw - 320px) / 1600);
}
.dark .onhover-div .price-box h5, .dark .onhover-div .price-box .h5 {
  font-size: 20px;
}
.dark .onhover-div .price-box h4, .dark .onhover-div .price-box .h4 {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
.dark .mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: var(--theme-color);
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 -3px 10px 0px rgba(255, 255, 255, 0.08);
}
.dark .mobile-menu ul {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dark .mobile-menu ul {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .dark .mobile-menu ul {
    width: 95%;
  }
}
@media (max-width: 360px) {
  .dark .mobile-menu ul {
    width: 100%;
  }
}
.dark .mobile-menu ul li {
  width: 100%;
  text-align: center;
}
.dark .mobile-menu ul li.active {
  transition: 0.3s ease;
  position: relative;
}
.dark .mobile-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #ffffff;
  border-radius: 100%;
}
.dark .mobile-menu ul li a {
  display: block;
  color: #ffffff;
}
.dark .mobile-menu ul li a img {
  display: block;
  margin: 0px auto;
}
.dark .mobile-menu ul li a.active, .dark .mobile-menu ul li a:hover {
  color: #ffffff;
}
@media (max-width: 360px) {
  .dark .mobile-menu ul li a {
    font-size: 13px;
  }
}
.dark .mobile-menu ul li a svg {
  margin: 0 auto;
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .mobile-menu ul li a span {
  display: block;
  color: #ffffff;
}
.dark .search-suggestion-box {
  position: absolute;
  width: 100%;
  background-color: #2a2d2d;
  left: 0;
  top: 61px;
  z-index: 4;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 7px !important;
  padding: 13px 16px;
  box-shadow: 0 0 9px rgba(221, 221, 221, 0.7019607843);
}
html.dark .dark .search-suggestion-box {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.dark .search-suggestion-box .skeleton-ul .result-item:hover {
  background-color: transparent;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-image {
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category > div {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  margin-top: 0;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category p {
  height: 16px;
  width: 100px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
  display: block;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category p:last-child {
  width: 240px;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category p::before {
  display: none;
}
.dark .search-suggestion-box ul {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 7px;
  max-height: 368px;
}
.dark .search-suggestion-box ul::-webkit-scrollbar {
  width: 10px;
}
.dark .search-suggestion-box ul::-webkit-scrollbar-track {
  background: #fff;
}
.dark .search-suggestion-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.4784313725);
  border-radius: 100px;
  border: 3px solid #fff;
}
.dark .search-suggestion-box ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .search-suggestion-box ul > li a {
  color: #ffffff;
  font-size: 16px;
}
.dark .search-suggestion-box ul > li .suggestion-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .search-suggestion-box ul > li .suggestion-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.dark .search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.dark .search-suggestion-box ul > li .suggestion-category > div {
  flex-wrap: wrap;
  gap: 2px 0;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.dark .search-suggestion-box ul > li .suggestion-category p {
  margin: 0;
  flex-wrap: wrap;
  gap: 2px 0;
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  position: relative;
}
.dark .search-suggestion-box ul > li .suggestion-category p + p::before {
  content: "|";
  font-size: 15px;
  color: #dddddd;
  margin-inline: 6px;
}
.dark .search-suggestion-box ul > li .suggestion-category p a {
  color: #dddddd;
  font-size: 14px;
}
.dark .search-suggestion-box ul > li .suggestion-category a {
  color: #ffffff;
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.dark .search-suggestion-box .result-item {
  padding: 8px;
  cursor: pointer;
}
.dark .search-suggestion-box .result-item:hover, .dark .search-suggestion-box .result-item.selected {
  background-color: rgba(25, 163, 136, 0.1);
}
.dark .search-suggestion-box .result-item.dark-code {
  background-color: #333;
  color: #ffffff;
}
.dark .search-suggestion-box .highlight {
  color: red;
}
.dark .search-suggestion-box .not-found-box {
  text-align: center;
}
.dark .search-suggestion-box .not-found-box h5, .dark .search-suggestion-box .not-found-box .h5 {
  font-size: 16px;
  color: #dddddd;
}
.dark .search-suggestion-box .not-found-box h5 span, .dark .search-suggestion-box .not-found-box .h5 span {
  font-weight: 600;
  color: #ffffff;
}
.dark .search-suggestion-box .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.dark .search-suggestion-box .recent-search-section .page-title a {
  font-size: 14px !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a,
.dark .search-suggestion-box .recent-search-section .filter-row > div {
  background-color: #1d1d22;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 7px 12px !important;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  cursor: pointer;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a:hover,
.dark .search-suggestion-box .recent-search-section .filter-row > div:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a:hover > a,
.dark .search-suggestion-box .recent-search-section .filter-row > div:hover > a {
  color: #fff !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a > a,
.dark .search-suggestion-box .recent-search-section .filter-row > div > a {
  color: #ffffff !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #1d1d22;
  background-image: linear-gradient(90deg, rgba(42, 45, 45, 0), rgba(42, 45, 45, 0.5), rgba(42, 45, 45, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}
.dark .search-suggestion-wrap {
  margin: 0 !important;
  display: flex;
  z-index: 4;
}
.dark .search-suggestion-wrap button {
  border-radius: 0 5px 5px 0;
}
body[dir=rtl] .dark .search-suggestion-wrap button {
  border-radius: 5px 0 0 5px;
}
.dark .search-suggestion-wrap .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.dark .search-suggestion-wrap .recent-search-section .page-title a {
  font-size: 14px !important;
}
.dark .search-suggestion-wrap .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dark .search-suggestion-wrap .recent-search-section .filter-row > div {
  cursor: pointer;
  padding: 7px 12px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  background-color: #1d1d22;
}
.dark .search-suggestion-wrap .recent-search-section .filter-row > div:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .search-suggestion-wrap .recent-search-section .filter-row > div:hover a {
  color: #ffffff;
}
.dark .search-suggestion-wrap .recent-search-section .filter-row > div a {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.dark .search-suggestion-wrap .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #1d1d22;
  background-image: linear-gradient(90deg, rgba(42, 45, 45, 0), rgba(42, 45, 45, 0.5), rgba(42, 45, 45, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}
html.rtl .dark .search-suggestion-wrap .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  background-color: #1d1d22;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(44, 44, 44, 0.5), rgba(255, 255, 255, 0));
}
.dark .search-suggestion-box {
  position: absolute;
  width: 100%;
  background-color: #2a2d2d;
  left: 0;
  top: 61px;
  z-index: 4;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 7px;
  padding: 13px 16px;
  box-shadow: 0 0 9px rgba(221, 221, 221, 0.7019607843);
}
html.dark .dark .search-suggestion-box {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.dark .search-suggestion-box .skeleton-ul .result-item:hover {
  background-color: transparent;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-image {
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category > div {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  margin-top: 0;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category p {
  height: 16px;
  width: 100px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
  display: block;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category p:last-child {
  width: 240px;
}
.dark .search-suggestion-box .skeleton-ul .suggestion-category p::before {
  display: none;
}
.dark .search-suggestion-box ul {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 7px;
  max-height: 368px;
}
.dark .search-suggestion-box ul::-webkit-scrollbar {
  width: 10px;
}
.dark .search-suggestion-box ul::-webkit-scrollbar-track {
  background: #fff;
}
.dark .search-suggestion-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.4784313725);
  border-radius: 100px;
  border: 3px solid #fff;
}
.dark .search-suggestion-box ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .search-suggestion-box ul > li a {
  color: #ffffff;
  font-size: 16px;
}
.dark .search-suggestion-box ul > li .suggestion-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .search-suggestion-box ul > li .suggestion-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.dark .search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.dark .search-suggestion-box ul > li .suggestion-category > div {
  flex-wrap: wrap;
  gap: 2px 0;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.dark .search-suggestion-box ul > li .suggestion-category p {
  margin: 0;
  flex-wrap: wrap;
  gap: 2px 0;
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  position: relative;
}
.dark .search-suggestion-box ul > li .suggestion-category p + p::before {
  content: "|";
  font-size: 15px;
  color: #dddddd;
  margin-inline: 6px;
}
.dark .search-suggestion-box ul > li .suggestion-category p a {
  color: #dddddd;
  font-size: 14px;
}
.dark .search-suggestion-box ul > li .suggestion-category a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.dark .search-suggestion-box .result-item {
  padding: 8px;
  cursor: pointer;
}
.dark .search-suggestion-box .result-item:hover, .dark .search-suggestion-box .result-item.selected {
  background-color: rgba(25, 163, 136, 0.1);
}
.dark .search-suggestion-box .result-item.dark-code {
  background-color: #333;
  color: #ffffff;
}
.dark .search-suggestion-box .highlight {
  color: red;
}
.dark .search-suggestion-box .not-found-box {
  text-align: center;
}
.dark .search-suggestion-box .not-found-box h5, .dark .search-suggestion-box .not-found-box .h5 {
  font-size: 16px;
  color: #dddddd;
}
.dark .search-suggestion-box .not-found-box h5 span, .dark .search-suggestion-box .not-found-box .h5 span {
  font-weight: 600;
  color: #ffffff;
}
.dark .search-suggestion-box .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.dark .search-suggestion-box .recent-search-section .page-title a {
  font-size: 14px !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a {
  background-color: #1d1d22;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 7px 12px !important;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  cursor: pointer;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row.filter-skeleton .skeleton__p {
  height: 35px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #1d1d22;
  background-image: linear-gradient(90deg, rgba(42, 45, 45, 0), rgba(42, 45, 45, 0.5), rgba(42, 45, 45, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}
.dark body.home header.header-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dark body.home header.header-gradient .navbar-toggler-icon {
  color: #fff;
}
.dark body.home header.header-gradient .navbar-toggler-icon i {
  margin-right: 1rem !important;
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: #595959;
}
.dark body.home header.header-gradient .skeleton-menu li {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark body.home header.header-gradient .navbar-light .navbar-nav .nav-link,
.dark body.home header.header-gradient .header-nav-middle .navbar-nav .nav-link {
  color: #2a2d2d;
}
.dark body.home header.header-gradient .header-top {
  background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
.dark body.home header.header-gradient .dropdown::before {
  color: #2a2d2d;
}
.dark body.home header.header-gradient .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .dark body.home header.header-gradient .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
  }
}
.dark body.home header.header-gradient .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: #ffffff !important;
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #2a2d2d;
}
html.dark .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ffffff;
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #2a2d2d;
}
html.dark .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon i {
  color: #ffffff;
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6,
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: rgba(42, 45, 45, 0.8);
}
html.dark .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, html.dark .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6,
html.dark .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5,
html.dark .dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: rgba(255, 255, 255, 0.8);
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side.search-icon a {
  color: #ffffff;
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.dark body.home header.header-gradient .top-nav .navbar-top .rightside-box .right-side-menu .right-side .search-suggestion-box ul > li .suggestion-category a {
  color: #ffffff;
}
.dark body.home header.header-gradient .search-full .input-group {
  border: unset;
}
body.rtl .dark body.home header.header-gradient .search-full .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0;
}
body.rtl .dark body.home header.header-gradient .search-full .input-group .input-group-text .form-control {
  border-radius: 0;
}
.dark body.home header.header-gradient .search-full .input-group .input-group-text.close-search {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}
body.rtl .dark body.home header.header-gradient .search-full .input-group .input-group-text.close-search {
  border-radius: 0.375rem 0 0 0.375rem !important;
}
.dark .bg-effect {
  background-image: url(/_next/static/media/bg-body.10be8c5e.png);
  background-repeat: no-repeat;
  background-position: center;
}
.dark .home-contain {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.dark .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(18px + 42 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail.home-big-space {
  padding: calc(27px + 158 * (100vw - 320px) / 1600) 0 !important;
}
@media (max-width: 767px) {
  .dark .home-contain .home-detail.home-overlay {
    background-color: rgba(42, 45, 45, 0.529);
  }
}
.dark .home-contain .home-detail > .home-top {
  margin-top: -100px;
}
@media (max-width: 575px) {
  .dark .home-contain .home-detail > .home-top {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .dark .home-contain .home-detail > .home-top {
    margin-top: 0;
  }
}
.dark .home-contain .home-detail.home-p-sm {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) !important;
}
.dark .home-contain .home-detail.home-p-medium {
  padding: 50px calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.dark .home-contain .home-detail .ls-expanded {
  letter-spacing: 2.2px;
}
.dark .home-contain .home-detail h1, .dark .home-contain .home-detail .h1 {
  font-size: calc(16px + 26 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.4;
  margin-bottom: calc(3px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .home-contain .home-detail h1, .dark .home-contain .home-detail .h1 {
    width: 100%;
  }
}
.dark .home-contain .home-detail h1.super-sale, .dark .home-contain .home-detail .super-sale.h1 {
  font-size: 45px;
}
.dark .home-contain .home-detail h1.name-title, .dark .home-contain .home-detail .name-title.h1 {
  font-size: calc(25px + 17 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail h1.home-name, .dark .home-contain .home-detail .home-name.h1 {
  font-size: 86px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.dark .home-contain .home-detail h1.home-name::before, .dark .home-contain .home-detail .home-name.h1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  bottom: 0;
  background-color: #ffffff;
}
.dark .home-contain .home-detail h1.furniture-heading span, .dark .home-contain .home-detail .furniture-heading.h1 span {
  position: relative;
}
.dark .home-contain .home-detail h1.furniture-heading span::before, .dark .home-contain .home-detail .furniture-heading.h1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/_next/static/media/line.4f4fdbc8.png);
  width: 100%;
  height: 100%;
  top: 90%;
  background-repeat: no-repeat;
}
.dark .home-contain .home-detail h1.poster-1, .dark .home-contain .home-detail .poster-1.h1 {
  line-height: calc(23px + 45 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail h1.poster-2, .dark .home-contain .home-detail .poster-2.h1 {
  line-height: calc(29px + 34 * (100vw - 320px) / 1600);
}
.dark .home-contain .home-detail h1 span.name, .dark .home-contain .home-detail .h1 span.name {
  font-weight: 800;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.dark .home-contain .home-detail h1 span.name::before, .dark .home-contain .home-detail .h1 span.name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 10px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 767px) {
  .dark .home-contain .home-detail h1 span.name::before, .dark .home-contain .home-detail .h1 span.name::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .dark .home-contain .home-detail h1 span.name::before, .dark .home-contain .home-detail .h1 span.name::before {
    content: none;
  }
}
.dark .home-contain .home-detail h1 span.name-2, .dark .home-contain .home-detail .h1 span.name-2 {
  font-weight: 800;
  color: var(--theme-color);
}
.dark .home-contain .home-detail h1 .daily, .dark .home-contain .home-detail .h1 .daily {
  color: var(--theme-color);
  font-weight: 800;
}
.dark .home-contain .home-detail h1 .discount, .dark .home-contain .home-detail .h1 .discount {
  font-size: 16px;
  color: #262834;
  font-weight: 400;
}
.dark .home-contain .home-detail h2, .dark .home-contain .home-detail .h2 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
}
.dark .home-contain .home-detail h2 span.discount, .dark .home-contain .home-detail .h2 span.discount {
  font-size: 16px;
  font-weight: 400;
}
.dark .home-contain .home-detail h2.home-name, .dark .home-contain .home-detail .home-name.h2 {
  font-size: calc(52px + 33 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.dark .home-contain .home-detail h3, .dark .home-contain .home-detail .h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .home-contain .home-detail h4, .dark .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.dark .home-contain .home-detail h5, .dark .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.dark .home-contain .home-detail h6, .dark .home-contain .home-detail .h6 {
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #dddddd;
}
@media (max-width: 360px) {
  .dark .home-contain .home-detail h6, .dark .home-contain .home-detail .h6 {
    margin-bottom: 5px;
  }
}
.dark .home-contain .home-detail h6.home-home, .dark .home-contain .home-detail .home-home.h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.dark .home-contain .home-detail h6 span, .dark .home-contain .home-detail .h6 span {
  font-weight: 500;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(8px + 8 * (100vw - 320px) / 1600);
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 114, 114, 0.15) 0%, rgba(255, 114, 114, 0) 79%);
  border-radius: 50px;
  color: #ff4f4f;
  margin-left: calc(2px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 360px) {
  .dark .home-contain .home-detail h6 span, .dark .home-contain .home-detail .h6 span {
    display: none;
  }
}
.dark .home-contain .home-detail p {
  margin-bottom: 0;
  color: #dddddd;
  letter-spacing: 0.8px;
  line-height: calc(19px + 8 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .home-contain .home-detail p.organic {
  width: 70%;
}
.dark .home-contain .home-detail .shop-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  color: #ffffff;
}
.dark .home-contain .home-detail .shop-button:hover i {
  transform: translateX(4px);
}
.dark .home-contain .home-detail .shop-button i {
  transition: 0.3s ease;
  margin-left: 8px;
}
.dark .home-contain .home-detail .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  gap: 14px;
}
.dark .home-contain .home-detail .social-icon li:hover a {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .home-contain .home-detail .social-icon li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #dddddd;
  color: #ffffff;
}
.dark .home-section-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dark .home-section-2.home-section-bg {
  background: none;
}
.dark .home-section-2.home-section-bg .home-contain img {
  width: 100%;
  height: 100%;
}
.dark .home-section-2 .home-contain {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.dark .home-section-2 .home-contain .home-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
}
.dark .home-section-2 .home-contain .home-detail.home-p-sm {
  padding: calc(15px + 15 * (100vw - 320px) / 1600) !important;
}
.dark .home-section-2 .home-contain .home-detail h1, .dark .home-section-2 .home-contain .home-detail .h1 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.dark .home-section-2 .home-contain .home-detail h1.sale-name, .dark .home-section-2 .home-contain .home-detail .sale-name.h1 {
  font-size: calc(25px + 13 * (100vw - 320px) / 1600);
}
.dark .home-section-2 .home-contain .home-detail h1.heding-2, .dark .home-section-2 .home-contain .home-detail .heding-2.h1 {
  font-size: calc(22px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 7px;
  width: 100%;
}
.dark .home-section-2 .home-contain .home-detail h2, .dark .home-section-2 .home-contain .home-detail .h2 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.dark .home-section-2 .home-contain .home-detail h2.content-2, .dark .home-section-2 .home-contain .home-detail .content-2.h2 {
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  font-weight: 500;
}
.dark .home-section-2 .home-contain .home-detail h3, .dark .home-section-2 .home-contain .home-detail .h3 {
  font-size: calc(18px + 14 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.dark .home-section-2 .home-contain .home-detail h4, .dark .home-section-2 .home-contain .home-detail .h4 {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.dark .home-section-2 .home-contain .home-detail h5, .dark .home-section-2 .home-contain .home-detail .h5 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 1px;
}
.dark .home-section-2 .home-contain .home-detail h6, .dark .home-section-2 .home-contain .home-detail .h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 5 * (100vw - 320px) / 1600);
}
.dark .home-section-2 .home-contain .home-detail p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
  color: #dddddd;
  letter-spacing: 0.8px;
}
.dark .home-section-2 .home-contain .home-detail .shop-now-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--theme-color);
  font-size: 15px;
}
.dark .home-section-2 .home-contain .home-detail .shop-now-button i {
  font-size: 17px;
  margin-left: 8px;
}
.dark .home-section-small .home-contain .home-detail.home-width {
  width: 50%;
}
@media (max-width: 360px) {
  .dark .home-section-small .home-contain .home-detail.home-width:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .dark .home-section-small .home-contain .home-detail.home-width {
    width: 60%;
  }
}
@media (max-width: 360px) {
  .dark .home-section-small .home-contain .home-detail.home-width {
    width: 100%;
  }
}
.dark .home-section-small .home-contain.home-small .home-detail {
  padding: calc(20px + 30 * (100vw - 767px) / 1153) calc(12px + 38 * (100vw - 767px) / 1153);
}
.dark .home-section-small .home-contain.home-small .home-detail h4, .dark .home-section-small .home-contain.home-small .home-detail .h4 {
  font-size: calc(14px + 8 * (100vw - 767px) / 1153);
}
.dark .home-search {
  background-image: linear-gradient(to right top, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #88ac2f, #008d89, #008a89, #008688, #008387, #007f86);
  padding-top: 0;
}
.dark .home-search .home-search-content {
  display: flex;
  align-items: flex-end;
  padding-top: 156px;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-bottom: 70px;
}
.dark .home-search .home-search-content > div {
  width: 100%;
}
.dark .home-search .home-search-content h1, .dark .home-search .home-search-content .h1 {
  color: #2a2d2d;
  font-size: 42px;
  text-transform: inherit;
}
.dark .home-search .home-search-content h3, .dark .home-search .home-search-content .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #2a2d2d;
  margin-top: 12px;
}
.dark .home-search .home-search-content .search-box {
  margin-top: 35px;
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.dark .home-search .home-search-content .search-box .btn {
  background-color: #2a2d2d;
}
.dark .home-search .home-search-content .category-sec {
  margin-top: 80px;
}
.dark .home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name h6, .dark .home-search .home-search-content .category-sec.category-section-2 .category-slider .shop-category-box .category-name .h6 {
  color: #2a2d2d;
}
.dark .custom-row .sidebar-col {
  width: 320px;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-top: 0;
  background-color: #2a2d2d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .dark .custom-row .sidebar-col {
    border-right: unset;
    left: -350px;
    background-color: #2a2d2d;
    z-index: 10;
    height: 100%;
    width: calc(300px + 20 * (100vw - 320px) / 879);
  }
  .dark .custom-row .sidebar-col.show {
    left: 0;
  }
}
.dark .custom-row .sidebar-col .category-menu {
  background-color: transparent;
}
.dark .custom-row .sidebar-col .category-menu .web-logo {
  display: block;
  margin-bottom: calc(34px + 6 * (100vw - 320px) / 1600);
}
.dark .custom-row .sidebar-col .category-menu .web-logo img {
  width: calc(53% + 17 * (100vw - 320px) / 1600);
}
.dark .custom-row .sidebar-col .category-menu ul {
  gap: calc(21px + 7 * (100vw - 320px) / 1600);
  border-bottom: none;
}
.dark .custom-row .sidebar-col .category-menu ul li .category-list img {
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
}
.dark .custom-row .sidebar-col .category-menu ul li .category-list h5, .dark .custom-row .sidebar-col .category-menu ul li .category-list .h5 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.dark .custom-row .content-col {
  margin-left: 320px;
  padding-left: calc(12px + 13 * (100vw - 320px) / 1600);
  margin-top: calc(77px + 36 * (100vw - 320px) / 1600);
  padding-right: calc(12px + 13 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .custom-row .content-col {
    margin-left: 0;
  }
}
.dark .home-search-full {
  height: 70vh;
}
@media (max-width: 575px) {
  .dark .home-search-full {
    height: 50vh;
  }
}
.dark .home-search-full .home-contain .home-detail {
  height: 70vh;
  padding: 0;
  padding-top: 64px;
}
@media (max-width: 575px) {
  .dark .home-search-full .home-contain .home-detail {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .dark .home-search-full .home-contain .home-detail {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .dark .home-search-full .home-contain .home-detail {
    padding: 48px 15px 0;
  }
}
.dark .home-search-full .home-contain .home-detail > div {
  width: 50%;
}
@media (max-width: 991px) {
  .dark .home-search-full .home-contain .home-detail > div {
    width: 67%;
  }
}
@media (max-width: 575px) {
  .dark .home-search-full .home-contain .home-detail > div {
    width: 100%;
  }
}
.dark .home-search-full .home-contain .home-detail h1, .dark .home-search-full .home-contain .home-detail .h1 {
  font-size: calc(31px + 27 * (100vw - 320px) / 1600);
  text-transform: inherit;
  margin-inline: auto;
  margin-top: -18px;
}
.dark .home-search-full .home-contain .home-detail h3, .dark .home-search-full .home-contain .home-detail .h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-block: calc(4px + 8 * (100vw - 320px) / 1600) 0;
  color: #dddddd;
  line-height: 1.4;
}
.dark .home-search-full .home-contain .home-detail .search-box {
  margin-top: calc(23px + 12 * (100vw - 320px) / 1600);
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1460px) {
  .dark .home-search-full .home-contain .home-detail .search-box {
    width: 83%;
  }
}
@media (max-width: 480px) {
  .dark .home-search-full .home-contain .home-detail .search-box {
    width: 100%;
  }
}
.dark .home-search-full .home-contain .home-detail .search-box .btn {
  background-color: #2a2d2d;
}
.dark .home-search-full.gradient-home {
  height: 80vh;
}
@media (max-width: 1366px) {
  .dark .home-search-full.gradient-home {
    height: 70vh;
  }
}
@media (max-width: 1199px) {
  .dark .home-search-full.gradient-home {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .dark .home-search-full.gradient-home {
    height: 50vh;
  }
}
@media (max-width: 375px) {
  .dark .home-search-full.gradient-home {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .dark .home-search-full.gradient-home .home-contain .home-overlay {
    background-color: transparent;
  }
}
.dark .home-search-full.gradient-home .home-contain .search-box {
  border-radius: 6px;
  overflow: hidden;
  width: 70%;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .dark .home-search-full.gradient-home .home-contain .search-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .dark .home-search-full.gradient-home .home-contain .search-box {
    width: 100%;
    padding-inline: 15px;
  }
}
.dark .home-search-full.gradient-home .home-contain .search-box .form-control {
  border-radius: 0;
  border: unset;
}
.dark .home-search-full.gradient-home .home-contain .search-box .input-group-text {
  display: block;
  width: auto;
  padding: 0;
  border: unset;
  margin: 0;
}
body[dir=rtl] .dark .home-search-full.gradient-home .home-contain .search-box .input-group-text {
  border-radius: 6px 0 0 6px !important;
}
html.dark .dark .home-search-full.gradient-home .home-contain .search-box .input-group-text {
  background-color: #2a2d2d;
}
@media (max-width: 575px) {
  .dark .home-search-full.gradient-home .home-contain .search-box .input-group-text {
    display: none;
  }
}
.dark .home-search-full.gradient-home .home-contain .search-box .input-group-text .form-select {
  border-radius: 0;
  height: 100%;
  border: unset;
  border-left: 1px solid #eee;
  background-color: #1d1d22;
  font-weight: 500;
  font-size: 15px;
}
html.dark .dark .home-search-full.gradient-home .home-contain .search-box .input-group-text .form-select {
  color: #ddd;
}
body[dir=rtl] .dark .home-search-full.gradient-home .home-contain .search-box .input-group-text .form-select {
  padding: 0.375rem 0.75rem;
  text-align: left;
  background-position: right 0.75rem center;
}
.dark .home-search-full.gradient-home .home-contain .home-detail {
  padding: 0;
  height: 80vh;
  padding-top: 58px;
}
@media (max-width: 1366px) {
  .dark .home-search-full.gradient-home .home-contain .home-detail {
    height: 70vh;
  }
}
@media (max-width: 1199px) {
  .dark .home-search-full.gradient-home .home-contain .home-detail {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .dark .home-search-full.gradient-home .home-contain .home-detail {
    height: 50vh;
  }
}
@media (max-width: 375px) {
  .dark .home-search-full.gradient-home .home-contain .home-detail {
    height: 60vh;
  }
}
.dark .home-search-full.gradient-home .home-contain .home-detail h1, .dark .home-search-full.gradient-home .home-contain .home-detail .h1 {
  color: #fff !important;
}
@media (max-width: 1366px) {
  .dark .home-search-full.gradient-home .home-contain .home-detail h1, .dark .home-search-full.gradient-home .home-contain .home-detail .h1 {
    width: 100%;
  }
}
.dark .home-search-full.gradient-home .home-contain .home-detail h3, .dark .home-search-full.gradient-home .home-contain .home-detail .h3 {
  color: rgba(255, 255, 255, 0.6);
}
.dark .home-search-full.gradient-home .home-contain .home-detail .search-box input {
  position: relative;
  inset: unset;
  border-radius: 0.375rem;
  transform: unset;
  width: auto;
}
@media (max-width: 575px) {
  .dark .home-search-full.gradient-home .home-contain .home-detail .search-box input {
    border-radius: 0.375rem !important;
  }
}
html.dark .dark .home-search-full.gradient-home .home-contain .home-detail .search-box input {
  background-color: #1d1d22;
  color: #ddd;
}
html.dark .dark .home-search-full.gradient-home .home-contain .home-detail .search-box input::placeholder {
  color: #ddd;
}
.dark .home-search-full.gradient-home .home-contain .home-detail .search-box .input-group-text .form-select {
  border-radius: 0.375rem;
}
@media (max-width: 991px) {
  .dark .home-section-ratio .ratio_180 .bg-size:before {
    padding-top: 128%;
  }
}
@media (max-width: 991px) {
  .dark .home-section-ratio .custom-ratio {
    order: -1;
  }
}
.dark .home-furniture .feature-detail h2, .dark .home-furniture .feature-detail .h2 {
  font-size: calc(32px + 19 * (100vw - 1200px) / 720);
}
.dark .home-furniture .feature-detail h3, .dark .home-furniture .feature-detail .h3 {
  background-color: #ffa53b;
  font-size: calc(29px + 11 * (100vw - 1200px) / 720);
  color: #ffffff;
  padding: 4px calc(9px + 4 * (100vw - 1200px) / 720);
  font-weight: 700;
}
.dark .furniture-contain-2 .home-detail {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .furniture-contain-2 .home-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }
}
.dark .furniture-contain-2 .home-detail h1, .dark .furniture-contain-2 .home-detail .h1 {
  width: calc(100% + -25 * (100vw - 320px) / 1600);
}
.dark .button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  border-radius: 7px 0 0 7px;
  background-color: var(--theme-color);
  z-index: 1;
}
.dark .button-item .item-btn {
  width: calc(41px + 9 * (100vw - 320px) / 1600);
  height: calc(41px + 9 * (100vw - 320px) / 1600);
  padding: 0;
}
.dark .button-item .item-btn:hover {
  background-color: transparent;
}
.dark .button-item .item-btn:first-child:active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.dark .button-item .item-btn svg {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .item-section {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: -200px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 7px 0 0 7px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}
.dark .item-section.active {
  right: 0;
}
.dark .item-section .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #2a2d2d;
  border: none;
  background-color: transparent;
}
.dark .item-section .close-button:first-child:active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.dark .item-section h6, .dark .item-section .h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 15px;
  font-weight: bold;
}
.dark .item-section h6 svg, .dark .item-section .h6 svg {
  font-size: 20px;
}
.dark .item-section h6 span, .dark .item-section .h6 span {
  margin-top: 3px;
}
.dark .item-section .items-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.dark .item-section .items-image li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #2a2d2d;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 600;
  font-size: 13px;
}
.dark .item-section .items-image li + li {
  margin-left: -10px;
}
body[dir=rtl] .dark .item-section .items-image li + li {
  margin-left: unset;
  margin-right: -10px;
}
.dark .item-section .items-image li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.dark .item-section .item-button {
  background-color: #ffffff !important;
  color: var(--theme-color) !important;
}
.dark .item-section .item-button:hover {
  background-color: #ffffff !important;
  color: var(--theme-color) !important;
}
.dark header .main-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dark header .main-nav {
    padding: 0;
  }
}
.dark header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: 0;
  transform: unset;
}
body[dir=rtl] .dark header .nav-left-align .navbar-nav .dropdown-menu-2 {
  left: unset;
  right: 0;
}
.dark header .icon-box {
  display: inline-block;
  margin-right: 10px;
}
.dark header .dropdown-header {
  display: block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--theme-color);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .dark header .dropdown-header {
    padding-left: 0;
  }
}
.dark header .navbar-nav {
  padding-top: 16px;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body[dir=rtl] .dark header .navbar-nav {
  padding-left: unset;
  padding-right: 0;
}
.dark header .navbar-nav .nav-link {
  cursor: pointer;
}
.dark header .navbar-nav .nav-item {
  margin-bottom: 0;
  position: relative;
}
.dark header .navbar-nav .nav-item .dropdown-menu > li:first-child > a {
  margin-top: 0 !important;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: 0 !important;
}
body[dir=rtl] .dark header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: unset !important;
  margin-right: 0 !important;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item:before {
  display: none;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  padding: 0;
  justify-content: flex-start;
  margin: 10px 0 0 0;
  width: 100%;
  display: block;
  cursor: pointer;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
  transform: translateY(-50%) rotate(-90deg) !important;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  content: none;
}
.dark header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  padding: 20px;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .new-pages {
    justify-content: unset !important;
  }
}
.dark header .navbar-nav .nav-item .new-pages .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #2a2d2d;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body[dir=rtl] .dark header .navbar-nav .nav-item .new-pages .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .new-pages .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body[dir=rtl] .dark header .navbar-nav .nav-item .new-pages .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
.dark header .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
.dark header .navbar-nav .dropdown-menu {
  min-width: 200px;
  margin: 0;
  margin-top: -8px;
  background-color: #2a2d2d;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.7), 5px 20px 40px 0 rgba(255, 255, 255, 0.4);
  border-color: transparent;
  box-shadow: none;
  border: 0;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transform: translateY(-15px);
}
@media (max-width: 1366px) {
  .dark header .navbar-nav .dropdown-menu {
    left: -50%;
  }
}
@media (max-width: 1240px) {
  .dark header .navbar-nav .dropdown-menu {
    left: -70%;
  }
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover {
  position: relative;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a {
  display: block;
  position: relative;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  font-size: 12px;
  margin-left: 4px;
  color: var(--theme-color);
}
body[dir=rtl] .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  margin-left: unset;
  margin-right: 4px;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  content: "\ea6e";
  position: absolute !important;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
}
body[dir=rtl] .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  right: unset;
  left: 0;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: 113%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
  }
}
body[dir=rtl] .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: unset;
  right: 113%;
}
@media (max-width: 1199px) {
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
    right: unset;
  }
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  position: absolute;
  top: -19px;
  left: 123%;
  min-width: 200px;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  background-color: #2a2d2d;
  border-color: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  right: 123%;
  left: unset;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    min-width: auto;
    z-index: 1;
    visibility: visible;
    box-shadow: none;
    margin: 5px 0 12px 29px;
    padding: 0;
  }
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a {
  padding: 0;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  color: #ffffff;
  display: block;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a:hover::after {
  width: 40%;
}
.dark header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.dark header .navbar-nav .dropdown-menu-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  width: 52vw;
  min-width: unset;
  padding: 22px !important;
  align-items: center;
  justify-content: space-around;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    position: relative;
  }
}
body[dir=rtl] .dark header .navbar-nav .dropdown-menu-2::after {
  transform: scaleX(-1);
  filter: FlipH;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2::after {
    content: none;
  }
}
@media (max-width: 1680px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 65vw;
  }
}
@media (max-width: 1400px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    background-position: 20px center;
  }
}
@media (max-width: 1315px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 72vw;
  }
}
@media (max-width: 1260px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 80vw;
  }
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2 {
    width: 100%;
    padding: 0 !important;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
  }
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(221, 221, 221, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    left: unset;
    right: -4px;
  }
}
.dark header .navbar-nav .dropdown-menu .dropdown {
  margin-inline: 20px;
}
.dark header .navbar-nav .dropdown-menu .dropdown:last-child {
  margin-bottom: 12px;
}
.dark header .navbar-nav .dropdown-menu .dropdown .dropdown-toggle::after {
  display: none;
}
.dark header .navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  padding-inline: 16px;
}
.dark header .navbar-nav .dropdown-image {
  background-image: none;
}
.dark header .navbar-nav .dropdown-image::after {
  content: none;
}
@media (max-width: 991px) {
  .dark header .navbar-nav .dropdown-image {
    left: 0;
    margin-top: 0;
  }
}
.dark header .navbar-nav .dropdown-image .dropdown-column {
  grid-gap: 12px;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-image .dropdown-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    gap: 8px;
    margin-block: 8px 16px;
  }
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
  margin: 0 !important;
  text-align: center;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:focus, .dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:active {
  background-color: transparent;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::before {
  content: none;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::after {
  content: none;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
    padding: 0;
  }
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover img {
  box-shadow: 5px 20px 40px 0 rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span {
  color: var(--theme-color);
  font-weight: 600;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span::after {
  width: 100%;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item img {
  width: 100%;
  box-shadow: 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease-in-out;
  display: block;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: calc(15px + 1 * (100vw - 1200px) / 720);
  margin-bottom: -6px;
  position: relative;
  z-index: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
body[dir=rtl] .dark header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::after {
  left: unset;
  right: 0;
}
.dark header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.dark header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 16px;
  font-size: calc(21px + 0.45vw);
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
}
.dark header .navbar-brand:hover {
  text-decoration: none;
}
.dark header .navbar-brand:focus {
  text-decoration: none;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: calc(15px + 10 * (100vw - 1200px) / 720);
}
body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: unset;
  margin-right: calc(15px + 10 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu a {
  padding: 0;
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu a {
    padding: 0.25rem 1rem;
    font-weight: 400;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item > a {
  color: #ffffff;
  padding: 8px;
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item > a {
    font-weight: 700;
    font-size: 16px;
    padding-inline: 0;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown:hover > a::after {
  transform: translateY(-50%) rotateX(180deg);
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 18px;
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    padding-inline: 0;
  }
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a span {
    margin-right: auto;
  }
  body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a span {
    margin-right: unset;
    margin-left: auto;
  }
}
body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: 0.5rem;
  text-align: right;
  padding-left: 18px;
}
@media (max-width: 1199px) {
  body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    padding-inline: 0;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::after {
  border: unset;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea4e";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::after {
  right: unset;
  left: -4px;
  margin-right: 0.255em;
  margin-left: unset;
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::after {
    position: relative;
    inset: unset;
    transform: unset;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link::after {
  content: none;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  position: absolute;
  top: -10px;
  left: 84%;
  transform: translateX(-50%);
  font-size: 8px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  padding: 0 8px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--theme-color);
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: 10px;
    margin-right: auto;
    border-radius: 3px;
  }
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 10px;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--theme-color);
}
@media (max-width: 1199px) {
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
    content: none;
  }
}
body[dir=rtl] .dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  left: unset;
  right: 10px;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link-2::before {
  content: none;
}
.dark header .navbar-text {
  padding-top: 9px;
  padding-bottom: 9px;
}
.dark header .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.dark header .navbar-toggler {
  background-color: transparent;
  transition: box-shadow 0.15s ease-in-out;
  padding: 12px;
  font-size: 18px;
  margin-right: 10px;
  padding: 0;
  line-height: 1.5;
}
body[dir=rtl] .dark header .navbar-toggler {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .dark header .navbar-toggler {
    margin-right: 0;
  }
}
.dark header .navbar-toggler:focus-visible {
  outline: none;
}
.dark header .navbar-toggler:focus {
  box-shadow: none;
}
.dark header .navbar-toggler:hover, .dark header .navbar-toggler:first-child:active {
  background-color: transparent;
  color: #ffffff;
}
.dark header .navbar-toggler-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark header .navbar-toggler-icon {
    margin-right: 0;
  }
}
.dark header .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
.dark header .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.dark header .navbar-expand .navbar-nav {
  flex-direction: row;
}
.dark header .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  left: 26px;
  top: 30px;
  box-shadow: 0px 3px 4px rgba(255, 255, 255, 0.14);
}
.dark header .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.dark header .navbar-expand .navbar-collapse {
  display: flex;
  flex-basis: auto;
}
.dark header .navbar-expand .navbar-toggler {
  display: none;
}
.dark header .navbar-light .navbar-brand {
  color: #ffffff;
}
.dark header .navbar-light .navbar-brand:hover {
  color: #ffffff;
}
.dark header .navbar-light .navbar-brand:focus {
  color: #ffffff;
}
.dark header .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.dark header .navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-nav .nav-link:focus {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-nav .show > .nav-link {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-nav .nav-link.active {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-toggler {
  color: #dddddd;
  border-color: transparent;
}
.dark header .navbar-light .navbar-text {
  color: #dddddd;
}
.dark header .navbar-light .navbar-text a {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-text a:hover {
  color: var(--theme-color);
}
.dark header .navbar-light .navbar-text a:focus {
  color: var(--theme-color);
}
.dark header .navbar {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  z-index: 3;
}
body[dir=rtl] .dark header .navbar {
  padding-left: unset;
  padding-right: 15px;
}
.dark header .navbar:not(.navbar-stuck) .navbar-stuck-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#ffffff, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.dark header .navbar-shadow {
  box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
}
.dark header .navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dark header .navbar-stuck .navbar-btn {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(#ffffff, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.dark header .navbar-stuck-logo {
  display: none;
}
.dark header .navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navbar-show 0.25s;
  background-color: #2a2d2d;
  box-shadow: 0 2px 10px -3px rgba(255, 255, 255, 0.1);
}
.dark header .header-nav-middle {
  margin: auto !important;
}
.dark header .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #2a2d2d;
  background-clip: padding-box;
  outline: 0;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.3s ease-in-out;
  will-change: transform, box-shadow;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  visibility: visible !important;
}
.dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  left: 0;
  box-shadow: none;
}
body[dir=rtl] .dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) {
  .dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    width: calc(300px + 20 * (100vw - 320px) / 879);
    transform: translateX(-100%);
    z-index: 7;
  }
  body[dir=rtl] .dark header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    transform: translateX(100%);
  }
}
.dark header .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .dark header .offcanvas-header {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
.dark header .offcanvas-header .btn-close {
  padding: 0;
  margin: -10px 0;
  font-size: 20px;
  background: unset;
  opacity: 1;
  width: unset;
  height: unset;
  line-height: 1;
}
:not(.btn-check) + .dark header .offcanvas-header .btn-close:active {
  background-color: transparent;
  color: #ffffff;
}
html.dark :not(.btn-check) + .dark header .offcanvas-header .btn-close:active {
  color: #ffffff;
}
.dark header .offcanvas-header h5, .dark header .offcanvas-header .h5 {
  color: var(--theme-color);
  font-weight: 600;
  font-size: calc(20px + 2 * (100vw - 320px) / 880);
}
.dark header .offcanvas-title {
  margin-bottom: 0;
  line-height: initial;
}
.dark header .offcanvas-body {
  flex-grow: 1;
  padding: 20px 24px;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  .dark header .offcanvas-body {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
.dark header .offcanvas-body::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  opacity: 0;
}
.dark header .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.dark header .offcanvas-body > .simplebar-track {
  display: block;
  background-color: transparent;
}
.dark header .offcanvas-body .simplebar-vertical {
  margin-right: 3px;
}
.dark header .offcanvas-start {
  top: 0;
  left: 0;
  width: 352px;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}
.dark header .offcanvas-end {
  top: 0;
  right: 0;
  width: 352px;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}
.dark header .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}
.dark header .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}
.dark header .offcanvas.show {
  transform: none !important;
  box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04) !important;
}
.dark header .offcanvas-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
}
.dark header .sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
.dark header .hot-deal-box {
  color: #e21719;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.dark header .hot-deal-box img {
  margin-right: 7px;
}
.dark header .hot-deal-box span {
  font-size: 16px;
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .dark header .navbar-toggler {
    transition: none;
  }
  .dark header .offcanvas {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl.navbar .offcanvas-body {
    overflow: visible;
  }
  .dark header .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .dark header .navbar-expand-xl .navbar-stuck-logo {
    display: block;
  }
  .dark header .navbar-expand-xl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .dark header .navbar-expand-xl .navbar-nav > li > a {
    font-size: 16px;
    color: #2a2d2d;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item {
    border: 0;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled)::before {
    transform: translateY(-50%) rotateX(180deg);
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .nav-link {
    padding-right: unset;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu:before {
    content: "\ea4e";
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  .dark header .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  .dark header .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    box-shadow: -1px 0 10px 0 rgba(255, 255, 255, 0.07), 5px 20px 40px 0 rgba(255, 255, 255, 0.04);
    background-color: #2a2d2d;
    border-color: #2a2d2d;
    padding: 20px;
    border-radius: 10px;
    display: none !important;
  }
  .dark header .navbar-expand-xl .dropdown-menu li {
    display: block;
    width: 100%;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-column {
    margin: 0;
    position: relative;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-column:first-of-type {
    margin-left: 0;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item {
    padding: 0;
    margin: 12px 0 0 0;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    cursor: pointer;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-menu .dropdown-item {
    text-align: right;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:hover::after {
    width: 40%;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:active {
    color: #ffffff;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 2px;
    left: 0;
    background-color: var(--theme-color);
    opacity: 0.3;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    left: unset;
    right: 0;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    position: relative;
    padding-right: 26px;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    padding-right: 20px;
    padding-left: 26px;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    content: "\ea4e";
    position: absolute;
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    height: unset;
    display: block;
    right: 10px;
    border: none;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    right: unset;
    left: 0;
    margin-right: 0.255em;
    margin-left: unset;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown:last-child {
    margin-bottom: 0;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: -20px;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: 0;
    margin-inline: 0;
    padding-inline: 0;
    border-radius: 5px;
    background-color: #2a2d2d;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    left: unset;
    right: 100%;
  }
  .dark header .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  .dark header .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .dark header .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important;
  }
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-50%) translateY(0);
    display: block !important;
    left: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateX(-55%) translateY(0);
  }
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-center {
    transform: translateX(-50%) translateY(0);
  }
  .dark header .navbar-expand-xl .dropdown:hover .dropdown-menu-left {
    transform: translateX(-50%) translateY(0);
  }
  .dark header .navbar-expand-xl .dropdown-mega {
    position: unset;
  }
  .dark header .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: none !important;
  }
  .dark header .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item {
    display: block;
    padding: 0;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column.dropdown-column-img {
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column {
    margin-top: 0;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
    position: relative;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    text-align: right;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 36px;
    height: 2px;
    background-color: var(--theme-color);
    left: 0;
  }
  body[dir=rtl] .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    left: unset;
    right: 0;
  }
  .dark header .offcanvas-expand {
    transform: none !important;
    z-index: 1031;
  }
  .dark header .offcanvas-expand.offcanvas-start {
    transform: none !important;
  }
  .dark header .offcanvas-expand.offcanvas-end {
    transform: none !important;
  }
  .dark header .offcanvas-expand.offcanvas-bottom {
    transform: none !important;
  }
  .dark header .offcanvas-collapse {
    display: block;
    position: static;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none;
  }
  .dark header .offcanvas-collapse .offcanvas-header {
    display: none;
  }
  .dark header .offcanvas-collapse .offcanvas-footer {
    display: none;
  }
  .dark header .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial;
  }
  .dark header .offcanvas-enabled-start {
    padding-left: 376px;
  }
  .dark header .offcanvas-enabled-end {
    padding-right: 376px;
    padding-left: 0;
  }
}
.dark header .navbar-expand-xl .offcanvas {
  -webkit-box-flex: 1;
}
@media (max-width: 1199px) {
  .dark header .navbar-expand-xl .offcanvas {
    z-index: 4;
    -webkit-box-flex: 2;
  }
}
.dark header .offcanvas-backdrop {
  z-index: 6;
}
@media (max-width: 1199px) {
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: unset;
    color: #dddddd;
    font-weight: 700;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.disabled {
    color: #dddddd;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .show > .nav-link {
    color: var(--theme-color);
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .active > .nav-link {
    color: var(--theme-color);
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #dddddd;
    font-size: 14px;
  }
  body[dir=rtl] .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    text-align: right;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #dddddd;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    font-size: 16px;
    font-weight: 600;
  }
  body[dir=rtl] .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    text-align: right;
  }
  .dark header .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none !important;
    transform: translateY(0);
  }
  .dark header .navbar-nav .dropdown-menu.show {
    position: relative;
    display: block !important;
    inset: unset;
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(221, 221, 221, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu .dropdown-item::before {
    left: unset;
    right: -4px;
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
  }
  body[dir=rtl] .dark header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .dark .new-nav-item {
    justify-content: unset !important;
  }
}
.dark .new-nav-item .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: #ff4f4f;
  font-size: 10px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body[dir=rtl] .dark .new-nav-item .new-dropdown {
  border-top-left-radius: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 5px;
  right: unset;
  left: 3px;
}
@media (max-width: 1199px) {
  .dark .new-nav-item .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 3px;
  }
  body[dir=rtl] .dark .new-nav-item .new-dropdown {
    margin-left: unset;
    margin-right: 9px;
  }
}
.dark .dropdown-menu .product-box {
  padding: 0;
}
.dark .dropdown-menu .product-box .product-image {
  background-color: #1d1d22;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.dark .dropdown-menu .product-box .product-detail a h6.name, .dark .dropdown-menu .product-box .product-detail a .name.h6 {
  font-size: 14px;
  font-weight: 400;
}
body[dir=rtl] .dark .dropdown-menu .product-box .product-detail a h6.name, body[dir=rtl] .dark .dropdown-menu .product-box .product-detail a .name.h6 {
  text-align: right;
}
.dark .dropdown-menu .product-box .product-detail .rating {
  margin-top: 3px;
}
.dark .dropdown-menu .product-box .product-detail .rating span.ng-star-inserted {
  color: #ffb321;
  font-size: 20px;
  margin-right: 1px;
  line-height: 1;
}
.dark .dropdown-menu .product-box .product-detail .unit {
  color: #777;
}
.dark .dropdown-menu .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 30%;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #2a2d2d;
  transform: scale(0.86);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(221, 221, 221, 0.6);
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .dropdown-menu .owl-theme .owl-nav [class*=owl-]::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.88);
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 1199px) {
  .dark .dropdown-menu .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-prev::after {
  content: "\ea64";
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 1199px) {
  .dark .dropdown-menu .owl-theme .owl-nav .owl-next {
    right: 0;
  }
}
.dark .dropdown-menu .owl-theme .owl-nav .owl-next::after {
  content: "\ea6e";
}
.dark .dropdown-menu .owl-theme:hover .owl-nav [class*=owl-] {
  transform: scale(1);
}
.dark .custom-mt {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .dark .custom-mt {
    margin-top: calc(9px + 3 * (100vw - 320px) / 880);
  }
}
.dark .menu-img-banner {
  margin: -23px -23px -23px -25px;
}
.dark .menu-img-banner a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% + 35px);
  margin: -22px;
  margin-inline: -24px;
}
.dark .menu-img-banner a img {
  width: 100%;
}
.dark .menu-img-banner h4, .dark .menu-img-banner .h4 {
  margin-top: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.dark .menu-label {
  background-color: #ff7272;
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 5px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 0;
  animation: 0.9s blink infinite;
  margin-left: 4px;
}
body[dir=rtl] .dark .menu-label {
  margin-left: unset;
  margin-right: 4px;
}
.dark .menu-label::before {
  content: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #ff7272;
  left: -5px;
  width: 12px;
  height: 12px;
  z-index: -1;
  background-color: transparent;
}
.dark .menu-label.warning-label {
  background-color: #ffa53b;
}
.dark .menu-label.success-label {
  background-color: var(--theme-color);
}
.dark .menu-product-slider .product-box {
  background-color: #2a2d2d;
  padding-bottom: 5px;
  position: relative;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.dark .menu-product-slider .product-box:hover {
  box-shadow: unset;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #f9f8f6;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #2a2d2d;
}
.dark .menu-product-slider .product-box .product-image {
  background-color: #1d1d22;
}
.dark .menu-product-slider .product-box .product-detail .unit,
.dark .menu-product-slider .product-box .product-detail p {
  display: none;
}
.dark .menu-product-slider .product-box .product-detail .product-rating {
  margin: 0 !important;
}
.dark .menu-product-slider .product-box .label-tag {
  top: 14px;
  padding: 4px 7px;
  font-size: 13px;
}
.dark .menu-product-slider .product-box .label-tag::before, .dark .menu-product-slider .product-box .label-tag::after {
  width: 14px;
  height: 14px;
  right: -14px;
  border-bottom: 14px solid #faba02;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.dark .menu-product-slider .product-box .label-tag::before {
  transform: rotate(180deg);
}
.dark .menu-product-slider .product-box .label-tag::after {
  top: unset;
  bottom: 0;
}
.dark .menu-product-slider .full_border > .row {
  margin: 0;
}
.dark .menu-product-slider .full_border > .row > div {
  padding: 0;
  border: unset;
}
.dark .menu-product-slider .full_border > .row > div + div {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .menu-product-slider .full_border .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
}
.dark .menu-product-slider .full_border .product-box .product-image {
  background-color: transparent;
}
html.dark .dark .menu-product-slider .full_bg .product-box {
  background-color: #1d1d22;
}
.dark .menu-product-slider .full_bg .product-box .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.dark .menu-product-slider .full_bg .product-box .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.dark .menu-product-slider .full_bg .product-box .add-to-cart-box .qty-box .input-group button {
  border-radius: 100% !important;
}
.dark .menu-product-slider .full_bg .product-box.product-white-bg .qty-box .input-group button {
  background-color: #1d1d22;
}
.dark .menu-product-slider .full_bg .product-box.product-white-bg .qty-box .input-group button:hover {
  background-color: var(--theme-color);
}
.dark .menu-product-slider .product_img_bg .product-box {
  border: unset;
}
.dark .menu-product-slider .product_img_bg.product_border .product-box {
  padding: 0;
}
@media (max-width: 1199px) {
  .dark header .navbar-nav .nav-item .dropdown-menu .nav-link {
    display: none !important;
  }
  .dark header .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    display: block !important;
    position: relative;
    inset: unset;
  }
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar {
    z-index: 10 !important;
  }
}
.dark .newsletter-section .newsletter-box {
  border-radius: 10px;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.dark .newsletter-section .newsletter-box-3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/2.0d3b1899.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain {
  transform: scaleX(-1);
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail {
  transform: scaleX(-1);
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2, .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  font-weight: 700;
  color: #2a2d2d;
  margin-bottom: 10px;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h5, .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h5 {
  font-weight: 600;
  color: #ffbc5d;
  margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form {
  position: relative;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form ::placeholder {
  font-size: 14px;
  color: #dddddd;
}
@media (max-width: 360px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box ::placeholder,
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form ::placeholder {
    padding-left: 0;
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
  width: 100%;
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  border: none;
  padding-left: 53px;
  padding-right: 147px;
  color: #ffffff;
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
  padding-left: 147px;
  padding-right: 53px;
}
@media (max-width: 575px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-right: 42px;
    padding-left: calc(12px + 3 * (100vw - 320px) / 1600);
  }
  body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
    padding-left: 42px;
  }
}
@media (max-width: 360px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-left: 12px;
  }
  body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input,
  body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form input {
    padding-left: calc(12px + 3 * (100vw - 320px) / 1600);
    padding-right: 12px;
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  width: 37px;
  height: calc(100% - 14px);
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon,
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon {
  left: unset;
  right: 8px;
}
@media (max-width: 480px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon,
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon {
    display: none;
  }
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon::before,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon::before,
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon::before {
  left: unset;
  right: 0;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .mail-icon svg,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .mail-icon svg {
  font-size: 19px;
  color: var(--theme-color);
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn {
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff4f4f;
  position: absolute;
  right: 3px;
  border-radius: 3px;
  border: none;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(8px + 13 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #2a2d2d;
  font-weight: 500;
  display: flex;
  align-items: center;
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn,
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn {
  right: unset;
  left: 3px;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
  color: #ffffff;
  margin-left: 6px;
  position: relative;
  inset: unset;
  transform: unset;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
}
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
  margin-left: unset;
  margin-right: 6px;
}
@media (max-width: 575px) {
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
  .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
    margin-left: 0;
  }
  body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn svg,
  body[dir=rtl] .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .newsletter-form .sub-btn svg {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box {
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail {
  width: 100%;
  height: 100%;
  padding: calc(20px + 110 * (100vw - 320px) / 1600);
  z-index: 1;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail h2, .dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .h2 {
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail h4, .dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .h4,
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail h5,
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .h5 {
  margin-bottom: 8px;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 300;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form input {
  color: #ffffff;
  background-color: transparent;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #ced4da;
  height: auto;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form input::placeholder {
  color: #ffffff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form .sub-btn {
  color: #ffffff;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .submit-button {
  position: relative;
  inset: unset;
  transform: unset;
  border: 1px solid transparent;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .submit-button svg {
  display: none;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .newsletter-detail .mail-icon {
  display: none !important;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .shape-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.dark .newsletter-section.newsletter-section-2 .newsletter-box .shape-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/_next/static/media/circle.47d1f72e.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rounded infinite 30s linear;
  right: 0;
  top: 0;
  z-index: -1;
}
.dark .coupon-box {
  position: relative;
  padding: calc(15px + 12 * (100vw - 320px) / 1600);
  background: #1d1d22;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
html.dark .dark .coupon-box {
  background-color: #1d1d22;
}
.dark .coupon-box .coupon-img {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #1d1d22;
  border-radius: 2px;
  border: 1px solid #efefef;
}
.dark .coupon-box .coupon-img .img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.dark .coupon-box .card-name {
  display: flex;
  justify-content: space-between;
}
.dark .coupon-box .coupon-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dark .coupon-box .coupon-name img {
  border-radius: 6px;
}
.dark .coupon-box .coupon-name h5, .dark .coupon-box .coupon-name .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-name h5::after, .dark .coupon-box .coupon-name .h5::after {
  content: "";
  position: absolute;
  left: 0;
  height: 23px;
  background-color: var(--theme-color);
  width: 2px;
}
body[dir=rtl] .dark .coupon-box .coupon-name h5::after, body[dir=rtl] .dark .coupon-box .coupon-name .h5::after {
  left: unset;
  right: 0;
}
.dark .coupon-box .coupon-name h6, .dark .coupon-box .coupon-name .h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
  color: #dddddd;
}
.dark .coupon-box .coupon-content {
  margin-top: 15px;
}
.dark .coupon-box .coupon-content.bank-offer-content {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-content.bank-offer-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-content.bank-offer-content h6, .dark .coupon-box .coupon-content.bank-offer-content .h6 {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .coupon-box .coupon-content .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(10px + 10 * (100vw - 320px) / 1600);
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn {
  padding: calc(8px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: var(--theme-color) !important;
  background-color: transparent !important;
  font-weight: 600;
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn {
  color: #999;
  cursor: not-allowed;
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn.expired-btn::before {
  background-color: rgb(227, 227, 227);
  opacity: 0.6;
}
@media screen and (max-width: 1336px) and (min-width: 1399px) {
  .dark .coupon-box .coupon-content .coupon-apply .copy-btn {
    padding: 7px;
  }
}
.dark .coupon-box .coupon-content .coupon-apply .copy-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .coupon-box .coupon-content p {
  color: #dddddd;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dark .coupon-box .coupon-bottom {
  position: absolute;
  width: 95%;
  left: 10px;
  bottom: -1px;
}
.dark .coupon-box .coupon-right {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}
.dark .offer-box {
  position: relative;
  z-index: 0;
}
.dark .offer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .offer-section .offer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(20px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
}
@media (max-width: 575px) {
  .dark .offer-section .offer-box {
    display: block;
    text-align: center;
  }
}
.dark .offer-section .offer-box h2, .dark .offer-section .offer-box .h2 {
  color: #2a2d2d;
  font-weight: 700;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  margin-top: -4px;
  margin-bottom: -5px;
}
@media (max-width: 575px) {
  .dark .offer-section .offer-box h2, .dark .offer-section .offer-box .h2 {
    line-height: 1.3;
  }
}
.dark .offer-section .offer-box h2 span, .dark .offer-section .offer-box .h2 span {
  font-weight: 500;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
}
.dark .product-box-slider .slick-slider .slick-list {
  margin: 0;
}
.dark .product-box-slider .slick-slider .slick-list .slick-slide > div,
.dark .product-box-slider .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}
.dark .product-box-slider .slick-slider .slick-arrow {
  display: none !important;
}
.dark .add-to-cart-box {
  background-color: #1d1d22;
  border-radius: 50px;
  position: relative;
  max-width: 100%;
}
.dark .add-to-cart-box .btn-add-cart {
  padding: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 10px;
  color: #dddddd;
  border-radius: 50px;
  font-weight: 500;
}
.dark .add-to-cart-box .btn-add-cart:hover {
  background-color: transparent;
}
.dark .add-to-cart-box .btn-add-cart.disabled {
  background-color: transparent;
}
.dark .add-to-cart-box .btn-add-cart .add-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 100%;
  color: var(--theme-color);
  position: absolute;
  right: 4px;
  font-size: 20px;
}
.dark .add-to-cart-box .btn-add-cart .add-icon.btn-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.dark .add-to-cart-box .btn-add-cart .add-icon.bg-light-orange {
  background-color: #f9f8f6;
}
.dark .add-to-cart-box .btn-add-cart .add-icon.bg-light-gray {
  background-color: #1d1d22;
}
@media (max-width: 480px) {
  .dark .add-to-cart-box .btn-add-cart .add-icon {
    display: none;
  }
}
.dark .add-to-cart-box .btn-add-cart .add-icon i {
  font-size: 21px;
}
.dark .add-to-cart-box .btn-add-cart:first-child:active {
  color: #dddddd;
  background-color: transparent;
  border-color: transparent;
}
.dark .add-to-cart-box .qty-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  width: 100%;
}
.dark .add-to-cart-box .qty-box.open {
  display: block;
  max-width: unset;
}
.dark .add-to-cart-box .qty-box .input-group {
  background-color: #1d1d22;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .add-to-cart-box .qty-box .input-group.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .add-to-cart-box .qty-box .input-group button {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 100% !important;
}
.dark .add-to-cart-box .qty-box .input-group button i {
  font-size: 21px;
  color: var(--theme-color);
  margin-top: 0;
}
.dark .add-to-cart-box .qty-box .input-group button:focus {
  box-shadow: none;
}
.dark .add-to-cart-box .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .add-to-cart-btn-2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 7 * (100vw - 320px) / 1600);
  height: calc(30px + 7 * (100vw - 320px) / 1600);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 100%;
  color: var(--theme-color);
}
.dark .add-to-cart-btn-2 .qty-box-2 {
  display: none;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  max-width: 190px;
}
.dark .add-to-cart-btn-2 .qty-box-2.qty-box-3 {
  max-width: 203px;
}
.dark .add-to-cart-btn-2 .qty-box-2.open {
  display: block;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group {
  background-color: #1d1d22;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 3px !important;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group button:focus {
  box-shadow: none;
}
.dark .add-to-cart-btn-2 .qty-box-2 .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .qty-box {
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
}
.dark .qty-box .input-group {
  background-color: #1d1d22;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
}
.dark .qty-box .input-group.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .qty-box .input-group button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--theme-color);
  padding: 0;
  background-color: #2a2d2d;
  z-index: 0;
  border-radius: 4px !important;
}
.dark .qty-box .input-group button:hover, .dark .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #fff;
}
.dark .qty-box .input-group button:hover svg, .dark .qty-box .input-group button:active svg {
  color: #fff;
}
.dark .qty-box .input-group button i {
  font-size: 13px;
  color: var(--theme-color);
  margin-top: 1px;
}
.dark .qty-box .input-group button svg {
  color: var(--theme-color);
}
.dark .qty-box .input-group button:focus {
  box-shadow: none;
}
.dark .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .deal-timer {
  margin: 11px 0;
}
.dark .deal-timer.product-deal-timer {
  width: 290px;
  margin-top: 24px;
}
.dark .deal-timer.product-deal-timer ul {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 8px;
  border: none;
}
.dark .deal-timer.product-deal-timer ul li + li::before {
  left: -25px;
}
body[dir=rtl] .dark .deal-timer.product-deal-timer ul li + li::before {
  left: unset;
  right: -25px;
}
.dark .deal-timer.product-deal-timer ul li .counter {
  text-align: center;
}
.dark .deal-timer.product-deal-timer ul li .counter > div {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.dark .deal-timer .deal-title {
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}
.dark .deal-timer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px dashed var(--theme-color);
  text-align: center;
}
.dark .deal-timer ul li {
  position: relative;
}
.dark .deal-timer ul li + li::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.dark .deal-timer ul li .counter > div {
  display: flex;
  align-items: center;
}
.dark .deal-timer ul li .counter > div h5, .dark .deal-timer ul li .counter > div .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .deal-timer ul li .counter > div h6, .dark .deal-timer ul li .counter > div .h6 {
  color: #dddddd;
  font-size: 13px;
}
.dark .category-menu {
  background-color: #1d1d22;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .category-menu-2 {
  background: linear-gradient(136.8deg, #f6f5f2 17.01%, #fdf7f0 93.97%);
}
.dark .category-menu h3, .dark .category-menu .h3 {
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.dark .category-menu h3::before, .dark .category-menu .h3::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 2px;
  bottom: calc(-11px + 3 * (100vw - 320px) / 1600);
  left: 0;
  background-color: var(--theme-color);
}
body[dir=rtl] .dark .category-menu h3::before, body[dir=rtl] .dark .category-menu .h3::before {
  left: unset;
  right: 0;
}
.dark .category-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.dark .category-menu ul::before, .dark .category-menu ul::after {
  content: unset;
}
.dark .category-menu ul.value-list {
  margin-top: 35px;
  border: none;
}
.dark .category-menu ul li {
  display: block;
  width: 100%;
  padding-inline: unset;
}
.dark .category-menu ul li.pb-30 {
  margin-bottom: 30px;
}
.dark .category-menu ul li .category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
  align-items: center;
  color: #ffffff;
}
.dark .category-menu ul li .category-list:hover h5 a, .dark .category-menu ul li .category-list:hover .h5 a {
  letter-spacing: 0.5px;
}
.dark .category-menu ul li .category-list:hover h5 a:before, .dark .category-menu ul li .category-list:hover .h5 a:before {
  width: 70px;
}
.dark .category-menu ul li .category-list svg {
  width: 25px;
  height: 25px;
  stroke: #ffffff;
}
.dark .category-menu ul li .category-list img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.dark .category-menu ul li .category-list h5 a, .dark .category-menu ul li .category-list .h5 a {
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark .category-menu ul li .category-list h5 a:hover, .dark .category-menu ul li .category-list .h5 a:hover {
  color: #ffffff;
}
.dark .category-menu ul li .category-list h5 a::before, .dark .category-menu ul li .category-list .h5 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 50px;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .category-menu ul li .category-list h5 a::before, body[dir=rtl] .dark .category-menu ul li .category-list .h5 a::before {
  left: unset;
  right: 0;
}
.dark .category-menu ul li .category-list i {
  margin-left: auto;
}
.dark .category-menu ul.product-list {
  padding: 0;
  gap: 0;
}
.dark .category-menu ul.product-list li {
  position: relative;
}
.dark .category-menu ul.product-list li + li {
  margin-top: 25px;
  padding-top: 25px;
}
.dark .category-menu ul.product-list li + li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px dashed rgba(221, 221, 221, 0.3);
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
}
body[dir=rtl] .dark .category-menu ul.product-list li + li::after {
  right: unset;
  left: 0;
}
.dark .category-menu.menu-xl {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.dark .category-menu.menu-xl ul {
  gap: 28px;
  border-bottom: none;
}
.dark .category-menu.menu-xl ul li .category-list img {
  width: 35px;
  height: 35px;
}
.dark .category-menu.menu-xl ul li .category-list h5, .dark .category-menu.menu-xl ul li .category-list .h5 {
  font-size: 17px;
}
.dark .product-border {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  padding: 0 14px;
}
.dark .product-border.border-row .slick-slider .slick-list {
  margin: 0 -14px;
}
.dark .product-border.border-row .row > div:last-child {
  border-top: 1px solid #ddd;
}
.dark .product-border .slider-5-1 .slick-slide > .row {
  border-right: 1px solid rgba(221, 221, 221, 0.3);
  margin-left: 0;
}
.dark .product-border.product-slider-bolder {
  padding: 0;
}
.dark .product-border.product-slider-bolder .slick-slider .slick-list {
  margin: 0;
}
.dark .product-border.product-slider-bolder .slick-slider .slick-list .slick-slide > div,
.dark .product-border.product-slider-bolder .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}
.dark .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
html.dark .dark .product-box {
  border-right-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .product-box {
  text-align: right;
  border-right: unset;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
html.dark body[dir=rtl] .dark .product-box {
  border-left-color: rgba(119, 119, 119, 0.44);
}
.dark .product-box:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-box.product-box-bg {
  background: #1d1d22;
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
}
body[dir=rtl] .dark .product-box.product-box-bg {
  border: unset;
}
.dark .product-box.product-box-bg .qty-box .input-group {
  background-color: #2a2d2d;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.04);
}
.dark .product-box.product-box-bg + .product-box-bg {
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .dark .product-box.product-box-bg + .product-box-bg {
    margin-top: 10px !important;
  }
}
.dark .product-box .label-tag {
  position: absolute;
  top: 12px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
  font-weight: 500;
}
body[dir=rtl] .dark .product-box .label-tag {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  .dark .product-box .label-tag {
    top: 16px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .dark .product-box .label-tag {
    top: 10px;
    padding: 3px 6px;
  }
}
.dark .product-box .label-tag::before, .dark .product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  border-bottom: 15px solid #faba02;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
}
body[dir=rtl] .dark .product-box .label-tag::before, body[dir=rtl] .dark .product-box .label-tag::after {
  right: unset;
  left: -15px;
}
@media (max-width: 991px) {
  .dark .product-box .label-tag::before, .dark .product-box .label-tag::after {
    width: 14px;
    height: 14px;
    right: -14px;
    border-bottom: 14px solid #faba02;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
  body[dir=rtl] .dark .product-box .label-tag::before, body[dir=rtl] .dark .product-box .label-tag::after {
    right: unset;
    left: -14px;
  }
}
@media (max-width: 480px) {
  .dark .product-box .label-tag::before, .dark .product-box .label-tag::after {
    width: 12px;
    height: 12px;
    right: -12px;
    border-bottom: 12px solid #faba02;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  body[dir=rtl] .dark .product-box .label-tag::before, body[dir=rtl] .dark .product-box .label-tag::after {
    right: unset;
    left: -12px;
  }
}
.dark .product-box .label-tag::after {
  top: 16px;
  transform: rotate(0);
}
@media (max-width: 991px) {
  .dark .product-box .label-tag::after {
    top: 14px;
  }
}
@media (max-width: 480px) {
  .dark .product-box .label-tag::after {
    top: 12px;
  }
}
.dark .product-box .label-tag::before {
  top: 0;
  transform: rotate(180deg);
}
.dark .product-box .label-tag.sale-tag {
  background-color: #ff7272;
}
.dark .product-box .label-tag.sale-tag:before, .dark .product-box .label-tag.sale-tag:after {
  border-bottom-color: #ff7272;
}
.dark .product-box .label-tag span {
  font-weight: 700;
}
.dark .product-box .sale-tag {
  background-color: #ff7272;
}
.dark .product-box .sale-tag::before, .dark .product-box .sale-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  border-bottom: 15px solid #ff7272;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .product-box .sale-tag::after {
  right: -15px;
  bottom: 0;
  top: unset;
}
.dark .product-box .sale-tag::before {
  right: -15px;
  transform: rotate(-180deg);
}
.dark .product-box .product-image {
  text-align: center;
  padding: 20px;
  z-index: 0;
  position: relative;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
@media (max-width: 480px) {
  .dark .product-box .product-image {
    padding: 8px;
  }
}
.dark .product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .dark .product-box .product-image .product-option {
    display: none;
  }
}
.dark .product-box .product-image .product-option li {
  position: relative;
  width: 40px;
}
.dark .product-box .product-image .product-option li a {
  color: #ffffff;
  cursor: pointer;
}
.dark .product-box .product-image .product-option li a svg {
  font-size: 17px;
  color: #dddddd;
}
.dark .product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
body[dir=rtl] .dark .product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .product-box .product-image img {
  width: 100%;
  height: calc(100px + 0.025 * (100vw - 320px));
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product-box .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .product-box .product-detail a:hover {
  color: #ffffff;
}
.dark .product-box .product-detail a h6.name, .dark .product-box .product-detail a .name.h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
}
.dark .product-box .product-detail a p {
  display: none;
}
.dark .product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.dark .product-box .product-detail .product-rating h6, .dark .product-box .product-detail .product-rating .h6 {
  font-weight: 500;
  line-height: 1;
}
.dark .product-box .product-detail .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.dark .product-box .product-detail .add-to-cart-box .qty-box .input-group button {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
}
.dark .product-box .product-detail .brand-name {
  color: #dddddd;
  margin-bottom: 5px;
}
.dark .product-box .product-detail .byers {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  color: #999;
}
@media (max-width: 480px) {
  .dark .product-box .product-detail .byers {
    line-height: 1.5;
  }
}
.dark .product-box .product-detail .byers span {
  color: #dddddd;
  font-weight: 400;
  margin-left: 3px;
}
body[dir=rtl] .dark .product-box .product-detail .byers span {
  margin-left: unset;
  margin-right: 3px;
}
.dark .product-box .product-detail p {
  display: none;
}
.dark .product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.dark .product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.dark .product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.dark .product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .product-box .sold del {
  margin-left: unset;
  margin-right: 6px;
}
.dark .product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
  line-height: normal;
}
.dark .product-box .qty-box {
  max-width: 210px;
}
.dark .product-box .counter-box {
  display: block;
  position: relative;
}
.dark .product-box .counter-box h6, .dark .product-box .counter-box .h6 {
  margin-top: 0;
}
.dark .product-box .counter-box .addtocart_btn .add-button,
.dark .product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.dark .product-box .counter-box .addtocart_btn .add-button span,
.dark .product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .dark .product-box .counter-box .addtocart_btn .add-button span,
  .dark .product-box .counter-box .addtocart_btn .add_cart span {
    display: none;
  }
}
.dark .product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.dark .product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.dark .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #2a2d2d;
}
.dark .product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #1d1d22;
}
.dark .product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.dark .product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.dark .product-box .price {
  margin-top: 16px;
  font-weight: 600;
}
.dark .product-box .category-menu {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.dark .product-box .category-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(119, 119, 119, 0.44);
  top: 40px;
}
.dark .product-box .category-menu h3, .dark .product-box .category-menu .h3 {
  padding-bottom: 10px;
}
.dark .product-box.product-white-bg {
  background-color: #2a2d2d;
  border-radius: calc(9px + 7 * (100vw - 320px) / 1600);
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
}
.dark .product-box.product-white-bg .product-detail .bottom-content .qty-box {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  max-width: 60%;
  position: absolute;
  margin: 0;
}
.dark .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group {
  background-color: #2a2d2d;
  border-radius: 100px;
}
.dark .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 100% !important;
  inset: unset;
  background-color: #1d1d22;
}
.dark .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button:hover, .dark .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .product-box.product-white-bg:hover {
  box-shadow: 0 15px 70px rgba(255, 255, 255, 0.07);
}
.dark .product-box.product-white-bg .add-to-cart-btn-2 .addcart-button {
  position: relative;
  inset: unset;
}
.dark .product-box.product-white-bg .add-to-cart-btn-2 .addcart-button:first-child:active {
  background-color: #1d1d22;
  color: var(--theme-color);
}
.dark .product-box.product-white-bg .bottom-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.dark .product-style-1 {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dark .product-style-1:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-style-1:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-style-1 .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .dark .product-style-1 .product-image {
    padding: 8px;
  }
}
.dark .product-style-1 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .dark .product-style-1 .product-image .product-option {
    display: none;
  }
}
.dark .product-style-1 .product-image .product-option li {
  position: relative;
  width: 40px;
}
.dark .product-style-1 .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-style-1 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
[dir=rtl] .dark .product-style-1 .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .product-style-1 .product-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-style-1 .add-to-cart-box {
  border-radius: 4px;
}
.dark .product-style-1 .add-to-cart-box .btn-add-cart {
  border-radius: 4px;
}
.dark .product-style-1 .product-detail {
  text-align: center;
  padding-bottom: 3px;
}
.dark .product-style-1 .product-detail p {
  display: none;
}
.dark .product-style-1 .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .product-style-1 .product-detail a:hover {
  color: #ffffff;
}
.dark .product-style-1 .product-detail a h6.name, .dark .product-style-1 .product-detail a .name.h6 {
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 16px;
}
.dark .product-style-1 .product-detail .product-rating {
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.dark .product-style-1 .product-detail .product-rating h6, .dark .product-style-1 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.dark .product-style-1 .product-detail .add-to-cart-box .qty-box .input-group button {
  border-radius: 2px !important;
}
.dark .product-style-2 {
  padding: 6px 20px;
  position: relative;
  border-right: 1px solid rgba(221, 221, 221, 0.1);
}
.dark .product-style-2:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-style-2:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-style-2 .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .dark .product-style-2 .product-image {
    padding: 8px;
  }
}
.dark .product-style-2 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: max-content;
}
@media (max-width: 480px) {
  .dark .product-style-2 .product-image .product-option {
    display: none;
  }
}
.dark .product-style-2 .product-image .product-option li {
  position: relative;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-style-2 .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-style-2 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
[dir=rtl] .dark .product-style-2 .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .product-style-2 .product-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-style-2 .product-rating h6, .dark .product-style-2 .product-rating .h6 {
  font-size: 13px;
  color: rgba(221, 221, 221, 0.82);
}
.dark .product-style-2 .add-to-cart-box {
  border-radius: 4px;
  max-width: 100%;
}
.dark .product-style-2 .add-to-cart-box .btn-add-cart {
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  background-color: white !important;
  color: var(--theme-color);
  font-weight: 600;
  margin-top: 16px;
  padding: 8px;
}
.dark .product-style-2 .add-to-cart-box .qty-box .input-group button {
  border-radius: 4px !important;
}
.dark .product-style-2 .product-detail .brand-name {
  color: #dddddd;
  margin-bottom: 5px;
}
.dark .product-style-2 .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .product-style-2 .product-detail a:hover {
  color: #ffffff;
}
.dark .product-style-2 .product-detail a h6.name, .dark .product-style-2 .product-detail a .name.h6 {
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 16px;
}
.dark .product-style-2 .product-detail .form-select {
  margin-bottom: 13px;
  background-color: #1d1d22;
  border: none;
  padding: 8px 13px;
  border: 1px solid rgba(74, 85, 104, 0.1);
  margin-top: 16px;
}
.dark .product-style-2 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.dark .product-style-2 .product-detail .product-rating h6, .dark .product-style-2 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.dark .product-style-2 .product-detail .product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
}
.dark .product-style-2 .product-detail .product-bottom h5, .dark .product-style-2 .product-detail .product-bottom .h5 {
  margin: 0;
  padding: 0;
}
.dark .product-style-2 .product-detail .product-bottom .add-to-cart-box {
  border-radius: 4px;
  max-width: 100%;
  background-color: transparent;
  margin: 0;
  position: unset;
}
.dark .product-style-2 .product-detail .product-bottom .add-to-cart-box .qty-box {
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
  height: auto;
  transform: unset;
}
.dark .product-style-2 .product-detail .product-bottom .add-to-cart-box .btn-add-cart {
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  background-color: #2a2d2d !important;
  color: var(--theme-color);
  font-weight: 600;
  padding: 7px 17px;
  margin: 0;
}
.dark .product-style-2 .product-detail p {
  display: none;
}
.dark .border-effect {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(33.33% - 20px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .border-effect {
    display: none;
  }
}
@media (max-width: 830px) {
  .dark .border-effect {
    display: none;
  }
}
.dark .product-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
  padding: calc(18px + 12 * (100vw - 320px) / 1600) 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 830px) {
  .dark .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .dark .product-list {
    grid-template-columns: 1fr;
    gap: 30px calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .product-list:after, .dark .product-list:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  left: 0;
  top: 0;
  width: calc(33.33% - 12px);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list:after, .dark .product-list:before {
    width: calc(50% - 12px);
  }
}
@media (max-width: 830px) {
  .dark .product-list:after, .dark .product-list:before {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .dark .product-list:after, .dark .product-list:before {
    width: 100%;
  }
}
.dark .product-list:before {
  left: calc(33.33% + 10px);
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list:before {
    left: calc(50% + 10px);
  }
}
@media (max-width: 830px) {
  .dark .product-list:before {
    left: calc(50% + 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .dark .product-list:before {
    left: 0;
    width: 100%;
  }
}
.dark .product-list > li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 calc(18px + 12 * (100vw - 1199px) / 721);
}
@media (min-width: 1400px) {
  .dark .product-list > li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .dark .product-list > li:nth-child(n+4):after {
    right: unset;
    left: calc(18px + 12 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .dark .product-list > li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .dark .product-list > li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 1200px) and (min-width: 830px) {
  .dark .product-list > li:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: calc(-22px + -6 * (100vw - 992px) / 928);
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .dark .product-list > li:nth-child(n+4):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 830px) and (min-width: 576px) {
  .dark .product-list > li:nth-child(n+3):after {
    content: "";
    position: absolute;
    top: -28px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .dark .product-list > li:nth-child(n+3):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
@media (max-width: 576px) {
  .dark .product-list > li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: -18px;
    right: calc(18px + 12 * (100vw - 320px) / 1600);
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - (120px + 23 * (100vw - 320px) / 1600));
  }
  body[dir=rtl] .dark .product-list > li:nth-child(n+2):after {
    left: calc(18px + 12 * (100vw - 320px) / 1600);
    right: unset;
  }
}
.dark .product-list > li .offer-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: calc(12px + 11 * (100vw - 320px) / 1600);
}
.dark .product-list > li .offer-product:hover .offer-image {
  transform: scale(1.1);
}
.dark .product-list > li .offer-product:hover .offer-detail a .name {
  color: var(--theme-color);
}
.dark .product-list > li .offer-product .offer-image {
  width: calc(75px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .dark .product-list > li .offer-product .offer-image {
    width: calc(80px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .product-list > li .offer-product .offer-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-list > li .offer-product .offer-detail {
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1660px) {
  .dark .product-list > li .offer-product .offer-detail {
    width: calc(100% - (80px + 10 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
  }
}
.dark .product-list > li .offer-product .offer-detail .vertical-price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  margin-bottom: -2px;
}
.dark .product-list > li .offer-product .offer-detail .vertical-price .price {
  font-weight: 600;
  margin: 0;
}
.dark .product-list > li .offer-product .offer-detail .vertical-price del {
  line-height: 1;
}
.dark .product-list > li .offer-product .offer-detail .price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  font-weight: 600;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-list > li .offer-product .offer-detail .price del {
  font-weight: 400;
  font-size: 14px;
}
.dark .product-list > li .offer-product .offer-detail a {
  display: block;
  color: #ffffff;
  margin-bottom: 2px;
}
.dark .product-list > li .offer-product .offer-detail a:hover {
  color: #ffffff;
}
.dark .product-list > li .offer-product .offer-detail a .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-list > li .offer-product .offer-detail span {
  font-size: 14px;
  margin-top: 5px;
  color: #dddddd;
  font-weight: 400;
}
.dark .product-list.sidebar-product {
  gap: 50px calc(20px + 10 * (100vw - 320px) / 1600);
}
.dark .product-list.sidebar-product li {
  padding: 0;
}
.dark .product-list.sidebar-product li + li:after {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 103px);
}
.dark .product-category {
  padding: calc(19px + 17 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
}
.dark .product-category .product-category-list {
  column-count: 2;
}
.dark .product-category .product-category-list li {
  display: block;
  padding-left: 22px;
  font-size: 14px;
  color: #dddddd;
  position: relative;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark .product-category .product-category-list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  left: 0;
  border: 1px solid #dddddd;
}
.dark .product-category .product-category-list li + li {
  margin-top: calc(14px + 12 * (100vw - 320px) / 1600);
}
.dark .product-category .product-category-list li:last-child a {
  display: flex;
  align-items: center;
}
.dark .product-category .product-category-list li:last-child a:hover {
  color: var(--theme-color);
}
.dark .product-category .product-category-list li:last-child a i {
  margin-left: 8px;
}
.dark .product-category .product-category-list li:last-child::before {
  display: none;
}
.dark .product-slider {
  padding-bottom: 5px;
}
.dark .product-slider:hover .product-slider-image img {
  transform: scale(1.1) rotate(4deg);
}
.dark .product-slider .product-slider-image {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.dark .product-slider .product-slider-image img {
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.dark .product-slider .product-slider-detail {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 90%;
  margin: -50px auto 0;
  padding: calc(20px + 5 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(47, 88, 80, 0.05);
  background-color: rgba(42, 45, 45, 0.8);
}
.dark .product-slider .product-slider-detail > div {
  position: relative;
}
.dark .product-slider .product-slider-detail h3, .dark .product-slider .product-slider-detail .h3 {
  font-weight: 600;
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: -2px;
}
.dark .product-slider .product-slider-detail h5, .dark .product-slider .product-slider-detail .h5 {
  color: #dddddd;
  text-align: center;
}
.dark .top-selling-section .top-selling-box {
  background-color: #1d1d22;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .top-selling-section .top-selling-box .top-selling-title {
  padding: 0 0 5px;
  margin: 0 0 calc(28px + 12 * (100vw - 320px) / 1600);
  border: none;
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain {
  display: block;
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain {
  margin-top: calc(14px + 11 * (100vw - 320px) / 1600);
  padding-top: calc(14px + 11 * (100vw - 320px) / 1600);
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain::before {
  top: 0;
  width: calc(100% - (12px + 11 * (100vw - 320px) / 1600) - 80px);
  border: unset;
  border-top: 1px dashed rgba(74, 85, 104, 0.3);
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product {
  display: flex;
  align-items: center;
  gap: calc(12px + 11 * (100vw - 320px) / 1600);
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-image {
  width: calc(75px + 5 * (100vw - 320px) / 1600);
  height: calc(75px + 5 * (100vw - 320px) / 1600);
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail {
  width: calc(100% - (75px + 5 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail .rating {
  margin-top: 4px;
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail a h6, .dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail a .h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail .price {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  white-space: nowrap;
}
.dark .top-selling-section .top-selling-box .top-selling-product .top-selling-contain .offer-product .offer-detail .price del {
  font-size: 14px;
  font-weight: 400;
}
.dark .top-selling-section .category-menu {
  background-color: #2a2d2d;
  padding: 0;
}
.dark .top-selling-section .category-menu .top-selling-title {
  margin-bottom: calc(17px + 16 * (100vw - 320px) / 1600);
  padding: 0;
}
.dark .top-selling-section .category-menu .top-selling-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(119, 119, 119, 0.44);
  bottom: 0;
}
html.dark .dark .top-selling-section .category-menu .top-selling-title::after {
  background-color: rgba(119, 119, 119, 0.439);
}
.dark .top-selling-section .category-menu .top-selling-title h3, .dark .top-selling-section .category-menu .top-selling-title .h3 {
  margin: 0;
  padding-bottom: calc(12px + 9 * (100vw - 320px) / 1600);
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .top-selling-section .category-menu .top-selling-title h3::before, .dark .top-selling-section .category-menu .top-selling-title .h3::before {
  bottom: 0;
}
.dark .top-selling-section .category-menu .top-selling-product {
  max-height: unset;
}
.dark .top-selling-section.border-box .product-list.sidebar-product {
  gap: 30px 30px;
}
.dark .top-selling-section.border-box .product-list.sidebar-product li + li:after {
  display: none;
}
.dark .top-selling-section.border-box .category-menu {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.dark .top-selling-section.border-box .category-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(119, 119, 119, 0.44);
  top: 40px;
}
.dark .top-selling-section.border-box .category-menu h3, .dark .top-selling-section.border-box .category-menu .h3 {
  padding-bottom: 10px;
}
.dark .top-selling-section.border-box .product-list:after, .dark .top-selling-section.border-box .product-list:before {
  display: none;
}
.dark .top-selling-section.border-box .product-list li {
  padding: 0;
  margin: 0;
}
.dark .top-selling-box .top-selling-title {
  border-bottom: 1px solid #e0e2e7;
  padding-bottom: calc(12px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(24px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.dark .top-selling-box .top-selling-title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}
body[dir=rtl] .dark .top-selling-box .top-selling-title::after {
  left: unset;
  right: 0;
}
.dark .top-selling-box .top-selling-title h3, .dark .top-selling-box .top-selling-title .h3 {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .top-selling-box .top-selling-product {
  max-height: 360px;
  overflow: auto;
}
.dark .top-selling-box .top-selling-product .top-selling-contain {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.dark .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain {
  margin-top: calc(14px + 16 * (100vw - 320px) / 1600);
}
.dark .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: calc(100% - 118px);
  border: 1px dashed rgba(221, 221, 221, 0.3);
}
body[dir=rtl] .dark .top-selling-box .top-selling-product .top-selling-contain + .top-selling-contain:before {
  right: unset;
  left: 0;
}
.dark .top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-detail h5, .dark .top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-detail .h5 {
  color: var(--theme-color);
}
.dark .top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-detail .product-option {
  top: 0;
  opacity: 1;
}
.dark .top-selling-box .top-selling-product .top-selling-contain:hover .top-selling-image img {
  transform: scale(1.1);
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-image {
  overflow: hidden;
  width: calc(80px + 20 * (100vw - 320px) / 1600);
  height: calc(80px + 20 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-image img {
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail {
  padding-left: calc(15px + 3 * (100vw - 320px) / 1600);
  width: calc(100% - (80px + 20 * (100vw - 320px) / 1600));
  position: relative;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a2d2d;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--theme-color);
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a:hover {
  color: var(--theme-color);
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .product-option li a svg {
  font-size: 20px;
  margin-top: 1px;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a {
  display: block;
  color: #ffffff;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a:hover {
  color: #ffffff;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a h5, .dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail a .h5 {
  margin-bottom: calc(2px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail h6, .dark .top-selling-box .top-selling-product .top-selling-contain .top-selling-detail .h6 {
  margin-top: calc(7px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
}
.dark .product-box-2 {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2:hover .product-image img {
  transform: scale(1.1);
}
.dark .product-box-2:hover .product-detail h6, .dark .product-box-2:hover .product-detail .h6 {
  color: var(--theme-color);
}
.dark .product-box-2:hover .product-detail .product-option {
  opacity: 1;
}
.dark .product-box-2 + .product-box-2 {
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600) !important;
}
.dark .product-box-2 .product-image {
  border-radius: 8px;
  overflow: hidden;
}
.dark .product-box-2 .product-image img {
  width: calc(86px + 44 * (100vw - 320px) / 1600);
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2 .product-detail {
  margin-left: 15px;
  width: calc(100% - 130px - 15px);
  position: relative;
  overflow: hidden;
}
.dark .product-box-2 .product-detail-2 {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.dark .product-box-2 .product-detail-2 .rating {
  justify-content: flex-end;
}
.dark .product-box-2 .product-detail-2 .cart-icon {
  right: unset;
  left: 0;
}
.dark .product-box-2 .product-detail .product-option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a2d2d;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2 .product-detail .product-option li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.dark .product-box-2 .product-detail .product-option li a:hover {
  color: var(--theme-color);
}
.dark .product-box-2 .product-detail .product-option li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.dark .product-box-2 .product-detail .product-option li a svg {
  font-size: 20px;
}
.dark .product-box-2 .product-detail h6, .dark .product-box-2 .product-detail .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: calc(2px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-2 .product-detail h3, .dark .product-box-2 .product-detail .h3 {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 12px;
}
.dark .product-box-2 .product-detail h5, .dark .product-box-2 .product-detail .h5 {
  font-weight: 500;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
}
.dark .product-box-2 .product-detail h5 del, .dark .product-box-2 .product-detail .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.dark .product-box-2 .product-detail .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.dark .product-box-2 .product-detail .cart-icon svg {
  width: 20px;
  height: 20px;
  color: #dddddd;
  stroke-width: 1.5px;
}
.dark .middle-image {
  width: 100%;
  height: 100%;
}
.dark .middle-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-offer-contain {
  display: flex;
  align-items: center;
  position: relative;
}
.dark .product-offer-contain + .product-offer-contain {
  margin-top: 50px;
}
.dark .product-offer-contain + .product-offer-contain::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  border: 1px dashed #bfa378;
}
.dark .product-offer-contain .product-offer-image img {
  width: 150px;
  height: 85px;
  object-fit: contain;
}
.dark .product-offer-contain .product-offer-details {
  padding-left: 16px;
  width: calc(100% - 150px);
  position: relative;
}
.dark .product-offer-contain .product-offer-details h6, .dark .product-offer-contain .product-offer-details .h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 7px;
}
.dark .product-offer-contain .product-offer-details h5, .dark .product-offer-contain .product-offer-details .h5 {
  font-weight: 500;
  margin-top: 10px;
}
.dark .product-offer-contain .product-offer-details h5 del, .dark .product-offer-contain .product-offer-details .h5 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.dark .product-offer-contain .product-offer-details .cart-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7f5f2;
  border-radius: 100%;
}
.dark .product-offer-contain .product-offer-details .cart-icon svg {
  font-size: 20px;
  color: #dddddd;
}
.dark .deal-contain {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark .deal-contain {
    display: block;
  }
}
.dark .deal-contain .deal-image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .dark .deal-contain .deal-image img {
    width: 100%;
    height: 100%;
  }
}
.dark .deal-contain .deal-detail {
  padding-left: 25px;
  width: calc(100% - 250px);
}
@media (max-width: 575px) {
  .dark .deal-contain .deal-detail {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.dark .deal-contain .deal-detail a {
  color: #ffffff;
}
.dark .deal-contain .deal-detail a:hover {
  color: #ffffff;
}
.dark .deal-contain .deal-detail .name {
  font-weight: 600;
  margin-bottom: calc(5px + 6 * (100vw - 320px) / 1600);
}
.dark .deal-contain .deal-detail h4, .dark .deal-contain .deal-detail .h4 {
  font-weight: 500;
  margin-top: calc(7px + 7 * (100vw - 320px) / 1600);
}
.dark .deal-contain .deal-detail h4 del, .dark .deal-contain .deal-detail .h4 del {
  font-size: 14px;
  margin-left: 2px;
  color: #ff4f4f;
  font-weight: 600;
}
.dark .deal-contain .deal-detail .option-icon li + li {
  margin-left: 8px;
}
.dark .deal-contain .deal-detail .option-icon li a {
  width: calc(36px + 12 * (100vw - 320px) / 1600);
  height: calc(36px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  box-shadow: 0px 5.57831px 13.9458px rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  color: #ffffff;
}
.dark .deal-contain .deal-detail .option-icon li a svg {
  width: calc(14px + 4 * (100vw - 320px) / 1600);
  height: calc(14px + 4 * (100vw - 320px) / 1600);
}
.dark .product-list-section.list-style > div {
  width: 100%;
}
.dark .product-list-section.list-style .product-box,
.dark .product-list-section.list-style .product-style-1,
.dark .product-list-section.list-style .product-style-2 {
  display: flex;
  align-items: center;
  padding: calc(14px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .dark .product-list-section.list-style .product-box,
  .dark .product-list-section.list-style .product-style-1,
  .dark .product-list-section.list-style .product-style-2 {
    display: block;
  }
}
.dark .product-list-section.list-style .product-box .product-image,
.dark .product-list-section.list-style .product-style-1 .product-image,
.dark .product-list-section.list-style .product-style-2 .product-image {
  width: calc(200px + 30 * (100vw - 575px) / 1345);
  padding-inline: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .dark .product-list-section.list-style .product-box .product-image,
  .dark .product-list-section.list-style .product-style-1 .product-image,
  .dark .product-list-section.list-style .product-style-2 .product-image {
    width: 100%;
  }
  .dark .product-list-section.list-style .product-box .product-image img,
  .dark .product-list-section.list-style .product-style-1 .product-image img,
  .dark .product-list-section.list-style .product-style-2 .product-image img {
    height: calc(160px + 40 * (100vw - 320px) / 1600);
  }
}
.dark .product-list-section.list-style .product-box .product-detail,
.dark .product-list-section.list-style .product-style-1 .product-detail,
.dark .product-list-section.list-style .product-style-2 .product-detail {
  text-align: unset;
  margin-left: 20px;
  width: calc(100% - (200px + 30 * (100vw - 575px) / 1345) - 20px);
}
@media (max-width: 575px) {
  .dark .product-list-section.list-style .product-box .product-detail,
  .dark .product-list-section.list-style .product-style-1 .product-detail,
  .dark .product-list-section.list-style .product-style-2 .product-detail {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .dark .product-list-section.list-style .product-box .product-detail p,
  .dark .product-list-section.list-style .product-style-1 .product-detail p,
  .dark .product-list-section.list-style .product-style-2 .product-detail p {
    display: block;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.dark .product-list-section.list-style .product-box .product-detail p,
.dark .product-list-section.list-style .product-style-1 .product-detail p,
.dark .product-list-section.list-style .product-style-2 .product-detail p {
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #dddddd;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .dark .product-list-section.list-style .product-box .product-detail p,
  .dark .product-list-section.list-style .product-style-1 .product-detail p,
  .dark .product-list-section.list-style .product-style-2 .product-detail p {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.dark .product-list-section.list-style .product-box .product-detail .product-rating,
.dark .product-list-section.list-style .product-style-1 .product-detail .product-rating,
.dark .product-list-section.list-style .product-style-2 .product-detail .product-rating {
  justify-content: unset;
}
.dark .product-list-section.list-style .product-box .product-detail .add-to-cart-box,
.dark .product-list-section.list-style .product-style-1 .product-detail .add-to-cart-box,
.dark .product-list-section.list-style .product-style-2 .product-detail .add-to-cart-box {
  max-width: 352px;
}
.dark .product-list-section.list-style .product-style-2 .product-detail .product-rating {
  margin: 0 !important;
}
.dark .product-list-section.list-style .product-style-2 .product-detail .product-bottom {
  margin-top: 7px;
  display: block;
}
.dark .product-list-section.list-style .product-style-2 .product-detail .add-to-cart-box {
  margin-top: 10px;
  position: relative;
}
.dark .product-list-section.list-style .product-style-2 .product-detail .add-to-cart-box .qty-box {
  max-width: 352px;
}
.dark .product-list-section.list-style .product-box.product-white-bg {
  padding: 0;
}
.dark .product-list-section.list-style .product-box.product-white-bg .product-detail p {
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #dddddd;
  margin-bottom: 8px;
  margin-top: 4px;
}
.dark .product-list-section.list-style .product-box.product-white-bg .product-detail .bottom-content h6.price, .dark .product-list-section.list-style .product-box.product-white-bg .product-detail .bottom-content .price.h6 {
  margin-top: 16px !important;
}
.dark .product-list-section.list-style .product-box.product-white-bg .add-to-cart-btn-2 {
  display: none;
}
.dark .product-list-section .full_border > .row {
  margin: 0;
}
.dark .product-list-section .full_border > .row > .product-box-contain {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 767px) {
  .dark .product-list-section .full_border > .row > .product-box-contain.col-6 {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-6 {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-right: unset;
  }
  .dark .product-list-section .full_border > .row > .product-box-contain.col-6:nth-child(2n-2) {
    border-right: unset;
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-6:nth-child(2n-2) {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (min-width: 767px) {
  .dark .product-list-section .full_border > .row > .product-box-contain.col-md-4 {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-md-4 {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-right: unset;
  }
  .dark .product-list-section .full_border > .row > .product-box-contain.col-md-4:nth-child(3n-3) {
    border-right: unset;
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-md-4:nth-child(3n-3) {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (min-width: 991px) {
  .dark .product-list-section .full_border > .row > .product-box-contain.col-lg-3 {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-lg-3 {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-right: unset;
  }
  .dark .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(3n-3) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(3n-3) {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-right: unset;
  }
  .dark .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(4n-4) {
    border-right: unset;
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-lg-3:nth-child(4n-4) {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (min-width: 1399px) {
  .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2 {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
    border-bottom: unset;
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2 {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-right: unset;
  }
  .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(4n-4), .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n-3), .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n+3) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(4n-4), body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n-3), body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(3n+3) {
    border-left: 1px solid rgba(119, 119, 119, 0.44);
    border-right: unset;
  }
  .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(6n-6) {
    border-right: unset;
  }
  body[dir=rtl] .dark .product-list-section .full_border > .row > .product-box-contain.col-xxl-2:nth-child(6n-6) {
    border-left: unset;
    border-right: unset;
  }
}
.dark .product-list-section .full_border > .row > .product-box-contain .product-box {
  border: unset;
}
.dark .close_button {
  padding: 0;
  font-size: 18px;
  margin-left: auto;
  background-color: #1d1d22;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.14);
}
.dark .close_button:hover {
  background-color: #1d1d22;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.dark .close_button:first-child:active {
  background-color: #1d1d22;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.dark .product-box-3 {
  padding: calc(7px + 7 * (100vw - 320px) / 1600);
  position: relative;
  background-color: #1d1d22;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  border: unset;
  height: 100%;
}
body[dir=rtl] .dark .product-box-3 {
  border: unset;
}
.dark .product-box-3.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .product-box-3:hover {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
}
.dark .product-box-3:hover .product-header .product-image .product-option {
  bottom: 10px;
  opacity: 1;
}
.dark .product-box-3:hover .product-header .product-image img {
  transform: scale(1.1);
}
.dark .product-box-3 .product-header {
  position: relative;
}
.dark .product-box-3 .product-header .product-image {
  text-align: center;
  padding: 20px;
  display: block;
}
@media (max-width: 480px) {
  .dark .product-box-3 .product-header .product-image {
    padding: 8px;
  }
}
.dark .product-box-3 .product-header .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .product-box-3 .product-header .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  width: 100%;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 230px;
}
@media (max-width: 480px) {
  .dark .product-box-3 .product-header .product-image .product-option {
    display: none;
  }
}
.dark .product-box-3 .product-header .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-box-3 .product-header .product-image .product-option li a svg {
  font-size: 17px;
  color: #dddddd;
}
.dark .product-box-3 .product-header .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
.dark .product-box-3 .product-footer .product-detail .span-name {
  font-size: 13px;
  color: #50607c;
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
}
.dark .product-box-3 .product-footer .product-detail .product-content {
  display: none;
}
.dark .product-box-3 .product-footer .product-detail a {
  color: #ffffff;
}
.dark .product-box-3 .product-footer .product-detail a:hover {
  color: #ffffff;
}
.dark .product-box-3 .product-footer .product-detail .name {
  font-weight: 500;
  line-height: calc(21px + 3 * (100vw - 320px) / 1600);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .product-box-3 .product-footer .product-detail .unit {
  font-size: 13px;
  font-weight: 500;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  color: #777;
}
.dark .product-box-3 .product-footer .price {
  margin-top: 6px;
  font-weight: 600;
}
.dark .product-box-3 .product-footer .price del {
  margin-left: 4px;
  font-weight: 400;
  color: #777;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .product-box-3 .product-footer .price span {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-box-3 .add-to-cart-box {
  background-color: #2a2d2d;
}
.dark .product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark .product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #2a2d2d;
}
.dark .product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #1d1d22;
}
.dark .wishlist-section {
  z-index: 0;
  position: relative;
}
.dark .wishlist-section .label-flex .wishlist {
  display: none;
}
.dark .wishlist-section .product-header-top {
  top: 0;
  right: 0;
}
.dark .product-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 100%;
  z-index: 1;
}
body[dir=rtl] .dark .product-header-top {
  right: unset;
  left: 14px;
}
.dark .product-header-top .label-new {
  position: relative;
  border-radius: 4px;
  padding: 3px 8px;
  color: #2a2d2d;
}
.dark .product-header-top .label-new.bg-warning {
  background: linear-gradient(-90deg, #ffbf65 -14.53%, #ffad39 99.15%) !important;
}
.dark .product-header-top .label-new.bg-theme {
  background: var(--theme-color) !important;
}
.dark .product-header-top .label-new label {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 600;
}
.dark .product-header-top .wishlist-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  z-index: 0;
  width: 26px;
  height: 26px;
  background-color: #2a2d2d;
  border-radius: 100%;
  padding: 0;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.24);
}
body[dir=rtl] .dark .product-header-top .wishlist-button {
  margin-left: unset;
  margin-right: auto;
}
.dark .product-header-top .wishlist-button svg {
  font-size: 15px;
  color: #dddddd;
}
.dark .product-header-top .close-button {
  position: relative;
  padding: 0;
  z-index: 0;
}
.dark .product-header-top .close-button svg {
  font-size: 20px;
  color: #dddddd;
}
.dark .product-section-3 .circle-box {
  position: relative;
}
.dark .product-section-3 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.dark .product-section-3 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.dark .product-section-3 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #2a2d2d;
}
.dark .product-section-3 .circle-box .shape-text h6, .dark .product-section-3 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.dark .product-section-3 .product-title {
  padding: 16px;
  text-align: center;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  background-size: contain;
  background-clip: border-box;
  background-position: 0 0;
  animation: shape 15s linear infinite;
}
.dark .product-section-3 .product-title.product-warning {
  background-color: transparent;
  color: #ffffff;
  margin: 0;
  border: none;
}
.dark .product-bg-image {
  background-image: url(/_next/static/media/bg.c386a958.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.dark .product-bg-image .product-box-4 {
  border: none;
  background-color: transparent;
}
.dark .product-bg-image .product-box-3:hover {
  box-shadow: none;
}
.dark .product-box-4 {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 8px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.dark .product-box-4 + .product-box-4 {
  margin-top: 20px !important;
}
.dark .product-box-4:hover .product-image img {
  transform: scale(1.08);
}
.dark .product-box-4:hover .product-image .option li {
  opacity: 1;
  transform: translateY(10px);
}
.dark .product-box-4:hover .product-image .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.dark .product-box-4:hover .product-image .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.dark .product-box-4:hover .product-image .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.dark .product-box-4:hover .product-image .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.dark .product-box-4:hover .product-detail a .name {
  color: var(--theme-color) !important;
  font-weight: 600;
}
.dark .product-box-4-3 {
  border: 2px solid var(--theme-color);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1660px) {
  .dark .product-box-4-3 {
    height: 90%;
  }
}
@media (max-width: 991px) {
  .dark .product-box-4-3 {
    height: auto;
  }
}
.dark .product-box-4 .circle-box {
  position: relative;
}
.dark .product-box-4 .circle-box .shape-circle {
  position: absolute;
  top: 0;
  left: 0;
}
.dark .product-box-4 .circle-box .shape-circle img {
  width: 100%;
  height: auto;
  margin: 0;
  animation: rounded 15s linear infinite;
}
.dark .product-box-4 .circle-box .shape-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.dark .product-box-4 .circle-box .shape-text h6, .dark .product-box-4 .circle-box .shape-text .h6 {
  display: block;
  margin: 0;
  font-weight: 500;
}
.dark .product-box-4 .custom-progressbar {
  margin-top: 26px;
  border-radius: 50px;
  height: 10px;
}
.dark .product-box-4 .custom-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.dark .product-box-4 h5, .dark .product-box-4 .h5 {
  display: flex;
  margin-top: 6px;
}
.dark .product-box-4 h5 span, .dark .product-box-4 .h5 span {
  margin-left: 3px;
}
body[dir=rtl] .dark .product-box-4 h5 span, body[dir=rtl] .dark .product-box-4 .h5 span {
  margin-left: unset;
  margin-right: 3px;
}
.dark .product-box-4 .product-image {
  position: relative;
}
.dark .product-box-4 .product-image-2 img {
  margin: 20px 0 !important;
}
@media (max-width: 991px) {
  .dark .product-box-4 .product-image-2 img {
    margin: 0 !important;
  }
}
.dark .product-box-4 .product-image img {
  width: 70%;
  height: calc(80px + 60 * (100vw - 320px) / 1600);
  margin: 30px auto 20px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image img {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .dark .product-box-4 .product-image img {
    width: 100%;
    margin: 20px 0 0;
  }
}
.dark .product-box-4 .product-image img.product-image {
  width: 65%;
  height: auto;
  object-fit: unset;
  margin: 20px auto 0;
}
.dark .product-box-4 .product-image .option {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 -4px;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image .option {
    margin: 0 -1px;
  }
}
.dark .product-box-4 .product-image .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image .option li {
    width: 30px;
    height: 30px;
    margin: 0 1px;
  }
}
.dark .product-box-4 .product-image .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .product-box-4 .product-image .option li a {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-box-4 .product-image .option li a svg {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-image .option li a svg {
    font-size: 15px;
  }
}
.dark .product-box-4 .product-detail {
  text-align: left;
  margin-top: 15px;
  position: relative;
}
.dark .product-box-4 .product-detail .addtocart_btn .add-button,
.dark .product-box-4 .product-detail .addtocart_btn .add_cart {
  transition: all 0.3s ease;
}
.dark .product-box-4 .product-detail .addtocart_btn .add-button span,
.dark .product-box-4 .product-detail .addtocart_btn .add_cart span {
  position: absolute;
  left: 8px;
  right: 0;
  bottom: -21px;
  font-size: 12px;
}
.dark .product-box-4 .product-detail .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
}
.dark .product-box-4 .product-detail .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #2a2d2d;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #1d1d22;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.dark .product-box-4 .product-detail a {
  color: #ffffff;
}
.dark .product-box-4 .product-detail a .name {
  width: 70%;
  margin-top: 5px;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail a .name {
    width: 100%;
  }
}
.dark .product-box-4 .product-detail .price {
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price {
    display: flex;
  }
}
.dark .product-box-4 .product-detail .price del {
  margin-left: 10px;
  color: #dddddd;
  font-weight: 400;
}
body[dir=rtl] .dark .product-box-4 .product-detail .price del {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price del {
    margin-left: 5px;
  }
}
.dark .product-box-4 .product-detail .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .buy-button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    margin-top: 12px;
    color: var(--theme-color);
    border-radius: 5px;
    border: 1px solid var(--theme-color);
  }
}
.dark .product-box-4 .product-detail .buy-button i {
  font-size: 18px;
}
.dark .product-box-4 .product-detail .buy-button-2 {
  width: 53px;
}
.dark .product-box-4 .product-detail .sold-box {
  margin-top: 12px;
}
.dark .product-box-4 .product-detail .sold-box .progress {
  height: 8px;
  border-radius: 50px;
}
.dark .product-box-4 .product-detail .sold-box .progress .progress-bar {
  border-radius: 50px;
  background-color: var(--theme-color);
}
.dark .product-box-4 .product-detail .sold-box h5, .dark .product-box-4 .product-detail .sold-box .h5 {
  margin-top: 6px;
}
.dark .product-box-4 .product-detail .sold-box h5 span, .dark .product-box-4 .product-detail .sold-box .h5 span {
  color: #ffffff;
}
.dark .product-box-4 .product-detail .price-qty {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(8px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty {
    display: block;
  }
}
.dark .product-box-4 .product-detail .price-qty .counter-number {
  display: inline-block;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number {
    margin-bottom: 9px;
    width: 100%;
  }
}
@media (max-width: 336px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter .qty-left-minus,
  .dark .product-box-4 .product-detail .price-qty .counter-number .counter .qty-right-plus {
    width: 85px;
  }
}
.dark .product-box-4 .product-detail .price-qty .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
}
@media (max-width: 480px) {
  .dark .product-box-4 .product-detail .price-qty .buy-button {
    width: 100%;
    margin-top: 0;
  }
}
.dark .product-box-4 .product-detail .price-qty .buy-button svg {
  font-size: 24px;
}
.dark .product-box-4 .product-detail .price-qty .buy-button i {
  font-size: 16px;
}
.dark .product-box-4 .product-detail .counter-number-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  border: 1px solid #e1b254;
  border-radius: 5px;
  background-color: rgba(225, 178, 84, 0.1);
  padding: 5px;
}
.dark .product-box-4 .product-detail .counter-number-box span {
  margin-right: 6px;
  position: relative;
}
.dark .product-box-4 .product-detail .counter-number-box span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -8px;
  background-color: #e1b254;
}
.dark .product-box-4 .product-detail .counter-number-box input {
  width: 27px;
  height: unset;
  border: none;
  background-color: transparent;
  position: relative;
}
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow {
  background-color: #e1b254;
  color: #ffffff;
  padding: 3px 6px;
}
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .down,
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .up {
  width: unset;
  height: unset;
  border: unset;
  font-size: unset;
  background-color: transparent;
  padding: 0;
  color: #2a2d2d;
}
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .down:hover,
.dark .product-box-4 .product-detail .counter-number-box .counter-arrow .up:hover {
  color: #2a2d2d;
}
.dark .product-box-5 .product-image {
  position: relative;
}
.dark .product-box-5 .product-image .bg-size {
  border-radius: 10px;
}
.dark .product-box-5 .product-image .wishlist-top {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #2a2d2d;
  padding: 5px;
  border-radius: 5px;
}
.dark .product-box-5 .product-image .wishlist-top svg {
  width: 18px;
}
.dark .product-box-5 .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .dark .product-box-5 .product-image .product-option {
    display: none;
  }
}
.dark .product-box-5 .product-image .product-option li {
  text-align: center;
}
.dark .product-box-5 .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-box-5 .product-image .product-option li a svg {
  font-size: 17px;
  color: #dddddd;
}
.dark .product-box-5 .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
.dark .product-box-5 .product-image img {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.dark .product-box-5:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-box-5:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-box-5 .product-detail {
  padding-top: 10px;
  text-align: center;
}
.dark .product-box-5 .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .product-box-5 .product-detail a:hover {
  color: #ffffff;
}
.dark .product-box-5 .product-detail a h5, .dark .product-box-5 .product-detail a .h5 {
  margin-bottom: 6px;
}
.dark .product-box-5 .product-detail a h5.name, .dark .product-box-5 .product-detail a .name.h5 {
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-transform: capitalize;
}
.dark .product-box-5 .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.dark .product-box-5 .product-detail .product-rating h6, .dark .product-box-5 .product-detail .product-rating .h6 {
  font-weight: 500;
}
.dark .product-box-5 + .product-box-5 {
  margin-top: 30px !important;
}
.dark .product-section-2 .product-box-4 {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
}
.dark .product-section-2 .product-box-4:hover .product-details .option {
  opacity: 1;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li {
  opacity: 1;
  transform: translateY(0);
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(1) {
  transition-delay: 0.1s;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(2) {
  transition-delay: 0.2s;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(3) {
  transition-delay: 0.3s;
}
.dark .product-section-2 .product-box-4:hover .product-details .option li:nth-child(4) {
  transition-delay: 0.4s;
}
.dark .product-section-2 .product-box-4 .product-image {
  width: calc(84px + 32 * (100vw - 320px) / 1600);
  height: calc(84px + 32 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 12px;
  padding: 15px;
}
.dark .product-section-2 .product-box-4 .product-image-2 {
  width: 116px;
  height: 151px;
  border-radius: 8px;
}
.dark .product-section-2 .product-box-4 .product-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.dark .product-section-2 .product-box-4 .product-details {
  text-align: left;
  padding-left: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
}
.dark .product-section-2 .product-box-4 .product-details a {
  color: #ffffff;
}
.dark .product-section-2 .product-box-4 .product-details a .name {
  font-weight: 500;
  margin: 5px 0;
}
.dark .product-section-2 .product-box-4 .product-details .price {
  color: var(--theme-color);
  font-weight: 500;
}
.dark .product-section-2 .product-box-4 .product-details .price del {
  color: #bfbfbf;
  font-weight: 400;
  margin-left: 5px;
}
.dark .product-section-2 .product-box-4 .product-details .option {
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  left: 25px;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 -4px;
}
@media (max-width: 480px) {
  .dark .product-section-2 .product-box-4 .product-details .option {
    left: 10px;
    margin: 0 -2px;
  }
}
.dark .product-section-2 .product-box-4 .product-details .option li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  margin: 0 4px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .dark .product-section-2 .product-box-4 .product-details .option li {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }
}
.dark .product-section-2 .product-box-4 .product-details .option li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .product-section-2 .product-box-4 .product-details .option li a {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.dark .product-section-2 .product-box-4 .product-details .option li a svg {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .product-section-2 .product-box-4 .product-details .option li a svg {
    font-size: 15px;
  }
}
.dark .product-rating .rating li svg[fill] {
  color: #ffb321;
}
.dark .selection-section h4, .dark .selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.dark .selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dark .selection-section ul li {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.dark .selection-section ul li button {
  box-shadow: none;
  border: none !important;
  background-color: transparent;
  padding: 0;
}
.dark .selection-section ul li.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .selection-section ul li.active button {
  color: #2a2d2d !important;
  background-color: transparent !important;
  border: none !important;
}
.dark .selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.dark .selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}
.dark .product-classic .slick-slider .slick-list {
  margin: 0;
}
.dark .product-classic .product-box {
  transition: all 0.5s ease;
}
.dark .product-classic .product-box.product-box-bg {
  background: transparent;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
}
html.dark .dark .product-classic .product-box.product-box-bg {
  border-color: rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .product-classic .product-box.product-box-bg {
  border: 1px solid rgba(119, 119, 119, 0.44);
}
html.dark body[dir=rtl] .dark .product-classic .product-box.product-box-bg {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .product-classic .product-box .product-image {
  padding: 0 0 20px 0;
}
.dark .product-classic .product-box .qty-box .input-group {
  background-color: #1d1d22;
  box-shadow: unset;
}
.dark .product-solid .product-box.product-box-bg {
  background: transparent;
  padding: 0 0 3px;
}
.dark .product-solid .product-box .product-image {
  padding: 0;
  background-color: #1d1d22;
}
.dark .product-solid .product-box .product-image img {
  height: calc(180px + 70 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin-bottom: 20px;
}
.dark .product-solid .product-box:hover .product-image a img {
  transform: scale(1);
}
.dark .product-solid .product-box .qty-box .input-group {
  background-color: #1d1d22;
  box-shadow: unset;
}
.dark .product-standard .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
html.dark .dark .product-standard .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.dark .product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #f9f8f6;
}
.dark .product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .product-standard .product-box .product-image a img {
  height: calc(100px + 40 * (100vw - 320px) / 1600);
}
.dark .top-selling-box-section .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.dark .top-selling-box-section .row > div {
  width: 100%;
}
.dark .top-selling-box-section .top-selling-box {
  background-color: transparent;
  padding: 0;
}
.dark .top-selling-box-section .top-selling-box .top-selling-product {
  max-height: unset;
}
.dark .product-modern .slick-slider .slick-list {
  margin: 0;
}
.dark .product-modern .slick-slider .slick-list .slick-slide > div,
.dark .product-modern .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}
.dark .product-modern {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  padding: 0;
}
html.dark .dark .product-modern {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .product-modern > .product-box-slider > div > .row > div:nth-child(n+6) {
  border-top: 1px solid rgba(221, 221, 221, 0.3);
}
.dark .product-modern > .product-box-slider > div > .row > div:nth-child(5n+5) .product-box {
  border-right: none;
}
@media screen and (max-width: 616px) {
  .dark .product-modern > .product-box-slider > div > .row > div:nth-child(5n+2) .product-box {
    border-right: none;
  }
}
.dark .book-product-box {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
.dark .book-product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .book-product-box .label-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .book-product-box .label-box label {
  background-color: #ff4f4f;
  color: #ffffff;
  padding: calc(5px + 3 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
}
.dark .book-product-box .label-tag {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
.dark .book-product-box .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  left: 44px;
  border-bottom: solid 15px #faba02;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .book-product-box .label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 44px;
  border-bottom: solid 15px #faba02;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.dark .book-product-box .label-tag span {
  font-weight: 700;
}
.dark .book-product-box .product-image {
  text-align: center;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  position: relative;
}
.dark .book-product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .dark .book-product-box .product-image .product-option {
    display: none;
  }
}
.dark .book-product-box .product-image .product-option li a {
  color: #ffffff;
}
.dark .book-product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
[dir=rtl] .dark .book-product-box .product-image .product-option li + li:after {
  left: unset;
  right: 0;
}
.dark .book-product-box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.dark .book-product-box .product-image .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .book-product-box .product-detail a {
  color: #ffffff;
  display: block;
}
.dark .book-product-box .product-detail a:hover {
  color: #ffffff;
}
.dark .book-product-box .product-detail a .name {
  font-weight: 600;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .book-product-box .product-detail .product-rating {
  flex-wrap: wrap;
  gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.dark .book-product-box .product-detail .product-rating h6, .dark .book-product-box .product-detail .product-rating .h6 {
  font-weight: 500;
}
.dark .book-product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.dark .book-product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.dark .book-product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .book-product-box .sold .price {
  font-weight: 600;
  color: var(--theme-color);
  margin-top: 0;
}
.dark .book-product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .book-product-box .weight {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: normal;
  color: #dddddd;
  margin-bottom: calc(2px + 2 * (100vw - 320px) / 1600);
}
.dark .book-product-box .byers {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-block: calc(3px + 3 * (100vw - 320px) / 1600) 2px;
  color: #dddddd;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 480px) {
  .dark .book-product-box .byers {
    line-height: 1.5;
  }
}
.dark .book-product-box .byers span {
  color: #dddddd;
  font-weight: 400;
}
.dark .book-product-box .qty-box {
  max-width: 210px;
}
.dark .book-product-box .counter-box {
  display: block;
  position: relative;
}
.dark .book-product-box .counter-box h6, .dark .book-product-box .counter-box .h6 {
  margin-top: 0;
}
.dark .book-product-box .counter-box .addtocart_btn .add-button,
.dark .book-product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.dark .book-product-box .counter-box .addtocart_btn .add-button span,
.dark .book-product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .dark .book-product-box .counter-box .addtocart_btn .add-button span,
  .dark .book-product-box .counter-box .addtocart_btn .add_cart span {
    display: none;
  }
}
.dark .book-product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.dark .book-product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.dark .book-product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #2a2d2d;
}
.dark .book-product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #1d1d22;
}
.dark .book-product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.dark .book-product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.dark .book-product-box .price {
  margin-top: calc(10px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  font-size: 16px;
}
.dark .featured-sec {
  background-image: url(/_next/static/media/home-bg.c7bbf545.jpg);
  padding: calc(44px + 56 * (100vw - 320px) / 1600) 0;
}
.dark .featured-sec .feature-title {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.dark .featured-sec .feature-title h2, .dark .featured-sec .feature-title .h2 {
  color: #ffffff;
}
.dark .featured-sec .feature-title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  margin-top: 12px;
  line-height: 1.5;
}
.dark .featured-sec .feature-title button {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
  line-height: 1;
  padding: 11px 19px;
  margin: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dark .featured-sec .feature-title button .feather {
  width: 18px;
  height: 18px;
}
.dark .featured-sec .theme-box {
  background-color: #2a2d2d;
}
.dark .featured-sec .product-box-slider .product-style-2 {
  padding: 10px;
  background-color: #2a2d2d;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-style-2 .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-style-2 .product-image {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: calc(4px + 6 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-style-2 .product-image img {
  object-fit: cover;
  object-position: left top;
  height: calc(164px + 28 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-style-2 .product-detail {
  padding: 0 !important;
}
.dark .featured-sec .product-box-slider .product-box.product-white-bg {
  padding: 10px;
  background-color: #2a2d2d;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-box.product-white-bg .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-box.product-white-bg .product-image {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: calc(4px + 6 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-box.product-white-bg .product-image img {
  object-fit: cover;
  object-position: left top;
  height: calc(164px + 28 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-box.product-white-bg .product-detail {
  padding: 0 !important;
}
.dark .featured-sec .product-box-slider .product-theme-box {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  background-color: #2a2d2d;
}
html.dark .dark .featured-sec .product-box-slider .product-theme-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .featured-sec .product-box-slider .product-theme-box .img-box a.bg-size {
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.dark .featured-sec .product-box-slider .product-theme-box .content-box {
  padding: 0 !important;
}
.dark .featured-sec .full_border {
  border-radius: unset;
  border: unset;
}
.dark .featured-sec .full_border.product_border .product-style-2 {
  background-color: #2a2d2d;
}
.dark .featured-sec .full_border .slick-slider .slick-list {
  margin: 0 -10px;
}
.dark .featured-sec .full_border .slick-slider .slick-list .slick-active {
  border: unset;
}
.dark .featured-sec .full_border .slick-slider .slick-list .slick-slide > div,
.dark .featured-sec .full_border .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
.dark .product-theme-box {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  background-color: #2a2d2d;
}
.dark .product-theme-box:hover .label-tag {
  left: 0;
}
.dark .product-theme-box .label-tag {
  position: absolute;
  top: 24px;
  left: -66px;
  padding: 5px 8px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
.dark .product-theme-box .label-tag::after, .dark .product-theme-box .label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  border-bottom: 15px solid var(--theme-color2);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .product-theme-box .label-tag::before {
  top: 0;
  transform: rotate(180deg);
}
.dark .product-theme-box .label-tag::after {
  bottom: 0;
  transform: rotate(0);
}
.dark .product-theme-box .label-tag span {
  margin-right: 5px;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
.dark .product-theme-box .img-box {
  position: relative;
}
.dark .product-theme-box .img-box a {
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
  overflow: hidden;
  display: block;
  text-align: center;
}
.dark .product-theme-box .img-box img {
  object-fit: cover;
  object-position: left top;
  height: calc(164px + 28 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .img-box > li[title=Wishlist] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
  position: absolute;
  color: #2a2d2d;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.52);
  border-radius: 100%;
}
body[dir=rtl] .dark .product-theme-box .img-box > li[title=Wishlist] {
  right: unset;
  left: 20px;
}
.dark .product-theme-box .img-box > li[title=Wishlist] > a {
  position: relative;
  inset: unset;
  color: #2a2d2d;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
.dark .product-theme-box .img-box .heart-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-theme-box .img-box .heart-icon svg {
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .content-box {
  margin-top: 10px;
}
.dark .product-theme-box .content-box .top-content h5, .dark .product-theme-box .content-box .top-content .h5 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark .product-theme-box .content-box .top-content h6, .dark .product-theme-box .content-box .top-content .h6 {
  color: #999;
  margin-bottom: 4px;
  line-height: 1.2;
}
html.dark .dark .product-theme-box .content-box .top-content h6, html.dark .dark .product-theme-box .content-box .top-content .h6 {
  color: #ddd;
}
.dark .product-theme-box .content-box .top-content h6 a, .dark .product-theme-box .content-box .top-content .h6 a {
  color: #ffffff;
}
.dark .product-theme-box .price {
  margin-top: calc(1px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .bottom-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(12px + 3 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .bottom-content span {
  color: #999;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .bottom-content .btn {
  padding: 5px calc(11px + 4 * (100vw - 320px) / 1600);
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 14px;
  height: calc(34px + 4 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .bottom-content .btn:hover, .dark .product-theme-box .bottom-content .btn.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .product-theme-box .bottom-content .btn-grp {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dark .product-theme-box .bottom-content .btn-outline {
  background-color: #2a2d2d;
}
.dark .product-theme-box .bottom-content .btn-outline svg {
  width: calc(15px + 1 * (100vw - 320px) / 1600);
  height: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .product-theme-box .review-rating span {
  font-size: 13px;
  line-height: 1;
  margin-top: 1px;
}
.dark .full_border {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.dark .full_border.row.g-4 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
.dark .full_border.row > div {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .full_border.row > div:nth-child(n+7) {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 1399px) {
  .dark .full_border.row > div:nth-child(n+5) {
    border-top: 1px solid rgba(119, 119, 119, 0.44);
  }
}
@media (max-width: 1199px) {
  .dark .full_border.row > div:nth-child(n+4) {
    border-top: 1px solid rgba(119, 119, 119, 0.44);
  }
}
@media (max-width: 991px) {
  .dark .full_border.row > div:nth-child(n+3) {
    border-top: 1px solid rgba(119, 119, 119, 0.44);
  }
}
.dark .full_border.row > div:nth-child(6n+1) {
  border-left: unset;
}
.dark .full_border .slick-slider .slick-list {
  margin: 0;
}
.dark .full_border .slick-slider .slick-list .slick-slide > div,
.dark .full_border .slick-slider .slick-list .slick-slide > ul {
  margin: 0;
}
.dark .full_border .slick-slider .slick-list .slick-active {
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
body.dark .dark .full_border .slick-slider .slick-list .slick-active {
  border-color: rgba(119, 119, 119, 0.44);
}
[dir=rtl] .dark .full_border .slick-slider .slick-list .slick-active {
  border-right: none;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
body.dark [dir=rtl] .dark .full_border .slick-slider .slick-list .slick-active {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .full_border .product-style-1,
.dark .full_border .product-style-2,
.dark .full_border .product-theme-box,
.dark .full_border .product-box {
  border: unset;
  border-radius: unset;
}
.dark .full_border .product-box-slider {
  border: unset;
}
.dark .full_border .product-box-slider > .row {
  margin: 0;
}
.dark .full_border .product-box-slider > .row > div.col {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
@media (max-width: 575px) {
  .dark .full_border .product-box-slider > .row.row-cols-1 > .col {
    border: unset;
  }
}
@media screen and (min-width: 575px) {
  .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(3n-3) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(3n-3) {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(3n-3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(2n-2) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-sm-2 > .col:nth-child(2n-2) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 767px) {
  .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(4n-4), .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(2n-2) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(4n-4), body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(2n-2) {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(4n-4), html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(2n-2) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(3n-3) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(3n-3) {
    border-right: unset;
    border-left: unset;
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-md-3 > .col:nth-child(3n-3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
}
@media screen and (min-width: 1199px) {
  .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(2n-2), .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(3n-3) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(2n-2), body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(3n-3) {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(2n-2), html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(3n-3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(4n-4) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(4n-4) {
    border-right: unset;
    border-left: unset;
  }
  html.dark body[dir=rtl] .dark .full_border .product-box-slider > .row.row-cols-xl-4 > .col:nth-child(4n-4) {
    border-color: rgba(119, 119, 119, 0.44);
  }
}
.dark .full_border .product-style-2 {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
}
.dark .full_border .product-style-2 .label-flex {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
}
.dark .full_border .product-box {
  border: unset;
  border-radius: unset;
}
.dark .full_border .product-box.product-white-bg {
  background-color: transparent;
  border-radius: 0;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  box-shadow: unset;
  border: unset;
}
.dark .full_border .product-box .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.dark .full_border .product-box .add-to-cart-box .qty-box .input-group button {
  border-radius: 100px !important;
}
.dark .full_border .product-box .add-to-cart-box .qty-box .input-group button:hover, .dark .full_border .product-box .add-to-cart-box .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #fff;
}
.dark .full_border .product-list-section.row {
  margin: 0;
}
.dark .full_border .product-list-section.row > .col {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .dark .full_border .product-list-section.row.row-cols-2 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-2 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-2 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-2 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-list-section.row.row-cols-2 > .col:nth-child(2n+2) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-2 > .col:nth-child(2n+2) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 768px) {
  .dark .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-md-3 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-list-section.row.row-cols-md-3 > .col:nth-child(3n+3) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-md-3 > .col:nth-child(3n+3) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 1200px) {
  .dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-xl-4 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(3n+3) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(4n+4) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xl-4 > .col:nth-child(4n+4) {
    border-right: unset;
    border-left: unset;
  }
}
@media screen and (min-width: 1399px) {
  .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
    border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-right: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-right: unset;
    border-left: 1px solid rgba(119, 119, 119, 0.44);
  }
  html.dark body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(4n+4) {
    border-color: rgba(119, 119, 119, 0.44);
  }
  .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(5n+5) {
    border-right: unset;
  }
  body[dir=rtl] .dark .full_border .product-list-section.row.row-cols-xxl-5 > .col:nth-child(5n+5) {
    border-right: unset;
    border-left: unset;
  }
}
.dark .full_border .product-list-section .product-box,
.dark .full_border .product-list-section .product-style-1,
.dark .full_border .product-list-section .product-style-2 {
  border: unset;
}
.dark .full_border .product-list-section.list-style > .col {
  border: unset !important;
}
.dark .full_border .product-list-section.list-style > .col + .col {
  border-top: 1px solid rgba(119, 119, 119, 0.44) !important;
}
@media (max-width: 575px) {
  .dark .full_border .product-list-section.list-style .product-box,
  .dark .full_border .product-list-section.list-style .product-style-1 {
    padding-inline: calc(14px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .full_border .product-list-section.list-style .product-box .product-image,
.dark .full_border .product-list-section.list-style .product-style-1 .product-image {
  width: calc(200px + 30 * (100vw - 575px) / 1345);
}
@media (max-width: 575px) {
  .dark .full_border .product-list-section.list-style .product-box .product-image,
  .dark .full_border .product-list-section.list-style .product-style-1 .product-image {
    width: 100%;
  }
}
.dark .full_border .product-list-section.list-style .product-box .product-detail,
.dark .full_border .product-list-section.list-style .product-style-1 .product-detail {
  width: calc(100% - (200px + 30 * (100vw - 575px) / 1345) - 20px);
}
@media (max-width: 575px) {
  .dark .full_border .product-list-section.list-style .product-box .product-detail,
  .dark .full_border .product-list-section.list-style .product-style-1 .product-detail {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .dark .full_border .product-list-section.list-style .product-box .product-detail p,
  .dark .full_border .product-list-section.list-style .product-style-1 .product-detail p {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.dark .full_border .product-list-section.list-style .product-box .product-detail .add-to-cart-box,
.dark .full_border .product-list-section.list-style .product-style-1 .product-detail .add-to-cart-box {
  max-width: 352px;
}
.dark .full_border.product_border .product-box-slider .product-box {
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .full_bg .product-box.product-white-bg:hover {
  box-shadow: unset;
}
.dark .full_bg .product-box.product-white-bg .qty-box .input-group {
  background-color: #2a2d2d;
}
.dark .full_bg .product-box.product-white-bg .qty-box .input-group button {
  background-color: #1d1d22;
}
.dark .full_bg .product-box.product-white-bg .add-to-cart-btn-2 .addcart-button {
  background-color: #2a2d2d;
}
.dark .full_bg .product-box,
.dark .full_bg .product-style-1,
.dark .full_bg .product-style-2,
.dark .full_bg .product-theme-box {
  background: #1d1d22;
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
}
.dark .full_bg .product-box .add-to-cart-box,
.dark .full_bg .product-style-1 .add-to-cart-box,
.dark .full_bg .product-style-2 .add-to-cart-box,
.dark .full_bg .product-theme-box .add-to-cart-box {
  background-color: #2a2d2d;
}
html.dark .dark .full_bg .product-box .add-to-cart-box .btn-add-cart,
html.dark .dark .full_bg .product-style-1 .add-to-cart-box .btn-add-cart,
html.dark .dark .full_bg .product-style-2 .add-to-cart-box .btn-add-cart,
html.dark .dark .full_bg .product-theme-box .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d;
}
.dark .full_bg .product-box .add-to-cart-box .qty-box .input-group,
.dark .full_bg .product-style-1 .add-to-cart-box .qty-box .input-group,
.dark .full_bg .product-style-2 .add-to-cart-box .qty-box .input-group,
.dark .full_bg .product-theme-box .add-to-cart-box .qty-box .input-group {
  background-color: #2a2d2d;
}
.dark .full_bg .product-box .add-to-cart-box .qty-box .input-group button,
.dark .full_bg .product-style-1 .add-to-cart-box .qty-box .input-group button,
.dark .full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button,
.dark .full_bg .product-theme-box .add-to-cart-box .qty-box .input-group button {
  background: #1d1d22;
}
.dark .full_bg .product-box .add-to-cart-box .qty-box .input-group button:hover,
.dark .full_bg .product-style-1 .add-to-cart-box .qty-box .input-group button:hover,
.dark .full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button:hover,
.dark .full_bg .product-theme-box .add-to-cart-box .qty-box .input-group button:hover {
  background: var(--theme-color);
}
.dark .full_bg .product-style-2 .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.dark .full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button:hover, .dark .full_bg .product-style-2 .add-to-cart-box .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .full_bg .product-box-slider {
  border: unset;
}
.dark .full_bg .product-box-slider .product-box {
  border: unset;
}
.dark .full_bg .slick-slider .slick-list {
  margin: 0 -10px;
}
.dark .full_bg .slick-slider .slick-list .slick-slide > div,
.dark .full_bg .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
.dark .full_bg .product-list-section.list-style .product-box.product-white-bg {
  padding: calc(14px + 10 * (100vw - 320px) / 1600);
}
.dark .full_bg.product_border .product-theme-box {
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product_border .product-box-slider {
  border: unset;
}
.dark .product_border .product-box-slider .slick-slider .slick-list {
  margin: 0 -6px;
}
.dark .product_border .product-box-slider .slick-slider .slick-list .slick-slide > div,
.dark .product_border .product-box-slider .slick-slider .slick-list .slick-slide > ul {
  margin: 0 6px;
}
.dark .product_border .product-box,
.dark .product_border .product-style-1,
.dark .product_border .product-style-2 {
  background-color: transparent;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
}
.dark .product_border .product-style-2 .label-flex {
  width: auto;
  top: calc(10px + 4 * (100vw - 320px) / 1600);
  left: calc(10px + 4 * (100vw - 320px) / 1600);
}
.dark .product_border .product-box .add-to-cart-box .qty-box .input-group {
  border-radius: 100px;
}
.dark .product_border .product-box .add-to-cart-box .qty-box .input-group button {
  border-radius: 100px !important;
}
.dark .product_border .product-box .add-to-cart-box .qty-box .input-group button:hover, .dark .product_border .product-box .add-to-cart-box .qty-box .input-group button:active {
  background-color: var(--theme-color);
  color: #fff;
}
.dark .product_border .product-header-top .wishlist-button {
  right: 11px;
  top: 11px;
}
.dark .product_border.full_bg .product-box,
.dark .product_border.full_bg .product-style-1,
.dark .product_border.full_bg .product-style-2 {
  background-color: #1d1d22;
}
html.dark .dark .product_border.full_bg .product-style-2 .product-detail .product-bottom .add-to-cart-box .btn-add-cart {
  background-color: #2a2d2d !important;
}
.dark .product_img_bg .product-box-slider {
  border: unset;
}
.dark .product_img_bg .product-box-slider .slick-slider .slick-list {
  margin: 0 -10px;
}
.dark .product_img_bg .product-box-slider .slick-slider .slick-list .slick-slide > div,
.dark .product_img_bg .product-box-slider .slick-slider .slick-list .slick-slide > ul {
  margin: 0 10px;
}
.dark .product_img_bg .product-box {
  padding: 0;
  border: unset;
}
.dark .product_img_bg .product-box:hover {
  box-shadow: unset;
}
.dark .product_img_bg .product-box:hover .product-image img {
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product_img_bg .product-box .product-image {
  padding: 0;
  background-color: #1d1d22;
  margin-bottom: 20px;
  border-radius: 8px;
}
.dark .product_img_bg .product-box .product-image img {
  width: 100%;
  height: calc(180px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product_img_bg .product-box .product-image .label-flex {
  padding: 15px;
}
.dark .product_img_bg .product-box.product-white-bg .product-image {
  background-color: rgb(248, 248, 248);
}
.dark .product_img_bg .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button {
  background-color: #1d1d22;
}
.dark .product_img_bg .product-box.product-white-bg .product-detail .bottom-content .qty-box .input-group button:hover {
  background-color: var(--theme-color);
}
.dark .product_img_bg .product-style-1,
.dark .product_img_bg .product-style-2 {
  padding: 0;
}
.dark .product_img_bg .product-style-1:hover .product-image img,
.dark .product_img_bg .product-style-2:hover .product-image img {
  transform: scale(1);
}
.dark .product_img_bg .product-style-1 .product-image,
.dark .product_img_bg .product-style-2 .product-image {
  padding: 0;
  background-color: #1d1d22;
  margin-bottom: 20px;
  border-radius: 5px;
}
.dark .product_img_bg .product-style-1 .product-image img,
.dark .product_img_bg .product-style-2 .product-image img {
  width: 100%;
  height: calc(160px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product_img_bg .product-style-1 .product-image .label-flex,
.dark .product_img_bg .product-style-2 .product-image .label-flex {
  padding: 15px;
}
.dark .product_img_bg .product-style-2 {
  border: unset;
}
.dark .product_img_bg .product-theme-box {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}
.dark .product_img_bg .product-theme-box .img-box {
  padding: 0;
  background-color: #1d1d22;
  margin-bottom: 20px;
  border-radius: 6px;
}
.dark .product_img_bg .product-theme-box .img-box img {
  width: 100%;
  height: calc(160px + 40 * (100vw - 320px) / 1600);
  object-fit: cover;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product_img_bg .product-theme-box .img-box > li[title=Wishlist] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
  position: absolute;
  color: #2a2d2d;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.52);
  border-radius: 100%;
}
body[dir=rtl] .dark .product_img_bg .product-theme-box .img-box > li[title=Wishlist] {
  right: unset;
  left: 20px;
}
.dark .product_img_bg .product-theme-box .img-box > li[title=Wishlist] > a {
  position: relative;
  inset: unset;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
@media (max-width: 575px) {
  .dark .product_img_bg .list-style .product-box .product-image {
    padding: 0;
  }
}
.dark .product_img_bg .product-list-section.list-style .product-box .product-detail {
  width: calc(100% - 227.175px - 2.23048vw);
  padding: 0px;
  margin: 0px;
  margin-inline: 20px;
}
.dark .product_img_bg.product_border .product-box .product-detail,
.dark .product_img_bg.product_border .product-style-1 .product-detail,
.dark .product_img_bg.product_border .product-style-2 .product-detail {
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  padding-top: 0;
}
.dark .product_img_bg.product_border .product-style-2 {
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product_img_bg.product_border .product-theme-box {
  border: 1px solid #eee;
  border-radius: calc(10px + 5 * (100vw - 320px) / 1600);
}
html.dark .dark .product_img_bg.product_border .product-theme-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .product_img_bg.product_border .product-theme-box .img-box {
  border-radius: 0;
  margin-bottom: 10px;
}
.dark .product_img_bg.product_border .product-theme-box .img-box a {
  border-radius: 0;
}
.dark .product_img_bg.product_border .product-theme-box .content-box {
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  padding-top: 0;
  margin-top: 0;
}
.dark .product_img_bg.product_border .product-box {
  border: 1px solid rgba(119, 119, 119, 0.44);
  padding: 0;
}
.dark .product_img_bg.product_border .product-box .product-image {
  border-radius: 0;
}
.dark .product_img_bg.product_border .product-box-slider .slick-slider .slick-track .slick-active .row > div {
  padding-bottom: 1px;
}
@media (max-width: 575px) {
  .dark .product_img_bg.product_border .list-style .product-box .product-detail,
  .dark .product_img_bg.product_border .list-style .product-style-1 .product-detail {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .dark .product_img_bg.product_border .list-style .product-box {
    display: block;
  }
}
.dark .product_img_bg.product_border .list-style .product-box .product-image {
  width: calc(180px + 70 * (100vw - 576px) / 1344);
}
@media (max-width: 575px) {
  .dark .product_img_bg.product_border .list-style .product-box .product-image {
    width: 100%;
  }
}
.dark .product_img_bg.product_border .list-style .product-box .product-image img {
  height: auto;
}
@media (max-width: 575px) {
  .dark .product_img_bg.product_border .list-style .product-box .product-image img {
    height: calc(160px + 40 * (100vw - 320px) / 1600);
  }
}
.dark .product_img_bg.product_border .list-style .product-box .product-detail {
  width: calc(100% - 40px - (180px + 70 * (100vw - 576px) / 1344));
}
@media (max-width: 575px) {
  .dark .product_img_bg.product_border .list-style .product-box .product-detail {
    width: auto;
    padding: calc(10px + 4 * (100vw - 320px) / 1600);
    padding-top: 0;
    margin-inline: unset;
    margin-top: 20px;
  }
}
.dark .review-box:hover .review-profile .review-image {
  border-radius: 6px;
}
.dark .review-box .review-contain {
  margin-bottom: 40px;
}
.dark .review-box .review-contain h5, .dark .review-box .review-contain .h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}
.dark .review-box .review-contain p {
  color: #dddddd;
  line-height: 27px;
  margin-bottom: 0;
}
.dark .review-box .review-profile {
  display: flex;
  align-items: center;
}
.dark .review-box .review-profile .review-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .review-box .review-profile .review-detail {
  padding-left: 12px;
}
.dark .review-box .review-profile .review-detail h5, .dark .review-box .review-profile .review-detail .h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #ffffff;
}
.dark .review-box .review-profile .review-detail h6, .dark .review-box .review-profile .review-detail .h6 {
  font-size: 16px;
  font-weight: 500;
  color: #dddddd;
}
.dark .service-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .service-contain {
    display: none;
  }
}
.dark .service-contain .service-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .dark .service-contain .service-box::before {
    display: none;
  }
}
.dark .service-contain .service-box + .service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  left: -104px;
  border: 1px dashed #c1c1c1;
}
@media (max-width: 1660px) {
  .dark .service-contain .service-box + .service-box::before {
    left: -70px;
  }
}
@media (max-width: 1460px) {
  .dark .service-contain .service-box + .service-box::before {
    left: -36px;
  }
}
@media (max-width: 1366px) {
  .dark .service-contain .service-box + .service-box::before {
    left: -31px;
  }
}
.dark .service-contain .service-box .service-image img {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .service-contain .service-box .service-detail {
  margin-left: 20px;
}
.dark .service-contain .service-box .service-detail h5, .dark .service-contain .service-box .service-detail .h5 {
  font-weight: 500;
  color: #ffffff;
}
.dark .service-contain-2 {
  display: flex;
  align-items: center;
  padding: calc(14px + 11 * (100vw - 320px) / 1600);
  border-radius: 5px;
  background-color: rgba(191, 191, 191, 0.2);
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.dark .service-contain-2:hover {
  background-color: var(--theme-color);
}
.dark .service-contain-2:hover svg {
  fill: #2a2d2d;
}
.dark .service-contain-2:hover .service-detail h3, .dark .service-contain-2:hover .service-detail .h3,
.dark .service-contain-2:hover .service-detail h6,
.dark .service-contain-2:hover .service-detail .h6 {
  color: #ffffff;
}
.dark .service-contain-2 svg,
.dark .service-contain-2 img {
  width: calc(39px + 6 * (100vw - 320px) / 1600);
  height: calc(39px + 6 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
}
.dark .service-contain-2 .service-detail {
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .service-contain-2 .service-detail {
  margin-left: unset;
  margin-right: 16px;
}
.dark .service-contain-2 .service-detail h3, .dark .service-contain-2 .service-detail .h3 {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.dark .service-contain-2 .service-detail h6, .dark .service-contain-2 .service-detail .h6 {
  transition: all 0.3s ease-in-out;
}
.dark .coming-soon-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/_next/static/media/coming-soon.94e8fbac.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.dark .coming-soon-section .coming-box {
  text-align: center;
  z-index: 1;
}
.dark .coming-soon-section .coming-box .coming-text {
  width: 90%;
  margin: 12px auto 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
}
@media (max-width: 480px) {
  .dark .coming-soon-section .coming-box .coming-text {
    width: 100%;
  }
}
.dark .coming-soon-section .coming-box .coming-title h2, .dark .coming-soon-section .coming-box .coming-title .h2 {
  font-size: calc(27px + 11 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: -5px;
}
.dark .coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
.dark .coming-soon-section .coming-box .coming-timer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(16px + 12 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-timer ul li {
  width: calc(62px + 28 * (100vw - 320px) / 1600);
  height: calc(62px + 28 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #2a2d2d;
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-timer ul li + li::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-10px + -7 * (100vw - 320px) / 1600);
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter {
  display: block;
  text-align: center;
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter > div {
  font-size: calc(22px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: var(--theme-color);
  line-height: 1;
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter p {
  margin-bottom: 0;
  margin-top: 5px;
  color: #dddddd;
  font-size: calc(13px + 4 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-contain {
  margin-top: calc(19px + 19 * (100vw - 320px) / 1600);
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form {
  position: relative;
  width: 90%;
  margin: 22px auto 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--theme-color);
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  border: none;
  border-radius: 0;
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #2a2d2d;
  box-shadow: none;
  color: #dddddd;
  z-index: 0;
}
@media (max-width: 480px) {
  .dark .coming-soon-section .coming-box .coming-contain .coming-form {
    width: 100%;
  }
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 calc(15px + 10 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  color: #2a2d2d;
  font-weight: 700;
}
.dark .inner-title {
  margin-bottom: calc(32px + 23 * (100vw - 320px) / 1600);
  text-align: center;
}
.dark .inner-title h2, .dark .inner-title .h2 {
  font-size: calc(21px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: none;
  position: relative;
}
.dark .inner-title h2::after, .dark .inner-title .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  bottom: 0;
  background-color: var(--theme-color);
}
.dark .inner-title h2 img, .dark .inner-title .h2 img {
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  position: absolute;
  background-color: #2a2d2d;
  z-index: 1;
  padding: 0 10px;
}
.dark .inner-title-2 {
  margin-bottom: calc(18px + 20 * (100vw - 320px) / 1600);
}
.dark .inner-title-2 h3, .dark .inner-title-2 .h3 {
  font-size: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .section-404 .image-404 {
  text-align: center;
}
.dark .section-404 .image-404 img {
  width: 25%;
}
@media (max-width: 1460px) {
  .dark .section-404 .image-404 img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .dark .section-404 .image-404 img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .dark .section-404 .image-404 img {
    width: 70%;
  }
}
.dark .section-404 .contain-404 {
  width: 50%;
  text-align: center;
  margin: calc(20px + 25 * (100vw - 320px) / 1600) auto 0;
}
@media (max-width: 1660px) {
  .dark .section-404 .contain-404 {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .dark .section-404 .contain-404 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dark .section-404 .contain-404 {
    width: 100%;
  }
}
.dark .section-404 .contain-404 h3, .dark .section-404 .contain-404 .h3 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: 400;
}
.dark .section-404 .contain-404 button {
  margin-top: calc(16px + 8 * (100vw - 320px) / 1600);
}
.dark .cart-section .deliver-box {
  padding: 22px 18px;
  background-color: #1d1d22;
  border-radius: 6px;
  position: relative;
  margin-bottom: calc(22px + 18 * (100vw - 320px) / 1600);
}
.dark .cart-section .deliver-box .btn-close {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
}
.dark .cart-section .deliver-box h5:first-child, .dark .cart-section .deliver-box .h5:first-child {
  margin-bottom: 8px;
}
.dark .cart-section .deliver-box h5:last-child, .dark .cart-section .deliver-box .h5:last-child {
  font-weight: 500;
  line-height: 1.4;
}
.dark .cart-section .deliver-box h5:last-child a, .dark .cart-section .deliver-box .h5:last-child a {
  text-decoration: underline;
  margin-left: 5px;
}
.dark .cart-section .cart-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
}
.dark .cart-section .promo-code-box {
  margin-bottom: calc(18px + 4 * (100vw - 320px) / 1600);
}
.dark .cart-section .promo-code-box .form-label {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .cart-section .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-section .member-button {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  letter-spacing: 1.4px;
}
.dark .cart-section .special-seller-box {
  padding: 20px;
  background-color: #1d1d22;
  border-radius: 6px;
  border-radius: 5px;
  border: 1px dashed #bfbfbf;
}
.dark .cart-section .special-seller-box h5, .dark .cart-section .special-seller-box .h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr td:last-child {
  font-weight: 500;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.sub-total td {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 26px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.sub-total td:last-child {
  text-align: right;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-title td {
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td {
  border: none;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check {
  margin-bottom: 0;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .cart-section .special-seller-box .sub-total-table tbody tr.shipping-list td .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .cart-section .cart-total-box {
  padding: 20px;
  background-color: #1d1d22;
  border-radius: 6px;
  text-align: center;
}
.dark .cart-section .cart-total-box h3, .dark .cart-section .cart-total-box .h3 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}
.dark .cart-section .cart-total-box h6, .dark .cart-section .cart-total-box .h6 {
  width: 100%;
  margin: 20px 0 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.dark .cart-section .cart-total-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.dark .cart-section .cart-total-box .checkout-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 12px;
}
.dark .cart-table {
  background-color: #1d1d22;
  padding: calc(18px + 17 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.dark .cart-table table {
  margin-bottom: 0;
}
.dark .cart-table table tbody tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.dark .cart-table table tbody tr:first-child td {
  padding-top: 0;
}
.dark .cart-table table tbody tr td {
  background-color: transparent;
  padding: calc(16px + 6 * (100vw - 320px) / 1600) 16px;
  min-width: calc(135px + 35 * (100vw - 320px) / 1600);
}
.dark .cart-table table tbody tr td.product-detail {
  max-width: 260px;
}
.dark .cart-table table tbody tr td.product-detail:hover .product .product-image img {
  transform: scale(1.1);
}
.dark .cart-table table tbody tr td.product-detail ul li + li {
  margin-bottom: 2px;
}
.dark .cart-table table tbody tr td.product-detail .product {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .dark .cart-table table tbody tr td.product-detail .product {
    align-items: flex-start;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-image {
  width: 70px;
}
@media (max-width: 1366px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-image {
    width: 70px;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: contain;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
body[dir=rtl] .dark .cart-table table tbody tr td.product-detail .product .product-detail {
  margin-left: unset;
  margin-right: calc(16px + 9 * (100vw - 320px) / 1600);
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li + li {
  margin-bottom: calc(0px + 2 * (100vw - 320px) / 1600);
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .saving {
  font-weight: 500;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li span {
  font-weight: 500;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover {
  color: #ffffff;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4) {
  display: none;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .price {
  display: flex;
  align-items: center;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6, .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li .price .h6 {
  margin-left: 8px;
  text-decoration: line-through;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 5px;
  width: 62%;
}
@media (max-width: 575px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    width: 90%;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button {
  padding: calc(3px + 7 * (100vw - 320px) / 1600) calc(10px + 8 * (100vw - 320px) / 1600);
  border: none;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input {
  padding: 10px 18px;
  border: none;
  text-align: center;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity {
  margin: 6px 0;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
  width: 50%;
}
@media (max-width: 480px) {
  .dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
    width: 60%;
  }
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i {
  margin-top: 2px;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.dark .cart-table table tbody tr td.price h5, .dark .cart-table table tbody tr td.price .h5 {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .cart-table table tbody tr td.price h5 del, .dark .cart-table table tbody tr td.price .h5 del {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-left: 4px;
}
.dark .cart-table table tbody tr td.price h6, .dark .cart-table table tbody tr td.price .h6 {
  margin-top: 5px;
  white-space: nowrap;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .cart-table table tbody tr td.saving {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
}
.dark .cart-table table tbody tr td.quantity {
  width: 20%;
}
.dark .cart-table table tbody tr td.subtotal h5, .dark .cart-table table tbody tr td.subtotal .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: inline-block;
}
.dark .cart-table table tbody tr td.subtotal .btn-close {
  margin-left: 50px;
}
.dark .cart-table table tbody tr td.save-remove .save {
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}
.dark .cart-table table tbody tr td.save-remove .save:hover {
  color: var(--theme-color);
}
.dark .cart-table table tbody tr td.save-remove .remove {
  font-weight: 400;
  box-shadow: unset;
  font-size: 15px;
  color: #bf2020;
  text-decoration: underline;
}
.dark .cart-table table tbody tr td .table-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
.dark .cart-table table tbody tr td .quantity-price {
  width: 62%;
}
@media (max-width: 1460px) {
  .dark .cart-table table tbody tr td .quantity-price {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .dark .cart-table table tbody tr td .quantity-price {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .dark .cart-table table tbody tr td .quantity-price {
    width: 100%;
  }
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty button {
  width: calc(29px + 6 * (100vw - 320px) / 1600);
  height: calc(29px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #e3e0e0;
  border-radius: 100% !important;
  padding: 0;
  z-index: unset;
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
.dark .cart-table table tfoot {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-table table tfoot tr td:first-child {
  border: none;
}
.dark .cart-table table tfoot tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .cart-table table tfoot tr td:last-child {
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box {
  border-radius: 5px;
  background-color: #1d1d22;
}
.dark .summery-box .summery-header {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box .summery-header h3, .dark .summery-box .summery-header .h3 {
  font-weight: 600;
}
.dark .summery-box .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .summery-box .summery-header a:hover {
  color: var(--theme-color);
}
.dark .summery-box .summery-contain {
  padding: 16px calc(16px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: #dddddd;
}
.dark .summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.dark .summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #ffffff;
  padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  border: none;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
.dark .summery-box .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.dark .summery-box .summery-contain ul li:last-child {
  border-bottom: none;
}
.dark .summery-box .summery-contain ul li h4, .dark .summery-box .summery-contain ul li .h4 {
  font-size: 15px;
  color: #dddddd;
}
.dark .summery-box .summery-contain ul li h4.price, .dark .summery-box .summery-contain ul li .price.h4 {
  color: #dddddd;
  margin-left: auto;
}
body[dir=rtl] .dark .summery-box .summery-contain ul li h4.price, body[dir=rtl] .dark .summery-box .summery-contain ul li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-contain ul li h4.price .shopping-contain, .dark .summery-box .summery-contain ul li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.dark .summery-box .summery-contain ul li h4 span, .dark .summery-box .summery-contain ul li .h4 span {
  font-weight: 600;
}
.dark .summery-box .summery-contain {
  padding: calc(11px + 5 * (100vw - 320px) / 1600) calc(11px + 11 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .summery-box .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.dark .summery-box .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.dark .summery-box .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.dark .summery-box .summery-contain li {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
}
.dark .summery-box .summery-contain li:last-child {
  border-bottom: none;
}
.dark .summery-box .summery-contain li p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin: 0;
}
.dark .summery-box .summery-contain li h4, .dark .summery-box .summery-contain li .h4 {
  font-size: 15px;
  color: #dddddd;
}
.dark .summery-box .summery-contain li h4.price, .dark .summery-box .summery-contain li .price.h4 {
  color: #dddddd;
  margin-left: auto;
}
body[dir=rtl] .dark .summery-box .summery-contain li h4.price, body[dir=rtl] .dark .summery-box .summery-contain li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-contain li h4.price .shopping-contain, .dark .summery-box .summery-contain li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.dark .summery-box .summery-contain li h4 span, .dark .summery-box .summery-contain li .h4 span {
  font-weight: 600;
}
.dark .summery-box .summery-total {
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .summery-box .summery-total li {
  padding-top: 12px;
  display: flex;
  align-items: center;
}
.dark .summery-box .summery-total li h4, .dark .summery-box .summery-total li .h4 {
  font-size: 17px;
  color: #ffffff;
}
.dark .summery-box .summery-total li h4.price, .dark .summery-box .summery-total li .price.h4 {
  margin-left: auto;
}
body[dir=rtl] .dark .summery-box .summery-total li h4.price, body[dir=rtl] .dark .summery-box .summery-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .summery-box .summery-total li h4 span, .dark .summery-box .summery-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .summery-box .summery-total li:nth-child(4) {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .summery-box .summery-total li:nth-child(4) h4, .dark .summery-box .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.dark .summery-box .summery-total li:last-child {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .summery-box .summery-total li:last-child h4, .dark .summery-box .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .button-group {
  text-align: right;
  margin-top: calc(14px + 6 * (100vw - 320px) / 1600);
}
.dark .button-group.cart-button {
  margin-top: 0;
  padding: 0 calc(16px + 6 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.dark .button-group.cart-button ul li {
  width: 100%;
}
.dark .button-group.cart-button ul li a {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.dark .button-group.cart-button ul li a:first-child:active {
  color: #ffffff;
}
.dark .button-group ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: calc(7px + 9 * (100vw - 320px) / 1600);
}
.dark .button-group ul.button-group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(26px + 19 * (100vw - 320px) / 1600);
}
.dark .button-group ul li button {
  width: 100%;
  font: inherit;
  letter-spacing: 0.04em;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
}
.dark .button-group ul li button.shopping-button {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  background-color: rgba(119, 119, 119, 0.44);
  color: #ffffff;
}
.dark .button-group ul li button.shopping-button svg {
  margin-right: 8px;
}
body[dir=rtl] .dark .button-group ul li button.shopping-button svg {
  margin-right: unset;
  margin-left: 8px !important;
}
.dark .checkout-section {
  /* Delivery Address */
  /* Delivery Option */
  /* Payment Method */
}
.dark .checkout-section .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .checkout-section .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #dddddd;
  position: relative;
  padding: 0;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
}
@media (max-width: 480px) {
  .dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
.dark .checkout-section .custom-navtab {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0px + 24 * (100vw - 320px) / 1600);
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .dark .checkout-section .custom-navtab {
    display: flex;
    flex-wrap: nowrap;
  }
}
.dark .checkout-section .custom-navtab .nav-item {
  width: 100%;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .dark .checkout-section .custom-navtab .nav-item {
    display: inline-block;
  }
  .dark .checkout-section .custom-navtab .nav-item + .nav-item {
    margin-left: 15px;
  }
}
.dark .checkout-section .custom-navtab .nav-item .nav-link {
  position: relative;
  text-align: left;
  border: 2px solid rgba(119, 119, 119, 0.44);
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 991px) {
  .dark .checkout-section .custom-navtab .nav-item .nav-link {
    width: calc(195px + 25 * (100vw - 320px) / 1600);
  }
}
.dark .checkout-section .custom-navtab .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  background-color: transparent;
  transition: 0.3s ease;
  border-radius: 4px;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
.dark .checkout-section .custom-navtab .nav-item .nav-link.active::before {
  box-shadow: 0 4px 0px var(--theme-color);
  width: 100%;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box h4, .dark .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box .h4,
.dark .checkout-section .custom-navtab .nav-item .nav-link.active .nav-item-box i {
  color: var(--theme-color);
  z-index: 1;
  -webkit-text-stroke: 1px transparent;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box {
  position: relative;
  display: flex;
  align-items: center;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box span {
  color: #dddddd;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: calc(0px + 5 * (100vw - 320px) / 1600);
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box h4, .dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section .custom-navtab .nav-item .nav-link .nav-item-box .lord-icon {
  width: calc(38px + 20 * (100vw - 320px) / 1600);
  height: auto;
  margin-left: auto;
}
.dark .checkout-section .tab-content {
  background-color: #1d1d22;
  height: 100%;
  padding: calc(26px + 9 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
}
.dark .checkout-section .tab-content .tab-pane .tab-title {
  margin-bottom: calc(18px + 12 * (100vw - 320px) / 1600);
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .checkout-section .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
}
.dark .checkout-section .delivery-address-box > div {
  display: flex;
  position: relative;
}
.dark .checkout-section .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.dark .checkout-section .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.dark .checkout-section .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .checkout-section .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.dark .checkout-section .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail p,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail h6,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .checkout-section .delivery-address-box > div .delivery-address-detail p span,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail h6 span,
.dark .checkout-section .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
}
.dark .checkout-section .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.dark .checkout-section .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .dark .checkout-section .delivery-option .select-option {
    margin-top: 6px;
  }
}
.dark .checkout-section .delivery-option .date-box {
  position: relative;
}
.dark .checkout-section .delivery-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #dddddd;
}
.dark .checkout-section .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .dark .checkout-section .delivery-option .delivery-category {
    display: block;
  }
}
.dark .checkout-section .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
.dark .checkout-section .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
}
.dark .checkout-section .delivery-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .dark .checkout-section .delivery-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .dark .checkout-section .delivery-option .delivery-items {
    display: block;
  }
}
.dark .checkout-section .delivery-option .delivery-items h5, .dark .checkout-section .delivery-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.dark .checkout-section .delivery-option .delivery-items h5.items, .dark .checkout-section .delivery-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .dark .checkout-section .delivery-option .delivery-items h5.items, .dark .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .dark .checkout-section .delivery-option .delivery-items h5.items, .dark .checkout-section .delivery-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.dark .checkout-section .delivery-option .delivery-items h5.items span, .dark .checkout-section .delivery-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .dark .checkout-section .delivery-option .delivery-items h5.charge, .dark .checkout-section .delivery-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.dark .checkout-section .delivery-option .delivery-items h5 i, .dark .checkout-section .delivery-option .delivery-items .h5 i {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.25);
}
.dark .checkout-section .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .checkout-section .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
}
.dark .checkout-section .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #dddddd;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(255, 255, 255, 0.1);
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-section .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.dark .checkout-section .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.dark .checkout-section .credit-card-box .credit-detail {
  position: relative;
}
.dark .checkout-section .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  position: relative;
}
.dark .checkout-section .payment-option .form-check .form-check-input {
  margin-top: 4px;
}
.dark .checkout-section .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.dark .checkout-section .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(17px + 28 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li {
  position: relative;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  background-color: #1d1d22;
}
@media (max-width: 575px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
    display: none;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon .lord-icon {
  width: 100%;
  height: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative;
}
@media (max-width: 575px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  margin-bottom: calc(9px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail {
  /* Payment Method */
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  height: 100%;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div {
  display: flex;
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p span,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6 span,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .select-option {
    margin-top: 6px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box {
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
    display: block;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #dddddd;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(255, 255, 255, 0.1);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box {
  display: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box.show {
  display: block;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
    display: block;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 {
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 {
    margin-bottom: 5px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items span, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .items.h5 span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.charge, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .charge.h5 {
    margin-top: 8px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h5 i {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.25);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-card-box .credit-detail {
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: 20px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check .form-check-input {
  margin-top: 4px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #dddddd;
  position: relative;
  padding: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
}
@media (max-width: 480px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
  margin: 0;
  line-height: 1.5;
  color: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
.dark .checkout-section-2 .right-side-summery-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 {
  border-radius: 7px;
  background-color: #1d1d22;
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
  padding-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  margin-bottom: 10px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header .h3 {
  font-weight: 600;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
  font-weight: 500;
  margin-left: auto;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a:hover {
  color: var(--theme-color);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: #dddddd;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
  width: calc(41px + 11 * (100vw - 320px) / 1600);
  height: calc(41px + 11 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin-right: 10px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .btn-apply {
  background: var(--theme-color);
  color: #ffffff;
  padding: 0 calc(16px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  border: none;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .form-control {
  border: 2px solid var(--theme-color);
  padding: 10px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li:last-child {
  border-bottom: none;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .h4 {
  font-size: 15px;
  color: #dddddd;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 {
  color: #dddddd;
  margin-left: auto;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price .shopping-contain, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 span, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li .h4 span {
  font-weight: 600;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 10px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
  background-color: transparent;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
  width: 3px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li {
  padding: calc(6px + 2 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li:last-child {
  border-bottom: none;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin: 0;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .h4 {
  font-size: 15px;
  color: #dddddd;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 {
  color: #dddddd;
  margin-left: auto;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price .shopping-contain, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .price.h4 .shopping-contain {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 3px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 span, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .h4 span {
  font-weight: 600;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
  margin-top: 0px;
  padding-top: 5px;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li {
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .h4 {
  font-size: 17px;
  color: #ffffff;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .price.h4 {
  margin-left: auto;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 span, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) {
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) h4, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) .h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding-top: calc(12px + 4 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child h4, .dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer {
  margin-top: 24px;
  border-radius: 7px;
  background-color: #1d1d22;
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  margin-bottom: calc(13px + 7 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon {
  width: 20px;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name h6, .dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name .h6 {
  font-weight: 600;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1;
  margin-bottom: -2px;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + 5 * (100vw - 320px) / 1600);
  height: 100%;
  overflow: hidden auto;
  max-height: 104px;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li {
  display: block;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
  color: #dddddd;
  line-height: 1.5;
  position: relative;
  padding-left: 23px;
  font-size: calc(13px + 0 * (100vw - 320px) / 1600);
  margin: 0;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 100%;
}
.dark .contact-box-section .left-sidebar-box .contact-image {
  text-align: center;
  margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .dark .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .dark .contact-box-section .left-sidebar-box .contact-image {
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.dark .contact-box-section .left-sidebar-box .contact-image img {
  width: 60%;
}
@media (max-width: 1199px) {
  .dark .contact-box-section .left-sidebar-box .contact-image img {
    width: 77%;
  }
}
@media (max-width: 991px) {
  .dark .contact-box-section .left-sidebar-box .contact-image img {
    width: 60%;
    margin-bottom: calc(25px + 39 * (100vw - 320px) / 1600);
  }
}
.dark .contact-box-section .left-sidebar-box .contact-title {
  margin-bottom: calc(20px + 12 * (100vw - 320px) / 1600);
}
.dark .contact-box-section .left-sidebar-box .contact-title h3, .dark .contact-box-section .left-sidebar-box .contact-title .h3 {
  position: relative;
  display: inline-block;
  font-size: calc(23px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .contact-box-section .left-sidebar-box .contact-title h3::after, .dark .contact-box-section .left-sidebar-box .contact-title .h3::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--theme-color);
}
body[dir=rtl] .dark .contact-box-section .left-sidebar-box .contact-title h3::after, body[dir=rtl] .dark .contact-box-section .left-sidebar-box .contact-title .h3::after {
  left: unset;
  right: 0;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(2px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  background-color: #1d1d22;
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 10px;
  margin-left: 22px;
}
body[dir=rtl] .dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
  padding: calc(15px + 12 * (100vw - 320px) / 1600) calc(30px + 11 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600) calc(15px + 12 * (100vw - 320px) / 1600);
  margin-left: unset;
  margin-right: 22px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -21px;
  background-color: var(--theme-color);
  border-radius: 7px;
  color: #ffffff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[dir=rtl] .dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  left: unset;
  right: -21px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon svg {
  font-size: 20px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title,
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain {
  width: 100%;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title h4, .dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #dddddd;
  margin-bottom: -5px;
}
.dark .contact-box-section .right-sidebar-box {
  padding: calc(21px + 39 * (100vw - 320px) / 1600);
  border-radius: 10px;
  background-color: #1d1d22;
}
.dark .contact-box-section .right-sidebar-box .custom-form label {
  color: #dddddd;
  display: block;
  font-size: 16px;
  margin-bottom: calc(3px + 5 * (100vw - 320px) / 1600);
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input {
  position: relative;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) calc(41px + 11 * (100vw - 320px) / 1600);
  border: none;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input .form-control:focus {
  background-color: #2a2d2d;
  border-color: transparent;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input i,
.dark .contact-box-section .right-sidebar-box .custom-form .custom-input svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 calc(14px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea {
  position: relative;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
  padding-left: 52px;
  border: none;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control:focus {
  background-color: #2a2d2d;
  border-color: transparent;
}
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea i,
.dark .contact-box-section .right-sidebar-box .custom-form .custom-textarea svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 20px;
  display: flex;
  font-size: 18px;
  color: #dddddd;
}
.dark .contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text {
  display: flex;
  justify-content: center;
  align-items: unset;
  top: 20px;
  padding: 0;
  background-color: #2a2d2d;
  border-color: transparent;
  line-height: unset;
  position: absolute;
  width: 45px;
  left: 0;
  z-index: 1;
}
body[dir=rtl] .dark .contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text {
  left: unset;
  right: 1px;
}
.dark .contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text i,
.dark .contact-box-section .right-sidebar-box .custom-form .input-group .input-group-text svg {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .contact-box-section .right-sidebar-box .custom-form .input-group textarea,
.dark .contact-box-section .right-sidebar-box .custom-form .input-group input {
  padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
  padding-left: 57px;
  border-radius: 6px !important;
  z-index: unset;
  border: none;
}
body[dir=rtl] .dark .contact-box-section .right-sidebar-box .custom-form .input-group textarea,
body[dir=rtl] .dark .contact-box-section .right-sidebar-box .custom-form .input-group input {
  padding-left: calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
  padding-right: 57px;
}
.dark .contact-box-section .right-sidebar-box .custom-form .input-group textarea:focus,
.dark .contact-box-section .right-sidebar-box .custom-form .input-group input:focus {
  z-index: unset;
}
.dark .map-section .map-box {
  margin-bottom: -6px;
  display: block;
}
.dark .map-section .map-box iframe {
  width: 100%;
  height: 350px;
}
.dark .log-in-section {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.dark .log-in-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/_next/static/media/log-in-bg.739f6c68.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.dark .log-in-section.otp-section {
  display: flex;
  align-items: center;
}
.dark .log-in-section .image-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dark .log-in-section .log-in-form .form-control {
  border: none;
}
.dark .log-in-section .inputs {
  margin: calc(-2px + -10 * (100vw - 320px) / 1600);
}
.dark .log-in-section .inputs input {
  margin: calc(2px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.dark .log-in-section .log-in-box {
  background-color: #1d1d22;
  padding: calc(16px + 34 * (100vw - 320px) / 1600);
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  width: 100%;
}
.dark .log-in-section .log-in-box .number-btn {
  border: 1px solid rgba(26, 163, 135, 0.451);
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 16px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  border-radius: calc(3px + 3 * (100vw - 320px) / 1600);
  background-color: rgba(26, 163, 135, 0.03);
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .logo-name {
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-top: -10px;
}
.dark .log-in-section .log-in-box .logo-name a {
  font-size: calc(28px + 7 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #ffffff;
  display: block;
}
.dark .log-in-section .log-in-box .logo-name a img {
  width: calc(150px + 75 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .log-in-title {
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .log-in-title h3, .dark .log-in-section .log-in-box .log-in-title .h3 {
  margin-bottom: calc(1px + 5 * (100vw - 320px) / 1600);
  font-size: calc(18px + 3 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .log-in-title h4, .dark .log-in-section .log-in-box .log-in-title .h4,
.dark .log-in-section .log-in-box .log-in-title h5,
.dark .log-in-section .log-in-box .log-in-title .h5 {
  color: #dddddd;
  margin-top: 8px;
}
.dark .log-in-section .log-in-box .log-in-button {
  margin-top: 20px;
  padding: 1px 0;
}
.dark .log-in-section .log-in-box .log-in-button ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.dark .log-in-section .log-in-box .log-in-button ul li {
  display: block;
  width: 100%;
}
.dark .log-in-section .log-in-box .log-in-button ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  border-radius: 5px;
  padding: calc(10px + 6 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
}
.dark .log-in-section .log-in-box .log-in-button ul li a img {
  aspect-ratio: auto;
  width: calc(18px + 6 * (100vw - 320px) / 1600);
  height: calc(18px + 6 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .forgot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .dark .log-in-section .log-in-box .forgot-box {
    display: block;
  }
}
.dark .log-in-section .log-in-box .remember-box {
  display: flex;
  align-items: center;
  min-height: unset;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.dark .log-in-section .log-in-box .remember-box .check-box {
  border: unset;
  display: block;
  margin: 0;
  float: unset;
  width: 20px;
  height: 20px;
}
.dark .log-in-section .log-in-box .remember-box .check-box::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark .log-in-section .log-in-box .remember-box .check-box:checked {
  background-color: transparent;
}
.dark .log-in-section .log-in-box .remember-box .check-box:active {
  filter: unset;
}
.dark .log-in-section .log-in-box .remember-box .check-box:focus {
  box-shadow: unset;
}
.dark .log-in-section .log-in-box .remember-box .check-box::before {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 6px;
}
.dark .log-in-section .log-in-box .remember-box label {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0;
}
.dark .log-in-section .log-in-box .remember-box label span {
  font-weight: 500;
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .forgot-password {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.dark .log-in-section .log-in-box .forgot-password:hover {
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .other-log-in {
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.dark .log-in-section .log-in-box .other-log-in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #ddd;
  z-index: 0;
}
.dark .log-in-section .log-in-box .other-log-in h6, .dark .log-in-section .log-in-box .other-log-in .h6 {
  color: #dddddd;
  position: relative;
  background-color: #f9f9f9;
  padding: 0 14px;
  display: inline-block;
  text-transform: uppercase;
}
.dark .log-in-section .log-in-box .sign-up-box {
  margin-top: 20px;
  text-align: center;
}
.dark .log-in-section .log-in-box .sign-up-box h4, .dark .log-in-section .log-in-box .sign-up-box .h4 {
  color: #dddddd;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(0px + 3 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .sign-up-box a {
  font-weight: 500;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -4px;
  display: block;
}
.dark .log-in-section .log-in-box .sign-up-box a:hover {
  color: var(--theme-color);
}
.dark .log-in-section .log-in-box .contact-title {
  margin-bottom: 30px;
}
.dark .log-in-section .log-in-box .contact-title h2, .dark .log-in-section .log-in-box .contact-title .h2 {
  margin-bottom: 15px;
}
.dark .log-in-section .log-in-box .contact-title h5, .dark .log-in-section .log-in-box .contact-title .h5 {
  width: 53%;
  font-size: 18px;
  line-height: 1.3;
  color: #dddddd;
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating {
  margin-bottom: 0 !important;
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating {
  margin-bottom: 0 !important;
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control {
  border: none;
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control.is-invalid, body[dir=rtl] .dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control:invalid, body[dir=rtl] .dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control.is-valid, body[dir=rtl] .dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control:valid {
  background-position: left calc(0.375em + 0.1875rem) center;
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: calc(1.5em + 0.75rem);
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating > .form-control::placeholder {
  color: transparent;
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating .form-label {
  font-size: 16px;
  color: #ffffff;
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating .form-label {
  left: unset;
  right: 0;
}
.dark .log-in-section .log-in-box .input-box .theme-form-floating .form-floating .form-label::after {
  content: unset;
}
.dark .log-in-section .log-in-box .input-box .country-input .custom-select-box {
  top: 1px;
  left: 0;
  width: calc(90px + 14 * (100vw - 320px) / 1600);
  min-width: auto;
  height: 57px;
  cursor: pointer;
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .custom-select-box {
  left: unset;
  right: 0;
}
.dark .log-in-section .log-in-box .input-box .country-input .custom-select-box .form-select {
  height: 100%;
  background-color: #2a2d2d !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .custom-select-box .form-select {
  border-left: 1px solid #dee2e6;
  border-radius: 0 6px 6px 0;
  background-position: left 0.75rem center;
  border-right: unset;
}
html.dark body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .custom-select-box .form-select {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .log-in-section .log-in-box .input-box .country-input .country-input-box input {
  height: calc(51px + 3 * (100vw - 320px) / 1600);
  min-height: calc(51px + 3 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .input-box .country-input .country-input-box > * > .custom-form > .form-label {
  display: none;
}
.dark .log-in-section .log-in-box .input-box .country-input .country-input-box > * > .custom-form > .form-floating > label {
  z-index: unset;
  height: auto;
  left: 120px;
}
.dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control {
  padding-left: calc(96px + 32 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control {
  padding-left: unset;
  padding-right: calc(96px + 32 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control.is-invalid, body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control:invalid, body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control.is-valid, body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-control:valid {
  padding-left: unset;
  padding-right: calc(96px + 32 * (100vw - 320px) / 1600);
}
.dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-label {
  height: auto;
  margin: 0;
  left: calc(86px + 29 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .log-in-section .log-in-box .input-box .country-input .theme-form-floating .form-label {
  left: unset;
  right: calc(86px + 29 * (100vw - 320px) / 1600);
}
.dark .faq-contain {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  z-index: 0;
  position: relative;
}
.dark .faq-contain .faq-top-box {
  text-align: center;
  background-color: #1d1d22;
  border-radius: 9px;
  padding: 28px 18px;
}
.dark .faq-contain .faq-top-box .faq-box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2d2d;
  border-radius: 7px;
  margin: 0 auto 16px;
}
.dark .faq-contain .faq-top-box .faq-box-icon img {
  width: calc(36px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .faq-contain .faq-top-box .faq-box-contain h3, .dark .faq-contain .faq-top-box .faq-box-contain .h3 {
  font-weight: 700;
}
.dark .faq-contain .faq-top-box .faq-box-contain p {
  margin: 17px 0 0;
  line-height: 1.6;
  color: #dddddd;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: -4px;
}
.dark .faq-box-contain .faq-contain {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
}
@media (max-width: 1199px) {
  .dark .faq-box-contain .faq-contain {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  }
}
.dark .faq-box-contain .faq-contain h2, .dark .faq-box-contain .faq-contain .h2 {
  font-weight: 700;
  font-size: calc(28px + 28 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.dark .faq-box-contain .faq-contain p {
  margin: calc(8px + 7 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #dddddd;
}
@media (max-width: 1199px) {
  .dark .faq-box-contain .faq-contain p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .dark .faq-box-contain .faq-contain p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .dark .faq-box-contain .faq-contain p {
    width: 100%;
    text-align: justify;
  }
}
.dark .faq-box-contain .faq-accordion .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 9 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item {
  width: 100%;
  border-radius: 7px;
  background-color: #1d1d22;
  border: none;
  overflow: hidden;
  z-index: 0;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.5;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  padding-right: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button svg {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(12px + 8 * (100vw - 320px) / 1600);
  width: 16px;
  height: 16px;
}
body[dir=rtl] .dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button svg {
  right: unset;
  left: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  content: unset;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 700;
  color: var(--theme-color);
  background-color: transparent;
  box-shadow: none;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px calc(10.4px + 0.5vw) 13px;
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: -4px;
}
.dark .compare-section .compare-table {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.dark .compare-section .compare-table tr td,
.dark .compare-section .compare-table tr th {
  min-width: 200px;
  border-right: 1px solid #ddd;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.dark .compare-section .compare-table tr td:first-child,
.dark .compare-section .compare-table tr th:first-child {
  min-width: auto;
}
.dark .compare-section .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  background-color: #1d1d22;
}
.dark .compare-section .compare-table tr td {
  font-size: 15px;
}
.dark .compare-section .compare-table tr td.title a {
  font-weight: 700;
  color: #222;
}
.dark .compare-section .compare-table tr td a {
  font-weight: 600;
}
.dark .compare-section .compare-table tr td a:hover {
  color: #ffffff;
}
.dark .compare-section .compare-table tr td .compare-image {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin: 0 auto;
}
.dark .compare-section .compare-table tr td .compare-image img {
  width: 100%;
  height: calc(65px + 25 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.dark .compare-section .compare-table tr td .price h5, .dark .compare-section .compare-table tr td .price .h5 {
  font-weight: 600;
  color: #ffffff;
}
.dark .compare-section .compare-table tr td .price h5 del, .dark .compare-section .compare-table tr td .price .h5 del {
  font-weight: 400;
  font-size: 15px;
  margin-left: 4px;
  color: #777;
}
.dark .compare-section .compare-table tr td .price h5 span, .dark .compare-section .compare-table tr td .price .h5 span {
  margin-left: 4px;
  color: var(--theme-color);
}
.dark .compare-section .compare-table tr td .compare-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.dark .compare-section .compare-table tr td .compare-rating span {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .compare-section .compare-table tr td .compare-rating span {
  margin-left: unset;
  padding-right: 5px;
}
.dark .compare-section .compare-table tr td .summary {
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px;
}
.dark .compare-section .compare-part {
  position: relative;
  border: 1px solid #eee;
}
.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #f7f8fa;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dark .compare-section .compare-part .detail-part .inner-detail {
  padding: 15px;
  text-align: center;
}
.dark .compare-section .compare-part .detail-part .inner-detail p {
  margin: 0;
}
.dark .compare-section .compare-part .detail-part .inner-detail .compare-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .compare-section .compare-part .img-section {
  padding-top: 20px;
}
.dark .compare-section .compare-part .img-section img {
  width: calc(105px + 25 * (100vw - 320px) / 1600);
  height: calc(105px + 25 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  object-fit: contain;
}
.dark .compare-section .compare-part .img-section h5, .dark .compare-section .compare-part .img-section .h5 {
  text-align: center;
  margin: 12px 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
}
.dark .compare-section .compare-part .compare-rating span {
  color: #fea348;
  font-size: 18px;
}
.dark .compare-section .compare-part .compare-rating .rating-text {
  font-size: 16px;
  color: #dddddd;
  margin-left: 6px;
}
.dark .compare-section .compare-part .btn-part {
  padding: 15px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .compare-section .compare-part .btn-part .btn {
  margin: 0 auto;
  padding-inline: calc(34px + 44 * (100vw - 320px) / 1600);
}
.dark .compare-section .compare-part .remove-part {
  padding: 15px;
  text-align: center;
}
.dark .compare-section .compare-part .remove-part a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.dark .compare-section .compare-part .remove-part a svg {
  margin-top: -3px;
}
.dark .compare-section .compare-row > div .compare-part {
  border-left: none;
}
.dark .compare-section .compare-row > div:first-child .compare-part {
  border: 1px solid #eee;
}
@media only screen and (max-width: 1402px) and (min-width: 1008px) {
  .dark .compare-section .compare-row > div:nth-child(5) .compare-part {
    border-left: 1px solid #eee;
  }
}
@media only screen and (max-width: 1008px) and (min-width: 678px) {
  .dark .compare-section .compare-row > div:nth-child(4) .compare-part {
    border-left: 1px solid #eee;
  }
}
@media (max-width: 1402px) {
  .dark .compare-section .compare-row > div:nth-child(n+4) .compare-part {
    border-top: unset;
  }
}
.dark .compare-fix {
  position: fixed;
  right: calc(54px + 18 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #ffffff;
  padding: calc(7px + 5 * (100vw - 320px) / 1600) calc(10px + 2 * (100vw - 320px) / 1600);
  bottom: calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 6px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .compare-fix {
  right: unset;
  left: calc(54px + 18 * (100vw - 320px) / 1600);
}
.dark .compare-fix a {
  color: white;
}
.dark .compare-fix h5, .dark .compare-fix .h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.dark .blog-section .left-sidebar-box {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box {
  position: relative;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #dddddd;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  right: 51px;
  opacity: 0.3;
  background-color: #dddddd;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box input {
  padding: 8px 68px 8px 20px;
  background-color: #1d1d22;
  border: none;
  height: 53px;
  border-radius: 7px;
}
.dark .blog-section .left-sidebar-box .left-search-box .search-box input:focus {
  border-color: #ced4da;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item {
  border: none;
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 8px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item + .accordion-item {
  margin-top: 20px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  content: "\ea4e";
}
body[dir=rtl] .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse {
  background-color: #1d1d22;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 20px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box {
  display: flex;
  align-items: center;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box + .recent-box {
  margin-top: 20px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box:hover .recent-image img {
  transform: scale(1.1) rotate(4deg);
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image {
  width: 110px;
  border-radius: 5px;
  overflow: hidden;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: 15px;
  width: calc(100% - 110px);
}
body[dir=rtl] .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail {
  padding-left: unset;
  padding-right: 15px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a {
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a:hover {
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a h5, .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail a .h5 {
  font-weight: 600;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail h6, .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-detail .h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #dddddd;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li:first-child {
  padding-top: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a {
  display: block;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name h5, .dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name .h5 {
  color: #dddddd;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  color: #787878;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li {
  z-index: 0;
  padding: 4px 9px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: #2a2d2d;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover {
  border-color: transparent;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover::after {
  opacity: 1;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #2a2d2d;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li a {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
  text-transform: capitalize;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li {
  margin-top: 30px;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li + li::after {
  top: -16px;
  width: calc(100% - 80px - (12px + 11 * (100vw - 320px) / 1600));
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-list-2 li .offer-product .offer-detail a {
  color: #ffffff;
}
.dark .blog-section .custom-border {
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
  margin-bottom: calc(35px + 25 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box {
  height: 100%;
}
.dark .blog-section .blog-box:hover::after {
  transform: unset;
  opacity: 0.1;
}
.dark .blog-section .blog-box:hover .blog-image a {
  transform: scale(1.1) rotate(4deg);
}
.dark .blog-section .blog-box .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  height: 244px;
}
.dark .blog-section .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .blog-section .blog-box .blog-image a {
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-image label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  border-radius: 0;
  background-color: #febc5c;
  color: #ffffff;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: none;
}
.dark .blog-section .blog-box .blog-image label i {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 3px;
  color: #2a2d2d;
}
.dark .blog-section .blog-box .blog-contain {
  padding: 0 20px 20px;
}
.dark .blog-section .blog-box .blog-contain-2 {
  padding: 0;
}
.dark .blog-section .blog-box .blog-contain .blog-label {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
  align-items: center;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time,
.dark .blog-section .blog-box .blog-contain .blog-label .super {
  display: flex;
  align-items: center;
  color: #dddddd;
  text-transform: uppercase;
  font-size: 13px;
  gap: 5px;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time svg,
.dark .blog-section .blog-box .blog-contain .blog-label .super svg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-box .blog-contain .blog-label .time svg,
.dark .blog-section .blog-box .blog-contain .blog-label .super svg {
  font-size: 16px;
}
.dark .blog-section .blog-box .blog-contain .blog-label .time span,
.dark .blog-section .blog-box .blog-contain .blog-label .super span {
  margin-top: 1px;
}
.dark .blog-section .blog-box .blog-contain a {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-contain a:hover {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-contain a h3, .dark .blog-section .blog-box .blog-contain a .h3 {
  margin: 4px 0 6px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
}
.dark .blog-section .blog-box .blog-contain p {
  line-height: 1.8;
  color: #dddddd;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .dark .blog-section .blog-box .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.dark .blog-section .blog-box .blog-contain .blog-button {
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 22px;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  margin-top: calc(8px + 14 * (100vw - 320px) / 1600);
  font-size: 14px;
  width: max-content;
}
.dark .blog-section .blog-box .blog-contain .blog-button:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dark .blog-section .blog-box .blog-contain .blog-button:hover {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-contain .blog-button:hover:after {
  opacity: 1;
}
.dark .blog-section .blog-box .blog-contain .blog-button svg {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}
body[dir=rtl] .dark .blog-section .blog-box .blog-contain .blog-button svg {
  margin-left: unset;
  margin-right: 10px;
}
.dark .blog-section .blog-box.sticky-blog-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-color: rgba(26, 164, 136, 0.28);
}
.dark .blog-section .blog-box.sticky-blog-box::before {
  content: "\f038";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #ffffff;
  top: 8px;
  right: 8px;
  background-color: var(--theme-color);
  z-index: 1;
  border-radius: 6px;
  font-size: 18px;
}
.dark .blog-section .blog-box.sticky-blog-box::after {
  content: none;
}
.dark .blog-section .blog-box .blog-label-tag {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 13px;
  background-color: #ffba00;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
.dark .blog-section .blog-box .blog-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.dark .blog-section .blog-box .blog-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: solid 15px #ffba00;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .blog-section .blog-box .blog-label-tag span {
  font-weight: 700;
}
.dark .blog-section .blog-list {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .dark .blog-section .blog-list {
    display: block;
  }
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list {
    display: block;
  }
}
.dark .blog-section .blog-list:hover {
  box-shadow: 0 4px 9px rgba(255, 255, 255, 0.1);
}
.dark .blog-section .blog-list:hover .blog-image img {
  transform: scale(1.1);
}
.dark .blog-section .blog-list:hover .blog-contain a h3, .dark .blog-section .blog-list:hover .blog-contain a .h3 {
  color: var(--theme-color);
}
.dark .blog-section .blog-list:hover .blog-contain .blog-button {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .blog-section .blog-list .blog-image {
  margin-bottom: -1px;
  width: 38%;
  transition: all 0.3s ease-in-out;
  height: calc(257px + 43 * (100vw - 320px) / 1600);
}
@media (max-width: 1399px) {
  .dark .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .dark .blog-section .blog-list .blog-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list .blog-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list .blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    text-align: center;
  }
}
.dark .blog-section .blog-list .blog-image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list .blog-image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list .blog-image img {
    width: 100%;
  }
}
.dark .blog-section .blog-list .blog-contain {
  padding: calc(10px + 15 * (100vw - 320px) / 1600);
  width: 62%;
}
@media (max-width: 1399px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .dark .blog-section .blog-list .blog-contain {
    width: 100%;
  }
}
.dark .blog-section .blog-list .blog-contain p {
  line-height: 1.8;
  color: #dddddd;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .dark .blog-section .blog-list .blog-contain p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}
.dark .blog-section .blog-detail-image {
  position: relative;
}
.dark .blog-section .blog-detail-image .blog-image-contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 55px 15px 40px;
  text-align: center;
  background: #2a2d2d;
  background: linear-gradient(0deg, #2a2d2d 0%, rgba(246, 246, 246, 0) 100%);
  color: #ffffff;
}
@media (max-width: 480px) {
  .dark .blog-section .blog-detail-image .blog-image-contain {
    position: relative;
  }
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-list li {
  text-transform: capitalize;
  position: relative;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-list li + li {
  margin-left: 30px;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-list li + li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  left: -24px;
}
.dark .blog-section .blog-detail-image .blog-image-contain h2, .dark .blog-section .blog-detail-image .blog-image-contain .h2 {
  margin: calc(10px + 4 * (100vw - 320px) / 1600) 0;
  font-weight: 700;
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 13 * (100vw - 320px) / 1600);
  color: #777;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  display: flex;
  align-items: center;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list i {
  font-size: 18px;
  margin-right: 3px;
}
.dark .blog-section .blog-detail-contain p {
  color: #dddddd;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  line-height: calc(25px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-detail-contain p .first {
  width: calc(38px + 12 * (100vw - 320px) / 1600);
  height: calc(38px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(55px + 15 * (100vw - 320px) / 1600);
  color: #dddddd;
  float: left;
  margin-right: calc(8px + 12 * (100vw - 320px) / 1600);
  margin-top: 8px;
}
.dark .blog-section .blog-detail-contain .blog-details-quote {
  padding: calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(18px + 42 * (100vw - 320px) / 1600) calc(62px + 118 * (100vw - 320px) / 1600);
  border-radius: 10px;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #dddddd;
  position: relative;
  color: #2a2d2d;
}
.dark .blog-section .blog-detail-contain .blog-details-quote h3, .dark .blog-section .blog-detail-contain .blog-details-quote .h3 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(24px + 11 * (100vw - 320px) / 1600);
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
}
.dark .blog-section .blog-detail-contain .blog-details-quote h5, .dark .blog-section .blog-detail-contain .blog-details-quote .h5 {
  letter-spacing: 3px;
  color: #ddd;
  text-transform: uppercase;
}
.dark .blog-section .blog-detail-contain .blog-details-quote::after {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: calc(38px + 32 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  top: calc(-6px + 32 * (100vw - 320px) / 1600);
  left: calc(15px + 72 * (100vw - 320px) / 1600);
}
.dark .blog-section .leave-title {
  margin: 40px 0 9px;
}
.dark .blog-section .leave-title h3, .dark .blog-section .leave-title .h3 {
  position: relative;
  font-weight: 700;
  z-index: 0;
  color: #dddddd;
  font-size: 22px;
}
.dark .blog-section .user-comment-box {
  margin-top: 24px;
}
.dark .blog-section .user-comment-box ul {
  display: flex;
  flex-wrap: wrap;
}
.dark .blog-section .user-comment-box ul li {
  padding: 0px 0 50px;
  width: 100%;
  position: relative;
}
.dark .blog-section .user-comment-box ul li.li-padding {
  padding-left: calc(28px + 52 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li {
    padding: 0;
  }
}
.dark .blog-section .user-comment-box ul li .user-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box {
    display: block;
  }
}
.dark .blog-section .user-comment-box ul li .user-box .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.dark .blog-section .user-comment-box ul li .user-box .reply-button svg {
  margin: -3px 9px 0 0;
  color: #777;
}
.dark .blog-section .user-comment-box ul li .user-box .user-image {
  position: relative;
}
.dark .blog-section .user-comment-box ul li .user-box .user-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.dark .blog-section .user-comment-box ul li .user-box .user-image .user-name {
  position: absolute;
  top: 0;
  left: 80px;
  width: 220px;
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-image .user-name {
    top: 50%;
    transform: translateY(-50%);
  }
}
.dark .blog-section .user-comment-box ul li .user-box .user-image .user-name h5, .dark .blog-section .user-comment-box ul li .user-box .user-image .user-name .h5 {
  font-weight: 600;
}
.dark .blog-section .user-comment-box ul li .user-box .user-image .user-name h6, .dark .blog-section .user-comment-box ul li .user-box .user-image .user-name .h6 {
  color: #dddddd;
  margin-bottom: 6px;
}
.dark .blog-section .user-comment-box ul li .user-box .user-contain {
  width: calc(100% - 70px);
  padding-left: 20px;
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-contain {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
}
.dark .blog-section .user-comment-box ul li .user-box .user-contain p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%;
}
@media (max-width: 575px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-contain p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dark .blog-section .user-comment-box ul li .user-box .user-contain p {
    margin: 0 0 35px;
  }
}
.dark .blog-section .leave-box {
  padding: calc(18px + 12 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 6px;
}
.dark .blog-section .leave-box .leave-comment .comment-notes p {
  line-height: 1.6;
}
.dark .blog-section .leave-box .leave-comment .save-comment-box {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.dark .blog-section .leave-box .leave-comment .save-comment-box .form-check {
  display: flex;
  align-items: center;
}
.dark .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
  margin-top: -5px;
}
@media (max-width: 659px) {
  .dark .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -21px;
  }
}
@media (max-width: 341px) {
  .dark .blog-section .leave-box .leave-comment .save-comment-box .form-check input {
    margin-top: -44px;
  }
}
.dark .blog-section .leave-box .leave-comment .save-comment-box .form-check .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: #dddddd;
}
.dark .blog-section .leave-box .leave-comment .blog-input .form-control {
  border: none;
}
.dark .blog-section .leave-box .leave-comment .blog-input .form-control:focus {
  background-color: #2a2d2d;
}
.dark .review-title h4, .dark .review-title .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 400;
}
.dark .review-title h2, .dark .review-title .h2 {
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 18 * (100vw - 320px) / 1600);
  width: 80%;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 480px) {
  .dark .review-title h2, .dark .review-title .h2 {
    width: 100%;
  }
}
.dark .review-title h2.center::before, .dark .review-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--theme-color);
}
.dark .about-us-title h4, .dark .about-us-title .h4 {
  font-size: calc(16px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .about-us-title h2, .dark .about-us-title .h2 {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
  margin-bottom: calc(28px + 13 * (100vw - 320px) / 1600);
  line-height: 1.3;
  position: relative;
}
.dark .about-us-title h2::before, .dark .about-us-title .h2::before {
  content: "";
  position: absolute;
  width: calc(106px + 69 * (100vw - 320px) / 1600);
  height: 3px;
  bottom: calc(-7px + -1 * (100vw - 320px) / 1600);
  left: 0;
  background: #ffa53b;
}
.dark .about-us-title h2.center::before, .dark .about-us-title .center.h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.dark .fresh-vegetable-section .fresh-image {
  margin-top: 30px;
  border-radius: calc(12px + 38 * (100vw - 320px) / 1600) 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .fresh-vegetable-section .fresh-image {
  border-radius: 0 calc(12px + 38 * (100vw - 320px) / 1600);
}
.dark .fresh-vegetable-section .fresh-image > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dark .fresh-vegetable-section .fresh-image:hover > div {
  transform: scale(1.05);
}
.dark .fresh-vegetable-section .fresh-image-2 {
  border-radius: 0 calc(12px + 38 * (100vw - 320px) / 1600);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .fresh-vegetable-section .fresh-image-2 {
  border-radius: calc(12px + 38 * (100vw - 320px) / 1600) 0;
}
.dark .fresh-vegetable-section .fresh-image-2 > div {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dark .fresh-vegetable-section .fresh-image-2:hover > div {
  transform: scale(1.05);
}
.dark .fresh-vegetable-section .fresh-contain {
  height: 100%;
}
.dark .fresh-vegetable-section .fresh-contain p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.7;
  color: #dddddd;
  margin-bottom: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .fresh-vegetable-section .delivery-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .fresh-vegetable-section .delivery-list ul li {
  width: 100%;
}
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  align-items: flex-start;
  color: #dddddd;
}
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box svg {
  font-size: 17px;
}
.dark .fresh-vegetable-section .delivery-list ul li .deliver-box h6, .dark .fresh-vegetable-section .delivery-list ul li .deliver-box .h6 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  width: calc(100% - 17px);
}
.dark .fresh-vegetable-section .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 15 * (100vw - 320px) / 1600);
  margin-top: 20px;
  align-items: center;
}
.dark .fresh-vegetable-section .delivery-box li .delivery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}
.dark .fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  width: 30px;
  height: auto;
}
.dark .client-section {
  background-color: #1d1d22;
}
.dark .client-section .clint-contain {
  background: #2a2d2d;
  padding: calc(27px + 23 * (100vw - 320px) / 1600);
  border-radius: calc(18px + 12 * (100vw - 320px) / 1600);
  position: relative;
}
.dark .client-section .clint-contain:hover .client-icon img {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.dark .client-section .clint-contain:hover h2, .dark .client-section .clint-contain:hover .h2 {
  opacity: 0.09;
  margin-right: 9px;
}
.dark .client-section .clint-contain:hover h4, .dark .client-section .clint-contain:hover .h4 {
  color: var(--theme-color);
}
.dark .client-section .clint-contain .client-icon {
  width: calc(60px + 20 * (100vw - 320px) / 1600);
  height: calc(60px + 20 * (100vw - 320px) / 1600);
  margin-bottom: 14px;
  margin-top: -11px;
}
.dark .client-section .clint-contain .client-icon img {
  width: 74%;
  height: 100%;
  object-fit: contain;
}
.dark .client-section .clint-contain h2, .dark .client-section .clint-contain .h2 {
  position: absolute;
  top: calc(14px + 10 * (100vw - 320px) / 1600);
  right: calc(24px + 10 * (100vw - 320px) / 1600);
  color: #dddddd;
  opacity: 0.05;
  font-size: calc(52px + 18 * (100vw - 320px) / 1600);
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.dark .client-section .clint-contain h4, .dark .client-section .clint-contain .h4 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.dark .client-section .clint-contain p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.dark .client-section .client-box .client-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .client-section .client-box .client-list li {
  width: 460px;
  position: relative;
}
.dark .team-section .team-box:hover .team-image img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.dark .team-section .team-box:hover .team-image .team-media {
  opacity: 1;
  right: 10px;
}
.dark .team-section .team-box .team-image {
  width: 50%;
  height: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.dark .team-section .team-box .team-image img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
  width: 100%;
}
.dark .team-section .team-box .team-name {
  text-align: center;
  margin-top: 20px;
}
.dark .team-section .team-box .team-name h3, .dark .team-section .team-box .team-name .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.7px;
  font-weight: 700;
}
.dark .team-section .team-box .team-name h5, .dark .team-section .team-box .team-name .h5 {
  margin-top: 6px;
  letter-spacing: 0.5px;
  color: #dddddd;
}
.dark .team-section .team-box .team-name p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #dddddd;
  margin: 9px auto 14px;
  width: 80%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dark .team-section .team-box .team-name p {
    width: 100%;
  }
}
.dark .team-section .team-box .team-name .team-media {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  margin-top: 15px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #2a2d2d;
  border-radius: 5px;
  background-color: #ededed;
}
.dark .team-section .team-box .team-name .team-media li a.fb-bg {
  color: #4267b2;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.fb-bg:hover {
  background-color: #4267b2;
  color: #ffffff;
}
.dark .team-section .team-box .team-name .team-media li a.twitter-bg {
  color: #00acee;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.twitter-bg:hover {
  background-color: #00acee;
  color: #ffffff;
}
.dark .team-section .team-box .team-name .team-media li a.pint-bg {
  color: #c8232c;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.pint-bg:hover {
  background-color: #c8232c;
  color: #ffffff;
}
.dark .team-section .team-box .team-name .team-media li a.insta-bg {
  color: #f56040;
  transition: all 0.3s ease-in-out;
}
.dark .team-section .team-box .team-name .team-media li a.insta-bg:hover {
  background-color: #f56040;
  color: #ffffff;
}
.dark .review-section {
  background-color: #1d1d22;
}
.dark .review-section .reviewer-box {
  background-color: #2a2d2d;
  padding: calc(18px + 16 * (100vw - 320px) / 1600);
  border-radius: 10px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.dark .review-section .reviewer-box:hover .icon svg {
  color: var(--theme-color);
  font-size: calc(115px + 53 * (100vw - 320px) / 1600);
  opacity: 0.15;
  transform: rotate(7deg);
  bottom: calc(-20px + -6 * (100vw - 320px) / 1600);
  right: calc(-13px + 2 * (100vw - 320px) / 1600);
}
.dark .review-section .reviewer-box .icon svg {
  position: absolute;
  font-size: calc(115px + 32 * (100vw - 320px) / 1600);
  opacity: 0.05;
  z-index: -1;
  transform: rotate(9deg);
  bottom: calc(-27px + -9 * (100vw - 320px) / 1600);
  right: calc(-20px + -3 * (100vw - 320px) / 1600);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.dark .review-section .reviewer-box h3, .dark .review-section .reviewer-box .h3 {
  font-weight: 400;
  margin: 10px 0 13px;
  font-size: 20px;
  line-height: 1.5;
}
.dark .review-section .reviewer-box p {
  color: #dddddd;
  line-height: 1.7;
  margin-bottom: 23px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .review-section .reviewer-box .reviewer-profile {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-image {
  width: calc(65px + 10 * (100vw - 320px) / 1600);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-name h4, .dark .review-section .reviewer-box .reviewer-profile .reviewer-name .h4 {
  font-weight: 700;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .review-section .reviewer-box .reviewer-profile .reviewer-name h6, .dark .review-section .reviewer-box .reviewer-profile .reviewer-name .h6 {
  color: #dddddd;
  margin-top: 6px;
}
.dark .chart-padding {
  background-color: #2a2d2d;
  padding: 20px;
  border-radius: 6px;
}
.dark .chart-title {
  margin-bottom: 20px;
}
.dark .chart-title h3, .dark .chart-title .h3 {
  font-size: 24px;
  font-weight: 600;
}
.dark .dashboard-title {
  margin-bottom: 22px;
}
.dark .dashboard-title h3, .dark .dashboard-title .h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
.dark .dashboard-title.dashboard-flex {
  display: flex;
}
.dark .dashboard-title.dashboard-flex button {
  margin-left: auto;
}
.dark .user-dashboard-section .dashboard-left-sidebar {
  background: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 107px;
  z-index: 0;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar {
    left: unset;
    right: -320px;
  }
  .dark .user-dashboard-section .dashboard-left-sidebar.show {
    left: 0;
  }
  body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar.show {
    left: unset;
    right: 0;
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #1d1d22;
  border-radius: 100%;
}
.dark .user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: #dddddd;
  padding: 2px 0 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box {
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    height: 120px;
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.15;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #2a2d2d;
  border-radius: 100%;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round {
  position: relative;
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  background-color: #f8f8f8;
  font-size: 40px;
  border-radius: 100%;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.19);
  margin: 0 auto;
}
html.dark .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round {
  background-color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .edit-icon-container {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2a2d2d;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 3px solid rgb(235, 235, 235);
}
html.dark .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .edit-icon-container {
  outline: 3px solid rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .edit-icon-container {
  right: unset;
  left: 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round svg {
  width: 18px;
  height: 18px;
  color: #dddddd;
}
html.dark .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round svg {
  color: #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #1d1d22;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  box-shadow: 2px 3px 8px rgba(255, 255, 255, 0.0032);
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  background-color: #2a2d2d;
  border-radius: 100%;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i,
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon svg {
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input,
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon svg input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  margin-top: calc(10px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.7px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 4px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 span {
  margin: 0 8px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  flex-wrap: wrap;
  gap: calc(2px + 5 * (100vw - 320px) / 1600);
  margin: calc(10px + 10 * (100vw - 320px) / 1600) 0 6px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #dddddd;
  width: 100%;
  text-align: left;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  font-size: calc(18px + 1 * (100vw - 320px) / 1600);
  margin-right: 10px;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  margin-right: unset;
  margin-left: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar {
  background-color: #1d1d22;
  padding: calc(20px + 20 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 6px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box {
  margin: 30px 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #2a2d2d;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain:hover .img-1 {
  width: calc(84px + 12 * (100vw - 320px) / 1600);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain:hover .img-1 {
  transform: translateY(-50%) rotate(7deg);
  right: unset;
  left: -19px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain img {
  width: calc(54px + 6 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .img-1 {
  right: unset;
  left: -30px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail .h5 {
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  color: #dddddd;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .total-contain .total-detail .h3 {
  font-weight: 600;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a:hover, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail .h6 {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 6 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 {
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(-90deg, #ff6b6b 0%, #ff4f4f 100%);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: calc(9px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span.success-bg {
  background: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h6 {
  margin-top: 6px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #1d1d22;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 30px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: flex;
  }
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  transform: scale(1.1);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
  display: block;
}
@media (max-width: 1199px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    text-align: center;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
  display: block;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a .h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box .h5 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
  display: flex;
  position: relative;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
  margin-top: 3px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
  margin-bottom: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: 4px 0;
  color: #dddddd;
  background-color: transparent;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  min-width: 90px;
  padding-left: 8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 span {
  background-color: var(--theme-color);
  padding: 4px 8px;
  border-radius: 4px;
  color: #2a2d2d;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #1d1d22;
  font-weight: 600;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-right: calc(6px + 2 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg {
  margin-right: unset;
  margin-left: calc(6px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
  position: relative;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  background: #d2d2d2;
  color: #ffffff;
  text-align: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details .h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(42, 45, 45, 0) 1px, rgba(42, 45, 45, 0.03) 2px, rgba(42, 45, 45, 0.04) 3px, rgba(42, 45, 45, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(42, 45, 45, 0) 40%, rgba(42, 45, 45, 0.2) 70%, rgba(42, 45, 45, 0) 90%);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #2a2d2d;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(42, 45, 45, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #2a2d2d;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
  width: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
    display: none;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #ffffff;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: 0;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  background: var(--theme-color);
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
    margin-top: 3px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
    margin-top: 10px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 16 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box svg {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .h6 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #dddddd;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
  margin-top: 20px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
  margin-bottom: 36px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
  margin-top: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .h6 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(14, 153, 126, 0.1490196078);
  border: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
  display: inline-block;
  position: absolute;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
  left: 39px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(13, 164, 135, 0.149);
  border: 1px solid rgba(13, 164, 135, 0.149);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
  display: inline-block;
  position: absolute;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
  background-color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  left: 39px;
  background: #2a2d2d;
}
.dark .order-detail .order-image {
  background-color: #1d1d22;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.dark .order-detail .order-image img {
  width: 360px;
  margin: 0 auto;
}
.dark .order-detail .order-details-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.dark .order-detail .order-details-contain .order-tracking-icon svg {
  font-size: 25px;
}
.dark .order-detail .order-details-contain .order-details-name h2, .dark .order-detail .order-details-contain .order-details-name .h2 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}
.dark .order-detail .order-details-contain .order-details-name h4, .dark .order-detail .order-details-contain .order-details-name .h4 {
  line-height: 1.4;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .order-detail .order-details-contain .order-details-name h5, .dark .order-detail .order-details-contain .order-details-name .h5 {
  margin-bottom: 7px;
}
.dark .order-detail .order-details-contain .order-details-name img {
  margin-top: calc(6px + 6 * (100vw - 320px) / 1600);
  width: calc(160px + 40 * (100vw - 320px) / 1600);
}
.dark .order-detail .progtrckr {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr {
    display: inline;
    margin: 30px 0;
    overflow: hidden;
  }
}
.dark .order-detail .progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li {
    margin: 0;
    width: 50% !important;
  }
}
.dark .order-detail .progtrckr li h5, .dark .order-detail .progtrckr li .h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li h5, .dark .order-detail .progtrckr li .h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
}
.dark .order-detail .progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li:before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
}
.dark .order-detail .progtrckr li.progtrckr-todo {
  color: #dddddd;
  border-top: 4px solid #959595;
  width: 100% !important;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #959595;
  }
}
.dark .order-detail .progtrckr li.progtrckr-todo:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "";
  color: #2a2d2d;
  background: #959595;
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-todo:before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    transform: translateY(-50%);
  }
}
.dark .order-detail .progtrckr li.progtrckr-todo h6, .dark .order-detail .progtrckr li.progtrckr-todo .h6 {
  font-size: 13px;
  margin-top: 8px;
}
.dark .order-detail .progtrckr li.progtrckr-done {
  color: #ffffff;
  border-top: 4px solid var(--theme-color);
  width: 100% !important;
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-done:first-of-type {
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .dark .order-detail .progtrckr li.progtrckr-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
}
.dark .order-detail .progtrckr li.progtrckr-done:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  content: "\f00c";
  color: #ffffff;
  background-color: var(--theme-color);
  line-height: 35px;
  border: none;
  border-radius: 35px;
  font-size: 16px;
}
.dark .order-detail .progtrckr li.progtrckr-done h6, .dark .order-detail .progtrckr li.progtrckr-done .h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #dddddd;
}
.dark .order-tab-table {
  margin-bottom: 0;
}
.dark .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #ffffff;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .order-tab-table tbody {
  border-top: none !important;
}
.dark .order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}
.dark .order-table-section .order-navpills {
  flex-wrap: nowrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  overflow: auto hidden;
}
.dark .order-table-section .order-navpills .nav-item .nav-link {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: calc(11px + 3 * (100vw - 320px) / 1600) calc(17px + 7 * (100vw - 320px) / 1600);
  color: #dddddd;
  font-weight: 600;
  white-space: nowrap;
}
.dark .order-table-section .order-navpills .nav-item .nav-link.active {
  background: var(--theme-color);
  color: #ffffff;
}
.dark .order-table-section .order-tab {
  margin-top: 22px;
}
.dark .order-table-section .order-tab .order-tab-table {
  margin-bottom: 0;
}
.dark .order-table-section .order-tab .order-tab-table thead tr th {
  text-align: center;
  background-color: #e7e7e7;
  color: #ffffff;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.dark .order-table-section .order-tab .order-tab-table tbody {
  border-top: none;
}
.dark .order-table-section .order-tab .order-tab-table tbody tr td {
  font-weight: 300;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  min-width: 160px;
  color: #777;
}
.dark .order-table table tbody tr td {
  vertical-align: middle;
}
.dark .order-success-2 tbody {
  border-top: none;
}
.dark .search-section .search-box {
  position: relative;
}
body[dir=rtl] .dark .search-section .search-box .input-group .form-control {
  border-radius: 0 6px 6px 0 !important;
}
.dark .search-section .search-box .input-group .form-control:focus {
  z-index: 0;
}
.dark .search-section .search-box .input-group button {
  z-index: 0;
}
body[dir=rtl] .dark .search-section .search-box .input-group button {
  border-radius: 6px 0 0 6px !important;
}
.dark .vendor-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  margin-bottom: 16px;
}
.dark .vendor-detail-box {
  padding: calc(20px + 8 * (100vw - 992px) / 928);
  margin-bottom: 29px;
  border-radius: 9px;
  box-shadow: -2px 0rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
  background: #2a2d2d;
  margin-top: 54px;
  padding-top: 42px;
}
.dark .vendor-detail-box .shop-roof {
  position: absolute;
  top: -54px;
  width: 104%;
  left: -17px;
  height: 95px;
}
@media (max-width: 991px) {
  .dark .vendor-detail-box {
    padding: 0;
    box-shadow: none;
    margin-right: 0;
  }
}
.dark .vendor-detail-box .vendor-name .vendor-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 3 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-name .vendor-logo img {
  width: calc(80px + 9 * (100vw - 320px) / 1600);
  height: auto;
}
.dark .vendor-detail-box .vendor-name .vendor-logo h3, .dark .vendor-detail-box .vendor-name .vendor-logo .h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating {
  margin-top: 4px;
}
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating .rating li svg {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating span,
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating h6,
.dark .vendor-detail-box .vendor-name .vendor-logo .vendor-rating .h6 {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
  margin-top: 15px;
}
.dark .vendor-detail-box .vendor-tag h4, .dark .vendor-detail-box .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.dark .vendor-detail-box .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-tag ul li {
  background-color: rgba(119, 119, 119, 0.44);
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #ffffff;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box .vendor-share {
  display: flex;
  align-items: center;
}
.dark .vendor-detail-box .vendor-share h5, .dark .vendor-detail-box .vendor-share .h5 {
  font-weight: 600;
}
.dark .vendor-detail-box .vendor-share ul {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
body[dir=rtl] .dark .vendor-detail-box .vendor-share ul {
  margin-left: unset;
  margin-right: 15px;
}
.dark .vendor-detail-box .vendor-share ul li a {
  color: #dddddd;
  display: block;
  font-size: 16px;
  line-height: 1;
}
.dark .vendor-detail-box-2 {
  padding: calc(20px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 50px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.13);
  background: var(--theme-color);
  color: #ffffff;
}
.dark .vendor-detail-box-2 .vendor-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .vendor-detail-box-2 .vendor-logo img {
  width: 85%;
  height: auto;
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .vendor-logo img {
    width: 26%;
  }
}
@media (max-width: 480px) {
  .dark .vendor-detail-box-2 .vendor-logo img {
    width: 35%;
  }
}
@media (max-width: 360px) {
  .dark .vendor-detail-box-2 .vendor-logo img {
    width: 50%;
  }
}
.dark .vendor-detail-box-2 .vendor-name {
  height: 100%;
}
.dark .vendor-detail-box-2 .vendor-name .vendor-list-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box-2 .vendor-name h3, .dark .vendor-detail-box-2 .vendor-name .h3 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.dark .vendor-detail-box-2 .vendor-name .vendor-rating .rating li svg {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box-2 .vendor-name .vendor-rating span,
.dark .vendor-detail-box-2 .vendor-name .vendor-rating h6,
.dark .vendor-detail-box-2 .vendor-name .vendor-rating .h6 {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  color: #f1f1f1;
}
.dark .vendor-detail-box-2 .vendor-name p {
  margin-bottom: -6px;
  line-height: 1.5;
  font-size: 14px;
  color: #f1f1f1;
  margin-top: 11px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .vendor-detail-box-2 .vendor-tag h4, .dark .vendor-detail-box-2 .vendor-tag .h4 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 17px;
}
.dark .vendor-detail-box-2 .vendor-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box-2 .vendor-tag ul li {
  background-color: rgba(119, 119, 119, 0.44);
  letter-spacing: 0.5px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #ffffff;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-detail-box-2 .share-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .share-contact {
    display: block;
  }
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .share-contact > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.dark .vendor-detail-box-2 .share-contact .vendor-share h5, .dark .vendor-detail-box-2 .share-contact .vendor-share .h5 {
  display: block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .vendor-detail-box-2 .share-contact .vendor-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .vendor-detail-box-2 .share-contact .vendor-share ul li {
  position: relative;
}
.dark .vendor-detail-box-2 .share-contact .vendor-share ul li a {
  color: #f1f1f1;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .vendor-detail-box-2 .share-contact .vendor-contect {
  text-align: center;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .dark .vendor-detail-box-2 .share-contact .vendor-contect {
    margin-top: 0;
  }
}
.dark .vendor-detail-box-2 .share-contact .vendor-contect h5, .dark .vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  text-align: center;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .vendor-detail-box-2 .share-contact .vendor-contect button,
.dark .vendor-detail-box-2 .share-contact .vendor-contect a {
  margin: 8px auto 0;
}
.dark .seller-poster-section .poster-box .poster-image {
  margin-bottom: calc(22px + 0.01875 * (100vw - 320px));
  text-align: center;
  height: calc(140px + 0.225 * (100vw - 320px));
  overflow: hidden;
}
.dark .seller-poster-section .poster-box .poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .seller-poster-section .saller-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.dark .become-service .service-box {
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.dark .become-service .service-box:hover {
  transform: translateY(-10px);
}
.dark .become-service .service-box:hover .service-svg svg {
  transform: scale(1.05);
  fill: var(--theme-color);
}
.dark .become-service .service-box:hover .service-detail h4, .dark .become-service .service-box:hover .service-detail .h4 {
  color: var(--theme-color);
}
.dark .become-service .service-box:hover .service-detail h4::after, .dark .become-service .service-box:hover .service-detail .h4::after {
  width: 68%;
}
.dark .become-service .service-box .service-svg {
  width: calc(58px + 22 * (100vw - 320px) / 1600);
  height: calc(58px + 22 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2d2d;
  margin: 0 auto calc(14px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
  padding: calc(5px + 3 * (100vw - 320px) / 1600);
}
.dark .become-service .service-box .service-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
html.dark .dark .become-service .service-box .service-svg img {
  filter: invert(1) brightness(100);
}
.dark .become-service .service-box .service-detail h4, .dark .become-service .service-box .service-detail .h4 {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.dark .become-service .service-box .service-detail h4::after, .dark .become-service .service-box .service-detail .h4::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.dark .become-service .service-box .service-detail p {
  margin: 0;
  line-height: 1.5;
  color: #dddddd;
  transition: all 0.3s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .business-section {
  background-color: #1d1d22;
}
.dark .business-section .business-contain {
  position: relative;
  z-index: 0;
}
.dark .business-section .business-contain::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://angular.pixelstrap.net/fastkart/arrow.684125b0e42c2e24.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain::after {
    content: none;
  }
}
.dark .business-section .business-contain > .row {
  margin-inline: -50px;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row {
    margin-inline: 0;
  }
}
.dark .business-section .business-contain > .row > div {
  padding-inline: calc(15px + 35 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row > div {
    padding-inline: calc(var(--bs-gutter-x) * 0.5);
  }
}
.dark .business-section .business-contain > .row > div:last-child, .dark .business-section .business-contain > .row > div:first-child {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row > div:last-child, .dark .business-section .business-contain > .row > div:first-child {
    margin-bottom: inherit;
  }
}
.dark .business-section .business-contain > .row > div:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .dark .business-section .business-contain > .row > div:nth-child(2) {
    margin-top: var(--bs-gutter-y);
  }
}
.dark .business-section .business-contain .business-box {
  text-align: center;
  background-color: #2a2d2d;
  border-radius: 9px;
  padding: calc(17px + 18 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}
.dark .business-section .business-contain .business-box .business-number {
  width: calc(54px + 11 * (100vw - 320px) / 1600);
  height: calc(54px + 11 * (100vw - 320px) / 1600);
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(19px + 9 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.dark .business-section .business-contain .business-box .business-number h2, .dark .business-section .business-contain .business-box .business-number .h2 {
  color: #2a2d2d;
  font-size: calc(26px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
}
html.dark .dark .business-section .business-contain .business-box .business-number h2, html.dark .dark .business-section .business-contain .business-box .business-number .h2 {
  color: #ffffff;
}
.dark .business-section .business-contain .business-box .business-detail h4, .dark .business-section .business-contain .business-box .business-detail .h4 {
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.4;
}
.dark .business-section .business-contain .business-box .business-detail p {
  margin: 0;
  color: #dddddd;
  line-height: 1.6;
  font-size: 16px;
}
.dark .seller-grid-box {
  background-color: #1d1d22;
  padding: calc(12px + 13 * (100vw - 320px) / 1600);
  border-radius: 14px;
  position: relative;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  display: block;
}
.dark .seller-grid-box .grid-contain .seller-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon svg {
  font-size: 17px;
  color: var(--theme-color);
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5, .dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 {
  line-height: 1.6;
  color: #ffffff;
}
.dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 span, .dark .seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail .h5 span {
  color: #dddddd;
}
.dark .seller-grid-box .grid-contain .contain-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.dark .seller-grid-box .grid-contain .contain-name h6, .dark .seller-grid-box .grid-contain .contain-name .h6 {
  color: #dddddd;
  margin-left: 4px;
}
body[dir=rtl] .dark .seller-grid-box .grid-contain .contain-name h6, body[dir=rtl] .dark .seller-grid-box .grid-contain .contain-name .h6 {
  margin-left: unset;
  margin-right: 4px;
}
.dark .seller-grid-box .grid-contain .contain-name h3, .dark .seller-grid-box .grid-contain .contain-name .h3 {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .seller-grid-box .grid-contain .contain-name .product-rating {
  margin-bottom: calc(14px + 5 * (100vw - 320px) / 1600);
}
.dark .seller-grid-box .grid-contain .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.dark .seller-grid-box .grid-contain .contain-name .product-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
.dark .seller-grid-box .grid-contain .contain-name .grid-image {
  width: calc(67px + 33 * (100vw - 320px) / 1600);
  height: calc(67px + 33 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2d2d;
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: calc(7px + 4 * (100vw - 320px) / 1600);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.07);
}
.dark .seller-grid-box .grid-contain .contain-name .grid-image h1, .dark .seller-grid-box .grid-contain .contain-name .grid-image .h1 {
  color: #dddddd;
  line-height: 1;
  font-size: calc(43px + 27 * (100vw - 320px) / 1600);
}
.dark .seller-grid-box .grid-contain .contain-name .grid-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .seller-grid-box-1 .grid-image {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.dark .seller-grid-box-1 .grid-image .image {
  width: 66px;
  height: 66px;
  border-radius: 11px;
}
.dark .seller-grid-box-1 .grid-image .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .seller-grid-box-1 .grid-image .contain-name {
  width: calc(100% - 66px - 18px);
  position: relative;
}
.dark .seller-grid-box-1 .grid-image .contain-name .since-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  background-color: #1d1d22;
  right: 0;
  padding-left: 5px;
}
body[dir=rtl] .dark .seller-grid-box-1 .grid-image .contain-name .since-number {
  right: unset;
  left: 0;
  padding-left: unset;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .dark .seller-grid-box-1 .grid-image .contain-name .since-number {
    display: block;
  }
}
.dark .seller-grid-box-1 .grid-image .contain-name .since-number h6, .dark .seller-grid-box-1 .grid-image .contain-name .since-number .h6 {
  color: #dddddd;
}
.dark .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  display: block;
  text-align: right;
}
body[dir=rtl] .dark .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
  text-align: left;
}
@media (max-width: 480px) {
  .dark .seller-grid-box-1 .grid-image .contain-name .since-number .product-rating {
    margin-top: 2px;
  }
}
.dark .seller-grid-box-1 .grid-image .contain-name h3, .dark .seller-grid-box-1 .grid-image .contain-name .h3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  width: 50%;
}
.dark .seller-grid-box-1 .grid-image .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.dark .seller-grid-box-1 .grid-image .contain-name .product-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
.dark .seller-grid-box-1 .grid-contain .seller-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image {
  display: flex;
  flex-wrap: nowrap;
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2d2d;
  border-radius: 100%;
  padding: 4px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li:hover {
  transform: scale(1.1) translateY(-7px);
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li:last-child {
  line-height: 1;
  font-weight: 600;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-left: calc(-19px + 5 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .seller-grid-box-1 .grid-contain .seller-category .product-image li + li {
  margin-right: calc(-19px + 5 * (100vw - 320px) / 1600);
  margin-left: unset;
}
.dark .seller-grid-box-1 .grid-contain .seller-category .product-image li h1, .dark .seller-grid-box-1 .grid-contain .seller-category .product-image li .h1 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .product-table {
  margin-bottom: 0;
}
.dark .product-table thead tr th {
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-table tbody {
  border-top: 1px solid rgba(119, 119, 119, 0.44) !important;
}
.dark .product-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.dark .product-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 190px;
  background-color: transparent;
  color: #ffffff;
}
.dark .product-table tbody tr td:nth-child(2) {
  max-width: 150px;
}
.dark .product-table tbody tr td:nth-child(2) h6, .dark .product-table tbody tr td:nth-child(2) .h6 {
  color: #dddddd;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .product-table tbody tr td.product-image {
  width: 90px;
}
.dark .product-table tbody tr td.edit-delete svg {
  font-size: 19px;
}
.dark .order-table {
  margin-bottom: 0;
}
.dark .order-table-2 tbody {
  border-top: none !important;
}
.dark .order-table-2 tbody tr td {
  text-align: left;
}
.dark .order-table thead tr th {
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
}
.dark .order-table tbody {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .order-table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.dark .order-table tbody tr td {
  text-align: center;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
.dark .order-table tbody tr td:nth-child(2) {
  color: #dddddd;
}
.dark .order-table tbody tr td label {
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 50px;
}
.dark .order-table tbody tr td label.success {
  background-color: rgba(13, 164, 135, 0.1);
  color: var(--theme-color);
}
.dark .order-table tbody tr td label.danger {
  background-color: rgba(255, 114, 114, 0.1);
  color: #ff7272;
}
.dark .order-table tbody tr td:first-child {
  font-weight: 600;
}
.dark .profile-tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(15px + 6 * (100vw - 320px) / 1600);
}
.dark .profile-tab ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .dark .profile-tab ul li {
    display: block;
  }
}
.dark .profile-tab ul li h5, .dark .profile-tab ul li .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .profile-tab ul li h5:first-child, .dark .profile-tab ul li .h5:first-child {
  width: 220px;
}
.dark .profile-tab ul li h5:last-child, .dark .profile-tab ul li .h5:last-child {
  color: #dddddd;
}
@media (max-width: 575px) {
  .dark .profile-tab ul li h5:last-child, .dark .profile-tab ul li .h5:last-child {
    margin-top: 8px;
  }
}
.dark .deactivate-box {
  padding: 15px 22px;
  background: rgba(255, 165, 59, 0.1);
  border: 1px dashed #ffa53b;
  border-radius: 7px;
  display: flex;
  flex-wrap: nowrap;
  gap: 17px;
  margin-bottom: 21px;
}
.dark .deactivate-box .deactivate-icon {
  width: 30px;
  height: 30px;
  background: rgba(254, 163, 72, 0.3);
  color: #fea348;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.dark .deactivate-box .deactivate-contain h3, .dark .deactivate-box .deactivate-contain .h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.dark .deactivate-box .deactivate-contain h5, .dark .deactivate-box .deactivate-contain .h5 {
  color: #dddddd;
  margin-bottom: 10px;
}
.dark .deactivate-box .deactivate-contain a {
  font-size: 16px;
  font-weight: 600;
}
.dark .dashboard-privacy .privacy-box .custom-form-check-2 label {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.dark .apexcharts-tooltip * {
  display: flex;
}
.dark .apexcharts-toolbar {
  z-index: 0;
}
.dark .slider-3-product .product-slider-image {
  background-color: #1d1d22;
}
.dark .slider-3-product .product-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-section .product-left-box .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .no-data-added {
  text-align: center;
  padding: 60px 0;
  border-radius: 12px;
}
html.dark .dark .no-data-added {
  background-color: #1d1d22 !important;
}
.dark .no-data-added img {
  width: 18%;
  margin-bottom: 20px;
}
@media (max-width: 1458px) {
  .dark .no-data-added img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .dark .no-data-added img {
    width: 63%;
  }
}
.dark .no-data-added h4, .dark .no-data-added .h4 {
  font-weight: 500;
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .no-data-added.collection-no-data {
  padding: calc(45px + 75 * (100vw - 320px) / 1600) 0;
}
.dark .no-data-added.collection-no-data img {
  width: 30%;
}
.dark .no-data-added.collection-no-data p {
  width: calc(100% + -56 * (100vw - 320px) / 1600);
}
.dark .no-data-added p {
  width: calc(100% + -66 * (100vw - 320px) / 1600);
  margin: 0 auto;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.4;
  color: #dddddd;
}
.dark .no-data-added.category-no-data img {
  width: 64%;
}
.dark .no-data-added.no-shipping img {
  width: 32%;
}
@media (max-width: 991px) {
  .dark .no-data-added.no-shipping img {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .dark .no-data-added.no-shipping img {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .dark .no-data-added.no-shipping img {
    width: 80%;
  }
}
.dark .custom-anchor {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
  cursor: pointer;
}
.dark .post-question-box {
  margin-bottom: 32px;
}
.dark .post-question-box h4, .dark .post-question-box .h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.dark .post-question-box h4 a, .dark .post-question-box .h4 a {
  width: auto;
  display: inline-block;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  border-radius: 6px;
  background-color: #1d1d22;
  color: #ffffff;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .search-product .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  background-color: #1d1d22;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
body[dir=rtl] .dark .search-product .product-box {
  border: unset;
}
.dark .search-product .product-box .add-to-cart-box {
  max-width: 100%;
}
.dark .custom-padding {
  padding-right: 10px;
}
body[dir=rtl] .dark .custom-padding {
  padding-right: unset;
  padding-left: 10px;
}
.dark .custom-height {
  max-height: 190px;
  overflow-y: auto;
  height: 100%;
}
.dark .custom-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .custom-height::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .custom-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .shop-banner-contain {
  position: relative;
  border-radius: 8px;
}
.dark .shop-banner-contain .shop-banner-details {
  padding: calc(20px + 20 * (100vw - 320px) / 1600) calc(25px + 55 * (100vw - 320px) / 1600);
  width: 50%;
}
@media (max-width: 1460px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 80%;
    background: #2a2d2d;
    background: linear-gradient(90deg, rgba(42, 45, 45, 0.4) 0%, rgba(246, 246, 246, 0) 100%);
  }
}
@media (max-width: 480px) {
  .dark .shop-banner-contain .shop-banner-details {
    width: 100%;
  }
}
.dark .shop-banner-contain .shop-banner-details h5, .dark .shop-banner-contain .shop-banner-details .h5 {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  letter-spacing: 1.5px;
}
.dark .shop-banner-contain .shop-banner-details h2, .dark .shop-banner-contain .shop-banner-details .h2 {
  font-size: calc(24px + 34 * (100vw - 320px) / 1600);
  margin: calc(8px + 2 * (100vw - 320px) / 1600) 0;
  line-height: 1.2;
  font-weight: 700;
}
.dark .banner-description {
  margin-top: 28px;
}
.dark .banner-description p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
.dark .category-title h3, .dark .category-title .h3 {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
.dark .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 6 * (100vw - 320px) / 1600);
}
.dark .category-list li {
  display: block;
  width: 100%;
}
.dark .category-list li .category-list-box {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: unset;
  padding-left: unset;
  gap: 10px;
}
.dark .category-list li .category-list-box input {
  width: 21px;
  height: 21px;
  border: unset;
  float: unset;
  margin: 0;
  border-color: transparent;
}
.dark .category-list li .category-list-box input::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark .category-list li .category-list-box input::before {
  width: 11px;
  left: 5px;
  top: 5px;
}
.dark .category-list li .category-list-box input:focus {
  box-shadow: unset;
}
.dark .category-list li .category-list-box input:active {
  filter: unset;
}
.dark .category-list li .category-list-box input:checked {
  background-color: transparent;
  border-color: transparent;
}
.dark .category-list li .category-list-box input:checked[type=checkbox] {
  --bs-form-check-bg-image: unset;
}
.dark .category-list li .category-list-box .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.dark .category-list li .category-list-box .form-check-label .name {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .category-list li .category-list-box .form-check-label .number {
  color: #777;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .category-list li .category-list-box .color-label-box {
  gap: 8px;
  justify-content: unset;
}
.dark .category-list li .category-list-box .color-label-box .color-box {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #eee;
}
.dark .category-list li .sub-category-list {
  margin-left: 16px;
  margin-top: 9px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}
.dark .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .category-dropdown h5, .dark .category-dropdown .h5 {
    display: none;
  }
}
.dark .category-dropdown .dropdown {
  margin-left: 10px;
  width: calc(158px + 62 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .dark .category-dropdown .dropdown {
    margin-left: 0;
  }
}
.dark .category-dropdown .dropdown .dropdown-toggle {
  font-weight: 400;
  display: block;
  background-color: #f6f5f2;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #ffffff;
  width: 100%;
  max-width: calc(153.2px + 0.875vw);
  text-align: left;
  z-index: 2;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .category-dropdown .dropdown .dropdown-toggle {
  text-align: right;
}
.dark .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.dark .category-dropdown .dropdown .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
body[dir=rtl] .dark .category-dropdown .dropdown .dropdown-toggle::before {
  right: unset;
  left: 15px;
}
.dark .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 6px;
  min-width: unset;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  width: 100%;
  z-index: 2;
  margin-top: 7px;
  z-index: 1;
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box {
  max-height: 220px;
  overflow: hidden auto;
  z-index: 1;
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  padding: 4px 6px;
  font-size: 17px;
  transition: all 0.1s ease-in-out;
}
body[dir=rtl] .dark .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  text-align: right;
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item + .dropdown-item {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.dark .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:active, .dark .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:focus {
  color: var(--theme-color);
  background-color: transparent;
}
.dark .shop-section .left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .shop-section .left-box {
  border-right: unset;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
}
html.dark .dark .shop-section .left-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 991px) {
  .dark .shop-section .left-box {
    width: 300px;
    height: 100%;
    border-right: unset;
    position: fixed;
    top: 0;
    left: -350px;
    background-color: #2a2d2d;
    z-index: 1041;
    transition: all 0.5s ease;
    border: unset;
    overflow: hidden auto;
    transition: all 0.3s ease-in-out;
  }
  body[dir=rtl] .dark .shop-section .left-box {
    border: unset;
    left: unset;
    right: -350px;
  }
}
.dark .shop-section .left-box.right-box {
  border-right: unset;
  border-left: 1px solid #ececec;
}
body[dir=rtl] .dark .shop-section .left-box.right-box {
  border-left: unset;
  border-right: 1px solid #ececec;
}
html.dark .dark .shop-section .left-box.right-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 991px) {
  .dark .shop-section .left-box.right-box {
    border-left: unset;
    left: unset;
    right: -350px;
  }
  body[dir=rtl] .dark .shop-section .left-box.right-box {
    left: -350px;
    right: unset;
  }
}
.dark .shop-section .left-box.right-box.show {
  left: unset;
  right: 0;
}
body[dir=rtl] .dark .shop-section .left-box.right-box.show {
  right: unset;
  left: 0;
}
.dark .shop-section .left-box.right-box .shop-left-sidebar {
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
  padding-right: unset;
}
body[dir=rtl] .dark .shop-section .left-box.right-box .shop-left-sidebar {
  padding-left: unset;
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .dark .shop-section .left-box.right-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
  body[dir=rtl] .dark .shop-section .left-box.right-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .shop-section .left-box.show {
  left: 0;
}
body[dir=rtl] .dark .shop-section .left-box.show {
  right: 0;
  left: unset;
}
.dark .shop-section .left-box .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-section .left-box .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.dark .shop-section .left-box .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-section .left-box .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.dark .shop-section .left-box .shop-left-sidebar {
  padding-right: calc(16px + 10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar {
  padding-right: unset;
  padding-left: calc(16px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .dark .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
  body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar {
    padding: calc(16px + 10 * (100vw - 320px) / 1600);
  }
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 9px;
}
html.dark .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 9px;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.rtl .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body .accordion-body {
  padding: 0;
}
.dark .shop-section .left-box .shop-left-sidebar .back-button {
  display: none;
}
@media (max-width: 991px) {
  .dark .shop-section .left-box .shop-left-sidebar .back-button {
    display: block;
    margin-bottom: 26px;
  }
}
.dark .shop-section .left-box .shop-left-sidebar .back-button h3, .dark .shop-section .left-box .shop-left-sidebar .back-button .h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dark .shop-section .left-box .shop-left-sidebar .back-button h3 a, .dark .shop-section .left-box .shop-left-sidebar .back-button .h3 a {
  display: flex;
  align-items: center;
}
.dark .shop-section .left-box .shop-left-sidebar .back-button h3 svg, .dark .shop-section .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-right: 10px;
  font-size: 20px;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .back-button h3 svg, body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .back-button .h3 svg {
  margin-left: 10px;
  margin-right: unset;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category {
  margin-bottom: 25px;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 8px 0;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title h2, .dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title .h2 {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title a {
  display: block;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category .filter-title a:hover {
  color: var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li {
  padding: 9px 11px;
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li span {
  position: relative;
  line-height: 1;
  margin-top: -1px;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li span svg {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #777;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  border: none;
  width: 100%;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 0 0 8px 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 5px;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span {
  position: relative;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  background-color: var(--theme-color);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.dark .shop-section .left-box .shop-left-sidebar .left-title {
  margin-bottom: 20px;
  margin-top: 32px;
}
.dark .shop-section .left-box .shop-left-sidebar .left-title h3, .dark .shop-section .left-box .shop-left-sidebar .left-title .h3 {
  font-weight: 700;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f7f6f3;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-radius: unset;
  position: relative;
  display: flex;
  align-items: center;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link:hover img {
  right: unset;
  left: -12px;
  transform: translateY(-50%) rotate(4deg);
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active img {
  right: unset;
  left: -10px;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.dark .shop-section .left-box .shop-left-sidebar .search-box {
  padding: 16px 0 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
}
.dark .shop-section .left-box .shop-left-sidebar .search-box .form-control {
  border-radius: 6px;
  z-index: 0;
  border: 1px solid rgba(119, 119, 119, 0.44);
  padding-right: 55px;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .search-box .form-control {
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: 55px;
}
.dark .shop-section .left-box .shop-left-sidebar .search-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(119, 119, 119, 0.44);
  font-size: 15px;
  padding: 0 18px;
  font-weight: 600;
  height: 60%;
  display: flex;
  align-items: center;
  color: #dddddd;
}
body[dir=rtl] .dark .shop-section .left-box .shop-left-sidebar .search-box .search-icon {
  border-left: unset;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
  right: unset;
  left: 0;
}
html.dark .dark .shop-section .left-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .shop-section .show-button {
  margin-bottom: 14px;
}
.dark .shop-section .show-button .filter-button {
  display: block;
  color: #2a2d2d;
}
.dark .shop-section .show-button .filter-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}
.dark .shop-section .show-button .filter-button a svg {
  margin-top: -4px;
}
.dark .shop-section .show-button .filter-button-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.dark .shop-section .show-button .filter-button-group .sort-by-button {
  color: #2a2d2d;
  margin-left: auto;
}
.dark .shop-section .show-button .filter-button-group .sort-by-button a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(6px + 2 * (100vw - 320px) / 1600) calc(9px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: inline-block;
}
.dark .shop-section .show-button .filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.dark .shop-section .show-button .top-filter-menu-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .shop-section .show-button .top-filter-menu-2 {
    margin-top: 18px;
  }
}
.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu {
  border: none;
  background-color: #f6f5f2;
  padding: 10px calc(13px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
  margin-right: 14px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777;
}
html.dark .dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu {
  background-color: #1d1d22;
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu {
  margin-right: unset;
  margin-left: 14px;
}
.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a svg {
  font-size: 16px;
  margin-top: -3px;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option {
  margin-left: auto;
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu-2 .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 {
    display: none;
  }
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active {
  background: var(--theme-color);
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option-2 ul li.active img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li a img {
  width: auto;
}
.dark .shop-section .show-button .top-filter-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .dark .shop-section .show-button .top-filter-menu {
    margin-top: 18px;
  }
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .shop-section .show-button .top-filter-menu .category-dropdown h5, .dark .shop-section .show-button .top-filter-menu .category-dropdown .h5 {
    display: none;
  }
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: 10px;
  width: calc(172px + 48 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 360px) {
  .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: 0;
  }
  body[dir=rtl] .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  font-weight: 400;
  display: block;
  background-color: #f6f5f2;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 1 * (100vw - 320px) / 1600) 15px;
  border-radius: 5px;
  color: #ffffff;
  width: 100%;
  text-align: left;
  z-index: 2;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  text-align: right;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::after {
  content: none;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle::before {
  right: unset;
  left: 15px;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #efefef;
  border-radius: 6px;
  color: #898989;
  box-shadow: 0px 6px 10px 4px #efefef;
  padding: 10px;
  width: 100%;
  z-index: 2;
  margin-top: 7px;
}
html.dark .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #2a2d2d;
  box-shadow: 0 6px 10px 4px rgba(42, 45, 45, 0.051);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box {
  overflow: hidden auto;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
html.dark .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar-thumb {
  background-color: rgba(85, 85, 85, 0.5019607843);
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
html.dark .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  padding: 4px 6px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  transition: all 0.1s ease-in-out;
}
html.dark .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  color: #ddd;
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item {
  text-align: right;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item + .dropdown-item {
  margin-top: 3px;
  border-top: 1px solid rgba(221, 221, 221, 0.3215686275);
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:active, .dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu .dropdown-box .dropdown-item:focus {
  color: var(--theme-color);
  background-color: transparent;
}
.dark .shop-section .show-button .top-filter-menu .grid-option {
  margin-left: auto;
}
body[dir=rtl] .dark .shop-section .show-button .top-filter-menu .grid-option {
  margin-left: unset;
  margin-right: auto;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  overflow: hidden;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li.active {
  background: var(--theme-color);
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li.active a {
  background-color: var(--theme-color);
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li.active img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li a img {
  width: auto;
}
.dark .shop-section .show-button .filter-category {
  margin-bottom: 25px;
}
.dark .shop-section .show-button .filter-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 9 * (100vw - 320px) / 1600);
  padding-top: 16px;
}
.dark .shop-section .show-button .filter-category ul li {
  padding: calc(6px + 3 * (100vw - 320px) / 1600) calc(28px + 6 * (100vw - 320px) / 1600) calc(6px + 3 * (100vw - 320px) / 1600) calc(7px + 4 * (100vw - 320px) / 1600);
  background-color: #f9f8f6;
  position: relative;
  border-radius: 4px;
}
.dark .shop-section .show-button .filter-category ul li:before {
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 13px;
  color: #777;
  cursor: pointer;
}
.dark .shop-section .show-button .filter-category ul li a {
  color: #777;
}
.dark .shop-section .top-filter-category {
  width: 100%;
  height: 0;
  padding: 0 24px;
  background-color: #2a2d2d;
  box-shadow: 0 2px 9px rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dark .shop-section .top-filter-category.show {
  padding: 24px;
  height: auto;
  margin-bottom: 22px;
}
.dark .shop-section .top-filter-category > .row > div {
  border-right: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .shop-section .top-filter-category > .row > div:last-child {
  border: none;
}
@media (max-width: 1199px) {
  .dark .shop-section .top-filter-category > .row > div:nth-child(4n-2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .dark .shop-section .top-filter-category > .row > div {
    border: none;
  }
}
.dark .category-slider-section .category-contain .category-contain-image {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  padding: 22px;
  border-radius: 8px;
}
.dark .category-slider-section .category-contain .category-contain-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.dark .category-slider-section .category-contain .category-contain-name {
  margin-top: 12px;
  text-align: center;
}
.dark .category-slider-section .category-contain .category-contain-name h5, .dark .category-slider-section .category-contain .category-contain-name .h5 {
  color: #dddddd;
  font-weight: 500;
}
.dark .title-header {
  padding-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  color: #1c2128;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.dark .title-header > * {
  width: 100%;
}
.dark .title-header .right-option {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 15px;
}
body[dir=rtl] .dark .title-header .right-option {
  margin-left: unset;
  margin-right: auto;
}
.dark .title-header .right-option ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .title-header a {
  font-size: 16px;
  text-transform: capitalize;
}
.dark .title-header a.text-theme {
  color: var(--theme-color) !important;
}
.dark .title-header a.btn {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid var(--theme-color);
}
.dark .title-header a.btn:hover {
  color: var(--theme-color);
  background-color: #2a2d2d;
  border: 1px solid var(--theme-color);
}
.dark .title-header a.btn svg {
  font-size: 16px;
}
.dark .title-header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .title-header-block {
  display: block;
}
.dark .title-header-block .card-order-section {
  margin-top: 20px;
  border-top: 1px solid rgba(35, 35, 35, 0.15);
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
  padding: 10px 0;
}
.dark .title-header-block .card-order-section ul {
  margin: -8px;
  color: #232323;
}
.dark .title-header-block .card-order-section ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
  color: #4a5568;
}
.dark .title-header-block .card-order-section ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
}
.dark .title-header-block .card-order-section ul li:first-child {
  margin-left: 15px;
}
.dark .title-header-block .card-order-section ul li:last-child {
  margin-right: 0;
}
.dark .title-header-block .card-order-section ul li:last-child::before {
  content: none;
}
.dark .title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a {
  color: #9a9a9a;
}
.dark .title-header h5, .dark .title-header .h5 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.dark .title-header h5:after, .dark .title-header .h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-14px + -13 * (100vw - 320px) / 1600);
  width: 3px;
  height: 26px;
  background-color: var(--theme-color);
}
body[dir=rtl] .dark .title-header h5:after, body[dir=rtl] .dark .title-header .h5:after {
  left: unset;
  right: calc(-15px + -15 * (100vw - 320px) / 1600);
}
.dark .title-header h5:not(.mb-0), .dark .title-header .h5:not(.mb-0), .dark .title-header h5:not(.m-0), .dark .title-header .h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.dark .chart-padding {
  background-color: #2a2d2d;
  padding: 20px;
  border-radius: 6px;
}
.dark .chart-title {
  margin-bottom: 20px;
}
.dark .chart-title h3, .dark .chart-title .h3 {
  font-size: 24px;
  font-weight: 600;
}
.dark .dashboard-title {
  margin-bottom: 22px;
}
.dark .dashboard-title h3, .dark .dashboard-title .h3 {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
.dark .dashboard-title.dashboard-flex {
  display: flex;
}
.dark .dashboard-title.dashboard-flex button {
  margin-left: auto;
}
.dark .user-dashboard-section .title h2, .dark .user-dashboard-section .title .h2 {
  font-size: 26px;
}
.dark .user-dashboard-section .dashboard-left-sidebar {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 107px;
  z-index: 0;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    border-radius: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar {
    left: unset;
    right: -320px;
  }
  .dark .user-dashboard-section .dashboard-left-sidebar.show {
    left: 0;
  }
  body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar.show {
    left: unset;
    right: 0;
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .close-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #1d1d22;
  border-radius: 100%;
}
.dark .user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: #dddddd;
  padding: 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box {
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
  position: relative;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    height: 120px;
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.15;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  background-color: #2a2d2d;
  border-radius: 100%;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
  padding: 0 15px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.19);
  border-radius: 0 0 100% 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image:hover .user-icon {
  opacity: 1;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.631372549);
  border: 3px solid hsla(0, 0%, 81%, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  font-size: calc(28px + 8 * (100vw - 320px) / 1600);
}
html.dark .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
  outline: 3px solid #454545;
}
body [dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
  right: unset;
  left: 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon input[type=file] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon i {
  line-height: 1;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon {
    opacity: 1;
    height: auto;
    border-radius: 0 0 100% 100%;
    inset: unset;
    bottom: 0;
    transform: unset;
    font-size: 18px;
    padding-block: 5px;
    border: unset;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #2a2d2d;
  outline: 3px solid hsla(0, 0%, 81%, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  color: #dddddd;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2.close-icon {
  top: 0;
}
html.dark .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 {
  outline: 3px solid #454545;
}
body [dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 {
  right: unset;
  left: 0;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 input[type=file] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 i {
  line-height: 1;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #1d1d22;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round h4, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round .h4 {
  font-size: 40px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  width: calc(93px + 15 * (100vw - 320px) / 1600);
  height: calc(93px + 15 * (100vw - 320px) / 1600);
  object-fit: cover;
  background-color: #1d1d22;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  box-shadow: 2px 3px 8px rgba(255, 255, 255, 0.32);
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  background-color: #2a2d2d;
  border-radius: 100%;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i {
  position: relative;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  margin-top: calc(10px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.7px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 4px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span, .dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name .h6 span {
  margin: 0 8px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  flex-wrap: wrap;
  gap: calc(2px + 5 * (100vw - 320px) / 1600);
  margin: calc(10px + 10 * (100vw - 320px) / 1600) 0 6px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  padding-top: 20px;
  margin: 0 15px 20px;
  border-top: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls .btn {
  background-color: var(--theme-color);
  color: white;
  padding: 10px;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
  width: 100%;
  display: block;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #dddddd;
  width: 100%;
  text-align: left;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
}
body[dir=rt] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(19px + 4 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600) calc(10px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active > .nav-link,
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active > .nav-link,
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active > .nav-link::before,
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  font-size: calc(18px + 1 * (100vw - 320px) / 1600);
  margin-right: 10px;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg {
  margin-right: unset;
  margin-left: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar {
  background-color: #1d1d22;
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  border-radius: 8px;
  height: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .card {
  margin-bottom: calc(19px + 11 * (100vw - 320px) / 1600);
  border: none;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-right-sidebar {
    height: auto;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .info-box {
  margin-bottom: 30px;
  display: flex;
  padding: 16px;
  border-radius: 0;
  background-color: white;
  border-left: 3px solid var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .info-box .counter {
  font-size: 18px;
  font-weight: 500;
  gap: 9px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #1d1d22;
  padding: 18px;
  border: 1px solid rgba(220, 220, 220, 0);
  margin: 0 0 0 auto;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  margin: 0 auto 0 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 6px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  border-bottom: none;
  font-size: 16px;
  background-color: transparent;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box + .dashboard-bg-box {
  margin-top: 24px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box {
  margin: 30px 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  background-color: #2a2d2d;
  padding: calc(16px + 9 * (100vw - 320px) / 1600);
  border-radius: 9px;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain:hover .img-1 {
  width: calc(84px + 12 * (100vw - 320px) / 1600);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.2;
  right: -19px;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain:hover .img-1 {
  transform: translateY(-50%) rotate(7deg);
  right: unset;
  left: -19px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain img {
  width: calc(54px + 6 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .img-1 {
  top: 50%;
  transform: translateY(-50%);
  width: calc(78px + 12 * (100vw - 320px) / 1600);
  position: absolute;
  opacity: 0.12;
  right: -30px;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .img-1 {
  right: unset;
  left: -30px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail h5, .dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail .h5 {
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  color: #dddddd;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail h3, .dark .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail .h3 {
  font-weight: 600;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
  margin: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a:hover, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title .h4 a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail .h6 {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px + 16 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 6 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
  position: relative;
  z-index: 0;
  color: var(--theme-color);
  padding: 9px;
  border-radius: 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 {
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(-90deg, #ff6b6b 0%, #ff4f4f 100%);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: calc(9px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span.success-bg {
  background: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h6 {
  margin-top: 6px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  letter-spacing: 0.6px;
  font-weight: 300;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #1d1d22;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 30px;
  border-radius: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
@media (max-width: 991px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: flex;
  }
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
  transform: scale(1.1);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
  display: block;
}
@media (max-width: 1199px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
    text-align: center;
    margin-bottom: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
  display: block;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a .h3 {
  font-weight: 600;
  margin-bottom: 6px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
  line-height: 1.5;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 3 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
  width: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box .h5 {
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
  display: flex;
  position: relative;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  right: unset;
  left: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
  margin-top: 3px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
  margin-bottom: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: 4px 0;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
  min-width: 90px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td .h4 span {
  background-color: var(--theme-color);
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #1d1d22;
  font-weight: 600;
  width: 100%;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-right: calc(6px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
  position: relative;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  background: #d2d2d2;
  color: #ffffff;
  text-align: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details .h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  height: 100%;
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(42, 45, 45, 0) 1px, rgba(42, 45, 45, 0.03) 2px, rgba(42, 45, 45, 0.04) 3px, rgba(42, 45, 45, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(42, 45, 45, 0) 40%, rgba(42, 45, 45, 0.2) 70%, rgba(42, 45, 45, 0) 90%);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #2a2d2d;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(42, 45, 45, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #2a2d2d;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
  width: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
    display: none;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #ffffff;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
    display: block;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 {
    margin-right: 0;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  background: var(--theme-color);
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
}
body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, body[dir=rtl] .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
    margin-top: 3px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
  margin-left: auto;
  padding: 8px 14px;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 575px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
    margin-top: 10px;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
  margin-top: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 16 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .h6 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
  margin: 20px 0 0;
  color: #dddddd;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
  margin-top: 20px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .form-control {
  border: none;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
  margin-bottom: 36px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  vertical-align: middle;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
  color: #dddddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
  display: flex;
  align-items: center;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
  color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
  margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
  margin-top: 15px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .h6 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  line-height: 1.5;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background-color: rgba(14, 153, 126, 0.1490196078);
  border: 1px solid #ddd;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
  display: inline-block;
  position: absolute;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
  left: 39px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
  position: absolute;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  opacity: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
  width: 62px;
  height: 25px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
  display: inline-block;
  position: absolute;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
  background-color: var(--theme-color);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  left: 39px;
  background: #2a2d2d;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form .form-control {
  z-index: 0;
  border-radius: calc(5px + 2 * (100vw - 320px) / 1600) 0 0 calc(5px + 2 * (100vw - 320px) / 1600);
  border-color: rgba(119, 119, 119, 0.44);
  color: #ffffff;
  background-color: transparent;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form .form-control {
  border-radius: 0 calc(5px + 2 * (100vw - 320px) / 1600) calc(5px + 2 * (100vw - 320px) / 1600) 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button {
  padding: calc(11px + 3 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  z-index: 0;
  border-radius: 0 calc(5px + 2 * (100vw - 320px) / 1600) calc(5px + 2 * (100vw - 320px) / 1600) 0;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button {
  border-radius: calc(5px + 2 * (100vw - 320px) / 1600) 0 0 calc(5px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button {
    font-weight: 500;
  }
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .form-select {
  background-color: #1d1d22;
  width: auto;
  border: unset;
  background-position: right calc(9px + 3 * (100vw - 320px) / 1600) center;
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(30px + 6 * (100vw - 320px) / 1600) calc(8px + 3 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: 15px;
  font-weight: 600;
  box-shadow: unset;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li button {
  padding: 11px 18px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  color: #dddddd;
  border-radius: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li button.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li + li button {
  border-left: unset;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li + li button {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
  border-right: unset;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:first-child button {
  border-radius: calc(5px + 1 * (100vw - 320px) / 1600) 0 0 calc(5px + 1 * (100vw - 320px) / 1600);
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:first-child button {
  border-radius: 0 calc(5px + 1 * (100vw - 320px) / 1600) calc(5px + 1 * (100vw - 320px) / 1600) 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:last-child button {
  border-radius: 0 calc(5px + 1 * (100vw - 320px) / 1600) calc(5px + 1 * (100vw - 320px) / 1600) 0;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:last-child button {
  border-radius: calc(5px + 1 * (100vw - 320px) / 1600) 0 0 calc(5px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table {
  margin-top: 28px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table {
  margin: 0;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tbody {
  border-top: unset;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th,
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  min-width: 130px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th:first-child,
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td:first-child {
  min-width: 90px;
  max-width: 90px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .table-name {
  width: 480px;
  white-space: normal;
  min-width: 250px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th {
  padding: calc(11px + 4 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  border: unset;
  box-shadow: unset;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(11px + 5 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #eee;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  box-shadow: none;
}
html.dark .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td:last-child {
  width: 300px;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle {
  background-color: #1d1d22;
  width: auto;
  display: flex;
  border: 1px solid rgba(119, 119, 119, 0.44);
  align-items: center;
  gap: 6px;
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  box-shadow: unset;
  margin-inline: auto;
}
html.dark .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle:hover {
  color: #ffffff;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  border: unset;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu {
  padding: 8px 16px;
}
html.dark .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item {
  color: #dddddd;
  padding-inline: unset;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item:hover, .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: transparent;
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
html.dark .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
body.rtl .dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item + .dropdown-item {
  border-color: rgba(119, 119, 119, 0.4392156863);
}
.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr:last-child td {
  padding-bottom: 0;
  border-bottom: unset;
}
.dark .border-custom {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  display: block;
  margin-top: 30px;
}
.dark .notification-count {
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 7px;
}
.dark .themeform-auth .form-label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  color: #dddddd;
  margin-bottom: 0;
}
.dark .themeform-auth .form-control {
  font-size: calc(14px + 0.00125 * (100vw - 320px));
  color: #ffffff;
  padding: 10px 15px;
  border-color: #eee;
}
.dark .themeform-auth .form-control::placeholder {
  color: rgba(221, 221, 221, 0.5);
}
.dark .notification-list li {
  display: block;
  background-color: #2a2d2d;
  width: 100%;
  padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(12px + 0.00375 * (100vw - 320px));
  padding-left: calc(33px + 13 * (100vw - 320px) / 1600);
  position: relative;
}
html.dark .dark .notification-list li {
  background-color: #2a2d2d;
}
body[dir=rtl] .dark .notification-list li {
  padding-left: calc(12px + 0.00375 * (100vw - 320px));
  padding-right: calc(33px + 13 * (100vw - 320px) / 1600);
}
.dark .notification-list li.unread {
  z-index: 0;
  border-left: 3px solid var(--theme-color);
}
body[dir=rtl] .dark .notification-list li.unread {
  border-left: unset;
  border-right: 3px solid var(--theme-color);
}
.dark .notification-list li.unread::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.09;
}
.dark .notification-list li::after {
  content: "";
  position: absolute;
  left: calc(18px + 0.0075 * (100vw - 320px));
  top: 31px;
  width: 5px;
  height: 5px;
  background-color: #8e8e8e;
  border-radius: 100%;
}
body[dir=rtl] .dark .notification-list li::after {
  left: unset;
  right: 30px;
}
.dark .notification-list li + li {
  border-top: 1px solid #eee;
}
.dark .notification-list h4, .dark .notification-list .h4 {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
html.dark .dark .notification-list h4, html.dark .dark .notification-list .h4 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .notification-list h5, .dark .notification-list .h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #dddddd;
}
html.dark .dark .notification-list h5, html.dark .dark .notification-list .h5 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 5px;
  color: #ddd;
}
.dark .wallet-table {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-color: #2a2d2d;
}
.dark .wallet-table .reason-table {
  min-width: 300px;
  max-width: 440px;
  white-space: unset;
}
.dark .wallet-table h4, .dark .wallet-table .h4 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
}
.dark .wallet-table table {
  width: 100%;
}
.dark .wallet-table table td,
.dark .wallet-table table th {
  padding: 15px !important;
  text-align: center;
  font-size: 16px;
}
.dark .wallet-table table td {
  border-bottom: 1px solid #eee;
  background-color: transparent;
  color: #ffffff;
}
.dark .wallet-table table tr:last-child td {
  border-bottom: none;
}
.dark .wallet-table table th {
  background-color: rgba(245, 245, 245, 0.8);
  font-weight: 500;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  color: #ffffff;
}
.dark .wallet-bg {
  position: relative;
  z-index: 1;
}
.dark .wallet-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/_next/static/media/withdraw-bg.739f6c68.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
}
body[dir=rtl] .dark .wallet-bg:after {
  transform: scaleX(-1);
  filter: FlipH;
}
.dark .customer-detail ul {
  display: flex;
  flex-wrap: wrap;
}
.dark .customer-detail ul li label {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
}
.dark .customer-detail ul li h4, .dark .customer-detail ul li .h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
}
.dark .h-m30 {
  height: calc(100% - 30px);
}
.dark .tracking-panel ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  gap: 15px;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}
body[dir=rtl] .dark .tracking-panel ul {
  padding-right: 0;
  padding-left: 20px;
}
.dark .tracking-panel ul li {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
  padding: calc(13px + 4 * (100vw - 320px) / 1600) 0 calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .tracking-panel ul li {
  padding: calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 10 * (100vw - 320px) / 1600) calc(13px + 4 * (100vw - 320px) / 1600) 0;
}
.dark .tracking-panel ul li:after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-bottom: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-left: 17px solid #ffffff;
  transition: border-color 0.2s ease;
}
body[dir=rtl] .dark .tracking-panel ul li:after {
  right: unset;
  left: -16px;
  border-right: 17px solid #ffffff;
  border-left: unset;
}
html.dark .dark .tracking-panel ul li:after {
  border-right-color: #2a2d2d;
}
.dark .tracking-panel ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-top: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-bottom: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-left: 17px solid #f9f9f6;
  transition: border-color 0.2s ease;
}
body[dir=rtl] .dark .tracking-panel ul li:before {
  right: 0;
  left: unset;
  border-right: 17px solid #f9f9f6;
  border-left: unset;
}
html.dark .dark .tracking-panel ul li:before {
  border-right-color: #1d1d22;
}
.dark .tracking-panel ul li.active {
  background-color: #e9f6f3;
}
.dark .tracking-panel ul li.active:after {
  border-left: 17px solid #e9f6f3;
}
body[dir=rtl] .dark .tracking-panel ul li.active:after {
  border-right: 17px solid #e9f6f3;
  border-left: unset;
}
html.dark body[dir=rtl] .dark .tracking-panel ul li.active:after {
  border-right-color: #33413e;
}
html.dark .dark .tracking-panel ul li.active:after {
  border-left-color: #33413e;
}
.dark .tracking-panel ul li.cancelled-box {
  background-color: #fbe9eb;
}
.dark .tracking-panel ul li.cancelled-box:after {
  border-left: 17px solid #fbe9eb;
}
.dark .tracking-panel ul li:first-child {
  border-radius: 6px 0 0 6px;
}
body[dir=rtl] .dark .tracking-panel ul li:first-child {
  border-radius: 0 6px 6px 0;
}
.dark .tracking-panel ul li:first-child::before {
  display: none;
}
.dark .tracking-panel .panel-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
.dark .tracking-panel .panel-content .icon {
  width: calc(30px + 15 * (100vw - 320px) / 1600);
}
.dark .tracking-panel .panel-content .status {
  margin-top: 0;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  white-space: nowrap;
  text-transform: capitalize;
}
.dark .tracking-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 17px;
  margin-bottom: 6px;
  color: #ffffff;
}
.dark .tracking-total li:last-child {
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
}
.dark .lcOxyP {
  background-color: transparent !important;
}
.dark .pt-25 {
  padding-top: 25px;
}
.dark .product-load-more .col-grid-box {
  display: none;
}
.dark .product-title h4, .dark .product-title .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .vendor-box {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
}
.dark .vendor-box .vendor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 7px calc(16px + 10 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  align-items: center;
}
.dark .vendor-box .vendor-contain .vendor-image {
  width: 64px;
  height: auto;
}
.dark .vendor-box .vendor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .vendor-box .vendor-name h5 span, .dark .vendor-box .vendor-name .h5 span {
  color: #999;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.dark .vendor-box .vendor-name h5 span svg, .dark .vendor-box .vendor-name .h5 span svg {
  color: #ffb321;
}
.dark .vendor-box .vendor-list {
  margin-top: calc(13px + 11 * (100vw - 320px) / 1600);
}
.dark .vendor-box .vendor-list .seller-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 9 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .vendor-box .vendor-list .seller-contact-details .saller-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.dark .vendor-box .vendor-list .seller-contact-details .saller-contact svg {
  font-size: 20px;
  color: var(--theme-color);
}
.dark .vendor-box .vendor-list .seller-contact-details .saller-contact h5, .dark .vendor-box .vendor-list .seller-contact-details .saller-contact .h5 {
  font-weight: 600;
}
.dark .vendor-box .vendor-list .seller-contact-details .saller-contact h5 span, .dark .vendor-box .vendor-list .seller-contact-details .saller-contact .h5 span {
  font-weight: 400;
  margin-left: 7px;
}
.dark .hot-line-number {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
}
.dark .hot-line-number h5, .dark .hot-line-number .h5 {
  font-weight: 600;
  margin-bottom: 4px;
}
.dark .hot-line-number h6, .dark .hot-line-number .h6 {
  color: #dddddd;
  margin-bottom: 17px;
}
.dark .hot-line-number h2, .dark .hot-line-number .h2 {
  font-weight: 600;
  font-size: 24px;
}
.dark .product-category {
  gap: 25px;
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
}
.dark .product-section .product-left-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.dark .product-section .bottom-slider-image {
  height: 100%;
}
.dark .product-section .bottom-slider-image .slider-image {
  background-color: #1d1d22;
  height: calc(120px + 30 * (100vw - 320px) / 1600);
}
.dark .product-section .bottom-slider-image .slider-image button {
  border: unset;
  background-color: transparent;
  font-size: 56px;
  color: #b7b7b7;
  line-height: 1;
  padding: 40px;
}
.dark .product-section .bottom-slider-image .slider-image img {
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-section .bottom-slider-image .slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .product-section .bottom-slider-image .slider-image.active img {
  opacity: 1;
}
.dark .product-section .product-label-tag {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 5px 13px;
  background-color: #ff7272;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
html.dark .dark .product-section .product-label-tag {
  color: #ffffff;
}
.dark .product-section .product-label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  border-bottom: 15px solid #ff7272;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(180deg);
  z-index: 1;
}
.dark .product-section .product-label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 16px;
  right: -15px;
  border-bottom: 15px solid #ff7272;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(0);
  z-index: 1;
}
.dark .product-section .product-label-tag span {
  font-weight: 700;
}
.dark .product-section .product-label-tag.warning-label-tag {
  background-color: #ffba00;
}
.dark .product-section .product-label-tag.warning-label-tag::before, .dark .product-section .product-label-tag.warning-label-tag::after {
  border-bottom-color: #ffba00;
}
.dark .product-section .product-label-tag + .product-label-tag {
  margin-top: 13px;
}
.dark .product-section .left-slider-image .sidebar-image {
  border-radius: 8px;
  overflow: hidden;
}
.dark .product-section .left-slider-image .sidebar-image img {
  width: auto;
  height: auto;
  cursor: pointer;
  object-fit: contain;
}
.dark .product-section .right-box-contain {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain {
    text-align: center;
  }
}
.dark .product-section .right-box-contain .offer-top {
  font-weight: 500;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(255, 79, 79, 0.1);
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 20px;
}
.dark .product-section .right-box-contain .name {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}
.dark .product-section .right-box-contain .price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-2 {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .price-rating {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .price-rating-box {
    display: block;
  }
}
@media (max-width: 1460px) {
  .dark .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .price-rating .price {
  font-weight: 600;
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0 calc(0px + 2 * (100vw - 320px) / 1600);
  margin-left: 10px;
}
body[dir=rtl] .dark .product-section .right-box-contain .price-rating .price del {
  margin-left: calc(0px + 2 * (100vw - 320px) / 1600);
  margin-right: 10px;
}
.dark .product-section .right-box-contain .price-rating .price span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .product-section .right-box-contain .price-rating .custom-rate ul li svg {
  font-size: 16px;
}
.dark .product-section .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 12px;
}
body[dir=rtl] .dark .product-section .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}
.dark .product-section .right-box-contain .price-rating .offer-top {
  margin-bottom: 0;
  padding: 5px calc(12px + 4 * (100vw - 320px) / 1600);
  margin-left: 12px;
}
body[dir=rtl] .dark .product-section .right-box-contain .price-rating .offer-top {
  margin-left: unset;
  margin-right: 12px;
}
.dark .product-section .right-box-contain .product-contain p {
  color: #dddddd;
  line-height: 1.7;
  margin: calc(14px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .product-package {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding-top: 20px;
  margin-top: 20px;
}
.dark .product-section .right-box-contain .product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .product-package .select-package {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .product-section .right-box-contain .product-package .select-package li a,
.dark .product-section .right-box-contain .product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .product-section .right-box-contain .product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .product-section .right-box-contain .product-package .select-package li:hover button,
.dark .product-section .right-box-contain .product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .product-section .right-box-contain .product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .product-section .right-box-contain .product-package .select-package li.active button,
.dark .product-section .right-box-contain .product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.dark .product-section .right-box-contain .product-package .select-package li.active img {
  background: #2a2d2d;
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled a,
.dark .product-section .right-box-contain .product-package .select-package li.disabled button {
  cursor: default;
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled.active {
  border-color: rgba(154, 154, 154, 0.4);
}
.dark .product-section .right-box-contain .product-package .select-package li.disabled.active button {
  color: #dddddd;
  background-color: #1d1d22;
}
html.dark .dark .product-section .right-box-contain .product-package .select-package li.disabled.active button {
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .product-package .color li {
  opacity: 0.7;
}
.dark .product-section .right-box-contain .product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .product-section .right-box-contain .product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .product-section .right-box-contain .product-package .circle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .product-section .right-box-contain .product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .circle li button {
  width: 35px;
  height: 35px;
  background-color: #1d1d22;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-section .right-box-contain .product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .product-section .right-box-contain .product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .product-section .right-box-contain .product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: 15px;
}
body[dir=rtl] .dark .product-section .right-box-contain .product-package .form-check + .form-check {
  margin-left: unset;
  margin-right: 15px;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #1d1d22;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #dddddd;
  cursor: pointer;
}
.dark .product-section .right-box-contain .product-package .form-select {
  background-color: #1d1d22;
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
body[dir=rtl] .dark .product-section .right-box-contain .product-package .form-select {
  background-position: left 0.75rem center;
}
.dark .product-section .right-box-contain .product-package .image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .product-section .right-box-contain .product-package .image li button,
.dark .product-section .right-box-contain .product-package .image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .product-section .right-box-contain .product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .product-section .right-box-contain .product-package .rectangle li:hover button {
  color: #222;
  background-color: #f1f0f0;
}
.dark .product-section .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .rectangle li button {
  background-color: #1d1d22;
  border: unset;
}
.dark .product-section .right-box-contain .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .note-box {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .note-box .compare-button {
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .note-box .cart-button {
  animation: shake 150ms 2 linear;
}
.dark .product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
  max-width: calc(128px + 42 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .note-box .product-qty button {
  background-color: #2a2d2d;
}
.dark .product-section .right-box-contain .note-box .product-qty button:hover {
  background-color: var(--theme-color);
}
.dark .product-section .right-box-contain .note-box .product-qty .input-group {
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .wishlist-btn-group {
  display: flex;
  gap: calc(7px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section .right-box-contain .wishlist-btn-group .wishlist-button {
  padding: 0;
  width: calc(38px + 8 * (100vw - 320px) / 1600);
  height: calc(38px + 8 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  border-radius: 100%;
  background-color: #1d1d22;
  transition: none;
}
.dark .product-section .right-box-contain .wishlist-btn-group .wishlist-button:first-child:active {
  color: #ffffff;
}
.dark .product-section .right-box-contain .wishlist-btn-group .wishlist-button:hover {
  color: #ffffff;
}
.dark .product-section .right-box-contain .wishlist-btn-group .wishlist-button svg {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
}
.dark .product-section .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section .right-box-contain .buy-now-button button {
  background-color: #ff7272;
}
.dark .product-section .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 16px;
}
.dark .product-section .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.dark .product-section .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.dark .product-section .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}
.dark .product-section .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .buy-box {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  color: #777;
}
.dark .product-section .right-box-contain .buy-box a svg {
  font-size: 17px;
}
.dark .product-section .right-box-contain .pickup-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: flex-start;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    column-count: 1;
    padding: 15px;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  position: relative;
  color: #777;
}
body[dir=rtl] .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    padding: 0;
  }
  body[dir=rtl] .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body[dir=rtl] .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin: 0;
    padding: 0;
  }
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #dddddd;
  border-radius: 100%;
}
body[dir=rtl] .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: unset;
  }
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #ffffff;
  font-weight: 500;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li a + a {
  margin-left: 0;
}
.dark .product-section .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.dark .product-section .right-box-contain .pickup-box .pickup-detail h4, .dark .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .pickup-box .pickup-detail h4, .dark .product-section .right-box-contain .pickup-box .pickup-detail .h4 {
    width: 100%;
  }
}
.dark .product-section .right-box-contain .pickup-box .pickup-detail h6, .dark .product-section .right-box-contain .pickup-box .pickup-detail .h6 {
  margin-top: 4px;
}
.dark .product-section .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: var(--theme-color);
  display: inline-block;
}
.dark .product-section .right-box-contain .payment-option {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding-top: 20px;
  margin-top: 20px;
}
.dark .product-section .right-box-contain .payment-option .payment-img {
  width: 52%;
}
@media (max-width: 575px) {
  .dark .product-section .right-box-contain .payment-option .payment-img {
    width: 68%;
  }
}
@media (max-width: 480px) {
  .dark .product-section .right-box-contain .payment-option .payment-img {
    width: 90%;
  }
}
.dark .product-section .right-box-contain .payment-option ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .payment-option ul {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .share-option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding-bottom: 7px;
}
.dark .product-section .right-box-contain .share-option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .dark .product-section .right-box-contain .share-option ul {
    justify-content: center;
  }
}
.dark .product-section .right-box-contain .share-option ul li {
  display: block;
}
.dark .product-section .right-box-contain .share-option ul li:hover a {
  transform: translateY(-4px);
}
.dark .product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #dddddd;
  transition: all 0.5s ease;
}
.dark .product-section .right-box-contain .share-option ul li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.dark .product-section .right-box-contain .modal-table > :not(caption) > * > * {
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .product-section .right-box-contain .modal-table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: unset;
}
.dark .product-section .product-main .slider-image img {
  width: 100%;
}
.dark .product-section .right-sidebar-box {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.dark .related-product-2 .bundle-sec .related-box .related-image {
  width: auto;
}
.dark .related-product-2 .bundle-sec .related-box .related-image > ul > li {
  width: calc(170px + 35 * (100vw - 320px) / 1600);
  min-width: calc(170px + 35 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .bundle-sec .related-box .related-image .product-box .product-image img {
  height: calc(100px + 40 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .bundle-sec .related-box .budle-list > ul {
  flex-direction: column;
  align-items: flex-start;
}
.dark .related-product-2 .bundle-sec .related-box .budle-list > ul > li {
  width: unset;
}
.dark .related-product-2 .related-product .product-title-2 {
  margin-top: 0;
}
.dark .related-product-2 .related-product .product-title-2 h4, .dark .related-product-2 .related-product .product-title-2 .h4 {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1577px) {
  .dark .related-product-2 .related-box {
    flex-wrap: wrap;
  }
}
.dark .related-product-2 .related-box .related-image {
  touch-action: pan-x;
  overflow: auto;
  padding-bottom: 13px;
}
.dark .related-product-2 .related-box .related-image::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
html.dark .dark .related-product-2 .related-box .related-image::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark .related-product-2 .related-box .related-image::-webkit-scrollbar {
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.dark .related-product-2 .related-box .related-image::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
.dark .related-product-2 .related-box .related-image > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(25px + 10 * (100vw - 320px) / 1600);
  align-items: flex-start;
}
.dark .related-product-2 .related-box .related-image > ul > li {
  width: 225px;
  min-width: 225px;
  position: relative;
}
.dark .related-product-2 .related-box .related-image > ul > li + li::before {
  content: "\ea13";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-18px + -8 * (100vw - 320px) / 1600);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #dddddd;
}
body[dir=rtl] .dark .related-product-2 .related-box .related-image > ul > li + li::before {
  left: unset;
  right: calc(-18px + -8 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li a {
  display: block;
  overflow: hidden;
}
.dark .related-product-2 .related-box .related-image > ul > li a .image-box {
  background-color: #1d1d22;
  width: calc(136px + 34 * (100vw - 320px) / 1600);
  height: calc(136px + 34 * (100vw - 320px) / 1600);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li a .image-box .form-check {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
}
.dark .related-product-2 .related-box .related-image > ul > li a .image-box .form-check .checkbox_animated::after {
  border: 1px solid #4a5567;
  border-radius: 3px;
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content {
  margin-top: 12px;
  padding: 0 calc(4px + 8 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content h5, .dark .related-product-2 .related-box .related-image > ul > li a .related-content .h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content h6, .dark .related-product-2 .related-box .related-image > ul > li a .related-content .h6 {
  margin-top: 5px;
  color: var(--theme-color);
}
.dark .related-product-2 .related-box .related-image > ul > li a .related-content h6 del, .dark .related-product-2 .related-box .related-image > ul > li a .related-content .h6 del {
  color: #dddddd;
  margin-left: 4px;
  font-size: 13px;
}
.dark .related-product-2 .related-box .budle-list {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dark .related-product-2 .related-box .budle-list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.dark .related-product-2 .related-box .budle-list > ul > li {
  width: 100%;
  display: block;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  min-height: unset;
  gap: 9px;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input {
  margin: 0;
  width: 20px;
  height: 20px;
  float: unset;
  border: unset;
  z-index: 0;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input:checked {
  background-color: transparent;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input::before {
  left: 5px;
  top: 6px;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input:focus {
  box-shadow: none;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-input:active {
  filter: none;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label {
  margin-bottom: 0;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .related-product-2 .related-box .budle-list > ul > li .form-check .form-check-label span span {
  color: #ffffff;
  font-weight: 600;
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant {
  margin-top: calc(0px + 15 * (100vw - 320px) / 1600);
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant h5, .dark .related-product-2 .related-box .budle-list > ul > li.contant .h5 {
  font-size: 17px;
  font-weight: 600;
  color: #dddddd;
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant h4, .dark .related-product-2 .related-box .budle-list > ul > li.contant .h4 {
  margin-top: 8px;
  font-weight: 700;
}
.dark .related-product-2 .related-box .budle-list > ul > li.contant h4 del, .dark .related-product-2 .related-box .budle-list > ul > li.contant .h4 del {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-left: 5px;
  font-weight: 400;
}
.dark .sticky-bottom-cart {
  position: fixed;
  bottom: -160px;
  width: 100%;
  z-index: 5;
  background-color: #2a2d2d;
  padding: calc(9px + 5 * (100vw - 320px) / 1600) 0;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}
.dark .sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
}
.dark .sticky-bottom-cart .cart-content .form-select {
  background-color: #1d1d22;
  border: 1px solid #1d1d22;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 7px;
  width: calc(100px + 120 * (100vw - 480px) / 1440);
}
body[dir=rtl] .dark .sticky-bottom-cart .cart-content .form-select {
  background-position: left 0.75rem center;
}
@media (max-width: 480px) {
  .dark .sticky-bottom-cart .cart-content .form-select {
    display: none;
  }
}
.dark .sticky-bottom-cart .cart-content .product-package {
  display: flex;
  align-items: center;
  margin-right: calc(9px + 16 * (100vw - 575px) / 1345);
  gap: calc(6px + 4 * (100vw - 575px) / 1345);
}
body[dir=rtl] .dark .sticky-bottom-cart .cart-content .product-package {
  margin-right: unset;
  margin-left: calc(9px + 16 * (100vw - 575px) / 1345);
  background-position: left 12px center;
}
@media (max-width: 767px) {
  .dark .sticky-bottom-cart .cart-content .product-package {
    display: none;
  }
}
.dark .sticky-bottom-cart .cart-content .note-box {
  display: flex;
  align-items: center;
  gap: calc(9px + 16 * (100vw - 575px) / 1345);
  margin: 0;
}
body[dir=rtl] .dark .sticky-bottom-cart .cart-content .note-box {
  margin: 0;
}
.dark .sticky-bottom-cart .cart-content .note-box .scroll-button {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .sticky-bottom-cart .cart-content .note-box .scroll-button.disabled, .dark .sticky-bottom-cart .cart-content .note-box .scroll-button:disabled {
  background-color: var(--theme-color);
}
.dark .sticky-bottom-cart .cart-content .product-qty {
  min-width: calc(120px + 50 * (100vw - 480px) / 1440);
  max-width: calc(120px + 50 * (100vw - 480px) / 1440);
  width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  .dark .sticky-bottom-cart .cart-content .product-qty {
    display: none;
  }
}
.dark .sticky-bottom-cart .cart-content .product-qty .input-group {
  background-color: #1d1d22;
  height: calc(38px + 13 * (100vw - 480px) / 1440);
}
.dark .sticky-bottom-cart .cart-content .product-qty .input-group button {
  height: initial;
  background-color: #2a2d2d;
}
.dark .sticky-bottom-cart .cart-content .product-qty .input-group button:hover {
  background-color: var(--theme-color);
}
.dark .sticky-bottom-cart .cart-content .dynamic-checkout {
  margin: 0;
  margin-left: calc(9px + 16 * (100vw - 575px) / 1345);
}
body[dir=rtl] .dark .sticky-bottom-cart .cart-content .dynamic-checkout {
  margin-left: unset;
  margin-right: calc(9px + 16 * (100vw - 575px) / 1345);
}
.dark .sticky-bottom-cart .cart-content .modal-table,
.dark .sticky-bottom-cart .cart-content > h4,
.dark .sticky-bottom-cart .cart-content > .h4 {
  display: none;
}
.dark .sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
  margin-right: auto;
}
body[dir=rtl] .dark .sticky-bottom-cart .product-image {
  margin-right: unset;
  margin-left: auto;
}
.dark .sticky-bottom-cart .product-image img {
  width: 60px;
  height: auto;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 480px) {
  .dark .sticky-bottom-cart .product-image img {
    display: none;
  }
}
.dark .sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #ffffff;
  margin-top: 0;
}
body[dir=rtl] .dark .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .product-image .content {
    display: none;
  }
}
@media (max-width: 480px) {
  .dark .sticky-bottom-cart .product-image .content {
    display: block;
    margin: 0;
  }
  body[dir=rtl] .dark .sticky-bottom-cart .product-image .content {
    margin: 0;
  }
}
.dark .sticky-bottom-cart .product-image .content h5, .dark .sticky-bottom-cart .product-image .content .h5 {
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .sticky-bottom-cart .product-image .content h6, .dark .sticky-bottom-cart .product-image .content .h6 {
  margin-bottom: 0;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 6px;
}
.dark .sticky-bottom-cart .product-image .content h6 del, .dark .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: 7px;
  color: #dddddd;
}
body[dir=rtl] .dark .sticky-bottom-cart .product-image .content h6 del, body[dir=rtl] .dark .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: unset;
  margin-right: 7px;
}
.dark .sticky-bottom-cart .product-image .content h6 span, .dark .sticky-bottom-cart .product-image .content .h6 span {
  color: var(--theme-color);
  margin-left: 5px;
}
body[dir=rtl] .dark .sticky-bottom-cart .product-image .content h6 span, body[dir=rtl] .dark .sticky-bottom-cart .product-image .content .h6 span {
  margin-left: 0;
  margin-right: 5px;
}
.dark .sticky-bottom-cart .selection-section {
  display: flex;
  align-items: center;
  margin: 0 25px 0 auto;
}
body[dir=rtl] .dark .sticky-bottom-cart .selection-section {
  margin: 0 auto 0 25px;
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .selection-section {
    display: none;
  }
}
.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: #1d1d22;
  border: 1px solid #1d1d22;
  text-transform: capitalize;
}
.dark .sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.dark .sticky-bottom-cart .selection-section .product-qty {
  height: 51px;
}
.dark .sticky-bottom-cart .selection-section .product-qty .input-group button {
  height: 100%;
}
.dark .sticky-bottom-cart .selection-section .form-group {
  width: 300px;
  margin-inline: 10px;
}
@media (max-width: 1199px) {
  .dark .sticky-bottom-cart .selection-section .form-group {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .dark .sticky-bottom-cart .selection-section .form-group {
    margin-right: 0;
    width: unset;
  }
  body[dir=rtl] .dark .sticky-bottom-cart .selection-section .form-group {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dark .sticky-bottom-cart .add-btn a {
  padding: 12px 40px;
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dark .sticky-bottom-cart .add-btn a.wishlist-btn {
  display: none;
  background-color: #1d1d22;
  color: #ffffff;
}
.dark .sticky-bottom-cart .add-btn a.wishlist-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn a.wishlist-btn {
    display: flex;
  }
}
@media (max-width: 575px) {
  .dark .sticky-bottom-cart .add-btn a + a {
    margin-left: 8px;
  }
}
.dark .sticky-bottom-cart .add-btn a i {
  margin-right: 7px;
}
.dark .stickyCart {
  padding-bottom: 89px;
}
@media (max-width: 575px) {
  .dark .stickyCart {
    padding-bottom: 0;
  }
}
.dark .stickyCart .theme-option-2 {
  bottom: calc(74px + 16 * (100vw - 320px) / 1600);
}
.dark .stickyCart .sticky-bottom-cart {
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .dark .stickyCart .sticky-bottom-cart {
    bottom: 60px;
  }
}
.dark .stickyCart .recently-purchase.show {
  bottom: 110px;
}
.dark .stickyCart .tap-top {
  bottom: 110px;
}
.dark .product-count ul {
  display: inline-flex;
  align-items: center;
  gap: 3px 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .dark .product-count ul {
    display: inline-grid;
    gap: 10px 0;
  }
}
.dark .product-count ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .product-count ul li h6, .dark .product-count ul li .h6 {
  font-size: 15px;
}
.dark .product-count ul li svg {
  color: var(--theme-color);
  font-size: 20px;
}
.dark .product-main-1 .slick-slider .slick-prev,
.dark .product-main-1 .slick-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: calc(24px + 6 * (100vw - 320px) / 1600);
  height: calc(24px + 6 * (100vw - 320px) / 1600);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  background-color: #2a2d2d;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 100%;
}
.dark .product-main-1 .slick-slider .slick-prev::before,
.dark .product-main-1 .slick-slider .slick-next::before {
  content: unset;
}
.dark .product-main-1 .slick-slider .slick-prev::after,
.dark .product-main-1 .slick-slider .slick-next::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #ffffff;
}
.dark .product-main-1 .slick-slider .slick-prev {
  left: -14px;
  right: unset;
}
@media (max-width: 991px) {
  .dark .product-main-1 .slick-slider .slick-prev {
    left: 0;
    right: unset;
  }
}
.dark .product-main-1 .slick-slider .slick-prev::after {
  content: "\ea64";
}
.dark .product-main-1 .slick-slider .slick-next {
  right: -14px;
  left: unset;
}
@media (max-width: 991px) {
  .dark .product-main-1 .slick-slider .slick-next {
    right: 0;
    left: unset;
  }
}
.dark .product-main-1 .slick-slider .slick-next::after {
  content: "\ea6e";
}
.dark .product-main-1 .slider-image {
  background-color: #1d1d22;
}
.dark .secure-site-sec {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding-top: 20px;
  margin-top: 20px;
}
.dark .secure-site-sec h4, .dark .secure-site-sec .h4 {
  font-weight: 600;
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.4px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .secure-site-sec img {
  width: 65%;
  height: auto;
}
@media (max-width: 991px) {
  .dark .secure-site-sec img {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .dark .secure-site-sec img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .dark .secure-site-sec img {
    width: 85%;
  }
}
.dark .size-delivery-info {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .dark .size-delivery-info {
    justify-content: center;
  }
}
.dark .size-delivery-info a {
  display: flex;
  align-items: center;
  gap: calc(4px + 6 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.dark .size-delivery-info a:hover {
  color: var(--theme-color);
}
.dark .size-delivery-info a svg {
  font-size: 20px;
}
.dark .progress-sec .left-progressbar {
  margin-top: 18px;
}
.dark .progress-sec .left-progressbar h6, .dark .progress-sec .left-progressbar .h6 {
  margin-bottom: 10px;
}
.dark .progress-sec .left-progressbar .progress {
  height: 10px;
}
.dark .progress-sec .left-progressbar .progress.danger-progress .progress-bar {
  background-color: #ff7272;
}
.dark .progress-sec .left-progressbar .progress.warning-progress .progress-bar {
  background-color: #ffa53b;
}
.dark .progress-sec .left-progressbar .progress.success-progress .progress-bar {
  background-color: var(--theme-color);
}
.dark .progress-sec .left-progressbar .progress-bar {
  background-color: var(--theme-color);
}
.dark .recently-purchase {
  background: #2a2d2d;
  border: 0;
  border-radius: 6px;
  bottom: -130px;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 5;
  box-shadow: 0 0 4px 0 #d0d0d0;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
body[dir=rtl] .dark .recently-purchase {
  left: unset;
  right: 20px;
}
html.dark .dark .recently-purchase {
  box-shadow: 0 0 4px 0 rgba(137, 137, 137, 0.05);
}
@media (max-width: 380px) {
  .dark .recently-purchase {
    width: auto;
    margin-inline: 10px;
    left: 0;
  }
  body[dir=rtl] .dark .recently-purchase {
    left: unset;
    right: 0;
  }
}
.dark .recently-purchase.show {
  bottom: 20px;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .dark .recently-purchase.show {
    bottom: 75px;
  }
}
.dark .recently-purchase .media-height {
  width: 64px;
  height: 85px;
  object-fit: contain;
}
.dark .recently-purchase .close-popup {
  position: absolute;
  right: 7px;
  top: 6px;
  opacity: 0.5;
  color: #ffffff;
  cursor: pointer;
}
body[dir=rtl] .dark .recently-purchase .close-popup {
  right: unset;
  left: 7px;
}
.dark .recently-purchase .media-body {
  padding: 0 30px 0 12px;
}
body[dir=rtl] .dark .recently-purchase .media-body {
  padding: 0 12px 0 30px;
  text-align: right;
}
.dark .recently-purchase .media-body .title {
  font-weight: 600;
}
.dark .recently-purchase .media-body .product-name {
  color: var(--theme-color);
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dark .recently-purchase .media-body .timeAgo {
  display: block;
}
.dark .product-rating-box .product-main-rating {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 14px;
}
.dark .product-rating-box .product-main-rating h2, .dark .product-rating-box .product-main-rating .h2 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: calc(28px + 9 * (100vw - 320px) / 1600);
}
.dark .product-rating-box .product-main-rating h2 svg, .dark .product-rating-box .product-main-rating .h2 svg {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: normal;
  color: #ffb321;
}
.dark .product-rating-box .product-main-rating h5, .dark .product-rating-box .product-main-rating .h5 {
  line-height: 1.4;
  font-weight: 400;
  color: #dddddd;
  font-size: 17px;
}
.dark .product-rating-box .product-rating-list {
  display: grid;
  grid-gap: calc(7px + 5 * (100vw - 320px) / 1600);
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.dark .product-rating-box .product-rating-list li:nth-child(4) .rating-product .progress .progress-bar {
  background-color: #ffa53b;
}
.dark .product-rating-box .product-rating-list li:last-child .rating-product .progress .progress-bar {
  background-color: #ff4f4f;
}
.dark .product-rating-box .product-rating-list li .rating-product {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dark .product-rating-box .product-rating-list li .rating-product h5, .dark .product-rating-box .product-rating-list li .rating-product .h5 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
  width: 43px;
  font-weight: 600;
}
.dark .product-rating-box .product-rating-list li .rating-product h5 svg, .dark .product-rating-box .product-rating-list li .rating-product .h5 svg {
  font-size: 15px;
  font-weight: normal;
}
.dark .product-rating-box .product-rating-list li .rating-product .progress {
  width: 100%;
  height: 9px;
  border-radius: 100px;
}
.dark .product-rating-box .product-rating-list li .rating-product .progress .progress-bar {
  background-color: var(--theme-color);
  border-radius: 100px;
}
.dark .product-rating-box .product-rating-list li .rating-product .total {
  white-space: nowrap;
  width: auto;
  color: rgba(221, 221, 221, 0.878);
  font-size: 16px;
  font-weight: 400;
}
.dark .product-rating-box .review-title-2 {
  border-top: 1px solid rgba(119, 119, 119, 0.44);
  padding-top: calc(13px + 12 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 12 * (100vw - 320px) / 1600);
}
.dark .product-rating-box .review-title-2 h4, .dark .product-rating-box .review-title-2 .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 400;
}
.dark .product-rating-box .review-title-2 p {
  margin-bottom: calc(7px + 6 * (100vw - 320px) / 1600) !important;
  margin-top: 3px !important;
  font-size: 15px;
  line-height: 1.6;
  color: #dddddd;
}
.dark .product-rating-box .review-title-2 button {
  width: 100%;
  padding: 10px 14px;
  background-color: #1d1d22;
  color: #dddddd;
  border: 1px solid rgba(119, 119, 119, 0.44);
  font-size: 16px;
}
.dark .product-rating-box .review-title-2 button:hover {
  background-color: #1d1d22;
  color: #dddddd;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .review-people {
  border-left: 1px solid rgba(119, 119, 119, 0.44);
  padding-left: 23px;
  max-height: 421px;
  height: 100%;
  overflow: auto;
}
body[dir=rtl] .dark .review-people {
  border-left: unset;
  border-right: 1px solid rgba(119, 119, 119, 0.44);
  padding-left: unset;
  padding-right: 23px;
}
html[class=dark] .dark .review-people {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .review-people::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .review-people::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.dark .review-people::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.5);
}
@media (max-width: 991px) {
  .dark .review-people {
    border: none;
    padding: 0;
    margin-top: 25px;
  }
}
.dark .review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.dark .review-people .review-list li {
  display: block;
  width: 100%;
}
.dark .review-people .review-list li .people-box {
  display: flex;
  align-items: flex-start !important;
  width: 100%;
  border-radius: 10px;
  padding: calc(16px + 4 * (100vw - 320px) / 1600) calc(16px + 10 * (100vw - 320px) / 1600);
  background: #1d1d22;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box {
    display: block;
  }
}
.dark .review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.dark .review-people .review-list li .people-box .people-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box .people-image {
    margin: 0 auto;
  }
}
.dark .review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .dark .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.dark .review-people .review-list li .people-box .people-image h1, .dark .review-people .review-list li .people-box .people-image .h1 {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(34, 34, 34, 0.16);
  margin: 0 auto;
}
html.dark .dark .review-people .review-list li .people-box .people-image h1, html.dark .dark .review-people .review-list li .people-box .people-image .h1 {
  color: #ffffff;
}
.dark .review-people .review-list li .people-box .people-text .user-round {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(34, 34, 34, 0.16);
  margin: 0 auto;
}
.dark .review-people .review-list li .people-box .people-text .user-round h4, .dark .review-people .review-list li .people-box .people-text .user-round .h4 {
  font-size: 41px;
  font-weight: 600;
  color: var(--theme-color);
}
.dark .review-people .review-list li .people-box .name-user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(119, 119, 119, 0.44);
  border-radius: 10px;
  color: #dddddd;
}
.dark .review-people .review-list li .people-box .name-user h3, .dark .review-people .review-list li .people-box .name-user .h3 {
  font-size: 37px;
  font-weight: 600;
}
.dark .review-people .review-list li .people-box .people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}
body[dir=rtl] .dark .review-people .review-list li .people-box .people-comment {
  padding-left: unset;
  padding-right: 15px;
}
.dark .review-people .review-list li .people-box .people-comment .people-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 400px) {
  .dark .review-people .review-list li .people-box .people-comment .people-name {
    display: block;
  }
}
.dark .review-people .review-list li .people-box .people-comment .people-name h5 .name, .dark .review-people .review-list li .people-box .people-comment .people-name .h5 .name {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
.dark .review-people .review-list li .people-box .people-comment .people-name h5 .name:hover, .dark .review-people .review-list li .people-box .people-comment .people-name .h5 .name:hover {
  color: var(--theme-color);
}
.dark .review-people .review-list li .people-box .people-comment .people-name .date-time {
  width: 100%;
  margin-top: 4px;
}
.dark .review-people .review-list li .people-box .people-comment .people-name .date-time h6, .dark .review-people .review-list li .people-box .people-comment .people-name .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-block: 4px 6px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.dark .review-people .review-list li .people-box .people-comment .people-name .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .review-people .review-list li .people-box .people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.dark .review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.dark .review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.dark .review-people .review-list li .people-box .people-comment .date-time h6, .dark .review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin: 0;
}
.dark .review-people .review-list li .people-box .reply {
  margin-top: 6px;
  line-height: 1.6;
  color: #dddddd;
  position: relative;
}
.dark .review-people .review-list li .people-box .reply p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .dark .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
.dark .add-rating {
  color: #ffb321;
}
.dark .add-rating :hover svg {
  color: darkorange;
  font-size: 20px;
}
.dark .add-rating svg {
  transition: 0.09s;
}
.dark .delivery-info {
  margin-top: 20px;
}
.dark .delivery-info li {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777;
}
@media (max-width: 767px) {
  .dark .delivery-info li {
    justify-content: center;
  }
}
.dark .delivery-info li + li {
  margin-top: 7px;
}
.dark .delivery-info li svg {
  font-size: 20px;
  line-height: 1;
}
.dark .vendor-box {
  padding: calc(12px + 21 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  overflow: hidden;
}
.dark .vendor-box .vendor-contain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  background-color: #2a2d2d;
  align-items: center;
}
.dark .vendor-box .vendor-contain .vendor-text {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d22;
}
.dark .vendor-box .vendor-contain .vendor-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.dark .vendor-box .vendor-contain .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .vendor-box .vendor-list {
  margin-top: calc(10px + 8 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 8 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .vendor-box .vendor-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .vendor-box .vendor-list ul li {
  display: block;
}
.dark .vendor-box .vendor-list ul li .address-contact {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.dark .vendor-box .vendor-list ul li .address-contact svg {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
}
.dark .vendor-box .vendor-list ul li .address-contact h5, .dark .vendor-box .vendor-list ul li .address-contact .h5 {
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.dark .vendor-box .vendor-list ul li .address-contact h5 span, .dark .vendor-box .vendor-list ul li .address-contact .h5 span {
  font-weight: 400;
}
.dark .vendor-box .vendor-detail {
  margin: calc(13px + 15 * (100vw - 320px) / 1600) 0 0;
  line-height: 1.7;
  color: #dddddd;
  padding: 0;
  border: unset;
}
.dark .dynamic-checkout {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  max-width: 600px;
}
.dark .dynamic-checkout button {
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.dark .dynamic-checkout button.border-theme-color {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
  transition: none;
}
.dark .dynamic-checkout button.border-theme-color .spinning::before {
  border-right: 3px solid var(--theme-color);
}
.dark .dynamic-checkout button.border-theme-color.btn.disabled, .dark .dynamic-checkout button.border-theme-color.btn:disabled {
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
}
.dark .dynamic-checkout button.btn.disabled, .dark .dynamic-checkout button.btn:disabled {
  background-color: var(--theme-color);
  color: #ffffff;
  border-color: var(--theme-color);
}
.dark .dynamic-checkout button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}
.dark .dynamic-checkout button svg {
  animation: ring 4s 0.7s ease-in-out infinite;
  line-height: 1;
  margin-top: -3px;
  font-size: calc(17px + 2 * (100vw - 480px) / 1440);
  stroke-width: 0.6px;
}
@media (max-width: 480px) {
  .dark .dynamic-checkout button svg {
    display: none;
  }
}
.dark .full-width-right-box .product-contain p {
  width: 70%;
}
@media (max-width: 767px) {
  .dark .full-width-right-box .product-contain p {
    width: 100%;
  }
}
.dark .full-width-right-box .secure-site-sec img {
  width: 41%;
}
.dark .full-width-right-box .progress {
  width: 75%;
}
@media (max-width: 1366px) {
  .dark .full-width-right-box .progress {
    width: 100%;
  }
}
.dark .theme-product-section .product-left-box .product-title .name {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.dark .theme-product-section .product-left-box .product-title .title-content-list {
  margin-top: 8px;
  margin-bottom: 18px;
}
.dark .theme-product-section .product-left-box .product-title .title-content-list > li {
  position: relative;
}
.dark .theme-product-section .product-left-box .product-title .title-content-list > li + li {
  padding-left: 15px;
  margin-left: 8px;
}
[dir=rtl] .dark .theme-product-section .product-left-box .product-title .title-content-list > li + li {
  padding-left: unset;
  padding-right: 15px;
  margin-left: unset;
  margin-right: 8px;
}
.dark .theme-product-section .product-left-box .product-title .title-content-list > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  left: 0;
  background-color: #ddd;
  border-radius: 100%;
}
[dir=rtl] .dark .theme-product-section .product-left-box .product-title .title-content-list > li + li::before {
  left: unset;
  right: 0;
}
.dark .theme-product-section .product-left-box .product-title .title-content-list > li .content {
  color: #777;
  display: inline-block;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}
html.dark .dark .theme-product-section .product-left-box .product-title .title-content-list > li .content {
  color: #ddd;
}
.dark .theme-product-section .product-left-box .product-title .title-content-list > li .content a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.dark .theme-product-section .product-left-box .product-title p {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #dddddd;
  margin: 0;
}
.dark .theme-product-section .product-left-box .theme-option-box {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-color: #1d1d22;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
html.dark .dark .theme-product-section .product-left-box .theme-option-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: rgba(255, 255, 255, 0.941);
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-image-option::after {
  opacity: 1;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-image-option .icon-btn-group {
  opacity: 1;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image {
  opacity: 1;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li {
  opacity: 1;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:first-child {
  animation: product-fade 100ms ease-in-out;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(2) {
  animation: product-fade 200ms ease-in-out;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(3) {
  animation: product-fade 300ms ease-in-out;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(4) {
  animation: product-fade 400ms ease-in-out;
}
.dark .theme-product-section .product-left-box .theme-option-box:hover .theme-option-image .product-theme-option li:nth-child(5) {
  animation: product-fade 500ms ease-in-out;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option {
  position: relative;
  z-index: 0;
  border-radius: 6px;
  margin: calc(10px + 10 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-align: center;
  color: #dddddd;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option > i {
  font-size: calc(140px + 340 * (100vw - 320px) / 1600);
  line-height: 1;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option img {
  max-height: 520px;
  object-fit: contain;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
html.dark .dark .theme-product-section .product-left-box .theme-option-box .theme-image-option::after {
  background-color: rgba(42, 45, 45, 0.7);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
  z-index: 2;
  flex-wrap: wrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group .theme-image-icon {
  background-color: var(--theme-color);
  border: unset;
  color: #ffffff;
  letter-spacing: 0.9px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group .theme-image-icon i {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .dark .theme-product-section .product-left-box .theme-option-box .theme-image-option .icon-btn-group .theme-image-icon span {
    display: none;
  }
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image {
  position: absolute;
  right: calc(10px + 24 * (100vw - 576px) / 1344);
  top: calc(10px + 24 * (100vw - 576px) / 1344);
  z-index: 3;
  opacity: 0;
}
@media (max-width: 575px) {
  .dark .theme-product-section .product-left-box .theme-option-box .theme-option-image {
    position: relative;
    inset: unset;
    margin-top: 12px;
  }
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option {
  margin: 0;
  display: grid;
  grid-gap: 7px;
  gap: 7px;
}
@media (max-width: 575px) {
  .dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option {
    display: flex;
  }
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li:hover .theme-option-list {
  opacity: 1;
  visibility: visible;
  left: -125px;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.product-theme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(34px + 8 * (100vw - 576px) / 1344);
  height: calc(34px + 8 * (100vw - 576px) / 1344);
  color: var(--theme-color);
  border-radius: 5px;
  position: relative;
  z-index: 0;
  background-color: #2a2d2d;
  overflow: hidden;
}
@media (max-width: 575px) {
  .dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.product-theme-icon {
    background-color: #ffffff;
  }
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.product-theme-icon i {
  font-size: calc(18px + 4 * (100vw - 576px) / 1344);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.layout-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(34px + 8 * (100vw - 576px) / 1344);
  height: calc(34px + 8 * (100vw - 576px) / 1344);
  z-index: 0;
  color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  gap: 5px;
  position: relative;
  background-color: var(--theme-color);
  padding: 0;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a.layout-grid i {
  font-size: 18px;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a .form-check-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li a .form-check-input:checked ~ .feather {
  fill: var(--theme-color);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -110px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul {
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: -1px 0 10px rgba(255, 255, 255, 0.071), 5px 20px 40px rgba(255, 255, 255, 0.039);
  background-color: #2a2d2d;
  padding: 10px 6px 10px 12px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 15px solid #2a2d2d;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  z-index: 1;
  right: -15px;
  text-shadow: -1px 0 10px rgba(255, 255, 255, 0.071), 5px 20px 40px rgba(255, 255, 255, 0.039);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.839);
  line-height: 1;
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul li a:hover {
  color: var(--theme-color);
}
.dark .theme-product-section .product-left-box .theme-option-box .theme-option-image .product-theme-option li .theme-option-list ul li a i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .dark .theme-product-section .right-box-contain {
    text-align: unset;
  }
}
.dark .theme-product-section .right-box-contain .main-right-box-contain {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-color: #1d1d22;
  border-radius: 6px;
  padding: 20px;
}
html.dark .dark .theme-product-section .right-box-contain .main-right-box-contain {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: rgba(255, 255, 255, 0.941);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .theme-product-section .right-box-contain .main-right-box-contain .select-package {
    justify-content: center;
  }
}
body[dir=rtl] .dark .theme-product-section .right-box-contain .main-right-box-contain .select-package {
  padding-right: 0;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li a,
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li:hover button,
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.active button,
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled a,
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package li.disabled button {
  cursor: default;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.color li {
  opacity: 0.7;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li:hover button {
  color: #ffffff;
  background-color: #f1f0f0;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.circle li button {
  width: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  height: calc(30px + 5 * (100vw - 320px) / 1600) !important;
  background-color: #1d1d22;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check + .form-check {
  margin-left: 15px;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input {
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #1d1d22;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:active {
  filter: unset;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.form-select {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #1d1d22 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.image li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.image li button,
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.image li img {
  width: 65px;
  border-radius: 4px;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  overflow: hidden;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li:hover button {
  color: #ffffff;
  background-color: #f1f0f0;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .select-package.rectangle li button {
  background-color: #1d1d22;
  border: unset;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain h2.name, .dark .theme-product-section .right-box-contain .main-right-box-contain .name.h2 {
  display: none;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .vendor-box .vendor-contain {
  margin-bottom: 20px !important;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .note-box .product-qty .input-group {
  background-color: #2a2d2d;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .note-box .product-qty .input-group button {
  background-color: #1d1d22;
}
.dark .theme-product-section .right-box-contain .main-right-box-contain .note-box .wishlist-btn-group {
  display: none;
}
.dark .theme-product-section .right-box-contain .product-contain p {
  width: 100%;
}
.dark .theme-product-section .right-box-contain .product-package + .product-package {
  margin-top: calc(22px + 4 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .product-package h4, .dark .theme-product-section .right-box-contain .product-package .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(9px + 9 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .product-package .form-select {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #1d1d22 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
  box-shadow: unset;
  padding: calc(8px + 0.00375 * (100vw - 320px)) calc(12px + 3 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .price-rating .price {
  font-size: 26px;
}
.dark .theme-product-section .right-box-contain .note-box {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  margin-top: 15px;
  flex-wrap: wrap;
}
html.dark .dark .theme-product-section .right-box-contain .note-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .theme-product-section .right-box-contain .note-box .cart-button {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  width: 100%;
}
.dark .theme-product-section .right-box-contain .note-box .cart-button.border-btn {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .note-box .cart-button.fill-btn {
  background-color: var(--theme-color);
  color: #ffffff;
  border: 1px solid transparent;
  padding: 12px;
}
@media (max-width: 400px) {
  .dark .theme-product-section .right-box-contain .deal-timer.product-deal-timer {
    width: 100%;
  }
}
html.dark .dark .theme-product-section .right-box-contain .buy-box {
  border-color: rgba(119, 119, 119, 0.44);
}
@media (max-width: 767px) {
  .dark .theme-product-section .right-box-contain .buy-box {
    justify-content: unset;
  }
}
.dark .theme-product-section .right-box-contain .product-rating span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
}
.dark .theme-product-section .right-box-contain .pickup-box {
  margin-top: 20px;
  padding: 0;
  border: unset;
}
.dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list.product-info-list-2 {
  align-items: unset;
  text-align: unset;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list.product-info-list-2 {
    column-count: unset;
  }
}
.dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list.product-info-list-2 li .tag-list li::after {
  content: unset;
}
html.dark .dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  color: #ddd;
}
[dir=rtl] .dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: unset;
  padding-right: 13px;
}
[dir=rtl] .dark .theme-product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  left: unset;
  right: 0;
}
.dark .theme-product-section .right-box-contain .discount-box {
  background-color: #1d1d22;
  padding: calc(12px + 11 * (100vw - 320px) / 1600) calc(18px + 5 * (100vw - 320px) / 1600);
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
  border: 1px solid rgba(119, 119, 119, 0.44);
}
html.dark .dark .theme-product-section .right-box-contain .discount-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #222323;
}
.dark .theme-product-section .right-box-contain .discount-box h4, .dark .theme-product-section .right-box-contain .discount-box .h4 {
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.dark .theme-product-section .right-box-contain .discount-box h4 span, .dark .theme-product-section .right-box-contain .discount-box .h4 span {
  color: var(--theme-color);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding: 7px calc(9px + 3 * (100vw - 320px) / 1600);
  border-radius: 5px;
  z-index: 0;
}
.dark .theme-product-section .right-box-contain .discount-box h4 span::before, .dark .theme-product-section .right-box-contain .discount-box .h4 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 5px;
}
.dark .theme-product-section .right-box-contain .discount-box p {
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #dddddd;
}
.dark .theme-product-section .right-box-contain .discount-box .discount-btn {
  background: var(--theme-color);
  color: #ffffff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  letter-spacing: 1.1px;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(16px + 13 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .deal-timer.product-deal-timer ul {
  background-color: #2a2d2d;
}
.dark .theme-product-section .right-box-contain .vendor-box {
  padding: 0;
  background-color: transparent;
}
.dark .theme-product-section .right-box-contain .vendor-box .vendor-contain {
  background-color: #2a2d2d;
  margin-bottom: 16px;
  border-radius: calc(6px + 3 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .vendor-box .vendor-contain .vendor-image {
  width: calc(58px + 14 * (100vw - 320px) / 1600);
  height: calc(58px + 14 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .vendor-box .vendor-name h5, .dark .theme-product-section .right-box-contain .vendor-box .vendor-name .h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + -5 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .vendor-box .vendor-detail {
  margin-block: 20px;
}
html.dark .dark .theme-product-section .right-box-contain .vendor-box .vendor-detail {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .theme-product-section .right-box-contain .vendor-box .vendor-detail p {
  margin: 0;
  color: #dddddd;
  line-height: 1.7;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
}
html.dark .dark .theme-product-section .right-box-contain .vendor-box .vendor-detail p {
  color: #ddd;
}
.dark .theme-product-section .right-box-contain .license-list {
  display: grid;
  grid-gap: calc(8px + 4 * (100vw - 320px) / 1600);
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .right-box-contain .license-list .form-check {
  min-height: unset;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-input {
  width: 100%;
  height: 100%;
  float: unset;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-input:checked ~ .form-check-label::before {
  opacity: 0.1;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-input:checked ~ .form-check-label .circle-box .circle {
  border-color: var(--theme-color);
  background-color: #2a2d2d;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-input:checked ~ .form-check-label .circle-box .circle::before {
  transform: translate(-50%, -50%) scale(1);
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label {
  cursor: pointer;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box .circle {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: calc(16px + 2 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 100%;
  position: relative;
  border: 1px solid #ececec;
  transition: all 0.1s ease-in-out;
}
html.dark .dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box .circle {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .circle-box .circle::before {
  content: "";
  position: absolute;
  width: calc(10px + 2 * (100vw - 320px) / 1600);
  height: calc(10px + 2 * (100vw - 320px) / 1600);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: transform 0.1s ease-in-out;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  width: calc(100% - 7px - (16px + 2 * (100vw - 320px) / 1600));
  font-weight: 500;
  color: #dddddd;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .name span {
  color: #ffffff;
}
.dark .theme-product-section .right-box-contain .license-list .form-check .form-check-label .license-content {
  line-height: 1.5;
  color: #dddddd;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item {
  background-color: transparent;
  border: unset;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(221, 221, 221, 0.169);
  border-radius: 11px;
  padding: 16px;
  overflow: hidden;
  z-index: 0;
  background-color: #2a2d2d;
  width: 100%;
  transition: all 0.1s ease-in-out;
  color: #ffffff;
  box-shadow: none;
  font-size: 18px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: unset;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
  margin: 0;
  opacity: 0;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-button:not(.collapsed) {
  border-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-button:not(.collapsed)::after {
  opacity: 0.15;
  transform: unset;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse {
  margin-top: 5px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body {
  background-color: #2a2d2d;
  border: 1px solid rgba(221, 221, 221, 0.169);
  border-radius: 11px;
  padding: 16px 20px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package {
    justify-content: center;
  }
}
body[dir=rtl] .dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package {
  padding-right: 0;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li a,
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li button {
  padding: 6px 11px;
  border: 1px solid rgba(119, 119, 119, 0.44);
  border-radius: 4px;
  display: block;
  color: #dddddd;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li:hover {
  border: 1px solid rgba(154, 154, 154, 0.65);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li:hover button,
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li:hover img {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.active {
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 3px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.active button,
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.active img {
  background: var(--theme-color);
  color: #ffffff;
  font-weight: 600;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled a,
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .select-package li.disabled button {
  cursor: default;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .color li {
  opacity: 0.7;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .color li.active {
  opacity: 1;
  border-color: #ffffff;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .color li button {
  width: 36px !important;
  height: 36px !important;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 100% !important;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li:hover button {
  color: #ffffff;
  background-color: #f1f0f0;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .circle li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #1d1d22;
  border-radius: 100%;
  color: #dddddd;
  padding: 0;
  border: unset;
  font-weight: 400;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check:hover .form-check-input {
  border-color: rgba(154, 154, 154, 0.65);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check:hover .form-check-label {
  color: #ffffff;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check + .form-check {
  margin-left: 15px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: unset;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #1d1d22;
  border: 1px solid rgba(154, 154, 154, 0.4);
  position: relative;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input::after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:focus {
  box-shadow: unset;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:active {
  filter: unset;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:checked {
  background-color: #2a2d2d;
  border-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:checked::after {
  transform: scale(1);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-check .form-check-label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
  color: #dddddd;
  cursor: pointer;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .form-select {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #1d1d22 94%);
  border-radius: 7px;
  border: 1px solid #eee;
  display: inline-block;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .image li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
  width: 65px;
  height: 65px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .image li.active img {
  background: transparent;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li {
  border: 1px solid rgba(154, 154, 154, 0.4);
  border-radius: 6px;
  padding: 3px;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li:hover button {
  color: #ffffff;
  background-color: #f1f0f0;
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .theme-product-section .right-box-contain .license-list .accordion-item .accordion-collapse .accordion-body.product-package .rectangle li button {
  background-color: #1d1d22;
  border: unset;
}
.dark .theme-product-section .vendor-right-box .product-title h4, .dark .theme-product-section .vendor-right-box .product-title .h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(9px + 9 * (100vw - 320px) / 1600);
}
.dark .theme-product-section .vendor-right-box .vendor-box .vendor-contain .vendor-text {
  width: 70px;
  height: 70px;
}
.dark .theme-product-section .vendor-right-box .right-box-contain .pickup-box .product-info .product-info-list li .tag-list li {
  background-color: transparent;
  border: none;
  padding: 0;
}
.dark .theme-product-section .vendor-right-box .right-box-contain .product-rating span {
  font-size: 16px;
}
.dark .theme-product-section .vendor-right-box .right-box-contain .vendor-box .vendor-contain {
  margin-bottom: 0;
}
.dark .theme-product-section .vendor-right-box .right-box-contain .vendor-box .vendor-detail {
  margin-bottom: 0;
}
.dark .theme-product-section .vendor-right-box .right-box-contain .note-box .cart-button.fill-btn {
  text-transform: capitalize;
}
.dark .store-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #dddddd;
  margin-top: 6px;
}
.dark .brand-box-suggection {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.dark .brand-box-suggection a {
  color: #ffffff;
}
.dark .video-icon {
  position: absolute;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dark .video-icon svg {
  width: 18px;
  height: 18px;
  color: #88ac2f;
}
.dark .checkout .checkout-details {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 40px;
}
.dark .checkout .checkout-details .order-place {
  margin-top: 15px;
}
.dark .order-box .title-box {
  padding-bottom: 20px;
  color: #444444;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.dark .order-box .title-box span {
  width: 35%;
  float: right;
  font-weight: 600;
  text-align: right;
}
.dark .order-box .title-box h4, .dark .order-box .title-box .h4 {
  font-weight: 600;
}
.dark .order-box .title-box .checkbox-title {
  display: flex;
  justify-content: space-between;
}
.dark .order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.dark .order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.dark .order-box .sub-total .shipping-class {
  margin-bottom: 12px;
}
.dark .order-box .sub-total .shipping-class .shopping-checkout-option {
  margin-top: -4px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-color);
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.dark .order-box .total {
  position: relative;
  margin-bottom: 30px;
}
.dark .order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 18px;
}
.dark .order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.dark .order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}
.dark .order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
  text-align: right;
}
.dark .radio-option {
  position: relative;
}
.dark .img-paypal {
  width: 30%;
  margin-left: 15px;
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  float: unset;
  margin-left: 0;
  background-color: unset;
  position: relative;
  border: unset;
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #2a2d2d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:active {
  filter: unset;
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.dark .checkout-section-2 .left-sidebar-checkout .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20px + 20 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li {
  position: relative;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 6px;
  background-color: #f9f9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  box-shadow: 0 0 8px #eee;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon svg {
  font-size: 20px;
  color: #dddddd;
}
body[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  left: unset;
  right: 0;
}
@media (max-width: 576px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
    display: none;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
  background-color: #1d1d22;
  border-radius: 8px;
  box-shadow: 0 0 8px #eee;
  margin-left: 66px;
  position: relative;
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  margin-left: unset;
  margin-right: 66px;
}
@media (max-width: 576px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
  [dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: unset;
    margin-right: 0;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -42px;
  width: 0;
  height: calc(100% + 20px + 20 * (100vw - 320px) / 1600);
  z-index: -1;
  border-left: 1px dashed rgba(255, 255, 255, 0.18);
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
  left: unset;
  right: -42px;
}
@media (max-width: 576px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
    content: none;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #f9f9f6;
  padding: 15px 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li i {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li h5, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li .h5 {
  color: #898989;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active i {
  color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .form-select {
  background-color: #f9f9f6;
  border-color: #eee;
  line-height: 1.8;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  margin-bottom: calc(9px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title .h4 {
  font-weight: 600;
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  box-shadow: unset;
  height: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box .form-check {
  padding-left: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div {
  display: flex;
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label label {
  margin-bottom: 0;
  line-height: 1.7;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p span,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6 span,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
  font-weight: 600;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #2a2d2d;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .select-option {
    margin-top: 6px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box {
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box i,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box svg {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category {
    display: block;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #dddddd;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(255, 255, 255, 0.1);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box {
  display: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box.show {
  display: block;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: rgba(26, 164, 136, 0.05);
  border-radius: 10px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items > div {
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h4, .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h4 {
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 500;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -8px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1500px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 33.33%;
  }
}
@media (max-width: 1400px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 100%;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li a {
  background-color: #2a2d2d;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li.active a {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-card-box .credit-detail {
  position: relative;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 8px;
  position: relative;
  background-color: #2a2d2d;
  box-shadow: unset;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
body[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  padding-left: unset;
  padding-right: 12px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  align-items: center;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #1d1d22;
  border-radius: 5px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #dddddd;
  position: relative;
  padding: 0;
  background-color: #1d1d22;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  content: "\ea4e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  right: unset;
  left: 30px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
  margin-bottom: 0;
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  padding-right: 0;
}
@media (max-width: 480px) {
  .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-left: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-right: unset;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
  margin: 0;
  line-height: 1.5;
  color: #dddddd;
  font-size: 16px;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  padding-left: unset;
  padding-right: 0;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
[dir=rtl] .dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: unset;
  margin-left: 10px;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing .text-theme {
  color: var(--theme-color);
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li img {
  width: 50px;
  height: 50px;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content {
  width: calc(100% - 50px - 70px);
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content h4, .dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .h4 {
  font-weight: 400;
  color: #dddddd;
  width: 80%;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #ffffff;
}
[dir=rtl] .dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li .cart-content .price {
  right: unset;
  left: 0;
}
.dark .empty-box {
  text-align: center;
}
.dark .empty-box img {
  width: 40px;
  opacity: 1;
}
.dark .empty-box h2, .dark .empty-box .h2 {
  font-size: 22px;
  color: #bfbfbf;
  font-weight: 500;
  text-align: center;
  padding: 14px 0 30px;
}
.dark .coupon-sec > div {
  width: 100%;
}
.dark .coupon-sec .apply-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(26, 164, 136, 0.11);
  border-radius: 7px;
  padding: 12px 12px;
  width: 100%;
  border: 1px dashed rgba(26, 164, 136, 0.2);
}
.dark .coupon-sec .apply-sec a {
  color: var(--theme-color);
}
.dark .coupon-sec .apply-sec a:hover {
  color: var(--theme-color);
}
.dark .coupon-sec .apply-sec h4 span, .dark .coupon-sec .apply-sec .h4 span {
  font-size: 15px !important;
}
.dark .coupon-sec .apply-sec p {
  margin-bottom: 0;
}
.dark .coupon-sec .apply-sec > div {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.dark .coupon-sec .apply-sec > div img {
  width: 22px;
}
.dark .coupon-sec .coupon-box input {
  padding: 10px 10px;
}
body[dir=rtl] .dark .coupon-sec .coupon-box input {
  border-radius: 0 6px 6px 0 !important;
}
.dark .coupon-sec .coupon-box input::placeholder {
  color: rgba(221, 221, 221, 0.18);
}
.dark .coupon-sec .coupon-box .coupon-error {
  animation: shake 0.5s;
}
.dark .coupon-sec .coupon-box .btn-apply {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 5px 16px;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
body[dir=rtl] .dark .coupon-sec .coupon-box .btn-apply {
  border-radius: 5px 0 0 5px !important;
}
.dark .checkout-form-section .checkbox-main-box {
  background-color: #f8f8f8;
  padding: calc(20px + 12 * (100vw - 320px) / 1600) calc(20px + 17 * (100vw - 320px) / 1600);
  border-radius: calc(7px + 6 * (100vw - 320px) / 1600);
}
.dark .checkout-form-section .checkbox-main-box + .checkbox-main-box {
  margin-top: calc(20px + 12 * (100vw - 320px) / 1600);
}
.dark .checkout-form-section .checkbox-main-box:last-child {
  margin-bottom: calc(38px + 12 * (100vw - 320px) / 1600);
}
.dark .checkout-form-section .checkbox-main-box .custom-select .select2-container .select2-selection {
  width: 100% !important;
  background-color: #fff !important;
}
.dark .checkout-form-section .checkbox-main-box .country-input-box .custom-form .form-control {
  padding-left: 128px;
}
.dark .checkout-form-section .checkbox-main-box .phone-field .custom-select-box {
  left: 1px;
  height: 51px;
}
.dark .checkout-form-section .checkbox-main-box .phone-field .custom-select-box .form-control {
  height: 100%;
}
.dark .checkout-form-section .checkbox-main-box .phone-field .custom-select-box .form-control + .form-control {
  margin-top: 0;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box {
  border-radius: 8px;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  height: 100%;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div {
  display: flex;
  position: relative;
  cursor: pointer;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
body[dir=rtl] .dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .label {
  right: unset;
  left: 0;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .label label {
  margin-bottom: 0;
  line-height: 1.7;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
  float: unset;
  margin-left: 0;
  background-color: unset;
  position: relative;
  border: unset;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2a2d2d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
body[dir=rtl] .dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
  padding-right: 0;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail p,
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail h6,
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail p span,
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail h6 span,
.dark .checkout-form-section .checkbox-main-box .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
  font-weight: 600;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option,
.dark .checkout-form-section .checkbox-main-box .payment-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #2a2d2d;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .dark .checkout-form-section .checkbox-main-box .delivery-option .select-option,
  .dark .checkout-form-section .checkbox-main-box .payment-option .select-option {
    margin-top: 6px;
  }
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .date-box,
.dark .checkout-form-section .checkbox-main-box .payment-option .date-box {
  position: relative;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .date-box i,
.dark .checkout-form-section .checkbox-main-box .payment-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #dddddd;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category,
  .dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category,
  .dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category,
  .dark .checkout-form-section .checkbox-main-box .payment-option .payment-category {
    display: block;
  }
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin: 2px 0 0 0;
  float: unset;
  background-color: unset;
  position: relative;
  border: unset;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input::before,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input::before,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input::before,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2a2d2d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(119, 119, 119, 0.44);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input::after,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input::after,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input::after,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:checked,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:checked,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:checked,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:checked::before,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:checked::before,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:checked::before,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:checked::after,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:checked::after,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:checked::after,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-category .form-check .form-check-input:focus,
.dark .checkout-form-section .checkbox-main-box .delivery-option .payment-category .form-check .form-check-input:focus,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-category .form-check .form-check-input:focus,
.dark .checkout-form-section .checkbox-main-box .payment-option .payment-category .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .custom-form-check,
.dark .checkout-form-section .checkbox-main-box .payment-option .custom-form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: auto;
}
body[dir=rtl] .dark .checkout-form-section .checkbox-main-box .delivery-option .custom-form-check,
body[dir=rtl] .dark .checkout-form-section .checkbox-main-box .payment-option .custom-form-check {
  padding-left: unset;
  padding-right: 1.5rem;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .custom-form-check .form-check-label,
.dark .checkout-form-section .checkbox-main-box .payment-option .custom-form-check .form-check-label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
body[dir=rtl] .dark .checkout-form-section .checkbox-main-box .delivery-option .custom-form-check .form-check-label,
body[dir=rtl] .dark .checkout-form-section .checkbox-main-box .payment-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-date,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-date input,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
  width: 100%;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #2a2d2d;
  display: flex;
  align-items: center;
  color: #dddddd;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle i,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #dddddd;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle::after,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-toggle::before,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-menu,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(255, 255, 255, 0.1);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-menu li a:active,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-menu li a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-form-section .checkbox-main-box .delivery-option .delivery-time .dropdown-menu li + li,
.dark .checkout-form-section .checkbox-main-box .payment-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.dark .checkout-form-section .checkbox-main-box .future-box {
  display: none;
}
.dark .checkout-form-section .checkbox-main-box .future-box.show {
  display: block;
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: rgba(26, 164, 136, 0.05);
  border-radius: 10px;
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items {
  align-items: center;
  height: 100%;
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items h4, .dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items .h4 {
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 500;
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -8px;
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1500px) {
  .dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
    width: 33.33%;
  }
}
@media (max-width: 1400px) {
  .dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li {
    width: 100%;
  }
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li a {
  background-color: #2a2d2d;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
}
.dark .checkout-form-section .checkbox-main-box .future-box .future-option .delivery-items ul li.active a {
  background-color: var(--theme-color);
  color: #ffffff;
}
.dark .checkout-form-section .checkout-form .form-box .form-control,
.dark .checkout-form-section .checkout-form .form-box .form-select {
  border: 1px solid #efefef;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 4 * (100vw - 320px) / 1600);
  box-shadow: unset;
}
.dark .checkout-form-section .checkout-form .form-box .form-control + .form-control,
.dark .checkout-form-section .checkout-form .form-box .form-select + .form-control {
  margin-top: 13px;
}
.dark .checkout-form-section .checkout-form .form-box .form-label {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin-bottom: 4px;
}
.dark .checkout-form-section .checkout-form .form-checkbox .form-check-label {
  color: #dddddd;
  margin-left: 10px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.dark .checkout-form-section .checkout-form .form-checkbox .checkbox_animated {
  width: 21px;
  height: 21px;
  background: unset;
  box-shadow: unset;
  border: unset;
  margin: 0;
}
.dark .checkout-form-section .checkout-form .form-checkbox .checkbox_animated::before {
  left: 5px;
  top: 6px;
}
.dark .checkout-form-section .checkout-form .form-checkbox .checkbox_animated::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark .checkout-form-section .checkout-form .form-checkbox p {
  color: #ffffff;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin: 0;
  margin-top: 9px;
}
.dark .checkout-title1 {
  margin-bottom: calc(16px + 4 * (100vw - 320px) / 1600);
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: relative;
}
.dark .checkout-title1 + .checkout-title {
  margin-top: 16px;
}
.dark .checkout-title1::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--theme-color);
}
.dark .checkout-title1 h2, .dark .checkout-title1 .h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.dark .pos-product-screen .search-panel form {
  width: 100%;
}
.dark .pos-product-screen .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.dark .pos-product-screen .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.dark .product-section .product-box {
  padding: calc(8px + 6 * (100vw - 320px) / 1600);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dark .product-section .product-box:hover .product-image a img {
  transform: scale(1.1);
}
.dark .product-section .product-box:hover .product-image .product-option {
  bottom: 15px;
  opacity: 1;
}
.dark .product-section .product-box .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .dark .product-section .product-box .product-image {
    padding: 8px;
  }
}
.dark .product-section .product-box .product-image img {
  width: 100%;
  height: calc(100px + 40 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.dark .product-section .product-box .product-image .product-option {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -5px;
  background-color: #2a2d2d;
  padding: 10px 5px;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
@media (max-width: 480px) {
  .dark .product-section .product-box .product-image .product-option {
    display: none;
  }
}
.dark .product-section .product-box .product-image .product-option li a {
  color: #ffffff;
}
.dark .product-section .product-box .product-image .product-option li a svg {
  font-size: 17px;
  color: #dddddd;
}
.dark .product-section .product-box .product-image .product-option li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dddddd;
  opacity: 0.3;
}
.dark .product-section .product-box .counter-box {
  display: block;
  position: relative;
}
.dark .product-section .product-box .counter-box h6, .dark .product-section .product-box .counter-box .h6 {
  margin-top: 0;
  height: auto;
}
.dark .product-section .product-box .counter-box .addtocart_btn .add-button,
.dark .product-section .product-box .counter-box .addtocart_btn .add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 11px !important;
  background-color: #2a2d2d;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 1px solid #eee !important;
  background-color: white !important;
}
.dark .product-section .product-box .counter-box .addtocart_btn .add-button > div,
.dark .product-section .product-box .counter-box .addtocart_btn .add_cart > div {
  display: flex;
  align-items: center;
}
.dark .product-section .product-box .counter-box .addtocart_btn .add-button span,
.dark .product-section .product-box .counter-box .addtocart_btn .add_cart span {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 15px;
  margin-right: 8px;
}
.dark .product-section .product-box .counter-box .addtocart_btn .qty-box {
  display: none;
  transition: all 0.3s ease;
  z-index: 1;
  margin-top: 0;
  max-width: 155px;
}
.dark .product-section .product-box .counter-box .addtocart_btn .qty-box.open {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.dark .product-section .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 #dedede;
  border-radius: 2px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  background-color: #2a2d2d;
}
.dark .product-section .product-box .counter-box .addtocart_btn .input-group .btn {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px !important;
  background-color: #1d1d22;
}
.dark .product-section .product-box .counter-box .addtocart_btn .input-group .btn i {
  font-size: 15px;
}
.dark .product-section .product-box .counter-box .addtocart_btn .input-group .form-control {
  padding: 2px;
  text-align: center;
  border-color: #f9f9f9;
}
.dark .product-section .product-box .progress {
  height: 6px;
  border-radius: 0;
  margin-top: calc(14px + 8 * (100vw - 320px) / 1600);
}
.dark .product-section .product-box .stock {
  font-size: 14px;
  color: var(--theme-color);
  margin-left: auto;
}
.dark .product-section .product-box .sold {
  font-weight: 600;
  margin-top: 3px;
  line-height: 21px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.dark .product-section .product-box .sold .price {
  font-weight: 600;
  margin-top: 0;
}
.dark .product-section .product-box .sold del {
  font-weight: 400;
  margin-left: 6px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.dark .product-section .product-box .sold.weight {
  font-size: 13px;
  margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
  line-height: normal;
  height: 15px;
}
.dark .product-section .product-box .qty-box {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: none;
}
.dark .product-section .product-box .price {
  margin-top: 16px;
  font-weight: 600;
}
.dark .pos-detail-card {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  border: unset;
  background-color: #1d1d22;
}
.dark .pos-detail-card .billing-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dark .pos-detail-card .billing-top .btn {
  padding: 13px 12px;
}
.dark .pos-detail-card .delivery-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}
.dark .pos-detail-card .summary-total {
  background-color: #2a2d2d;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
}
.dark .pos-detail-card .summary-total .loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.dark .pos-detail-card .summary-total:after, .dark .pos-detail-card .summary-total:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 49px;
  width: 30px;
  height: 30px;
  background-color: #f9f9f6;
  border-radius: 100%;
}
.dark .pos-detail-card .summary-total:before {
  left: unset;
  right: -15px;
}
.dark .pos-detail-card .summary-total.not-valid {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dark .pos-detail-card .summary-total li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dark .pos-detail-card .summary-total li + li {
  padding-top: 15px;
}
.dark .pos-detail-card .summary-total li h4, .dark .pos-detail-card .summary-total li .h4 {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #ffffff !important;
}
.dark .pos-detail-card .summary-total li h4.txt-primary, .dark .pos-detail-card .summary-total li .txt-primary.h4 {
  color: var(--theme-color) !important;
}
.dark .pos-detail-card .summary-total li h4.price, .dark .pos-detail-card .summary-total li .price.h4 {
  margin-left: auto;
}
body[dir=rtl] .dark .pos-detail-card .summary-total li h4.price, body[dir=rtl] .dark .pos-detail-card .summary-total li .price.h4 {
  margin-left: unset;
  margin-right: auto;
}
.dark .pos-detail-card .summary-total li h4 span, .dark .pos-detail-card .summary-total li .h4 span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.dark .pos-detail-card .summary-total li.list-total {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 12px;
}
.dark .pos-detail-card .summary-total li.list-total h4, .dark .pos-detail-card .summary-total li.list-total .h4 {
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.dark .pos-detail-card .summary-total li.coupon-sec {
  padding-bottom: 10px;
  margin-top: -2px;
}
.dark .pos-detail-card .summary-total li.border-cls {
  padding-top: 0px;
}
.dark .pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: 14px;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
body[dir=rtl] .dark .pos-detail-card .summary-total li.border-cls .checkbox_animated {
  margin-left: unset;
  margin-right: 14px;
}
.dark .pos-detail-card .summary-total li.border-cls .checkbox_animated:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  width: 23px;
  height: 23px;
}
.dark .pos-detail-card .summary-total li.border-cls .checkbox_animated:before {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
}
.dark .pos-detail-card .summary-total li.border-cls label {
  font-size: 14px;
  color: #777;
  padding-top: 2px;
}
.dark .pos-detail-card .payment-btn {
  border-radius: 10px;
  padding: 13px 20px !important;
}
.dark .pos-detail-card .payment-method {
  margin-top: 20px;
}
.dark .pos-detail-card .payment-method h4, .dark .pos-detail-card .payment-method .h4 {
  margin-bottom: 16px;
  color: #646464;
}
.dark .pos-detail-card .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dark .pos-detail-card .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #f7f7f7;
  padding: 15px 40px;
  border-radius: 20px;
  background-color: rgba(13, 164, 135, 0.07);
  text-align: center;
  cursor: pointer;
}
.dark .pos-detail-card .payment-method ul li i,
.dark .pos-detail-card .payment-method ul li svg {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.dark .pos-detail-card .payment-method ul li h5, .dark .pos-detail-card .payment-method ul li .h5 {
  color: #898989;
}
.dark .pos-detail-card .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.dark .pos-detail-card .payment-method ul li.active i,
.dark .pos-detail-card .payment-method ul li.active svg {
  color: var(--theme-color);
}
.dark .pos-detail-card .qty-box .input-group button {
  background-color: transparent;
}
.dark .pos-detail-card .qty-box .input-group button i,
.dark .pos-detail-card .qty-box .input-group button svg {
  font-weight: 700;
  font-size: 18px;
}
.dark .product-details .table {
  border: 0;
  margin-top: 10px;
}
.dark .product-details .table tbody tr td {
  text-align: center;
  /* Firefox */
}
.dark .product-details .table tbody tr td input::-webkit-outer-spin-button,
.dark .product-details .table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark .product-details .table tbody tr td input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  width: 40px;
  padding: 7px 12px;
  margin: 0 auto;
}
.dark .product-details .table tbody tr td .product-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dark .product-details .table tbody tr td .product-content .product-image {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
}
.dark .product-details .table tbody tr td .product-content .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .product-details .table tbody tr td .product-content .product-name {
  font-size: 15px;
  font-weight: 600;
  width: calc(100% - 35px - 8px);
}
.dark .product-details .table tbody tr td .product-content .product-name h5, .dark .product-details .table tbody tr td .product-content .product-name .h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.dark .product-details .table tbody tr td:first-child {
  text-align: left;
}
.dark .product-details .table thead th {
  text-align: center;
  font-size: 16px;
}
.dark .product-details .table thead th:first-child {
  text-align: left;
}
.dark .product-details .empty-cart {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.dark .product-details .empty-cart img {
  width: 60%;
}
.dark .product-details .cart-listing {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.dark .product-details .cart-listing li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.dark .product-details .cart-listing li .qty-box {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.dark .product-details .cart-listing li .qty-box .input-group {
  background-color: #f9f9f6;
}
@media (max-width: 576px) {
  .dark .product-details .cart-listing li .qty-box {
    position: relative;
    bottom: 0;
  }
}
.dark .product-details .cart-listing li img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: contain;
}
.dark .product-details .cart-listing li .cart-content {
  width: calc(100% - 70px - 120px - 15px);
}
@media (max-width: 576px) {
  .dark .product-details .cart-listing li .cart-content {
    width: calc(100% - 70px - 15px);
  }
}
.dark .product-details .cart-listing li .cart-content h4, .dark .product-details .cart-listing li .cart-content .h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 9px;
  width: 90%;
  font-size: 16px;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  color: #dddddd;
}
.dark .product-details .cart-listing li .cart-content h5, .dark .product-details .cart-listing li .cart-content .h5 {
  color: #dddddd;
}
.dark .qty-box {
  margin-top: 10px;
  width: 120px;
}
.dark .qty-box .input-group {
  background-color: #2a2d2d;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.dark .qty-box .input-group.theme-bg-white {
  background-color: #2a2d2d;
}
.dark .qty-box .input-group button {
  width: calc(26px + 9 * (100vw - 320px) / 1600);
  height: calc(26px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: transparent;
  z-index: 0;
  border-radius: 4px !important;
  padding: 0 !important;
}
.dark .qty-box .input-group button svg {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.dark .qty-box .input-group button:focus {
  box-shadow: none;
}
.dark .qty-box .input-group input {
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .btn-animation {
  width: calc(100% - 120px);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  margin-top: 0;
  height: 47px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #1d1d22;
  border: 0;
  height: 100%;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box h5, .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size h4, .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
  border-color: #eee;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
  margin-top: 14px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail h4, .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box svg {
  font-size: 19px;
  color: #61b33e;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box h6, .dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #dddddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: none;
}
.dark .dashboard-category .category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}
.dark .dashboard-category .category-image h4, .dark .dashboard-category .category-image .h4 {
  font-size: 35px;
  color: #969696;
  line-height: 1;
}
.dark .dashboard-category .category-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1d1d22;
  opacity: 1;
  z-index: -1;
}
.dark .dashboard-category .category-image:hover {
  background: linear-gradient(-45deg, #88ac2f, rgb(133, 165, 117));
  transition: all 0.5s ease;
}
.dark .dashboard-category .category-image:hover h4, .dark .dashboard-category .category-image:hover .h4 {
  color: #2a2d2d;
}
.dark .dashboard-category .category-image.active {
  background: linear-gradient(-45deg, #88ac2f, #9bb361);
  transition: all 0.5s ease;
}
.dark .dashboard-category .category-image.active h4, .dark .dashboard-category .category-image.active .h4 {
  color: #2a2d2d;
}
.dark .dashboard-category .category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark .dashboard-category .category-name {
  width: 70%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
}
.dark .dashboard-category .category-name h6, .dark .dashboard-category .category-name .h6 {
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dark .pos-modal .modal-body {
  padding: calc(18px + 11 * (100vw - 320px) / 1600);
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .btn-animation {
  width: calc(100% - 120px);
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box {
  margin-top: 0;
  height: 47px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .modal-bottom-cart .qty-box .input-group {
  background-color: #1d1d22;
  border: 0;
  height: 100%;
}
.dark .pos-modal .modal-body .right-sidebar-modal .title-name {
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.dark .pos-modal .modal-body .right-sidebar-modal .price {
  font-size: 20px;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9px + 3 * (100vw - 320px) / 1600);
  align-items: center;
  margin-top: calc(13px + 6 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li {
  width: 100%;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box {
  display: flex;
  align-items: center;
}
.dark .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box h5, .dark .pos-modal .modal-body .right-sidebar-modal .brand-list li .brand-box .h5 {
  width: 110px;
  font-size: 14px;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-size {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 10px;
  align-items: center;
  margin-top: calc(16px + 5 * (100vw - 320px) / 1600);
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-size h4, .dark .pos-modal .modal-body .right-sidebar-modal .select-size .h4 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-size .select-form-size {
  width: auto;
  border-color: #eee;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-rating {
  border-bottom: 1px dashed rgba(119, 119, 119, 0.44);
  padding-bottom: 14px;
  margin-top: 14px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail {
  margin-top: 12px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail h4, .dark .pos-modal .modal-body .right-sidebar-modal .product-detail .h4 {
  font-weight: 600;
  margin-bottom: 7px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .product-detail p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin: 0;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  width: auto;
}
@media (max-width: 480px) {
  .dark .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight {
    width: 100%;
  }
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 575px) {
  .dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box {
    justify-content: flex-start;
  }
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box svg {
  font-size: 19px;
  color: #61b33e;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box h6, .dark .pos-modal .modal-body .right-sidebar-modal .select-wight .stoke-box .h6 {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #dddddd;
}
.dark .pos-modal .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: rgba(119, 119, 119, 0.44);
  box-shadow: none;
}
.dark .selection-section h4, .dark .selection-section .h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.dark .selection-section ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark .selection-section ul li button {
  display: inline-block;
  border: 1px solid #eee !important;
  border-radius: 5px;
  color: #222 !important;
  background-color: #2a2d2d !important;
}
.dark .selection-section ul li button.active {
  background-color: var(--theme-color) !important;
  color: #2a2d2d !important;
}
.dark .selection-section ul.gram-selection li {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.dark .selection-section ul.gram-selection li span {
  font-size: 12px;
  display: block;
}
.dark .pos-detail-card .summary-total li.border-cls label {
  color: #ddd;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item.skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .skeleton-offer .coupon-box {
  background: rgba(246, 247, 248, 0.05);
}
.dark .skeleton-offer .coupon-box .coupon-name .card-name h5, .dark .skeleton-offer .coupon-box .coupon-name .card-name .h5 {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .skeleton-offer .coupon-box .coupon-content p {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .skeleton-box {
  background-color: rgba(246, 247, 248, 0.05);
}
.dark .skeleton-compare .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton-compare .compare-part .img-section .compare-img {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .common-skeleton .img-box .placeholder,
.dark .common-skeleton .img-box .img,
.dark .common-skeleton ul .placeholder,
.dark .common-skeleton ul .img {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton-vertical .offer-image {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton-vertical.offer-product .offer-detail a .name {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton-vertical.offer-product .offer-detail span,
.dark .skeleton-vertical.offer-product .offer-detail .vertical-price {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton-seller .contain-name h3, .dark .skeleton-seller .contain-name .h3,
.dark .skeleton-seller .contain-name .product-label {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton-seller .vendor-text,
.dark .skeleton-seller .saller-contact {
  background: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, rgba(246, 247, 248, 0.05) 0%, rgba(237, 238, 241, 0.1) 20%, rgba(246, 247, 248, 0.05) 40%, rgba(246, 247, 248, 0.05) 100%);
}
.dark .skeleton *:empty {
  background-color: rgba(246, 247, 248, 0.05);
  background-image: linear-gradient(135deg, #3f4242 0%, rgba(237, 238, 241, 0.1) 20%, #3f4242 40%, #3f4242 100%);
}
.dark .customer-detail ul li h4, .dark .customer-detail ul li .h4 {
  color: #ddd;
}
.dark .review-people {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .review-people::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .review-people::-webkit-scrollbar-track {
  background-color: rgba(85, 85, 85, 0.14);
}
.dark .review-people .review-list li .people-box .people-comment .people-name .date-time h6, .dark .review-people .review-list li .people-box .people-comment .people-name .date-time .h6 {
  color: rgba(221, 221, 221, 0.69);
}
.dark .tracking-panel ul li {
  background-color: #2a2d2d;
}
.dark .tracking-panel ul li.active {
  background-color: #33413e;
}
.dark .tracking-panel ul li.active::after {
  border-left-color: #33413e;
  border-right-color: #33413e;
}
.dark .tracking-panel ul li.cancelled-box {
  background-color: #332728;
}
.dark .tracking-panel ul li.cancelled-box:after {
  border-inline-color: #332728;
}
.dark .tracking-panel ul li:before {
  border-left-color: #1d1d22;
  border-right-color: #1d1d22;
}
.dark .tracking-panel ul li::after {
  border-left-color: #2a2d2d;
  border-right-color: #2a2d2d;
}
.dark .tracking-panel ul li h4, .dark .tracking-panel ul li .h4 {
  color: #dddddd;
}
.dark .tracking-panel .panel-content .icon img {
  filter: invert(1) brightness(100);
}
.dark .tracking-total li:last-child {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .skeleton-body .skeleton-text-wrap .placeholder {
  background: linear-gradient(90deg, rgba(29, 29, 34, 0.41) 8%, #2a2d2d 18%, rgba(29, 29, 29, 0.41) 33%);
}
.dark .skeleton-body .skeleton-banner-xl .bg-size,
.dark .skeleton-body .skeleton-banner-vertical .bg-size {
  background-color: #3f4242 !important;
}
.dark .skeleton-body .skeleton-banner-sm .bg-size {
  background-color: #3f4242 !important;
  background-image: none !important;
}
.dark .card {
  background-color: #2a2d2d;
}
.dark .product-rating-box .product-rating-list li .rating-product .progress {
  background-color: #1d1d22;
}
.dark .product-rating-box .product-rating-list li .rating-product h5, .dark .product-rating-box .product-rating-list li .rating-product .h5 {
  color: #ffffff;
}
.dark .product-rating-box .product-main-rating h2, .dark .product-rating-box .product-main-rating .h2 {
  color: #ffffff;
}
.dark .pay-modal .modal-body .payment-option .form-check {
  background-color: #1d1d22;
}
.dark .pay-modal .modal-body .payment-option .form-check .form-check-input::before {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .wallet-bg::after {
  opacity: 0.15;
}
.dark .product-table tbody tr td {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .text-content {
  color: #ddd;
}
.dark .btn-animation:active, .dark .btn-animation:hover {
  color: #fff !important;
}
.dark .product-box .product-image .product-option li + li:after {
  background-color: #ddd;
}
.dark .category-box.category-dark img.background-image {
  filter: unset;
}
.dark .add-to-cart-box .qty-box .input-group input {
  color: #ffffff;
}
.dark .add-to-cart-box .btn-add-cart:hover, .dark .add-to-cart-box .btn-add-cart:active, .dark .add-to-cart-box .btn-add-cart:first-child:active {
  background-color: #1d1d22;
}
.dark .product-box-3 .add-to-cart-box .qty-box .input-group button {
  background-color: #2a2d2d;
}
.dark .menu-product-slider .product-box {
  background-color: #2a2d2d;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart {
  background-color: #1d1d22;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #2a2d2d;
}
.dark .menu-product-slider .product-box .add-to-cart-box .btn-add-cart .add-icon i {
  color: var(--theme-color);
}
.dark .product-rating span {
  color: #ffb321;
}
.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection {
  background: #1d1d22 !important;
  border-color: rgba(221, 221, 221, 0.3);
}
.dark .phone-field .custom-select.intl-tel-input .select2-container .select2-selection .country {
  background-color: #1d1d22 !important;
}
.dark .log-in-section .log-in-form .form-control {
  color: #ffffff;
}
.dark .log-in-section .log-in-box .checkbox_animated::after {
  background-color: #2a2d2d;
  border-color: #2a2d2d;
}
.dark .team-section .team-box .team-name .team-media li a {
  background-color: #1d1d22;
}
.dark .product-section-box .question-answer li h6, .dark .product-section-box .question-answer li .h6 {
  color: #ffffff;
}
.dark .product-section-box .question-answer li .question-box h5, .dark .product-section-box .question-answer li .question-box .h5 {
  border: 1px solid rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
  color: #ddd;
}
.dark .compare-fix a {
  color: #ffffff;
}
.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-] {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.18);
  background-color: #2a2d2d;
}
.dark .product-section .product-left-box .product-main-1 .owl-nav [class*=owl-]::before {
  color: #ddd;
}
.dark .product-section .right-box-contain .product-package .form-select {
  background: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .custom-select .select2-container .select2-selection {
  background-color: #1d1d22 !important;
  border-color: rgba(119, 119, 119, 0.44) !important;
}
.dark .custom-select .select2-container .select2-selection span {
  color: #ddd !important;
}
.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  background-color: #2a2d2d !important;
  box-shadow: 0px 6px 10px 4px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(119, 119, 119, 0.4);
}
.dark .custom-select .select2-container .select2-container-dropdown .select2-dropdown .select2-search__field {
  border: 1px solid rgba(119, 119, 119, 0.4) !important;
  background: #1d1d22;
  color: #ddd;
}
.dark .custom-select .select2-container .select2-results__options,
.dark .custom-select .select2-container .select2-results__option {
  color: #dddddd !important;
}
.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar,
.dark .custom-select .select2-container .select2-results__option::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .custom-select .select2-container .select2-results__options::-webkit-scrollbar-track,
.dark .custom-select .select2-container .select2-results__option::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark .accordion-box .accordion-item .accordion-header .accordion-button {
  background-color: #1d1d22;
}
.dark header .header-nav .header-nav-left .category-dropdown {
  box-shadow: 0 0 8px rgba(137, 137, 137, 0.05);
}
.dark .header-nav .header-nav-left .category-dropdown .category-list li a img {
  filter: invert(1) brightness(100);
}
.dark .new-nav-item .new-dropdown {
  color: #ffffff;
}
.dark .title-header h5, .dark .title-header .h5 {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td {
  color: #ddd;
}
.dark .bg-overlay {
  background-color: #222222;
}
.dark .back-to-top a i {
  color: #ffffff;
}
.dark .checkbox_animated::after {
  background-color: #1d1d22;
  border-color: #1d1d22;
}
.dark .theme-form-floating-2 .form-control:focus {
  border-color: #ddd;
}
.dark .categories-canvas {
  background-color: #2a2d2d;
}
.dark .categories-canvas .offcanvas-header .close-button {
  color: #dddddd;
}
.dark .product-standard .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .add-to-cart-box .qty-box .input-group button {
  background-color: #2a2d2d;
}
.dark .product-list li:nth-child(n+3):after {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .product-list li:nth-child(n+4)::after {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-] {
  border: 1px solid rgba(119, 119, 119, 0.1);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.18);
  background-color: #2a2d2d;
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider .owl-nav [class*=owl-]::before {
  color: #ddd;
}
.dark .fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
  filter: invert(1) brightness(100);
}
.dark .button-group ul li button.shopping-button {
  background-color: #2a2d2d;
  color: #ddd !important;
}
.dark .order-detail .progtrckr li.progtrckr-done:before {
  color: #ffffff;
}
.dark .product-bg-image {
  background: unset;
  background-color: #1d1d22;
}
.dark .product-bg-image .product-title.product-warning h2, .dark .product-bg-image .product-title.product-warning .h2 {
  color: #fff !important;
}
.dark .product-bg-image .product-box-4 .product-detail a .name {
  color: #ffffff;
}
.dark .product-bg-image .product-box-4 .custom-progressbar {
  background: #2a2d2d;
}
.dark .product-bg-image .product-box-4 h5 span, .dark .product-bg-image .product-box-4 .h5 span {
  color: #ddd !important;
}
.dark .product-bg-image .timer-2 ul li {
  border-color: rgba(119, 119, 119, 0.44);
  color: #ddd;
}
.dark .offer-banner .banner-detail {
  background-color: rgba(255, 255, 255, 0.95);
}
.dark .product-box .progress {
  background-color: #1d1d22;
}
.dark .product-box .progress-bar-light {
  background-color: #2a2d2d;
}
.dark .product-box .counter-box .addtocart_btn .input-group {
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.12);
}
.dark .product-box .counter-box .addtocart_btn .input-group .btn {
  background-color: #1d1d22;
}
.dark .order-table-section .order-tab-table thead tr th {
  background-color: #1d1d22;
  border-bottom-color: #777777;
}
.dark .order-table-section .order-tab-table tbody tr td {
  color: #dddddd;
  border-bottom-color: #777777;
}
.dark .form-floating > .form-control {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .compare-section .compare-table {
  border-color: rgba(119, 119, 119, 0.3);
}
.dark .compare-section .compare-table tr td .compare-image {
  background-color: #1d1d22;
}
.dark .compare-section .compare-table tr td,
.dark .compare-section .compare-table tr th {
  border-color: rgba(119, 119, 119, 0.3);
}
.dark .faq-box-contain .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  color: #ffffff;
}
.dark .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #ffffff;
}
.dark .summery-box .summery-header.bg-white,
.dark .summery-box .summery-contain.bg-white,
.dark .summery-box .summery-total.bg-white {
  background-color: #2a2d2d !important;
  border-color: #1d1d22;
}
.dark .summery-box .summery-header li:last-child,
.dark .summery-box .summery-contain li:last-child,
.dark .summery-box .summery-total li:last-child {
  border-color: #1d1d22;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header {
  background-color: #2a2d2d;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #2a2d2d;
}
.dark .checkout-section .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #2a2d2d;
}
.dark .checkout-section .delivery-address-box > div .label {
  color: #ffffff;
}
.dark .checkout-section .custom-navtab .nav-item .nav-link {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .theme-form-floating > .form-control:focus, .dark .theme-form-floating > .form-control:not(:placeholder-shown) {
  color: #ffffff;
}
.dark .tooltip .tooltip-inner {
  color: #ffffff;
}
.dark .theme-form-floating > .form-select {
  background-color: #2a2d2d;
  color: #ffffff;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .cart-table table tbody tr td {
  border-bottom-color: #2a2d2d;
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty button {
  background-color: #2a2d2d;
  color: #ffffff;
}
.dark .cart-table table tbody tr td .quantity-price .cart_qty input {
  color: #ffffff;
}
.dark .cart-table table tbody tr td.price h5, .dark .cart-table table tbody tr td.price .h5 {
  color: #ffffff;
}
.dark .cart-table table tbody tr td.subtotal h5, .dark .cart-table table tbody tr td.subtotal .h5 {
  color: #ffffff;
}
.dark .cart-table table tbody tr td.product-detail .product .product-detail ul li.name {
  color: #ffffff;
}
.dark .summery-box .summery-header {
  border-color: #2a2d2d;
}
.dark .summery-box .summery-contain {
  border-color: #2a2d2d;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
  color: #ffffff;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control {
  color: #ddd;
}
.dark .summery-box .summery-contain .coupon-cart .coupon-box .form-control:focus {
  background-color: #2a2d2d;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
  color: #ffffff;
}
.dark .blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .product-tags-box ul li:hover a {
  color: #ffffff;
}
.dark .blog-section .blog-detail-contain .blog-details-quote {
  background-color: #1d1d22;
}
.dark .blog-section .blog-detail-contain .blog-details-quote h3, .dark .blog-section .blog-detail-contain .blog-details-quote .h3 {
  color: #ffffff;
}
.dark .blog-section .blog-detail-image .blog-image-contain .contain-comment-list li .user-list {
  color: #dddddd;
}
.dark .blog-section .leave-box .leave-comment .form-check .checkbox_animated::after {
  background-color: #2a2d2d;
  border-color: #2a2d2d;
}
.dark .custome-pagination .pagination .page-item.active .page-link {
  color: #ffffff;
}
.dark .custome-pagination .pagination .page-item .page-link {
  background-color: #1d1d22;
}
.dark .blog-section .blog-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .blog-section .blog-box:hover .blog-detail label {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-image label {
  color: #ffffff;
}
.dark .blog-section .blog-box .blog-image label i {
  color: #ffffff;
}
.dark .btn,
.dark .btn-animation {
  color: #ffffff;
}
.dark .btn:hover,
.dark .btn-animation:hover {
  color: #ffffff;
}
.dark .category-menu ul li .category-list img {
  filter: invert(1);
}
.dark .category-list li .category-list-box .form-check-label .number {
  color: #dddddd;
}
.dark .title-flex .timing-box .name {
  color: #ffffff;
}
.dark .title-flex .timing-box .timing {
  color: #ffffff;
}
.dark .category-box img {
  filter: invert(1);
}
.dark .category-box h5, .dark .category-box .h5 {
  color: #222222;
}
.dark .product-box.product-box-bg {
  background: #1d1d22;
}
.dark .product-box .product-image .product-option {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
}
.dark .home-contain .home-detail h1, .dark .home-contain .home-detail .h1,
.dark .home-contain .home-detail h2,
.dark .home-contain .home-detail .h2 {
  color: #222222 !important;
}
.dark .home-contain .home-detail h2.super-sale, .dark .home-contain .home-detail .super-sale.h2 {
  color: var(--theme-color) !important;
}
.dark .home-contain .home-detail h3, .dark .home-contain .home-detail .h3 {
  color: #777777;
}
.dark .home-contain .home-detail h3.text-uppercase, .dark .home-contain .home-detail .text-uppercase.h3, .dark .home-contain .home-detail h3.fw-light, .dark .home-contain .home-detail .fw-light.h3 {
  color: #222222;
}
.dark .home-contain .home-detail h5, .dark .home-contain .home-detail .h5 {
  color: #dddddd;
}
.dark .home-contain .home-detail h6, .dark .home-contain .home-detail .h6 {
  color: #dddddd;
}
.dark .home-contain .home-detail p {
  color: #dddddd;
}
.dark .home-contain .home-detail .social-icon li a {
  color: #777777;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .home-contain .home-detail .shop-button {
  color: #222222;
}
.dark footer::after, .dark footer::before {
  filter: invert(1);
}
.dark footer .main-footer {
  border-top-color: rgba(193, 193, 193, 0.5);
}
.dark footer .main-footer .footer-contact ul li::before {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark footer .main-footer .footer-contact ul li.social-app .text-content {
  color: #dddddd;
}
.dark footer .main-footer .footer-contact ul li .footer-number .contact-number .text-content {
  color: #dddddd;
}
.dark footer .sub-footer {
  border-top-color: rgba(193, 193, 193, 0.5);
}
.dark footer .sub-footer .reserve h6, .dark footer .sub-footer .reserve .h6 {
  color: #ddd;
}
.dark footer .sub-footer .social-link h6, .dark footer .sub-footer .social-link .h6 {
  color: #ddd;
}
.dark footer.footer-section-2 .main-footer .footer-logo .theme-logo a img {
  filter: unset;
}
.dark .service-contain .service-box + .service-box::before {
  border-color: rgba(193, 193, 193, 0.5);
}
.dark .service-contain .service-box .service-image img {
  filter: invert(1) brightness(100);
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail h2, .dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .h2 {
  color: #ffffff;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box input {
  background-color: #2a2d2d;
}
.dark .newsletter-section .newsletter-box .newsletter-contain .newsletter-detail .input-box .sub-btn {
  color: #ffffff;
}
.dark .category-menu-2 {
  background: #1d1d22;
}
.dark .button-item .item-btn {
  color: #ffffff;
}
.dark .item-section .close-button {
  color: #ffffff;
}
.dark .item-section h6, .dark .item-section .h6 {
  color: #ffffff;
}
.dark .item-section .items-image li {
  background-color: #ffffff;
}
.dark header.active .sticky-header {
  box-shadow: 0 8px 10px rgba(137, 137, 137, 0.05);
}
.dark header.fixed-header {
  border-bottom-color: rgba(119, 119, 119, 0.45);
}
.dark header .onhover-category-list .onhover-category-box {
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.4);
}
.dark header .timer-notification h6, .dark header .timer-notification .h6 {
  color: #ffffff;
}
.dark header .header-top .about-list li + li::after {
  background-color: rgba(221, 221, 221, 0.3);
}
.dark header .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  color: #ddd;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu {
  background-color: #1d1d22;
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-menu li .dropdown-item {
  color: #ffffff;
}
.dark header .nav-about-2 {
  background-color: #1d1d22;
}
.dark header .navbar-expand-xl .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dark header .navbar-expand-xl .dropdown-menu .dropdown-item small.text-muted, .dark header .navbar-expand-xl .dropdown-menu .dropdown-item .text-muted.small {
  color: #ddd !important;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  color: #ffffff;
}
.dark header .nav-about.bg-black-nav {
  background-color: #1d1d22;
}
.dark header .nav-about .header-top .about-list li {
  color: #dddddd;
}
.dark header .nav-about .header-top .about-list li + li:after {
  background-color: rgba(221, 221, 221, 0.3);
}
.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-toggle {
  color: #dddddd;
}
.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-toggle::before {
  color: #dddddd;
}
.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-menu {
  background-color: #232424;
}
.dark header .nav-about .header-top .about-list li .theme-form-select .dropdown-menu li .dropdown-item {
  color: #ffffff;
}
.dark header .header-nav-left .dropdown-category.black-dropdown {
  background-color: #1d1d22;
  color: #dddddd;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group button {
  color: #ffffff;
}
.dark header .top-nav .navbar-top .middle-box .search-box .search-suggestion-box {
  box-shadow: 0 0 8px rgba(137, 137, 137, 0.05);
  border-color: rgba(119, 119, 119, 0.44);
}
.dark header .top-nav .navbar-top .middle-box .location-box button span {
  background-color: #1d1d22;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: #2a2d2d;
}
.dark header .top-nav .navbar-top .middle-box .location-box button .location-arrow {
  background-color: #1d1d22;
}
.dark header .header-nav .header-nav-right .deal-button {
  color: var(--theme-color) !important;
}
.dark header .header-nav .header-nav-right .deal-button i,
.dark header .header-nav .header-nav-right .deal-button span {
  color: var(--theme-color);
}
.dark header .header-nav .header-nav-left .dropdown-category {
  box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
}
.dark header .header-nav .header-nav-left .dropdown-category span {
  color: #ffffff;
}
.dark header .navbar-top .middle-box .location-box button span {
  background-color: #1d1d22;
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .dropdown-menu {
    box-shadow: -1px 0 10px 0 rgba(137, 137, 137, 0.05), 5px 20px 40px 0 rgba(137, 137, 137, 0.05);
    background-color: #2a2d2d;
    border-color: #2a2d2d;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-column .dropdown-header {
    color: #ffffff;
  }
}
.dark header .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.dark header .top-nav .navbar-top .middle-box .location-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark header .top-nav .navbar-top .middle-box .location-box button .locat-name {
  background-color: #2a2d2d;
  color: #ffffff;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: transparent;
  color: #ffffff;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control::placeholder {
  color: #ffffff;
}
.dark header .top-nav .navbar-top .middle-box .search-box .input-group .form-control::placeholder {
  color: #777;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(221, 221, 221, 0.5);
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box h6, .dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .h6 {
  color: #ddd;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box i,
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box h5,
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .h5 {
  color: #ffffff;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .user-box {
  background-color: #1d1d22;
}
.dark header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist i {
  color: #ddd;
}
.dark header .onhover-dropdown .onhover-div-login .user-box-name li + li {
  border-color: rgba(119, 119, 119, 0.65);
}
.dark header .onhover-dropdown .onhover-div {
  box-shadow: -1px 0 10px rgba(255, 255, 255, 0.0705882353), 5px 20px 40px rgba(255, 255, 255, 0.0392156863);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .cart-title {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .progress {
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div.fixed-cart .bottom-box .free {
  color: #ddd;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group {
  border-color: rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button {
  background-color: #2a2d2d;
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .qty-box .input-group button:hover i {
  color: var(--theme-color);
}
.dark header .onhover-dropdown .onhover-div .cart-list > li + li {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .gram {
  border-color: rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .delete-button,
.dark header .onhover-dropdown .onhover-div .cart-list > li .drop-cart .drop-contain .header-button-group .edit-button {
  border: 1px solid rgba(119, 119, 119, 0.4);
  background-color: #1d1d22;
  color: #ddd;
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div .cart-list::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark header .onhover-dropdown .onhover-div .onhover-div-login .user-box-name li + li {
  border-color: rgba(119, 119, 119, 0.6509803922);
}
.dark header .header-top .about-list > li + li::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark header .header-top .about-list > li .theme-form-select .dropdown-toggle::before {
  color: #ffffff;
}
.dark header .header-nav .header-nav-left .dropdown-category {
  color: #ffffff;
}
.dark .compare-section .compare-part {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .pos-detail-card {
  background-color: #1d1d22;
}
.dark .pos-detail-card .summary-total::before, .dark .pos-detail-card .summary-total::after {
  background-color: #1d1d22;
}
.dark .pos-detail-card .summary-total li.list-total {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .checkout-section-2 .pos-detail-card .product-details .cart-listing li {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .header-2 .header-nav-left .category-dropdown {
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.4);
}
.dark .header-2 .header-nav-left .category-dropdown .category-list li .category-name img {
  filter: invert(1) brightness(100);
}
.dark .header-2 .dropdown-category span {
  color: #ffffff;
}
.dark .header-2 .top-nav {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
.dark .header-2 .top-nav .middle-box .searchbar-box input {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .header-2 .top-nav .middle-box .searchbar-box-2 .search-button {
  color: #ffffff;
}
.dark .header-2 .top-nav .middle-box .searchbar-box input:focus {
  background-color: #1d1d22;
  border: 1px solid #777;
}
.dark .header-2 .right-nav .fire-button .fire .fire-main .main-fire {
  background-image: radial-gradient(farthest-corner at 10px 0, #ddd 0%, #ffffff 95%);
}
.dark .header-2 .right-nav .fire-button .fire .fire-main .particle-fire {
  background-color: #ffffff;
}
.dark .header-2 .right-nav .fire-button span {
  color: #ffffff;
}
.dark .header-2 .rightside-menu .mobile-app .mobile-image img {
  filter: invert(1) brightness(100);
}
.dark .header-2 .rightside-menu .mobile-app .mobile-name .text-content {
  color: #ddd;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle {
  color: #ffffff;
}
.dark .header-2 .rightside-menu .dropdown-dollar .dropdown .dropdown-toggle i {
  color: #dddddd;
}
.dark .header-2 .rightside-menu .option-list ul li .header-icon .badge-number {
  color: #ffffff;
}
.dark .header-2 .rightside-menu .option-list-2 li .user-box .user-name .text-content {
  color: #dddddd;
}
.dark .header-2 .rightside-menu .option-list-2 li .header-icon .badge-number {
  color: #ffffff;
}
.dark .cookie-bar-box {
  background: #1d1d22;
  box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.02), 0 24px 35px rgba(255, 255, 255, 0.05);
}
.dark .cookie-bar-box .cookie-box {
  background-color: #1d1d22;
}
.dark .cookie-bar-box .button-group {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .cookie-bar-box .button-group button.privacy-button {
  background-color: #2a2d2d;
}
.dark .banner-contain-2 .banner-detail {
  color: #222222;
}
.dark .banner-contain-2 .banner-detail h3 span.brand-name, .dark .banner-contain-2 .banner-detail .h3 span.brand-name {
  color: #ffffff;
}
.dark .banner-contain-2 .banner-detail h3 span.brand-name::before, .dark .banner-contain-2 .banner-detail .h3 span.brand-name::before {
  border-color: #222222;
}
.dark .banner-contain-2 .banner-detail h4, .dark .banner-contain-2 .banner-detail .h4 {
  color: #222222;
}
.dark .banner-contain-2 .banner-detail h6, .dark .banner-contain-2 .banner-detail .h6 {
  color: #dddddd;
}
.dark .banner-contain-2 .banner-detail p {
  color: #222222;
}
.dark .label-flex .discount label {
  color: #ffffff;
}
.dark .deal-section .deal-box .deal-detail .custom-progressbar {
  background-color: #1d1d22;
}
.dark .deal-section .deal-box .deal-detail .hot-deal {
  color: #ffffff;
}
.dark .timer ul li {
  background-color: #1d1d22;
}
.dark .banner-contain-3 .banner-detail.banner-details-dark h3, .dark .banner-contain-3 .banner-detail.banner-details-dark .h3,
.dark .banner-contain-3 .banner-detail.banner-details-dark h4,
.dark .banner-contain-3 .banner-detail.banner-details-dark .h4,
.dark .banner-contain-3 .banner-detail.banner-details-dark h6,
.dark .banner-contain-3 .banner-detail.banner-details-dark .h6 {
  color: #ffffff;
}
.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-icon {
  color: #ffffff;
}
.dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain h5, .dark .banner-contain-3 .banner-detail .banner-list li .delivery-box .check-contain .h5 {
  color: #ffffff;
}
.dark .banner-contain-3 .banner-detail h6, .dark .banner-contain-3 .banner-detail .h6 {
  color: #2a2d2d;
}
.dark .banner-contain-3 .banner-detail h3, .dark .banner-contain-3 .banner-detail .h3 {
  color: #222222;
}
.dark .banner-contain-3 .banner-detail h4.text-content, .dark .banner-contain-3 .banner-detail .text-content.h4 {
  color: #777777;
}
.dark .banner-contain-3 .banner-detail h4.delivery-contain, .dark .banner-contain-3 .banner-detail .delivery-contain.h4 {
  color: #ffffff;
}
.dark .category-section-3 .category-box-list .category-name h6, .dark .category-section-3 .category-box-list .category-name .h6 {
  color: #777777;
}
.dark .product-box-3 .add-to-cart-box .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark .category-list li .category-list-box .color-label-box .color-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .service-contain-2 .icon-width {
  filter: invert(1) brightness(100);
}
.dark .product-solid .product-box .qty-box .input-group {
  background-color: #1d1d22;
}
.dark .product-list.sidebar-product li + li:after {
  border-color: rgba(119, 119, 119, 0.3);
}
.dark .blog-box.sticky-blog-box::before {
  color: #ffffff;
}
.dark .product-standard.theme-plus .add-to-cart-box .btn-add-cart .add-icon {
  color: #ffffff;
}
.dark .product-box-4 {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .product-box-4 h5, .dark .product-box-4 .h5 {
  color: #dddddd;
}
.dark .product-box-4 h5 span:last-child, .dark .product-box-4 .h5 span:last-child {
  color: #dddddd;
}
.dark .product-box-4 .custom-progressbar {
  background: #1d1d22;
}
.dark .product-box-4.bg-white {
  background-color: #2a2d2d !important;
}
.dark .product-box-4 .circle-box .shape-text {
  color: #ffffff;
}
.dark .product-box-4 .product-detail a .name {
  color: #222222;
}
.dark .product-box-4 .product-detail .price del.delete-price {
  color: #dddddd;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group {
  box-shadow: 0 2px 6px 0 rgba(119, 119, 119, 0.23);
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn {
  background-color: #1d1d22;
}
.dark .product-box-4 .product-detail .addtocart_btn .input-group .btn i {
  color: #ffffff;
}
.dark .product-box-3 .product-footer .product-detail .span-name {
  color: #dddddd;
}
.dark .product-box-3 .product-footer .product-detail .unit {
  color: #dddddd;
}
.dark .product-box-3 .product-footer .product-detail .price del {
  color: #dddddd;
}
.dark .product-box-3 .product-header .product-header-top .label-new {
  color: #ffffff;
}
.dark .product-box-3 .add-to-cart-box .qty-box .input-group {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .product-section .right-box-contain .note-box .wishlist-btn-group .wishlist-button {
  border-color: rgba(119, 119, 119, 0.44);
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list {
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  color: #ddd;
}
.dark .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  background-color: #ddd;
}
.dark .delivery-info li {
  color: #adadad;
}
.dark .product-section .progress-sec .left-progressbar .progress {
  background-color: #1d1d22;
}
.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: transparent;
  border-color: transparent;
}
.dark .sticky-bottom-cart .selection-section .form-select {
  background: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
  color: #ddd;
}
.dark .sticky-bottom-cart .selection-section .product-qty .input-group button {
  background-color: #2a2d2d;
}
.dark .review-title-2 button {
  border-color: rgba(119, 119, 119, 0.44) !important;
}
.dark .product-review-form .product-wrapper {
  background-color: #1d1d22;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  color: rgba(221, 221, 221, 0.6);
}
.dark .slider-3-product .product-slider-image {
  background-color: #1d1d22;
}
.dark .form-control {
  border-color: rgba(221, 221, 221, 0.3);
  color: #ddd;
}
.dark .form-control:focus {
  border-color: rgba(221, 221, 221, 0.3);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .form-check .form-check-input {
  background-color: #1d1d22;
  border-color: rgba(29, 29, 34, 0.4);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li:hover button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li:hover button {
  background-color: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li.active button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li.active button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .circle li button,
.dark .variation-modal .modal-content .modal-body .right-box-contain .product-package .rectangle li button {
  background-color: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group {
  background: #1d1d22;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .product-qty .input-group button {
  background-color: #2a2d2d;
}
.dark .variation-modal .modal-content .modal-body .right-box-contain .note-box .cart-button {
  background-color: #1d1d22;
}
.dark .blog-section .blog-box.sticky-blog-box {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.04);
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .blog-section .blog-box .blog-label-tag {
  color: #ffffff;
}
.dark .blog-section .blog-list:hover .blog-contain .blog-button {
  color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .select-package li.active {
  border-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .rectangle li.active button,
.dark .product-section .right-box-contain .product-package .circle li.active button {
  color: #ffffff;
}
.dark .product-section .right-box-contain .product-package .rectangle li.active:hover button,
.dark .product-section .right-box-contain .product-package .circle li.active:hover button {
  color: #ffffff;
  background-color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .rectangle li:hover button,
.dark .product-section .right-box-contain .product-package .circle li:hover button {
  color: #ffffff;
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .product-package .rectangle li button,
.dark .product-section .right-box-contain .product-package .circle li button {
  background-color: #1d1d22;
}
.dark .product-section .right-box-contain .product-package .form-check .form-check-input {
  background-color: #1d1d22;
  border-color: rgba(29, 29, 34, 0.4);
}
.dark .compare-section .compare-row > div:first-child .compare-part {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .compare-section .compare-part .btn-part {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .pickup-offcanvas .offcanvas-header {
  background-color: #2a2d2d;
}
.dark .pickup-offcanvas .offcanvas-header button {
  filter: invert(1) brightness(100);
}
.dark .pickup-offcanvas .offcanvas-body {
  background-color: #2a2d2d;
}
.dark .product-section .right-box-contain .buy-box a {
  color: #dddddd;
}
.dark .product-section .right-box-contain .note-box .product-qty button {
  background-color: #2a2d2d;
}
.dark .product-section .right-box-contain .note-box .product-qty button:hover i {
  color: var(--theme-color);
}
.dark .product-section .right-box-contain .product-package .select-package li a.active {
  color: #ffffff;
}
.dark .product-section .right-box-contain .note-box .product-qty .input-group {
  background: #1d1d22;
}
.dark .deal-timer.product-deal-timer ul {
  background: #1d1d22;
}
.dark .category-box:hover h5, .dark .category-box:hover .h5 {
  color: #ffffff;
}
.dark .shop-category-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .shop-category-box .shop-category-image img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .top-filter-category > .row > div {
  border-right-color: rgba(119, 119, 119, 0.35);
}
.dark .shop-section .show-button .filter-button a {
  color: #ffffff;
}
.dark .shop-section .left-box {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .shop-section .left-box.right-box {
  border-left-color: #777777;
}
.dark .shop-section .left-box .shop-left-sidebar .search-box::after {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item {
  background-color: #2a2d2d;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #2a2d2d;
  color: #ffffff;
}
.dark .shop-section .left-box .shop-left-sidebar .custome-accordion .accordion-item .accordion-header .accordion-button::before {
  background-color: #1d1d22;
  color: #dddddd;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li {
  background-color: #1d1d22;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li::before {
  color: #dddddd;
}
.dark .shop-section .left-box .shop-left-sidebar .filter-category ul li a {
  color: #dddddd;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  background-color: #1d1d22;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
}
.dark .shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .show-button .filter-category ul li {
  background-color: #1d1d22;
}
.dark .shop-section .show-button .filter-category ul li::before {
  color: #dddddd;
}
.dark .shop-section .show-button .filter-category ul li a {
  color: #dddddd;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-toggle {
  background-color: #1d1d22;
  color: #dddddd;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu {
  background-color: #1d1d22;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li.dropdown-divider {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a {
  color: #dddddd;
}
.dark .shop-section .show-button .top-filter-menu .category-dropdown .dropdown .dropdown-menu li a:hover {
  background-color: #2a2d2d;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li a {
  background-color: #1d1d22;
}
.dark .shop-section .show-button .top-filter-menu .grid-option ul li a img {
  filter: invert(1) brightness(100);
}
.dark .shop-section .show-button .top-filter-menu-2 .sidebar-filter-menu a {
  color: #dddddd;
  background-color: #1d1d22;
}
.dark .shop-section .show-button .top-filter-menu-2 .category-dropdown .dropdown .dropdown-toggle {
  color: #dddddd;
  background-color: #1d1d22;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li {
  background: #1d1d22;
}
.dark .shop-section .show-button .top-filter-menu-2 .grid-option ul li a img {
  filter: invert(1) brightness(100);
}
.dark .custom-height::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .irs .irs-to,
.dark .irs .irs-from {
  color: #ffffff;
}
.dark .irs .irs-max,
.dark .irs .irs-min {
  color: #dddddd;
}
.dark .irs .irs-line {
  background-color: #1d1d22;
}
.dark .js-range-slider {
  border-color: rgba(119, 119, 119, 0.44);
  color: #dddddd;
  background-color: #2a2d2d;
}
.dark .shop-banner-contain .shop-banner-details h2, .dark .shop-banner-contain .shop-banner-details .h2 {
  color: #222222;
}
.dark .shop-banner-contain .shop-banner-details h5, .dark .shop-banner-contain .shop-banner-details .h5 {
  color: #777777;
}
.dark .custom-box-loader .loader {
  border-color: #2a2d2d;
  border-bottom-color: var(--theme-color);
}
.dark .custom-box-loader .box-loader .custom-loader-wrapper {
  background-color: #1d1d22;
}
.dark .wallet-table table th {
  background-color: rgba(29, 29, 34, 0.8);
}
.dark .wallet-table table td {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .spinning::before {
  border-color: rgba(255, 255, 255, 0.29);
  border-right-color: #ddd;
}
.dark .notification-list li + li {
  border-top-color: rgba(119, 119, 119, 0.4);
}
.dark .notification-list li.unread {
  background-color: #2a2d2d;
}
.dark .themeform-auth .form-control {
  color: #ddd;
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .border-custom {
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .loader-wrapper .loader {
  border-color: #1d1d22;
  border-bottom-color: var(--theme-color);
}
.dark .loader-wrapper h3, .dark .loader-wrapper .h3 {
  color: #ddd;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail .h4 span {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date .h3 {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
  color: rgba(255, 255, 255, 0.7);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number .h4 {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name .h5 {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
  background-color: rgba(42, 45, 45, 0.8);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span, .dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .h3 span {
  color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
  color: #ffffff;
}
.dark .compare-section .compare-table tr td .summary {
  color: #dddddd;
}
.dark .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
  color: #ffffff;
}
.dark .newsletter-form .form-control {
  color: #ffffff;
}
.dark .newsletter-form .form-control::placeholder {
  color: #ffffff;
}
.dark .theme-modal .modal-dialog .modal-content {
  background-color: #2a2d2d;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
  border-bottom-color: #777777;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box span {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
  color: #dddddd;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control:focus {
  background-color: #1d1d22;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover span {
  color: #ffffff;
}
.dark .location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span {
  border-color: rgba(119, 119, 119, 0.44);
  color: #ddd;
}
.dark .home-section-2 .home-contain .home-detail .home-button {
  color: var(--theme-color) !important;
}
.dark .home-section-2 .home-contain .home-detail p {
  color: #777777;
}
.dark .counter input {
  color: #ffffff;
}
.dark .counter .qty-right-plus:hover,
.dark .counter .qty-left-minus:hover {
  color: #ffffff;
}
.dark .top-selling-box .top-selling-title {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .info-table.table-striped tbody tr:nth-child(even) {
  color: #ffffff;
}
.dark .theme-option .setting-box .setting-button {
  color: #ffffff;
}
.dark .theme-option .back-to-top a i {
  color: #ffffff;
}
.dark .coming-soon-section .coming-box .coming-text {
  color: #dddddd;
}
.dark .coming-soon-section .coming-box .coming-title h2, .dark .coming-soon-section .coming-box .coming-title .h2 {
  color: #222;
}
.dark .coming-soon-section .coming-box .coming-timer {
  margin-top: 24px;
}
.dark .coming-soon-section .coming-box .coming-timer ul li {
  background-color: #ffffff;
}
.dark .coming-soon-section .coming-box .coming-timer ul li .counter p {
  color: #dddddd;
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control {
  background-color: #ffffff;
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .form-control:focus {
  border-color: transparent;
  background-color: #ffffff;
  color: #dddddd;
}
.dark .coming-soon-section .coming-box .coming-contain .coming-form .coming-button {
  color: #ffffff;
}
.dark .qty-box .input-group button {
  background-color: #1d1d22;
}
.dark .search-section .search-box .input-group .form-control {
  border-color: rgba(119, 119, 119, 0.44);
  color: #ddd;
}
.dark .search-section .search-box .input-group .form-control:focus {
  background-color: #1d1d22;
  color: #ffffff;
}
.dark .log-in-section .log-in-box .other-log-in::before {
  background-color: #777;
}
.dark .log-in-section .log-in-box .log-in-button ul li a {
  border-color: rgba(119, 119, 119, 0.44);
}
.dark .address-form .custom-select .select2-container .select2-selection {
  border-color: rgba(221, 221, 221, 0.3) !important;
}
.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  border-color: transparent;
  box-shadow: 2px 3px 8px rgba(94, 94, 94, 0.15);
}
.dark .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
  background-color: #ffffff;
}
.dark .user-dashboard-section .dashboard-right-sidebar .point-ratio {
  background: #1d1d22;
}
.dark .product-box-3 .product-header .product-header-top .wishlist-button {
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.15);
}
.dark .offer-box .offer-contain .offer-timing .time ul li + li::before {
  color: #222;
}
.dark .offer-box .offer-contain .offer-detail p {
  color: #dddddd;
}
.dark .product-slider .product-slider-detail {
  background-color: rgba(29, 29, 34, 0.8);
}
.dark .offer-banner .banner-detail::after {
  background-color: rgba(255, 255, 255, 0.95);
}
.dark .offer-banner .banner-detail h6, .dark .offer-banner .banner-detail .h6 {
  color: #dddddd;
}
.dark .selection-section ul.rectangle li.active button {
  color: #ffffff;
}
.dark .selection-section ul.rectangle li:hover button {
  background-color: #1d1d22;
}
.dark .selection-section ul.rectangle li button {
  background-color: #1d1d22;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-size .select-form-size {
  background-color: #1d1d22;
  border-color: #1d1d22;
  color: #ffffff;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight {
  background-color: #1d1d22;
  color: #ffffff;
  border: 1px solid transparent;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .select-wight .select-form-wight:focus {
  border-color: transparent;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
  background-color: #1d1d22;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list {
  background-color: #1d1d22;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li {
  color: #ddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-info .product-info-list li::after {
  background-color: #ddd;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group {
  background-color: #1d1d22;
  border-color: rgba(119, 119, 119, 0.4);
}
.dark .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-qty .input-group button {
  color: #ffffff;
}
.dark .view-modal .modal-dialog .modal-content .modal-body .slider-image {
  background-color: #1d1d22;
}
.dark .view-modal .modal-dialog .modal-content .view-image-slider {
  background-color: #1d1d22;
}
.dark .banner-contain-3 .banner-detail h5, .dark .banner-contain-3 .banner-detail .h5,
.dark .banner-contain-3 .banner-detail h4,
.dark .banner-contain-3 .banner-detail .h4 {
  color: #222;
}
.dark .banner-contain-3 .banner-detail button.bg-white {
  color: var(--theme-color) !important;
}
.dark .banner-contain-3 .banner-detail button.shop-now-button {
  color: var(--theme-color) !important;
}
.dark .banner-contain-3 .banner-detail button.shop-now-button i {
  color: var(--theme-color);
}
.dark footer .main-footer .footer-logo .theme-logo a {
  color: #ffffff;
}
.dark .newsletter-section-2 .newsletter-box .newsletter-detail .newsletter-form .submit-button {
  color: var(--theme-color) !important;
}
.dark .header-3 .top-nav .middle-box .searchbar-box-2 input:focus {
  background-color: #1d1d22;
}
.dark .header-3 .navbar-top .support-box .support-number h2, .dark .header-3 .navbar-top .support-box .support-number .h2,
.dark .header-3 .navbar-top .support-box .support-number h4,
.dark .header-3 .navbar-top .support-box .support-number .h4 {
  color: #ffffff;
}
.dark .header-3 .rightside-menu .mobile-app .mobile-image img {
  filter: invert(1) brightness(100);
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .user-box .header-icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li + li::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li .header-icon {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
.dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .dark .header-3 .rightside-menu .option-list-2 li .header-icon .badge-number {
    background-color: #ffffff;
    color: var(--theme-color);
  }
}
.dark .product-section-3 .product-title.product-warning h2, .dark .product-section-3 .product-title.product-warning .h2 {
  color: #222222;
}
.dark .shop-box .shop-category-box {
  border-color: rgba(119, 119, 119, 0.22);
}
.dark .category-section-3 .category-box-list {
  background-color: #1d1d22;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar-track {
  background-color: #1d1d22;
}
.dark .deal-modal .modal-dialog .modal-content .modal-body .deal-offer-box::-webkit-scrollbar {
  background-color: #1d1d22;
}
.dark .irs .irs-single {
  color: #ffffff;
}
.dark .bank-section .bank-offer .bank-header .bank-left .bank-name h5, .dark .bank-section .bank-offer .bank-header .bank-left .bank-name .h5 {
  color: #dddddd;
}
.dark .bank-section .bank-offer .bank-footer h4, .dark .bank-section .bank-offer .bank-footer .h4 {
  color: #ffffff;
}
.dark .bank-section .bank-offer .bank-footer h4 input, .dark .bank-section .bank-offer .bank-footer .h4 input {
  color: #ffffff;
}
.dark .timer-2 ul li {
  background-color: transparent;
  border: 1px solid #222222;
  color: #222222;
}
.dark .offer-section .offer-box h2, .dark .offer-section .offer-box .h2 {
  color: #ffffff;
}
.dark .footer-section-2 .main-footer .social-icon li.light-bg::after {
  background-color: #ffffff;
}
.dark .footer-section-2 .main-footer .social-icon li a.footer-link-color {
  color: #ffffff;
}
.dark .footer-section-2 .main-footer .footer-list li a:hover {
  color: #ffffff;
}
.dark .footer-section-2 .main-footer .footer-list li a::before {
  background-color: #ffffff;
}
.dark .footer-section-2 .sub-footer-lite {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .log-in-section::after {
  opacity: 0.15;
}
.dark .log-in-section .log-in-box {
  background-color: #1d1d22;
}
.dark .log-in-section .log-in-box .other-log-in h6, .dark .log-in-section .log-in-box .other-log-in .h6 {
  background-color: #1d1d22;
}
.dark .vendor-breadcrumb-section .breadcrumb-contain h2, .dark .vendor-breadcrumb-section .breadcrumb-contain .h2 {
  color: #222222;
}
.dark .vendor-breadcrumb-section .breadcrumb-contain form .form-control {
  background-color: #ffffff;
}
.dark .add-to-cart-box {
  background-color: #2a2d2d !important;
}
.dark .add-to-cart-box.bg-white {
  background-color: #2a2d2d !important;
}
.dark .add-to-cart-box.bg-white .btn-add-cart {
  background-color: #2a2d2d;
}
.dark .add-to-cart-box.bg-white .btn-add-cart .add-icon {
  background-color: #1d1d22;
}
.dark .add-to-cart-box .btn-add-cart {
  background-color: #1d1d22;
}
.dark .add-to-cart-box .cart_qty .input-group.bg-white {
  background-color: #2a2d2d !important;
}
.dark .vendor-detail-box {
  box-shadow: 0 0 8px #1d1d22;
}
.dark .vendor-detail-box .vendor-tag ul li {
  background-color: #1d1d22;
}
.dark .vendor-bottom {
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
}
.dark .vendor-detail-box-2 .share-contact .vendor-share h5, .dark .vendor-detail-box-2 .share-contact .vendor-share .h5,
.dark .vendor-detail-box-2 .share-contact .vendor-contect h5,
.dark .vendor-detail-box-2 .share-contact .vendor-contect .h5 {
  color: #ffffff;
}
.dark .vendor-detail-box-2 .vendor-name h3, .dark .vendor-detail-box-2 .vendor-name .h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .dark .home-contain .home-detail.home-overlay {
    background-color: rgba(255, 255, 255, 0.529);
  }
}
.dark .category-box.category-dark {
  background-color: #1d1d22;
}
.dark .category-box.category-dark img {
  filter: invert(1) brightness(100);
}
.dark .category-box.category-dark h5, .dark .category-box.category-dark .h5 {
  color: #ffffff;
}
.dark .product-box-5 .product-image .wishlist-top {
  background-color: #fff;
}
.dark .banner-contain-2 .banner-detail-2 > div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 24.21%, rgba(255, 255, 255, 0.2) 75.22%);
}
.dark .banner-contain-2 .banner-detail-2 > div h2, .dark .banner-contain-2 .banner-detail-2 > div .h2 {
  color: #222222;
}
.dark .banner-contain-2 .banner-detail-2 > div h3, .dark .banner-contain-2 .banner-detail-2 > div .h3 {
  color: #ffffff;
}
.dark .home-search-full .home-contain .home-detail h3, .dark .home-search-full .home-contain .home-detail .h3 {
  color: #777777;
}
.dark .home-search-full .home-contain .home-detail .search-box input {
  background-color: #fff;
}
.dark .add-to-cart-btn-2 .btn {
  background-color: #1d1d22;
}
.dark .product-box.product-white-bg {
  border-color: rgba(119, 119, 119, 0.45);
}
.dark .header-absolute.active .sticky-header .navbar.navbar-expand-xl .navbar-nav .nav-link {
  color: #ffffff;
}
.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(221, 221, 221, 0.5);
}
.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5, .dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #ffffff;
}
.dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, .dark .header-absolute.active .sticky-header.top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #ddd;
}
.dark .header-absolute.active .sticky-header .location-box {
  border-color: transparent;
}
.dark .header-absolute.active .sticky-header .location-box button .location-arrow {
  color: #ddd;
  background-color: #1d1d22;
}
.dark .header-absolute.active .sticky-header .location-box button i {
  color: #ddd;
}
.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
  background-color: rgba(74, 85, 104, 0.5);
}
.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5, .dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h5 {
  color: #222;
}
.dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6, .dark .header-absolute .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail .h6 {
  color: #777;
}
.dark .header-absolute .location-box {
  border-color: transparent;
}
.dark .header-absolute .location-box button .location-arrow {
  color: #dddddd;
}
.dark .header-absolute .location-box button i {
  color: #dddddd;
}
.dark .header-absolute .navbar.navbar-expand-xl .navbar-nav .nav-link {
  color: #222222;
}
.dark .custom-row .content-col {
  background-color: #1d1d22;
}
.dark .custom-row .sidebar-col {
  border-right-color: rgba(119, 119, 119, 0.45);
}
.dark .service-contain-2:hover .icon-width {
  fill: #fff;
}
.dark .service-contain-2:hover .service-detail h6, .dark .service-contain-2:hover .service-detail .h6,
.dark .service-contain-2:hover .service-detail h3,
.dark .service-contain-2:hover .service-detail .h3 {
  color: #ffffff;
}
.dark .service-contain-2 {
  background-color: #222222;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.122);
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  color: #ffffff;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  background-color: #2a2d2d;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  background-color: #2a2d2d;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .date-box .form-control {
  text-align: left;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
  background-color: #1d1d22;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 {
  background-color: #1d1d22;
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
  border-bottom-color: rgba(119, 119, 119, 0.4);
}
.dark .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
  border-top-color: rgba(119, 119, 119, 0.4);
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer {
  background-color: #1d1d22;
}
.dark .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon img {
  filter: invert(1) brightness(100);
}
.dark .btn-furniture {
  border: 1px solid #dddddd !important;
  color: #dddddd !important;
}
.dark .home-furniture .feature-detail h3, .dark .home-furniture .feature-detail .h3 {
  color: #ffffff;
}
.dark .banner-contain-3 .banner-detail.banner-furniture h2, .dark .banner-contain-3 .banner-detail.banner-furniture .h2 {
  color: #dddddd;
}
.dark .banner-contain-3 .banner-detail.banner-furniture p {
  color: #dddddd;
}
.dark .slider-dots .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(119, 119, 119, 0.44);
}
.dark .accordion-box .accordion-item {
  border-color: rgba(119, 119, 119, 0.3);
  background-color: #2a2d2d;
}
.dark .product-section .product-label-group .product-label-tag {
  color: #ffffff;
}
.dark .menu-product-slider .product-box .product-image {
  background-color: #1d1d22;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .form-control {
  background-color: #1d1d22;
}
.dark .newsletter-modal .modal-box .modal-content .modal-form-box .input-group-text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .dark .product-list li:nth-child(n+2):after {
    border-color: rgba(119, 119, 119, 0.44);
  }
}
.dark body[dir=rtl] {
  direction: rtl;
}
@media (min-width: 1400px) {
  .dark body[dir=rtl] .offset-xxl-2 {
    margin-right: 16.66666667%;
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  .dark body[dir=rtl] .offset-md-1 {
    margin-right: 8.33333333%;
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  .dark body[dir=rtl] .me-md-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
  }
}
.dark body[dir=rtl] .ms-1 {
  margin-left: unset !important;
  margin-right: 0.25rem !important;
}
.dark body[dir=rtl] .text-end {
  text-align: left !important;
}
.dark body[dir=rtl] .ms-3 {
  margin-left: unset !important;
  margin-right: 1rem !important;
}
.dark body[dir=rtl] .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}
.dark body[dir=rtl] .slick-slider {
  direction: ltr;
}
.dark body[dir=rtl] .slick-slider .slick-list .slick-slide > div,
.dark body[dir=rtl] .slick-slider .slick-list .slick-slide > ul {
  direction: rtl;
}
.dark body[dir=rtl] ul {
  padding-right: 0;
}
.dark body[dir=rtl] .me-1 {
  margin-right: unset;
  margin-left: 0.25rem !important;
}
.dark body[dir=rtl] .ms-2 {
  margin-left: unset !important;
  margin-right: 0.5rem !important;
}
.dark body[dir=rtl] .me-2 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}
