
/* Flash Sale CSS */
.flash-sale-wrapper {
  position: relative;
  z-index: 1; }

.flash-sale-slide.owl-carousel {
  width: 130% !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }
  @media only screen and (min-width: 1200px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }

.flash-sale-card {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .flash-sale-card img {
    margin-bottom: 1rem; }
  .flash-sale-card .product-title {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .flash-sale-card .sale-price {
    font-size: 1rem;
    font-weight: 500;
    color: #ff0647;
    margin-bottom: 0; }
  .flash-sale-card .real-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
    color: #747794; }
  .flash-sale-card .progress {
    height: 0.25rem; }
  .flash-sale-card .progress-title {
    color: #747794;
    font-size: 12px;
    display: block; }
  .flash-sale-card:hover .product-title, .flash-sale-card:focus .product-title {
    color: #ff0647; }


.product-card {
  position: relative;
  z-index: 1; }
  .product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10; }
  .product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1; }
    .product-card .wishlist-btn:hover, .product-card .wishlist-btn:focus {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  .product-card .product-thumbnail {
    position: relative;
    z-index: 1;
    text-align: center; }
    .product-card .product-thumbnail img {
      width: 100%; }
    .product-card .product-thumbnail .offer-countdown-timer {
      background-color: #ffaf00;
      position: absolute;
      bottom: .75rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 10;
      border-radius: 5rem;
      padding: 4px 8px 3px !important; }
      .product-card .product-thumbnail .offer-countdown-timer li {
        font-size: 11px;
        line-height: 1;
        margin-right: .25rem;
        color: #020310;
        font-weight: 500; }
        .product-card .product-thumbnail .offer-countdown-timer li:last-child {
          margin-right: 0; }
        .product-card .product-thumbnail .offer-countdown-timer li span {
          font-weight: 700; }
  .product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #747794;
    font-size: 1.25rem;
    line-height: 1; }
  .product-card .product-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .25rem;
    color: #020310; }
  .product-card .sale-price {
    margin-bottom: .375rem;
    color: #ff0647;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2; }
    .product-card .sale-price span {
      color: #747794;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: 14px; }
  .product-card .product-rating {
    font-size: 12px;
    color: #ffaf00;
    line-height: 1; }
    .product-card .product-rating i {
      margin-right: 3px; }
  .product-card .btn {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 9; }
    .product-card .btn i {
      line-height: 28px; }
  .product-card:hover .product-title, .product-card:focus .product-title {
    color: #ff0647; }

.horizontal-product-card {
  position: relative;
  z-index: 1; }
  .horizontal-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem; }
    .horizontal-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1; }
      .horizontal-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px; }
      .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer {
        background-color: #ffaf00;
        position: absolute;
        bottom: 1.75rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 10;
        border-radius: 5rem;
        padding: 4px 8px 3px !important; }
        .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li {
          font-size: 11px;
          line-height: 1;
          margin-right: .25rem;
          color: #020310;
          font-weight: 500; }
          .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li:last-child {
            margin-right: 0; }
          .horizontal-product-card .product-thumbnail-side .product-thumbnail .offer-countdown-timer li span {
            font-weight: 700; }
    .horizontal-product-card .product-thumbnail-side .badge {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0; }
    .horizontal-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #ea4c62;
      line-height: 1;
      z-index: 11;
      font-size: 1.25rem; }
    .horizontal-product-card .product-thumbnail-side .delete-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #747794;
      line-height: 1;
      z-index: 11; }
  .horizontal-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .horizontal-product-card .product-description .product-title {
      margin-bottom: 0.5rem;
      font-weight: 500;
      font-size: 1rem;
      color: #020310;
      line-height: 1; }
    .horizontal-product-card .product-description .sale-price {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-weight: 500;
      color: #020310;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .horizontal-product-card .product-description .sale-price i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ff0647;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem; }
      .horizontal-product-card .product-description .sale-price span {
        text-decoration: line-through;
        color: #ea4c62;
        margin-left: 0.25rem; }
    .horizontal-product-card .product-description .product-rating {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .horizontal-product-card .product-description .product-rating i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ffaf00;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem;
        padding-left: 1px; }
    .horizontal-product-card .product-description .btn i {
      font-size: 14px; }
  .horizontal-product-card:hover .product-title, .horizontal-product-card:focus .product-title {
    color: #ff0647; }

.featured-product-card {
  position: relative;
  z-index: 1; }
  .featured-product-card .custom-badge {
    position: absolute;
    left: 1rem;
    top: -1px;
    z-index: 100;
    height: 22px;
    border-radius: 0;
    padding: 0 0 0 .5rem;
    line-height: 22px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .featured-product-card .custom-badge::before {
      border-color: #ffaf00 transparent #ffaf00 #ffaf00;
      border-style: solid;
      border-width: 11px 6px;
      content: "";
      height: 22px;
      position: absolute;
      right: -13px;
      top: 0;
      width: 17px;
      z-index: -2; }
  .featured-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem; }
    .featured-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1;
      text-align: center; }
      .featured-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px; }
    .featured-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      top: 0rem;
      right: 0rem;
      z-index: 11;
      width: 2rem;
      height: 2rem;
      background-color: #ffffff;
      border-radius: 50%;
      color: #ea4c62;
      line-height: 1;
      font-size: 1.125rem;
      text-align: center; }
      .featured-product-card .product-thumbnail-side .wishlist-btn i {
        line-height: 32px; }
      .featured-product-card .product-thumbnail-side .wishlist-btn:hover, .featured-product-card .product-thumbnail-side .wishlist-btn:focus {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
  .featured-product-card .product-description {
    position: relative;
    z-index: 1; }
    .featured-product-card .product-description .product-title {
      margin-bottom: .25rem;
      font-weight: 500;
      font-size: 14px;
      color: #020310; }
      .featured-product-card .product-description .product-title:hover, .featured-product-card .product-description .product-title:focus {
        color: #ff0647; }
    .featured-product-card .product-description .sale-price {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      color: #020310;
      line-height: 1; }


.product-slide-wrapper {
  position: relative;
  z-index: 1; }
  .product-slide-wrapper .video-btn {
    position: absolute;
    z-index: 100;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.75);
    color: #ff0647;
    border-radius: 50%;
    text-align: center;
    line-height: 1.875rem; }
    .product-slide-wrapper .video-btn svg {
      padding-left: 2px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: -30px !important;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ea4c62;
  line-height: 24px;
  border-radius: .25rem;
  font-size: 24px; }

.mfp-image-holder .mfp-close {
  top: 0 !important;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125); }

.mfp-bg {
  background: #020310;
  opacity: 0.5; }

.mfp-figure::after {
  background: #ffffff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  background: #020310; }

.product-slides {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }
  .product-slides .owl-prev,
  .product-slides .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #ff0647; }
    .product-slides .owl-prev.disabled,
    .product-slides .owl-next.disabled {
      opacity: 0;
      visibility: hidden; }
  .product-slides .owl-next {
    left: auto;
    right: 15px; }

.product-title-meta-data {
  border-top-left-radius: 2rem;
  padding-top: 1.5rem !important; }
  .product-title-meta-data::after {
    position: absolute;
    content: "";
    background-image: url(img/core-img/curve.png);
    top: -121px;
    width: 142px;
    height: 121px;
    background-repeat: no-repeat;
    right: 0;
    z-index: auto; }
  .product-title-meta-data .p-wishlist-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: right; }

.product-description {
  position: relative;
  z-index: 1; }
  .product-description .sale-price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #ea4c62; }
    .product-description .sale-price span {
      margin-left: 0.5rem;
      color: #747794;
      text-decoration: line-through;
      font-size: 14px; }
  .product-description .ratings i {
    color: #ffaf00;
    font-size: 13px;
    margin-right: 3px; }
  .product-description .ratings span {
    font-size: 12px;
    color: #747794; }
  .product-description .total-result-of-ratings span:first-child {
    line-height: 1;
    background-color: #ea4c62;
    padding: 3px 6px;
    color: #ffffff;
    display: inline-block;
    border-radius: .25rem;
    font-size: 12px;
    margin-right: 0.25rem;
    font-weight: 700; }
  .product-description .total-result-of-ratings span:last-child {
    color: #00b894;
    font-size: 12px;
    font-weight: 700; }

.cart-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cart-form .form-control {
    max-width: 50px;
    height: 35px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-align: center;
    font-weight: 700;
    padding: 0.375rem 0.5rem; }
  .cart-form .quantity-button-handler {
    width: 35px;
    height: 35px;
    background-color: #fef8ff;
    border: 1px solid #ebebeb;
    color: #020310;
    line-height: 33px;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms; }
    .cart-form .quantity-button-handler:hover {
      color: #ff0647; }

.p-wishlist-share a {
  display: inline-block;
  color: #ea4c62;
  font-size: 1.5rem; }

.choose-color-radio .form-check-input {
  border: 0;
  background-color: #fef8ff; }
  .choose-color-radio .form-check-input.blue {
    background-color: #ff0647; }
  .choose-color-radio .form-check-input.yellow {
    background-color: #ffaf00; }
  .choose-color-radio .form-check-input.green {
    background-color: #00b894; }
  .choose-color-radio .form-check-input.purple {
    background-color: #ea4c62; }
  .choose-color-radio .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.choose-size-radio {
  position: relative;
  z-index: 1;
  text-align: right; }
  .choose-size-radio .form-check-input {
    background-color: #fef8ff;
    border-radius: 0.25rem; }
    .choose-size-radio .form-check-input:checked {
      background-color: #ea4c62;
      border-color: #ea4c62;
      background-image: none; }
  .choose-size-radio .form-check-label {
    font-size: 12px;
    font-weight: 700; }

.p-specification {
  position: relative;
  z-index: 1; }
  .p-specification li {
    font-size: 14px; }

.single-user-review {
  position: relative;
  z-index: 1;
  border-bottom: 2px dashed #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .single-user-review:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .single-user-review .user-thumbnail {
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    margin-right: .5rem; }
    .single-user-review .user-thumbnail img {
      border-radius: 50%; }
  .single-user-review .rating-comment .rating {
    font-size: 12px;
    color: #ffaf00; }
    .single-user-review .rating-comment .rating i {
      margin-right: 1px; }
  .single-user-review .rating-comment .name-date {
    display: block;
    font-size: 12px; }
  .single-user-review .rating-comment .review-image {
    display: inline-block;
    margin-right: 0.5rem; }
    .single-user-review .rating-comment .review-image img {
      max-width: 50px; }

.ratings-submit-form {
  position: relative;
  z-index: 1; }
  .ratings-submit-form textarea.form-control {
    height: 80px;
    font-size: 14px; }
  .ratings-submit-form .stars {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
    width: 150px; }
    .ratings-submit-form .stars:before, .ratings-submit-form .stars:after {
      display: table;
      content: ""; }
    .ratings-submit-form .stars:after {
      clear: both; }
    .ratings-submit-form .stars input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .ratings-submit-form .stars input[type="radio"].star-5:checked ~ span {
        width: 100%; }
      .ratings-submit-form .stars input[type="radio"].star-4:checked ~ span {
        width: 80%; }
      .ratings-submit-form .stars input[type="radio"].star-3:checked ~ span {
        width: 60%; }
      .ratings-submit-form .stars input[type="radio"].star-2:checked ~ span {
        width: 40%; }
      .ratings-submit-form .stars input[type="radio"].star-1:checked ~ span {
        width: 20%; }
    .ratings-submit-form .stars label {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 !important;
      padding: 0 !important;
      text-indent: -99999rem;
      float: left;
      position: relative;
      z-index: 10;
      background: transparent !important;
      cursor: pointer; }
      .ratings-submit-form .stars label:hover ~ span {
        background-position: 0 -30px; }
      .ratings-submit-form .stars label.star-5:hover ~ span {
        width: 100% !important; }
      .ratings-submit-form .stars label.star-4:hover ~ span {
        width: 80% !important; }
      .ratings-submit-form .stars label.star-3:hover ~ span {
        width: 60% !important; }
      .ratings-submit-form .stars label.star-2:hover ~ span {
        width: 40% !important; }
      .ratings-submit-form .stars label.star-2:hover ~ span {
        width: 20% !important; }
    .ratings-submit-form .stars span {
      display: block;
      width: 0;
      position: relative;
      top: 0;
      left: 0;
      height: 30px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
      -webkit-transition: width 0.5s;
      transition: width 0.5s; }

.offline-area-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px); }
  .offline-area-wrapper i {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem; }

.sales-offer-content {
  position: relative;
  z-index: 1; }
  .sales-offer-content .sales-end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    width: 60%; }
  .sales-offer-content .sales-volume {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
  .sales-offer-content .sales-volume .progress {
    border-radius: 100px; }

.sales-end-timer li {
  line-height: 1;
  margin-left: 0.5rem;
  color: #ea4c62;
  font-weight: 700;
  font-size: 14px; }
  .sales-end-timer li:first-child {
    margin-left: 0; }

.product-catagories {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .product-catagories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .375rem .75rem;
    background-color: #ffffff;
    border-radius: 6px;
    color: #020310;
    font-size: 12px;
    font-weight: 700; }
    .product-catagories a img {
      max-width: 1.5rem;
      margin-right: 0.375rem; }
    .product-catagories a:hover, .product-catagories a:focus {
      color: #ea4c62; }

.single-product-slide,
.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 500px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 520px; } }
  @media only screen and (min-width: 1200px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 600px; } }

.choose-color-wrapper .form-check-input {
  width: 1.125rem;
  height: 1.125rem; }

.related-product-wrapper {
  background-color: #ffffff; }

.single-related-product-slide {
  border-radius: 6px;
  border: 1px solid #ebebeb; }

.cart-table {
  position: relative;
  z-index: 1; }
  .cart-table table {
    max-width: 100%; }
    .cart-table table tbody tr {
      background-color: #ffffff;
      border-bottom: 2px dashed #ebebeb; }
      .cart-table table tbody tr:last-child {
        border-bottom: 0; }
    .cart-table table a {
      color: #020310;
      font-weight: 700; }
      .cart-table table a.remove-product {
        color: #ffffff;
        width: 24px;
        height: 24px;
        background-color: #ea4c62;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        font-size: 10px; }
        .cart-table table a.remove-product:hover, .cart-table table a.remove-product:focus {
          color: #ffffff;
          background-color: #020310; }
      .cart-table table a span {
        display: block;
        color: #747794; }
      .cart-table table a:hover, .cart-table table a:focus {
        color: #ff0647; }
  .cart-table .table td,
  .cart-table .table th {
    vertical-align: middle;
    color: #747794;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0; }
  .cart-table img {
    max-width: 2.5rem;
    border: 1px solid #ebebeb; }
  .cart-table .qty-text {
    border: 2px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    height: 2rem;
    border-radius: .25rem;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    font-weight: 700; }
    .cart-table .qty-text:focus {
      border-color: #ff0647; }

.coupon-card .card-body {
  padding: 1.25rem; }

.cart-amount-area .card-body {
  padding: .75rem 1.25rem; }

.apply-coupon {
  position: relative;
  z-index: 1; }
  .apply-coupon p {
    font-size: 12px; }

.coupon-form {
  position: relative;
  z-index: 1; }
  .coupon-form .form-control {
    height: 34.4px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: .4rem; }
  .coupon-form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* Order CSS */
.my-order-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .my-order-wrapper .card {
    border-radius: 2rem 2rem 0 0; }
    .my-order-wrapper .card::after {
      width: 2px;
      height: calc(100% - 3rem);
      border-right: 2px dashed #ebebeb;
      content: '';
      position: absolute;
      top: 1.5rem;
      right: 35px; }

.single-order-status {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  .single-order-status:last-child {
    margin-bottom: 0; }
  .single-order-status .order-icon {
    margin-right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: #747794;
    border: 1px solid #ebebeb; }
  .single-order-status .order-text h6 {
    font-size: 12px;
    margin-bottom: 0.375rem;
    line-height: 1;
    color: #747794; }
  .single-order-status .order-text span {
    font-size: 12px;
    display: block; }
  .single-order-status .order-status {
    margin-left: auto !important; }
    .single-order-status .order-status svg {
      color: #747794; }
  .single-order-status.active .order-icon {
    color: #020310; }
  .single-order-status.active .order-text h6 {
    font-size: 13px;
    color: #020310; }
  .single-order-status.active .order-status svg {
    color: #00b894; }

.order-success-wrapper {
  position: relative;
  width: 100%;
  background: #ff0647;
  background: -webkit-gradient(linear, right top, left top, from(#ff0647), to(#0d3bd1));
  background: linear-gradient(to left, #ff0647, #0d3bd1);
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 3rem; }
  .order-success-wrapper i {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffffff; }
  .order-success-wrapper h5 {
    color: #ffffff; }
  .order-success-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff; }

.billing-information-card {
  position: relative;
  z-index: 1; }

.billing-information-title-card {
  border-radius: .5rem .5rem 0 0;
  border-color: #ea4c62; }

.shipping-method-choose-title-card {
  border-radius: .5rem .5rem 0 0;
  border-color: #00b894; }

.shipping-method-choose-card {
  border-radius: 0 0 .5rem .5rem; }

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 6px; }
  .single-payment-method a::after {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    content: '\f00c';
    font-family: 'FontAwesome';
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #00b894;
    color: #ffffff;
    line-height: 1.75rem;
    opacity: 0; }
  .single-payment-method a i {
    font-size: 3rem;
    margin-bottom: .5rem;
    display: block; }
  .single-payment-method a h6 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    margin-bottom: 0; }
  .single-payment-method a.active::after, .single-payment-method a:hover::after, .single-payment-method a:focus::after {
    opacity: 1; }
  .single-payment-method a.active h6, .single-payment-method a:hover h6, .single-payment-method a:focus h6 {
    color: #ff0647; }

.credit-card-info-wrapper img {
  margin: 0 auto;
  max-width: 300px; }

.pay-credit-card-form {
  position: relative;
  z-index: 1; }
  .pay-credit-card-form label {
    font-size: 12px;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase; }
  .pay-credit-card-form small {
    font-size: 11px; }
  .pay-credit-card-form .form-control {
    height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 1px 0px #d7def4;
            box-shadow: 0 1px 1px 0px #d7def4; }

.bank-ac-info .list-group-item {
  font-size: 14px; }

.language-area-wrapper,
.shipping-method-choose {
  position: relative; }
  .language-area-wrapper ul,
  .shipping-method-choose ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .language-area-wrapper ul li,
    .shipping-method-choose ul li {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%; }
      .language-area-wrapper ul li input[type=radio],
      .shipping-method-choose ul li input[type=radio] {
        position: absolute;
        visibility: hidden; }
      .language-area-wrapper ul li label,
      .shipping-method-choose ul li label {
        display: block;
        position: relative;
        padding: 10px 10px 10px 45px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        margin-bottom: 0;
        border-radius: 0.4rem;
        font-size: 14px;
        font-weight: 700; }
        .language-area-wrapper ul li label span,
        .shipping-method-choose ul li label span {
          font-size: 11px;
          margin-left: 0.5rem; }
      .language-area-wrapper ul li .check,
      .shipping-method-choose ul li .check {
        display: block;
        position: absolute;
        border: 4px solid #00b894;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        top: 50%;
        margin-top: -10px;
        left: 15px;
        z-index: 5;
        -webkit-transition: all .25s linear;
        transition: all .25s linear; }
        .language-area-wrapper ul li .check::before,
        .shipping-method-choose ul li .check::before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 8px;
          width: 8px;
          top: 50%;
          left: 50%;
          margin: -4px;
          -webkit-transition: background 0.25s linear;
          transition: background 0.25s linear; }
  .language-area-wrapper input[type=radio]:checked ~ .check,
  .shipping-method-choose input[type=radio]:checked ~ .check {
    border-color: #ff0647; }
  .language-area-wrapper input[type=radio]:checked ~ .check::before,
  .shipping-method-choose input[type=radio]:checked ~ .check::before {
    background: #ff0647; }
  .language-area-wrapper input[type=radio]:checked ~ label,
  .shipping-method-choose input[type=radio]:checked ~ label {
    color: #ff0647;
    background-color: rgba(16, 13, 209, 0.103); }

.accordian-card {
  position: relative;
  z-index: 1; }
  .accordian-card .card-body {
    padding: 1.25rem; }
  .accordian-card p {
    padding-left: 35px; }
    .accordian-card p:last-child {
      margin-bottom: 0; }
  .accordian-card .accordian-header.collapse {
    display: block; }
  .accordian-card .accordian-header button {
    color: #ff0647;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .accordian-card .accordian-header button span i {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ff0647;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      color: #ffffff;
      margin-right: 0.5rem;
      font-size: 16px; }
    .accordian-card .accordian-header button > i {
      color: #747794;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .accordian-card .accordian-header button:hover, .accordian-card .accordian-header button:focus {
      color: #ff0647; }
    .accordian-card .accordian-header button.collapsed > span {
      color: #020310; }
    .accordian-card .accordian-header button.collapsed > i {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .accordian-card.seller-card .accordian-header button span i {
    background-color: #ea4c62; }
  .accordian-card.others-card .accordian-header button span i {
    background-color: #00b894; }


.faq-search-form {
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  margin-right: 1rem; }
  .faq-search-form input {
    border-radius: 60px;
    padding-left: 40px;
    font-weight: 700;
    border-width: 2px;
    height: auto !important; }
    .faq-search-form input:focus {
      border-color: #ff0647; }
  .faq-search-form button {
    position: absolute;
    width: 50px;
    height: 37px;
    border: 0;
    background-color: transparent;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10;
    outline: none !important; }

.support-wrapper .faq-heading {
  background: #ff0647;
  background: -webkit-gradient(linear, left top, right top, from(#ff0647), to(#00b894));
  background: linear-gradient(to right, #ff0647, #00b894);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800; }


.post-bookmark-wrap {
  position: relative;
  z-index: 1; }

.blog-card {
  position: relative;
  z-index: 1;
  border: 0; }
  .blog-card .post-img {
    position: relative;
    z-index: 1;
    border-radius: 6px; }
    .blog-card .post-img img {
      border-radius: 6px; }
    .blog-card .post-img::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: "";
      background-color: #020310;
      opacity: 0.3;
      z-index: 1;
      border-radius: 6px; }
  .blog-card .post-bookmark {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    top: .5rem;
    right: .5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center; }
    .blog-card .post-bookmark i {
      line-height: 30px; }
    .blog-card .post-bookmark:hover, .blog-card .post-bookmark:focus {
      background-color: rgba(255, 255, 255, 0.2); }
  .blog-card .post-content {
    position: absolute !important;
    width: calc(100% - 1rem);
    bottom: .5rem;
    left: .5rem;
    z-index: 100;
    border-radius: 6px;
    background-color: #ffffff;
    padding: .75rem;
    overflow: hidden; }
    .blog-card .post-content .bg-shapes .circle1 {
      width: 30px;
      height: 30px;
      position: absolute;
      border-radius: 50%;
      top: -15px;
      right: -15px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle2 {
      width: 50px;
      height: 50px;
      position: absolute;
      border-radius: 50%;
      top: -25px;
      right: -25px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle3 {
      width: 70px;
      height: 70px;
      position: absolute;
      border-radius: 50%;
      top: -35px;
      right: -35px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle4 {
      width: 90px;
      height: 90px;
      position: absolute;
      border-radius: 50%;
      top: -45px;
      right: -45px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .post-catagory {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ea4c62;
      margin-bottom: 0.125rem;
      letter-spacing: .5px; }
    .blog-card .post-content .post-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      color: #020310;
      margin-bottom: .5rem;
      overflow: hidden;
      height: 38px; }
      .blog-card .post-content .post-title:hover, .blog-card .post-content .post-title:focus {
        color: #ff0647; }
    .blog-card .post-content .post-meta {
      position: relative;
      z-index: 1; }
      .blog-card .post-content .post-meta a {
        font-size: 10px;
        line-height: 1;
        color: #747794; }
        .blog-card .post-content .post-meta a:hover, .blog-card .post-content .post-meta a:focus {
          color: #ff0647; }
        .blog-card .post-content .post-meta a i {
          margin-right: 0.25rem; }
      .blog-card .post-content .post-meta span {
        font-size: 10px;
        line-height: 1;
        color: #747794; }
        .blog-card .post-content .post-meta span i {
          margin-right: 0.25rem; }
  .blog-card.list-card .post-content {
    width: calc(50% - 1rem);
    bottom: .75rem;
    left: .75rem; }
  .blog-card.list-card .post-bookmark {
    top: .75rem;
    right: .75rem; }
  .blog-card.list-card .read-more-btn {
    position: absolute;
    min-width: 100px;
    right: .75rem;
    bottom: .75rem;
    z-index: 99; }

.blog-catagory-card {
  position: relative;
  z-index: 1; }
  .blog-catagory-card a {
    display: block; }
    .blog-catagory-card a i {
      color: #ea4c62;
      font-size: 2rem;
      margin-bottom: 1rem;
      display: block; }
    .blog-catagory-card a span {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      color: #747794;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .5px; }
    .blog-catagory-card a:hover span, .blog-catagory-card a:focus span {
      color: #ff0647; }

.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }
  .blog-details-post-thumbnail .post-bookmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ea4c62;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 100;
    color: #ffffff; }
    .blog-details-post-thumbnail .post-bookmark i {
      line-height: 35px; }
    .blog-details-post-thumbnail .post-bookmark:hover, .blog-details-post-thumbnail .post-bookmark:focus {
      background-color: #ff0647;
      color: #ffffff; }

.product-title-meta-data {
  position: relative;
  z-index: 1; }
  .product-title-meta-data .post-catagory {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #ea4c62;
    font-weight: 500; }

.post-meta-data a {
  color: #747794;
  font-size: 12px; }
  .post-meta-data a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 0.25rem; }
  .post-meta-data a span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 3px 8px;
    border: 1px solid #ff0647;
    border-radius: .25rem;
    margin-left: 0.5rem;
    color: #ff0647; }
  .post-meta-data a:hover span, .post-meta-data a:focus span {
    border-color: #ff0647;
    color: #ffffff;
    background-color: #ff0647; }

.post-meta-data span {
  color: #747794;
  font-size: 12px; }
  .post-meta-data span i {
    margin-right: 0.25rem; }

.post-content p:last-child {
  margin-bottom: 0; }


.form-control {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-color: #ebebeb;
  height: 50px;
  padding: 0.375rem 1rem;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.contact-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #e7eaf5; }

.contact-form {
  position: relative;
  z-index: 1; }
  .contact-form .form-group {
    position: relative;
    z-index: 1; }
  .contact-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #747794;
    top: 11px; }
  .contact-form .form-control {
    border-radius: 6px;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #ffffff;
    height: 46px;
    padding: 0.75rem 1.25rem; }
    .contact-form .form-control::-webkit-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-moz-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control:-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::placeholder {
      color: #747794;
      opacity: 1; }
  .contact-form textarea.form-control {
    height: 120px; }

.google-maps-wrap {
  position: relative;
  z-index: 1; }
  .google-maps-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0; }


.cta-area {
  position: relative;
  z-index: 2; }
  .cta-area .cta-text {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background-size: cover;
    background-position: center center; }
    .cta-area .cta-text::after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      content: "";
      background: #ff0647;
      background: -webkit-gradient(linear, right top, left top, from(#ff0647), to(#0d3bd1));
      background: linear-gradient(to left, #ff0647, #0d3bd1);
      z-index: -10;
      border-radius: 6px;
      opacity: .8; }

.video-cta-content {
  position: relative;
  z-index: 1;
  height: 170px; }
  .video-cta-content a {
    padding: 0 !important;
    width: 3rem;
    height: 3rem; }
    .video-cta-content a i {
      font-size: 1.125rem;
      line-height: 46px;
      padding-left: 0.25rem; }

.discount-coupon-card {
  position: relative;
  z-index: 1;
  background-color: #00b894 !important; }
  .discount-coupon-card .coupon-text-wrap h3,
  .discount-coupon-card .coupon-text-wrap h4,
  .discount-coupon-card .coupon-text-wrap h5,
  .discount-coupon-card .coupon-text-wrap h6 {
    border-right: 1px solid rgba(255, 255, 255, 0.75); }

/* Profile Data CSS */
.single-profile-data {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem; }
  .single-profile-data:last-child {
    margin-bottom: 0; }
  .single-profile-data .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 12px;
    color: #020310; }
    .single-profile-data .title i {
      width: 22px;
      height: 22px;
      display: inline-block;
      background-color: #8A4821;
      text-align: center;
      color: #ffffff;
      line-height: 23px;
      border-radius: .25rem;
      margin-right: .4rem;
      font-size: 12px; }
    .single-profile-data .title span {
      line-height: 1; }
  .single-profile-data .data-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 13px;
    text-align: right;
    color: #747794; }

.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .user-data-card .card-body {
    padding: 1.25rem; }
  .user-data-card .title {
    font-size: 13px;
    color: #020310;
    font-weight: 500;
    margin-bottom: 0; }
    .user-data-card .title i {
      width: 24px;
      height: 24px;
      display: inline-block;
      background-color: #00b894;
      text-align: center;
      color: #ffffff;
      line-height: 24px;
      border-radius: .25rem;
      margin-right: .4rem;
      font-size: 14px; }
  .user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    color: #747794;
    font-size: 13px; }
  .user-data-card textarea.form-control {
    height: auto;
    padding: 15px; }

.change-user-thumb {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0; }
  .change-user-thumb input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0; }
  .change-user-thumb button {
    width: 100%;
    height: 100%;
    background-color: #fef8ff;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #ebebeb; }

.user-info-card {
  position: relative;
  z-index: 1;
  background-color: #ffaf00;
  border-color: #ffaf00;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
    .user-info-card .user-profile img {
      border-radius: 50%; }


.notification-area {
  position: relative;
  z-index: 1; }
  .notification-area .list-group-item {
    border-color: #ebebeb;
    margin-bottom: 0.5rem;
    border-radius: 6px; }
    .notification-area .list-group-item .noti-icon {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      max-width: 30px;
      background: #ff0647;
      background: -webkit-gradient(linear, right top, left top, from(#ff0647), to(#0d3bd1));
      background: linear-gradient(to left, #ff0647, #0d3bd1);
      color: #ffffff;
      text-align: center;
      font-size: 1rem;
      margin-right: .75rem;
      border-radius: 50%; }
      .notification-area .list-group-item .noti-icon i {
        line-height: 30px; }
      .notification-area .list-group-item .noti-icon::before {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ffaf00;
        content: "";
        top: -2px;
        right: -2px;
        border-radius: 50%;
        z-index: 1; }
    .notification-area .list-group-item h6 {
      font-size: 14px;
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      color: #020310; }
    .notification-area .list-group-item p {
      margin-bottom: 0.5rem; }
    .notification-area .list-group-item a {
      font-size: 14px; }
    .notification-area .list-group-item span {
      font-size: 12px;
      display: block;
      color: #747794; }
    .notification-area .list-group-item:first-child {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem; }
    .notification-area .list-group-item:last-child {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem; }
    .notification-area .list-group-item.readed {
      background-color: #fef8ff; }
      .notification-area .list-group-item.readed .noti-icon {
        background: #00b894; }
        .notification-area .list-group-item.readed .noti-icon::before {
          display: none; }
      .notification-area .list-group-item.readed h6 {
        color: #747794; }
    .notification-area .list-group-item:hover h6, .notification-area .list-group-item:focus h6 {
      color: #ff0647; }
  .notification-area .unread-notifications {
    position: relative;
    z-index: 1; }

.single-vendor-wrap {
  position: relative;
  z-index: 1;
  border-radius: .5rem; }
  .single-vendor-wrap.bg-overlay::after {
    border-radius: .5rem;
    background: #020310;
    opacity: .5; }
  .single-vendor-wrap .vendor-info p {
    font-size: 12px; }
  .single-vendor-wrap .vendor-info .ratings i {
    color: #ffaf00;
    margin-right: 4px;
    font-size: 12px; }
  .single-vendor-wrap .vendor-info span {
    font-size: 12px; }
  .single-vendor-wrap .vendor-profile {
    padding: 0.5rem;
    position: absolute;
    width: 4rem;
    height: 4rem;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100; }
    .single-vendor-wrap .vendor-profile img {
      max-width: 2.5rem; }

.vendor-details-wrap {
  position: relative;
  z-index: 1; }
  .vendor-details-wrap.bg-overlay::after {
    background: #020310;
    opacity: .5; }
  .vendor-details-wrap .vendor-profile {
    padding: 0.5rem;
    width: 4rem;
    height: 4rem;
    background-color: #ffffff;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100; }
    .vendor-details-wrap .vendor-profile img {
      max-width: 2.5rem; }
  .vendor-details-wrap .vendor-info p {
    font-size: 12px; }
  .vendor-details-wrap .vendor-info .ratings i {
    color: #ffaf00;
    margin-right: 4px;
    font-size: 12px; }
  .vendor-details-wrap .vendor-info span {
    font-size: 12px; }
  .vendor-details-wrap .single-basic-info {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem; }
    .vendor-details-wrap .single-basic-info:last-child {
      margin-right: 0; }
    .vendor-details-wrap .single-basic-info .icon {
      line-height: 1;
      margin-right: .25rem; }
    .vendor-details-wrap .single-basic-info span {
      font-size: 12px; }

.vendor-tabs {
  background-color: #ffffff; }
  .vendor-tabs .nav-tabs {
    border-bottom: 0; }
  .vendor-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #747794;
    font-size: 12px;
    font-weight: 700; }
  .vendor-tabs .nav-item.show .nav-link,
  .vendor-tabs .nav-link.active {
    color: #020310; }


#previewPage[data-theme="dark"] {
  background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] body {
    background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #020310; }
  #previewPage[data-theme="dark"] h1,
  #previewPage[data-theme="dark"] h2,
  #previewPage[data-theme="dark"] h3,
  #previewPage[data-theme="dark"] h4,
  #previewPage[data-theme="dark"] h5,
  #previewPage[data-theme="dark"] h6 {
    color: #020310; }

[data-theme="dark"] {
  background-color: #0C153B; }
  [data-theme="dark"] #preloader {
    background-color: #0C153B; }
  [data-theme="dark"] body {
    background-color: #0C153B; }
  [data-theme="dark"] a,
  [data-theme="dark"] a:hover,
  [data-theme="dark"] a:focus {
    color: #ffffff; }
  [data-theme="dark"] h1,
  [data-theme="dark"] h2,
  [data-theme="dark"] h3,
  [data-theme="dark"] h4,
  [data-theme="dark"] h5,
  [data-theme="dark"] h6 {
    color: rgba(255, 255, 255, 0.9); }
  [data-theme="dark"] .header-area {
    background-color: #0C153B;
    -webkit-box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .footer-nav-area {
    background-color: #0C153B;
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .card {
    border-color: #242644;
    background-color: #242644;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [data-theme="dark"] .suha-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8); }
  [data-theme="dark"] .suha-footer-nav ul li.active a {
    color: #ffaf00; }
  [data-theme="dark"] .suha-footer-nav ul li a:hover,
  [data-theme="dark"] .suha-footer-nav ul li a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125); }
  [data-theme="dark"] .btn-warning:hover, [data-theme="dark"] .btn-warning:focus {
    color: #ffffff;
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-danger:hover, [data-theme="dark"] .btn-danger:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-success:hover, [data-theme="dark"] .btn-success:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-info:hover, [data-theme="dark"] .btn-info:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .catagory-card span {
    color: #ffffff; }
  [data-theme="dark"] .catagory-card:hover span,
  [data-theme="dark"] .catagory-card:focus span {
    color: #ffaf00; }
  [data-theme="dark"] .flash-sale-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card:hover .product-title,
  [data-theme="dark"] .flash-sale-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .flash-sale-card .sale-price {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card .progress-title {
    color: rgba(255, 255, 255, 0.7); }
  [data-theme="dark"] .product-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .product-card:hover .product-title,
  [data-theme="dark"] .product-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .product-card .btn:hover, [data-theme="dark"] .product-card .btn:focus {
    background-color: #ea4c62;
    border-color: #ea4c62; }
  [data-theme="dark"] .horizontal-product-card .product-description .product-title {
    color: #ffffff; }
  [data-theme="dark"] .horizontal-product-card:hover .product-title,
  [data-theme="dark"] .horizontal-product-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .horizontal-product-card .product-description .sale-price {
    color: #ffaf00; }
  [data-theme="dark"] .page-nav li a {
    background-color: #332858;
    color: #ffffff; }
  [data-theme="dark"] .page-nav li a:hover,
  [data-theme="dark"] .page-nav li a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .cart-table table tbody tr {
    background-color: transparent; }
  [data-theme="dark"] .cart-table table a {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table a:hover,
  [data-theme="dark"] .cart-table table a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .cart-table img {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .back-button a {
    color: #ffffff; }
  [data-theme="dark"] .back-button a:hover,
  [data-theme="dark"] .back-button a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .filter-option {
    color: #ffaf00; }
  [data-theme="dark"] .type-text-form {
    background-color: #0C153B; }
  [data-theme="dark"] .type-text-form {
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .type-text-form .form-control,
  [data-theme="dark"] .type-text-form .file-upload span,
  [data-theme="dark"] .type-text-form button[type="submit"] {
    background-color: #0C153B; }
  [data-theme="dark"] .type-text-form button[type="submit"] {
    color: #ffffff;
    outline: none; }
  [data-theme="dark"] .user-info-card {
    background-color: #ffaf00;
    border-color: #ffaf00; }
    [data-theme="dark"] .user-info-card h5 {
      color: #ffffff; }
  [data-theme="dark"] .user-data-card .title {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table tbody tr {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .pay-credit-card-form small a {
    color: #ffffff; }
    [data-theme="dark"] .pay-credit-card-form small a:hover, [data-theme="dark"] .pay-credit-card-form small a:focus {
      color: #ffaf00; }
  [data-theme="dark"] .single-payment-method a {
    background-color: #ea4c62; }
    [data-theme="dark"] .single-payment-method a h6 {
      color: #ffffff; }
    [data-theme="dark"] .single-payment-method a:hover h6, [data-theme="dark"] .single-payment-method a:focus h6 {
      color: #ff0647; }
  [data-theme="dark"] .billing-information-title-card {
    border-color: transparent; }
  [data-theme="dark"] .shipping-method-choose-title-card {
    border-color: transparent; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ label,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ label {
    color: #ffffff;
    background-color: rgba(16, 13, 209, 0.7); }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check::before,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check::before {
    background: #ffffff; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check {
    border-color: #ffffff; }
  [data-theme="dark"] .list-group-item {
    background-color: #242644;
    border-color: #242644 !important;
    color: #ffffff !important; }
  [data-theme="dark"] .notification-area .list-group-item h6 {
    color: #ffffff; }
  [data-theme="dark"] .notification-area .list-group-item:hover h6,
  [data-theme="dark"] .notification-area .list-group-item:focus h6 {
    color: #ffaf00; }
  [data-theme="dark"] .notification-area .list-group-item.readed {
    background-color: #0C153B; }
  [data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15); }
  [data-theme="dark"] .single-settings .data-content a:hover, [data-theme="dark"] .single-settings .data-content a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .layout-options a {
    background-color: #242644; }
  [data-theme="dark"] .layout-options a:hover,
  [data-theme="dark"] .layout-options a:focus,
  [data-theme="dark"] .layout-options a.active {
    background-color: #ea4c62; }
  [data-theme="dark"] .post-content,
  [data-theme="dark"] .selection-panel.bg-white,
  [data-theme="dark"] .product-title-meta-data.bg-white,
  [data-theme="dark"] .cart-form-wrapper.bg-white,
  [data-theme="dark"] .p-specification.bg-white,
  [data-theme="dark"] .rating-and-review-wrapper.bg-white,
  [data-theme="dark"] .ratings-submit-form.bg-white {
    background-color: #242644 !important; }
  [data-theme="dark"] .p-wishlist-share a {
    color: #ea4c62; }
  [data-theme="dark"] .p-wishlist-share a:last-child {
    color: #ffaf00; }
  [data-theme="dark"] .single-user-review {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .accordian-card .accordian-header button {
    color: #ffaf00; }
  [data-theme="dark"] .accordian-card .accordian-header button.collapsed > span {
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form input {
    border-color: transparent; }
  [data-theme="dark"] .product-card .delete-btn,
  [data-theme="dark"] .horizontal-product-card .product-thumbnail-side .delete-btn {
    color: #020310; }
  [data-theme="dark"] .product-title-meta-data::after {
    background-image: url(img/core-img/curve2.png); }
  [data-theme="dark"] .product-card .wishlist-btn {
    color: #ea4c62; }
  [data-theme="dark"] .catagory-card i {
    color: #ffaf00; }
  [data-theme="dark"] .blog-catagory-card a i {
    color: #ffaf00; }
  [data-theme="dark"] .blog-catagory-card a span {
    color: #ffffff; }
    [data-theme="dark"] .blog-catagory-card a span:hover, [data-theme="dark"] .blog-catagory-card a span:focus {
      color: #ffaf00; }
  [data-theme="dark"] .post-meta-data a span {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .post-meta-data a span:hover, [data-theme="dark"] .post-meta-data a span:focus {
      border-color: #ffaf00;
      color: #ffaf00; }
  [data-theme="dark"] .ratings-submit-form textarea.form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important; }
  [data-theme="dark"] .blog-card .post-content .post-title {
    color: #ffffff; }
    [data-theme="dark"] .blog-card .post-content .post-title:hover, [data-theme="dark"] .blog-card .post-content .post-title:focus {
      color: #ffaf00; }
  [data-theme="dark"] .blog-card .post-content .post-meta a,
  [data-theme="dark"] .blog-card .post-content .post-meta span {
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .blog-card .post-content .post-meta a:hover, [data-theme="dark"] .blog-card .post-content .post-meta a:focus,
    [data-theme="dark"] .blog-card .post-content .post-meta span:hover,
    [data-theme="dark"] .blog-card .post-content .post-meta span:focus {
      color: #ffffff; }
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle1,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle2,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle3,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-description .product-title {
    color: #ffffff; }
    [data-theme="dark"] .featured-product-card .product-description .product-title:hover, [data-theme="dark"] .featured-product-card .product-description .product-title:focus {
      color: #ffaf00; }
  [data-theme="dark"] .cart-table .qty-text,
  [data-theme="dark"] .form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    [data-theme="dark"] .cart-table .qty-text::-webkit-input-placeholder, [data-theme="dark"] .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-moz-placeholder, [data-theme="dark"] .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text:-ms-input-placeholder, [data-theme="dark"] .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-ms-input-placeholder, [data-theme="dark"] .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::placeholder,
    [data-theme="dark"] .form-control::placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text option,
    [data-theme="dark"] .form-control option {
      border-color: transparent !important;
      background-color: #0C153B;
      color: #ffffff !important; }
  [data-theme="dark"] .register-form .form-control {
    background-color: transparent !important; }
    [data-theme="dark"] .register-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.7; }
  [data-theme="dark"] .agent-message-content .agent-message-text p {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form button {
    color: #ffffff; }
  [data-theme="dark"] .form-check-input {
    background-color: #332858; }
  [data-theme="dark"] .cart-form .quantity-button-handler {
    border: transparent;
    background-color: #332858;
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-panel {
    background-color: #242644 !important; }
  [data-theme="dark"] .btn-warning {
    color: #020310; }
  [data-theme="dark"] .pwa-install-alert {
    background-color: #242644 !important; }
    [data-theme="dark"] .pwa-install-alert .btn-close {
      -webkit-filter: invert(1) grayscale(100%) brightness(200%);
              filter: invert(1) grayscale(100%) brightness(200%); }
  [data-theme="dark"] .featured-product-card .product-description .sale-price,
  [data-theme="dark"] .product-card .sale-price {
    color: #ffaf00; }
  [data-theme="dark"] .product-catagories a {
    background-color: #242644; }
  [data-theme="dark"] .single-order-status.active .order-text h6 {
    color: #ffaf00; }
  [data-theme="dark"] .single-order-status .order-icon {
    background-color: transparent;
    color: #747794;
    border: 0; }
  [data-theme="dark"] .single-order-status.active .order-icon {
    background-color: #332858;
    border: 0;
    color: #ffffff; }
  [data-theme="dark"] .single-order-status.active .order-status svg {
    color: #ffaf00; }
  [data-theme="dark"] .my-order-wrapper .card::after {
    border-right: 2px dashed rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-thumbnail-side .wishlist-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ea4c62;
    border-color: rgba(255, 255, 255, 0.2) !important; }
  [data-theme="dark"] .related-product-wrapper {
    background-color: #242644; }
  [data-theme="dark"] .single-related-product-slide {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .vendor-tabs {
    background-color: #332858; }
  [data-theme="dark"] .nav-tabs .nav-item.show .nav-link, [data-theme="dark"] .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: transparent; }
  [data-theme="dark"] .otp-form select.form-select {
    background-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .agent-message-content .agent-message-text .writing-mode {
    background-color: rgba(255, 255, 255, 0.2); }
