﻿/* Non-critical home CSS extracted from main.css for deferred loading */
/*  7.20 map
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pb-spacing {
    overflow-x: auto;
    margin-bottom: 100px;
  }
}
.tp-map-pb-wrap {
  height: 690px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pb-wrap {
    height: 550px;
    width: 1000px;
  }
}
.tp-map-popup {
  position: absolute;
  z-index: 1;
  top: -310px;
  left: 50%;
  transform: translateX(-50%);
  width: 268px;
  background: var(--tp-common-white);
  border-radius: 20px;
  padding: 20px 20px 24px 20px;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.4s ease;
  text-align: left;
  visibility: hidden;
}
.tp-map-popup-thumb {
  width: 100%;
  border-radius: 8px;
}
.tp-map-popup-contact {
  display: flex;
  align-items: center;
  font-family: var(--tp-ff-sora);
  font-weight: 400;
  font-size: 12px;
  color: var(--tp-common-black);
  opacity: 0.8;
}
.tp-map-popup-contact span {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  margin-right: 8px;
}
.tp-map-pin.active .tp-map-pin-icon {
  color: var(--tp-theme-secondary);
}
.tp-map-pin.active .tp-map-popup {
  opacity: 1;
  visibility: visible;
}
.tp-map-pin-icon {
  color: var(--tp-common-black-5);
  transition: all 0.4s ease;
  cursor: pointer;
}
.tp-map-pin-icon svg {
  animation: popups 3s linear infinite;
}
.tp-map-pin-wrap {
  display: inline-block;
  position: absolute;
}
.tp-map-pin-1 {
  top: 216px;
  left: 50%;
}
.tp-map-pin-2 {
  top: 252px;
  left: 52.5%;
}
.tp-map-pin-3 {
  top: 216px;
  left: 55%;
}
.tp-map-pin-4 {
  top: 35px;
  left: 33%;
}
.tp-map-pin-4 .tp-map-popup {
  top: inherit;
  bottom: -305px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pin-4 .tp-map-popup {
    top: inherit;
    bottom: -290px;
  }
}
.tp-map-pin-4 .tp-map-pin:hover .tp-map-popup {
  top: inherit;
  bottom: -305px;
}
.tp-map-pin-5 {
  top: 97px;
  right: 33%;
}
.tp-map-pin-5 .tp-map-popup {
  top: inherit;
  bottom: -305px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pin-5 .tp-map-popup {
    top: inherit;
    bottom: -290px;
  }
}
.tp-map-pin-5 .tp-map-pin:hover .tp-map-popup {
  top: inherit;
  bottom: -305px;
}
.tp-map-pin-6 {
  top: 290px;
  left: 13%;
}
.tp-map-pin-7 {
  top: 270px;
  left: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pin-7 {
    left: 7%;
  }
}
.tp-map-pin-8 {
  top: 200px;
  left: 15%;
}
.tp-map-pin-9 {
  top: 390px;
  left: 30%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pin-9 {
    left: 13%;
  }
}
.tp-map-pin-10 {
  top: 420px;
  left: 32%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-map-pin-10 {
    left: 22%;
  }
}
.tp-map-pin-11 {
  top: 192px;
  right: 24%;
}
.tp-map-pin-12 {
  top: 220px;
  right: 19%;
}
.tp-map-pin-13 {
  top: 274px;
  right: 21%;
}

/*----------------------------------------*/
/*  7.5 Cart css
/*----------------------------------------*/
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  z-index: 99999;
  scrollbar-width: none;
  transition: 0.3s;
}
.cartmini__area::-webkit-scrollbar {
  display: none;
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid #E0E2E3;
}
.cartmini__top-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid #E0E2E3;
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: #ffaf1b;
}
.cartmini__shipping p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cartmini__shipping p span {
  color: red;
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid #E0E2E3;
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.cartmini__title a:hover {
  color: #4d3d30;
  background-size: 0% 1px, 100% 1px;
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #E0E2E3;
  background-color: var(--tp-common-white);
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: #4d3d30;
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  border-top: 2px solid #E0E2E3;
}
.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-inter);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: var(--tp-grey-5);
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background: transparent;
  font-family: var(--tp-ff-dm);
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
  font-family: var(--tp-ff-dm);
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-cart-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
  font-family: var(--tp-ff-dm);
}
.tp-cart-coupon-input input {
  background: var(--tp-grey-5);
  margin-right: 4px;
  max-width: 282px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 0;
  color: var(--tp-common-black);
  border: 1px solid transparent;
  text-transform: capitalize;
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
}
.tp-cart-coupon-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input::placeholder {
  /* MODERN BROWSER */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:focus {
  border-color: var(--tp-common-black);
  background-color: transparent;
}
.tp-cart-coupon-input button {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-cart-update-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 29px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
}
.tp-cart-update-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}
.tp-cart-checkout-wrapper {
  margin-left: -24px;
  padding: 36px 24px 28px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-dm);
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tp-border-1);
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
  font-family: var(--tp-ff-dm);
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

.cartmini-black {
  background: var(--tp-common-black);
}
.cartmini-black .cartmini__top-title h4 {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__top-title {
  border-bottom: 1px solid var(--tp-border-3);
}
.cartmini-black .cartmini__shipping p {
  color: var(--tp-grey-2);
}
.cartmini-black .progress {
  --bs-progress-bg: #1A1B1E;
}
.cartmini-black .cartmini__title {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__price {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__quantity {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__widget-item {
  border-color: var(--tp-border-3);
}
.cartmini-black .cartmini__checkout {
  border-color: var(--tp-border-3);
}
.cartmini-black .cartmini__shipping {
  border-color: var(--tp-border-3);
}

/*----------------------------------------*/
/*  7.22 pricing css start
/*----------------------------------------*/
.tp-pricing-ai-item {
  border: 2px solid rgba(17, 17, 18, 0.05);
  backdrop-filter: blur(500px);
  padding: 85px 25px 83px 48px;
  margin-left: -34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pricing-ai-item {
    margin-left: -73px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-pricing-ai-item {
    margin-left: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-pricing-ai-item {
    padding: 45px 5px 43px 18px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pricing-ai-list {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-pricing-ai-list {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-pricing-ai-list {
    margin-bottom: 20px;
  }
}
.tp-pricing-ai-list ul li {
  font-family: var(--tp-ff-dm);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-5);
  list-style: none;
  position: relative;
  padding-left: 12px;
}
.tp-pricing-ai-list ul li:not(:last-child) {
  margin-bottom: 14px;
}
.tp-pricing-ai-list ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--tp-common-black-5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tp-pricing-ai-price span {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pricing-ai-title-wrap {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-pricing-ai-title-wrap {
    margin-right: 0;
  }
}
.tp-pricing-2-spacing {
  padding-top: 236px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-pricing-2-spacing {
    padding-top: 170px;
  }
}

/*----------------------------------------*/
/*  7.13 feature css start
/*----------------------------------------*/
.tp-feature-md-btn {
  border: 1px solid rgba(17, 17, 18, 0.1);
  padding: 18px 33px;
  transition: all 0.4s ease;
  overflow: hidden;
  display: flex;
}
.tp-feature-md-btn:hover {
  background: var(--tp-theme-1);
  color: var(--tp-grey-5);
  width: auto;
}
.tp-feature-md-btn:hover span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.tp-feature-md-btn span {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  margin-left: -92px;
}
.tp-feature-md-item {
  border-radius: 16px;
  padding: 40px 42px 40px 42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-feature-md-item {
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), (max-width: 574.98px) {
  .tp-feature-md-item {
    flex-direction: column;
  }
}
.tp-feature-md-icon {
  flex: 0 0 auto;
  margin-top: 10px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-feature-md-icon {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), (max-width: 574.98px) {
  .tp-feature-md-icon {
    margin-bottom: 20px;
  }
}
.tp-feature-md-icon img {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-feature-md-icon img {
    width: 40px;
  }
}

/*----------------------------------------*/
/*  7.14 Funfact Css
/*----------------------------------------*/
.tp-funfact-img img {
  height: 146px;
  width: 146px;
  border-radius: 50%;
  object-fit: contain;
  transition: all 0.4s ease;
}
.tp-funfact-img img:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-img img {
    height: 100px;
    width: 100px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-img img {
    height: 100%;
    width: 100%;
  }
}
.tp-funfact-green-wrap {
  padding-top: 130px;
  padding-bottom: 70px;
  border-right: 10px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-green-wrap {
    border-right: 0;
    border-bottom: 10px solid #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-green-wrap {
    padding-top: 70px;
  }
}
.tp-funfact-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-funfact-title {
  line-height: 98%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-title {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-title {
    margin-bottom: 40px;
  }
}
.tp-funfact-number {
  margin-left: -20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-number {
    margin-left: 0;
  }
}
.tp-funfact-number span {
  font-family: var(--tp-ff-familjen);
  font-size: 350px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  color: var(--tp-common-black-5);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-number span {
    font-size: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-number span {
    font-size: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-number span {
    font-size: 200px;
  }
}
@media (max-width: 574.98px) {
  .tp-funfact-number span {
    font-size: 112px;
  }
}
.tp-funfact-number span i {
  color: var(--tp-common-black-5);
  -webkit-text-stroke: 6px #F8F8FB;
  margin-left: -15px;
  font-style: normal;
  display: inline-block;
}
@media (max-width: 574.98px) {
  .tp-funfact-number span i {
    margin-left: 0;
  }
}
.tp-funfact-number span em {
  margin-right: 45px;
}
@media (max-width: 574.98px) {
  .tp-funfact-number span em {
    margin-right: 20px;
  }
}
.tp-funfact-green-wrap.pink-style .tp-funfact-number span {
  color: var(--tp-common-white);
}
.tp-funfact-green-wrap.pink-style .tp-funfact-number span i {
  color: var(--tp-common-white);
  -webkit-text-stroke: 6px #121A26;
}
.tp-funfact-green-wrap.yellow-style {
  padding-top: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-green-wrap.yellow-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tp-funfact-green-wrap.yellow-style .tp-funfact-number span {
  color: var(--tp-theme-1);
}
.tp-funfact-green-wrap.yellow-style .tp-funfact-subtitle {
  color: var(--tp-theme-yellow);
}
.tp-funfact-green-wrap.yellow-style .tp-funfact-title {
  color: var(--tp-theme-yellow);
}
.tp-funfact-panel {
  width: 100%;
  height: 100%;
  will-change: transform;
  opacity: 1 !important;
}
.tp-funfact-panel-wrap {
  width: 300%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-panel-wrap {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-content-wrap {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-funfact-content-wrap {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-funfact-big-img img {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-big-img {
    display: none;
  }
}
.tp-funfact-yellow-shape {
  position: absolute;
  left: 180px;
  top: -45px;
  z-index: -1;
  border-radius: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-yellow-shape {
    width: 100px;
    left: 50px;
  }
}
.tp-funfact-yellow-shape-2 {
  position: absolute;
  right: 280px;
  top: -85px;
  border-radius: 100px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-yellow-shape-2 {
    width: 100px;
    right: 80px;
    top: 0;
  }
}
.tp-funfact-yellow-shape-3 {
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
  border-radius: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-yellow-shape-3 {
    width: 100px;
  }
}
.tp-funfact-yellow-shape-4 {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: -1;
  border-radius: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-funfact-yellow-shape-4 {
    width: 100px;
  }
}

.ar-funfact-item h4 {
  line-height: 0.8;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-regular);
}
.ar-funfact-item h4 i {
  font-style: normal;
}
.ar-funfact-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-funfact-item span {
    font-size: 15px;
  }
}
.ar-funfact-bg {
  padding: 45px 0;
  padding-bottom: 0;
}

.st-counter-wrapper {
  border-top: 1px solid rgba(69, 48, 48, 0.15);
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}
.st-counter-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(69, 48, 48, 0.15);
}
@media (max-width: 574.98px) {
  .st-counter-wrapper .row [class*=col-]:not(:last-child) {
    border: none;
  }
}
.st-counter-item {
  position: relative;
  padding-top: 105px;
  padding-bottom: 110px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-counter-item {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-counter-item {
    padding: 70px 0;
  }
}
@media (max-width: 574.98px) {
  .st-counter-item {
    padding: 50px 0;
  }
}
.st-counter-item:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.st-counter-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.st-counter-item h4 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -3.2px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .st-counter-item h4 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.st-counter-item h4 i {
  font-style: normal;
}
.st-counter-item span {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  line-height: 1.3;
  display: inline-block;
  font-family: var(--tp-ff-poppins);
}

/*----------------------------------------*/
/*  7.17 intaractive
/*----------------------------------------*/
.tp-porfolio-10-title-wrap ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 25px;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-porfolio-10-title-wrap ul li {
    padding: 16px;
  }
}
.tp-porfolio-10-title-wrap ul li.active {
  transition: 0.4s;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-title {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-category {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-porfolio-10-title {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.06;
  transition: 0.4s;
  margin-bottom: 0;
  letter-spacing: -2.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-porfolio-10-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-porfolio-10-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-porfolio-10-title {
    font-size: 61px;
  }
}
@media (max-width: 574.98px) {
  .tp-porfolio-10-title {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 58px;
  }
}
.tp-porfolio-10-title-box {
  transition: 0.4s;
}
.tp-porfolio-10-category {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
  transform: translateY(-12px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  transition: 0.4s;
  opacity: 0.06;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-porfolio-10-category {
    font-size: 23px;
  }
}
@media (max-width: 574.98px) {
  .tp-porfolio-10-category {
    font-size: 18px;
  }
}
.tp-porfolio-10-height {
  height: 100vh;
  padding-top: 190px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-height {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-porfolio-10-height {
    padding-top: 120px;
  }
}

.tp-porfolio-10-bg-1, .tp-porfolio-10-bg-2, .tp-porfolio-10-bg-3, .tp-porfolio-10-bg-4, .tp-porfolio-10-bg-5, .tp-porfolio-10-bg-6, .tp-porfolio-10-bg-7, .tp-porfolio-10-bg-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  visibility: hidden;
  transition: all 0.9s;
  transform: scale(1.04, 1.04);
}

#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 .tp-porfolio-10-bg-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 .tp-porfolio-10-bg-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 .tp-porfolio-10-bg-3 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 .tp-porfolio-10-bg-4 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 .tp-porfolio-10-bg-5 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 .tp-porfolio-10-bg-6 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 .tp-porfolio-10-bg-7 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 .tp-porfolio-10-bg-8 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-port-slider-main {
  height: 100vh;
  overflow: hidden;
}

.tp-port-slider-content-wrap {
  position: absolute;
  top: 0;
  left: 170px;
  height: 100%;
  width: 50%;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-content-wrap {
    left: 120px;
  }
}
@media (max-width: 574.98px) {
  .tp-port-slider-content-wrap {
    left: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 30px;
    width: 100%;
  }
}

.tp-port-slider-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: transparent;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  font-family: var(--tp-ff-morganite-bold);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-port-slider-title {
    font-size: 70px;
  }
}
.tp-port-slider-title:hover {
  background-size: 200% 100%;
  color: var(--tp-common-white);
}

.tp-port-1, .tp-port-2, .tp-port-3, .tp-port-4, .tp-port-5, .tp-port-6, .tp-port-7, .tp-port-8, .tp-port-9 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transform-origin: 50% 50%;
  transition: all 0.9s;
}
.tp-port-1 img, .tp-port-2 img, .tp-port-3 img, .tp-port-4 img, .tp-port-5 img, .tp-port-6 img, .tp-port-7 img, .tp-port-8 img, .tp-port-9 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#tp-port-slider-wrap.tp-port-1 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-1 .tp-port-1 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-2 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-2 .tp-port-2 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-3 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-3 .tp-port-3 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-4 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-4 .tp-port-4 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-5 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-5 .tp-port-5 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-6 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-6 .tp-port-6 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-7 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-7 .tp-port-7 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-8 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-8 .tp-port-8 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-9 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-9 .tp-port-9 {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------------*/
/*  7.19 Login Css
/*----------------------------------------*/
.tp-login-wrapper {
  padding: 50px 74px 70px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-login-wrapper {
    padding: 50px 50px 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 574.98px) {
  .tp-login-area {
    padding-top: 130px !important;
  }
}
.tp-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 4px;
  font-family: var(--tp-ff-dm);
}
.tp-login-top p {
  font-size: 16px;
  font-weight: 400;
  color: #49535B;
  font-family: var(--tp-ff-dm);
}
.tp-login-top p a {
  position: relative;
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}
.tp-login-option-item a {
  font-size: 16px;
  color: #041226;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  font-family: var(--tp-ff-dm);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(198, 198, 198, 0.4);
}
.tp-login-option-item a:hover {
  border-color: rgba(77, 61, 48, 0.2);
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item.has-google a {
  width: 220px;
}
.tp-login-option-item.has-google a img {
  margin-right: 7px;
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  z-index: -1;
  transition: 0.3s;
  background-color: #C6C6C6;
}
.tp-login-mail p {
  font-size: 15px;
  color: #55585B;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-family: var(--tp-ff-dm);
}
.tp-login-mail p a {
  color: var(--tp-common-black);
}
.tp-login-mail p a:hover {
  color: var(--tp-common-black);
}
.tp-login-input input {
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background-color: transparent;
  border: 1px solid #EAEAEF;
  font-family: var(--tp-ff-dm);
}

.tp-login-input select {
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background-color: transparent;
  border: 1px solid #EAEAEF;
  font-family: var(--tp-ff-dm);
}
.tp-login-input input:focus {
  border-color: var(--tp-common-black);
}
.tp-login-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #84848B;
}
.tp-login-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #84848B;
}
.tp-login-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #84848B;
}
.tp-login-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #84848B;
}
.tp-login-input input::placeholder {
  /* MODERN BROWSER */
  color: #84848B;
}
.tp-login-input-wrapper {
  margin-bottom: 20px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.tp-login-input-title label {
  font-size: 16px;
  padding: 0 5px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: 0.3s;
}
.tp-login-remeber label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-login-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-dm);
}
.tp-login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-login-btn:hover {
  color: var(--tp-common-black);
  background-color: transparent;
}

/*----------------------------------------*/
/*  7.25 profile css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.profile__tab nav .nav-tabs {
  padding: 0;
  border: 0;
  margin: 0;
  padding: 20px 0;
  border: 1px solid #E0E2E3;
  background-color: var(--tp-common-white);
}

.profile__tab nav .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 16px;
  padding: 14px 0px;
  margin: 0px 30px;
  position: relative;
  border-radius: 0;
  text-align: left;
  border: 0;
  color: #5D5D63;
  font-family: var(--tp-ff-dm);
}

.profile__tab nav .nav-tabs .nav-link::after {
  position: absolute;
  top: 14px;
  left: -31px;
  height: 25px;
  width: 2px;
  content: "";
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
}

.profile__tab nav .nav-tabs .nav-link:not(:last-child) {
  border-bottom: 1px dashed #E0E2E3;
}

.profile__tab nav .nav-tabs .nav-link span {
  margin-right: 7px;
}

.profile__tab nav .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}

.profile__tab nav .nav-tabs .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}

.profile__tab .tp-tab-menu {
  position: relative;
}

.profile__tab-content {
  padding: 35px 40px 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}

.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: var(--tp-ff-dm);
}

.profile__input {
  margin-bottom: 25px;
  position: relative;
}

.profile__input-box h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}

.profile__input-box h4 span {
  color: var(--tp-theme-primary);
}

.profile__input-box p {
  font-size: 13px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 10px;
}

.profile__input > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.profile__input > span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.profile__input input, .profile__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  padding-left: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 1px solid #EAEAEF;
  font-family: var(--tp-ff-dm);
}

.profile__input input:focus, .profile__input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-black);
}

.profile__input textarea {
  line-height: 1.5;
  padding: 20px;
  resize: none;
  height: 200px;
  resize: none;
}

.profile__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #EAEAEF;
  border-radius: 0;
  line-height: 58px;
  padding-left: 27px;
  border-radius: 4px;
}

.profile__input .nice-select .current {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}

.profile__input .nice-select::after {
  right: 25px;
  color: var(--tp-common-black);
}

.profile__input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.profile__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  font-family: var(--tp-ff-dm);
}

.profile__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}

.profile__password input {
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #EAEAEF;
  font-family: var(--tp-ff-dm);
}
.profile__password input:focus {
  border-color: var(--tp-common-black);
}
.profile__password input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #84848B;
}
.profile__password input::-moz-placeholder {
  /* Firefox 19+ */
  color: #84848B;
}
.profile__password input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #84848B;
}
.profile__password input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #84848B;
}
.profile__password input::placeholder {
  /* MODERN BROWSER */
  color: #84848B;
}

.profile__ticket {
  border: 1px solid #E0E2E3;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__ticket {
    overflow-x: scroll;
  }
}
.profile__ticket table thead tr {
  background-color: transparent;
}

.profile__ticket table th {
  color: var(--tp-common-black);
  border-color: #E0E2E3;
  box-shadow: none;
  font-family: var(--tp-ff-dm);
}

.profile__ticket table td {
  color: var(--tp-common-black);
}

.profile__ticket table tbody > tr:first-child {
  background-color: transparent;
}

.profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}

.profile__ticket table tbody > tr td, .profile__ticket table tbody > tr th {
  vertical-align: middle;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}

.profile__ticket table tbody > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}

.profile__ticket table tbody > tr th[scope=row] {
  color: var(--tp-common-black);
}

.profile__ticket table tbody > tr td[data-info="status done"] {
  color: #08AF5C;
}

.profile__ticket table tbody > tr td[data-info="status pending"] {
  color: #6364DB;
}

.profile__ticket table tbody > tr td[data-info="status reply"] {
  color: #D93D1E;
}

.profile__ticket table tbody > tr td[data-info="status hold"] {
  color: #FFB422;
}

.profile__ticket table tbody > tr .tp-btn {
  padding: 7px 18px;
  background-color: #E0E2E3;
  color: var(--tp-common-black);
  font-weight: 500;
  min-width: 90px;
}

.profile__ticket table tbody > tr .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.profile__ticket .table {
  margin-bottom: 0;
  --bs-table-bg: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__ticket .table {
    width: 700px;
  }
}
.profile__ticket .table > :not(:first-child) {
  border-color: #EAEAEF;
  border-top-width: 1px;
}

.profile__ticket .table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
  border: 0;
  box-shadow: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__address-item {
    margin-bottom: 40px;
  }
}
.profile__address-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: var(--tp-ff-dm);
}

.profile__address-icon span {
  display: inline-block;
  min-width: 45px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .profile__address-icon span {
    margin-bottom: 20px;
  }
}
.profile__address-icon span svg {
  width: 45px;
}

.profile__address-icon span svg path {
  fill: var(--tp-common-black);
}

.profile__address-content p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: var(--tp-ff-dm);
}

.profile__address-content p span {
  font-weight: 600;
  margin-right: 7px;
  color: var(--tp-common-black);
}

.profile__notification-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}

.profile__notification p {
  font-family: var(--tp-ff-dm);
}

.profile__notification-item .form-check-input {
  margin-top: 0;
  width: 40px;
  height: 20px;
  box-shadow: none;
}

.profile__notification-item .form-check-label {
  font-size: 16px;
  margin-left: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}

.profile__notification-item .form-check-label:hover {
  cursor: pointer;
  color: var(--tp-common-black);
}

.profile__notification-item .form-check-input:checked {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.profile__btn .tp-btn {
  padding: 14px 39px;
  border: 1px solid #EAEAEF;
}

.profile__btn .tp-btn-cart {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 45px;
  padding: 0px 30px;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-dm);
  background-color: var(--tp-common-black);
  border: 2px solid transparent;
}

.profile__btn .tp-btn-cart:hover {
  border-color: #4D3D30;
  color: var(--tp-common-black);
  background-color: transparent;
}

@media (max-width: 767px) {
  .profile__main-inner {
    margin-bottom: 20px;
  }
}
.profile__main-thumb {
  position: relative;
}

.profile__main-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
}
.profile__main-thumb-edit input {
  display: none;
}

.profile__main-thumb-edit label {
  position: absolute;
  bottom: 2px;
  right: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0px 1px 2px rgba(25, 25, 26, 0.2);
}

.profile__main-thumb-edit label i {
  margin-left: 2px;
}

.profile__main-thumb-edit label:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background-color: #4d3d30;
}

.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
}

.profile__main-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
}

.profile__main-content p span {
  color: var(--tp-common-black);
  font-weight: 500;
}

.profile__main-info-item {
  text-align: center;
  padding: 27px 30px 25px;
  border: 1px solid #EAEAEF;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
}
.profile__main-info-icon {
  position: relative;
  margin-bottom: 15px;
}

.profile__main-info-icon > span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.profile__main-info-icon > span svg {
  width: 60px;
}

.profile__main-info-icon > span svg path {
  fill: var(--tp-common-black);
}

.profile__main-info-icon .profile-icon-count {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 26px;
  height: 26px;
  line-height: 21px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #fff;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-dm);
  background-color: var(--tp-common-black);
}

.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
}

.tp-logout-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
  border: 1px solid rgba(2, 6, 38, 0.12);
}

.tp-logout-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-profile-input-wrapper {
  margin-bottom: 8px;
}

.tp-profile-input-box {
  position: relative;
  margin-bottom: 30px;
}

.tp-profile-input input {
  background: transparent;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 1px solid #EAEAEF;
  font-family: var(--tp-ff-dm);
}
.tp-profile-input input:focus {
  border-color: var(--tp-common-black);
}
.tp-profile-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #84848B;
}
.tp-profile-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #84848B;
}
.tp-profile-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #84848B;
}
.tp-profile-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #84848B;
}
.tp-profile-input input::placeholder {
  /* MODERN BROWSER */
  color: #84848B;
}

.tp-profile-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

.tp-profile-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

.tp-profile-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

.tp-profile-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

.tp-profile-input input::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

.tp-profile-input textarea {
  height: 165px;
  resize: none;
}

.tp-profile-input-title label {
  font-size: 16px;
  padding: 0 5px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}

.tp-profile-input-eye {
  top: 50%;
  right: 26px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-profile-input-eye .open-eye {
  display: none;
}

.tp-profile-input-eye span {
  transition: 0.3s;
}

.tp-profile-input-eye:hover {
  cursor: pointer;
}

.tp-profile-input-eye:hover span {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}

.custom-select .selected.open .arrow {
  transform: rotate(-135deg);
}

.custom-select .selected.open + .options {
  max-height: 500px;
  opacity: 1;
}

.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.custom-select .options li:hover {
  background: #f0f0f0;
}

/*----------------------------------------*/
/*  7.24 product css start
/*----------------------------------------*/
.tp-product-item:hover .tp-product-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item:hover .tp-product-action {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-product-item:hover .tp-product-add-cart-btn-large-wrapper {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
}
.tp-product-thumb {
  border-radius: 10px;
}
.tp-product-thumb img {
  transition: all 0.3s 0s ease-out;
  border-radius: 10px;
}
.tp-product-action {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 574.98px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action-btn {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--tp-common-white);
  border: 1px solid #DFE0E1;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  margin-bottom: 4px;
  border-radius: 50px;
}
.tp-product-action-btn:last-child {
  margin-bottom: 0;
}
.tp-product-action-btn svg {
  transform: translateY(-2px);
}
.tp-product-action-btn .tp-product-tooltip {
  font-weight: 600;
  font-size: 12px;
  color: var(--tp-common-white);
}
.tp-product-action-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-product-action-btn:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.tp-product-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  font-family: var(--tp-ff-dm);
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product-tooltip-right {
  left: 100%;
  right: auto;
}
.tp-product-tooltip-right::before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid var(--tp-common-black);
}
.tp-product-add-cart-btn-large {
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
  width: 90%;
}
.tp-product-add-cart-btn-large-wrapper {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: center;
}
.tp-product-add-cart-btn-large svg, .tp-product-add-cart-btn-large i {
  margin-right: 5px;
}
.tp-product-add-cart-btn-large svg {
  transform: translateY(-2px);
}
.tp-product-add-cart-btn-large:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-product-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4px;
  font-family: var(--tp-ff-dm);
}
.tp-product-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-product-price {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-product-price.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--tp-body-color);
}
.tp-product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.tp-product-badge span {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  background-color: #F0A750;
  border-radius: 50px;
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.tp-product-badge span.on-sale {
  background: #F03E3E;
}
.tp-product-hero {
  padding-top: 250px;
  padding-bottom: 155px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-hero {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}
.tp-product-top-select .tp-select {
  background-color: var(--tp-common-white);
  border-radius: 5px;
  border: solid 1px var(--tp-border-1);
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  padding-right: 60px;
  font-family: var(--tp-ff-dm);
}
.tp-product-top-select .tp-select:after {
  color: var(--tp-common-black);
}
.tp-product-top-select .tp-select .current {
  color: #000;
}
.tp-product-top-select .tp-select .option {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-wrapper {
    margin-top: 50px;
  }
}
.tp-product-details-sort-desc p {
  font-size: 15px;
  line-height: 1.7;
  font-family: var(--tp-ff-dm);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-product-details-sort-desc p br {
    display: none;
  }
}
.tp-product-details-sort-desc p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-nav-main-thumb {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-nav-main-thumb {
    margin-bottom: 20px;
  }
}
.tp-product-details-nav-main-thumb img {
  border-radius: 20px;
}
.tp-product-details-thumb-wrapper {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-thumb-wrapper {
    margin-right: 0;
  }
}
.tp-product-details-thumb-wrapper .tab-content {
  margin-right: 24px;
}
@media (max-width: 574.98px) {
  .tp-product-details-thumb-wrapper .tab-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-thumb-wrapper .tab-content {
    margin-right: 15px;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links {
  padding: 0;
  width: 100px;
  height: 120px;
  border-radius: 0;
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 6px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
  border: 1px solid var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-thumb-wrapper .nav-tab .nav-links {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:not(:last-child) {
  margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover {
  border-color: var(--tp-common-black);
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.tp-product-details-thumb-wrapper nav {
  padding-top: 140px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-thumb-wrapper nav {
    padding-top: 0;
  }
}
.tp-product-details-category span {
  font-size: 15px;
  line-height: 1;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px 4px 12px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-reviews span {
  font-family: var(--tp-ff-dm);
}
.tp-product-details-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-price.new-price {
  color: var(--tp-common-black);
}
.tp-product-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  color: rgba(77, 61, 48, 0.6);
  text-decoration-line: line-through;
}
.tp-product-details-variation {
  margin-bottom: 30px;
}
.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-common-black);
  margin-bottom: 10px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.tp-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}
.tp-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  font-family: var(--tp-ff-dm);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--tp-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tp-product-details-variation-list button.tp-size-variation-btn {
  width: 40px;
  height: 40px;
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tp-product-details-variation-list button.tp-size-variation-btn:hover, .tp-product-details-variation-list button.tp-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--tp-common-black);
  box-shadow: none;
  color: var(--tp-common-black);
}
.tp-product-details-variation-list button:hover, .tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button:hover span[data-bg-color], .tp-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  margin-bottom: 13px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-quantity .tp-product-quantity {
  width: 122px;
  border-radius: 0;
  position: relative;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
  top: 11px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  padding: 0 45px;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  border-radius: 50px;
  text-align: center;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-add-to-cart-btn {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  padding: 9px 30px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-add-to-cart-btn:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-buy-now-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid transparent;
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
}
.tp-product-details-buy-now-btn:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-border-1);
  background-color: transparent;
}
.tp-product-details-action-wrapper {
  margin-bottom: 17px;
}
.tp-product-details-action-sm {
  padding-bottom: 9px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(77, 61, 48, 0.1);
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-product-details-action-sm-btn:hover {
  color: var(--tp-grey-1);
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  font-size: 15px;
  line-height: 1.4;
  margin-right: 6px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-social {
  margin-bottom: 22px;
}
.tp-product-details-social span {
  font-size: 15px;
  margin-right: 2px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: var(--tp-common-black);
  border-radius: 50%;
  border: 1px solid #E6E7E8;
  background: var(--tp-common-white);
}
.tp-product-details-social a:hover {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-msg ul li {
  font-size: 15px;
  list-style: none;
  padding-left: 25px;
  position: relative;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/product/icon/product-icon.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.tp-product-details-payment {
  padding: 18px 30px;
  background: var(--tp-grey-5);
}
.tp-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-payment p {
    margin-right: 25px;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tp-product-details-payment p br {
    display: none;
  }
}
.tp-product-details-desc-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--tp-ff-dm);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
  font-family: var(--tp-ff-dm);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}
.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-product-details-desc-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #55585B;
  font-family: var(--tp-ff-dm);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tp-product-details-desc-list {
  padding-top: 13px;
}
.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tp-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tp-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 574.98px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.tp-product-details-additional-info.tp-table-style-2 {
  padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
  display: block;
}
.tp-product-details-additional-info.tp-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
  border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.tp-product-details-additional-info table {
  width: 100%;
  border: 1px solid var(--tp-border-1);
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-additional-info table tr td:first-child {
  width: 306px;
  font-size: 16px;
  background-color: var(--tp-grey-5);
  color: var(--tp-common-black);
}
.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-product-details-review-number {
  border: 1px solid var(--tp-border-1);
  padding: 35px 43px 33px 40px;
  background-color: var(--tp-grey-5);
  font-family: var(--tp-ff-dm);
}
@media (max-width: 574.98px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 8px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-rating-bar {
  width: 260px;
  height: 10px;
  position: relative;
  margin-right: 12px;
  background-color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  font-family: var(--tp-ff-dm);
}
@media (max-width: 574.98px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
  font-family: var(--tp-ff-dm);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
  margin-bottom: 29px;
}
.tp-product-details-review-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-input input, .tp-product-details-review-input textarea {
  border-radius: 0px;
  border-color: var(--tp-border-1);
  background: var(--tp-grey-5);
  font-family: var(--tp-ff-dm);
  color: var(--tp-common-black);
  border-radius: 12px;
}
.tp-product-details-review-input input:focus, .tp-product-details-review-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.tp-product-details-review-input input::-webkit-input-placeholder, .tp-product-details-review-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input::-moz-placeholder, .tp-product-details-review-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input:-moz-placeholder, .tp-product-details-review-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input:-ms-input-placeholder, .tp-product-details-review-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input::placeholder, .tp-product-details-review-input textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input textarea {
  resize: none;
  height: 160px;
}
.tp-product-details-review-input-title label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1;
  margin-bottom: 12px;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/product/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 45px;
  color: var(--tp-common-white);
  border: 1px solid rgba(1, 15, 28, 0.08);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
  border-radius: 50px;
}
.tp-product-details-review-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-product-details-bottom {
  border-bottom: 1px solid #E0E2E3;
}
.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 574.98px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 0;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  background-color: transparent;
  font-family: var(--tp-ff-dm);
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 574.98px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-tab-line {
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: block;
}
.tp-product-details-views {
  margin-bottom: 10px;
}
.tp-product-details-views > span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}
.tp-product-details-wishlist-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.tp-pagination ul li {
  display: inline-block;
}
.tp-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.1);
  font-size: 16px;
  font-weight: 500;
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
  color: var(--tp-white);
}
.tp-pagination ul li a svg, .tp-pagination ul li span svg {
  transform: translateY(-2px);
}

/*----------------------------------------*/
/*  7.6 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 26px;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-verify-reveal button {
  position: relative;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid transparent;
  font-family: var(--tp-ff-dm);
}
.tp-checkout-btn.btn-plr {
  padding: 0 150px;
  border-radius: 0;
}
@media (max-width: 574.98px) {
  .tp-checkout-btn.btn-plr {
    padding: 0 100px;
  }
}
.tp-checkout-btn.border-style {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  border-radius: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid var(--tp-border-1);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-btn.border-style span {
  margin-left: 7px;
  transform: translateY(-1px);
  display: inline-block;
}
.tp-checkout-btn.border-style:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-checkout-btn:hover {
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
  background-color: transparent;
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 52px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: var(--tp-grey-5);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-input input::placeholder, .tp-checkout-input textarea::placeholder {
  font-size: 14px;
  line-height: 52px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}
.tp-checkout-input .tp-select {
  height: 52px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  padding: 0px 25px 0;
  width: 100%;
  border-radius: 4px;
  background: var(--tp-grey-5);
  font-family: var(--tp-ff-dm);
  font-size: 14px;
}
.tp-checkout-input .tp-select .current {
  font-size: 14px;
  line-height: 52px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: #4d3d30;
  border-color: #4d3d30;
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-family: var(--tp-ff-dm);
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-checkout-option label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-checkout-option label a:hover {
  color: var(--tp-common-black);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media (max-width: 574.98px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
  font-family: var(--tp-ff-dm);
}
.tp-checkout-place {
  padding: 44px 50px 50px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 574.98px) {
  .tp-checkout-place {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::after {
  border-color: #4d3d30;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  font-size: 14px;
  color: #55585B;
  margin-bottom: 0;
  margin-left: 27px;
  line-height: 1.57;
  padding: 19px 30px;
  background-color: #F6F7F9;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input, .tp-return-customer-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: var(--tp-grey-5);
  font-family: var(--tp-ff-dm);
}
.tp-return-customer-input input::placeholder, .tp-return-customer-input textarea::placeholder {
  font-size: 14px;
  line-height: 56px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-return-customer-input input:focus, .tp-return-customer-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.tp-return-customer-remeber input {
  display: none;
  font-family: var(--tp-ff-dm);
}
.tp-return-customer-remeber input:checked ~ label::after {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-return-customer-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-family: var(--tp-ff-dm);
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label a {
  font-family: var(--tp-ff-dm);
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-black);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-dm);
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: url("../img/login/check.svg");
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 574.98px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border-bottom: 1px solid #E0E2E3;
  border-radius: 50%;
}
.tp-order-details-icon span svg {
  transform: translateY(-1px);
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 574.98px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 574.98px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dm);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: #4d3d30;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  7.11 Error Css
/*----------------------------------------*/
.tp-error-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}
.tp-error-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-error-content p {
  font-weight: 400;
  font-size: 18px;
  color: #57575a;
  margin-bottom: 30px;
}
.tp-error-content .tp-btn {
  height: 60px;
  line-height: 55px;
  border-radius: 40px;
  padding: 0 18px 0 24px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 2px solid transparent;
}
.tp-error-content .tp-btn:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-error-wrapper img {
  margin-bottom: 55px;
}

/*----------------------------------------*/
/*  7.10 dark css start
/*----------------------------------------*/
.aleric-dark body {
  background-color: #030303;
}
.aleric-dark .tp-main-menu > nav > ul > li > a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-main-menu > nav > ul > li:hover.has-dropdown > a > span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-header-search-btn {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-header-search-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.aleric-dark .tp-hero-social span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-hero-social a {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-hero-social a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-hero-video-btn {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-hero-video-btn:hover {
  background: var(--tp-theme-primary);
}
.aleric-dark .tp-hero-bottom-shape {
  filter: invert(1);
}
.aleric-dark .tp-hero-customer-shape {
  filter: invert(1);
}
.aleric-dark .tp-section-subtitle {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-section-subtitle .borders {
  background: var(--tp-common-white);
}
.aleric-dark .tp-about-bottom {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-rounded-btn-wrap a {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.aleric-dark .tp-rounded-btn-wrap a:hover {
  color: var(--tp-common-black);
}
.aleric-dark .tp-brand-spacing {
  border-top: 1px solid var(--tp-border-3);
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-brand-customer {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-common-black);
}
.aleric-dark .tp-brand-item img {
  filter: invert(1);
}
.aleric-dark .tp-brand-bottom-border {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-item-bg {
  filter: invert(0.9);
}
.aleric-dark .tp-service-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-item ul li a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-service-item ul li a::before {
  background: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-sectitle .borders {
  background: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-tag span {
  color: var(--tp-grey-2);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-tag span:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-portfolio-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-counter-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-awards-bg-shape {
  filter: invert(1);
}
.aleric-dark .fraction-wrapper #paginations span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-blog-meta span {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-blog-meta {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-footer-social ul li a {
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.04);
}
.aleric-dark .tp-footer-social ul li a:hover {
  color: var(--tp-theme-primary);
}
.aleric-dark .tp-footer-widget-form .tp-input {
  background: rgba(255, 255, 255, 0.04);
}
.aleric-dark .tp-footer-btn a {
  background: rgba(255, 255, 255, 0.04);
  border-color: transparent;
}
.aleric-dark .tp-header-sidebar-btn span {
  background: var(--tp-common-white);
}
.aleric-dark .tp-header-ai-bg {
  background: rgba(38, 37, 40, 0.9);
}
.aleric-dark .header-sticky.tp-header-ai-wrap .tp-header-ai-bg {
  background: rgba(38, 37, 40, 0.9);
}
.aleric-dark .tp-main-menu-ai > nav > ul > li > a > span {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-main-menu-ai > nav > ul > li:hover.has-dropdown > a > span {
  color: var(--tp-common-black);
}
.aleric-dark .tp-btn-ai::before {
  background: var(--tp-common-white);
}
.aleric-dark .tp-btn-ai:hover::before {
  background: transparent !important;
}
.aleric-dark .tp-header-ai-menu-btn {
  background: #242326;
}
.aleric-dark .tp-main-menu-ai > nav > ul > li:hover > a {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .uncover_slice {
  background: var(--tp-common-black);
}
.aleric-dark .title-slide-gradient {
  background-image: -webkit-linear-gradient(90deg, #999 0%, #f96501 50%, #999 100%);
  background-image: -moz-linear-gradient(90deg, #999 0%, #f96501 50%, #999 100%);
  background-image: -ms-linear-gradient(90deg, #999 0%, #f96501 50%, #999 100%);
  background-image: -o-linear-gradient(90deg, #999 0%, #f96501 50%, #999 100%);
  background-image: linear-gradient(90deg, #999 0%, #f96501 50%, #999 100%);
}
.aleric-dark .tp-service-ai-title {
  color: rgba(255, 255, 255, 0.3);
}
.aleric-dark .tp-service-ai-title a {
  background: linear-gradient(90deg, #999 0%, #f96501 100%) left no-repeat, rgba(255, 255, 255, 0.3);
  background-size: auto, auto;
  background-clip: border-box, border-box;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.aleric-dark .tp-service-ai-count {
  color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(90deg, #999 0%, #f96501 100%) left no-repeat, rgba(255, 255, 255, 0.3);
  background-size: auto, auto;
  background-clip: border-box, border-box;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.aleric-dark .tp-testimonial-it-ratings-wrap {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-testimonial-ai-navigation span::before {
  background: var(--tp-common-black);
}
.aleric-dark .tp-testimonial-ai-navigation span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-testimonial-ai-expreance {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.aleric-dark .tp-footer-ai-menu ul li a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-footer-ai-social a {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.aleric-dark .tp-footer-ai-menu ul li a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-footer-ai-copyright-border {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-btn-ai-transparent::before {
  background: #5a4d1b;
}
.aleric-dark .tp-pricing-ai-list ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-btn-ai-transparent-2::before {
  background: transparent;
}
.aleric-dark .tp-header-btn .tp-btn-ai::before {
  background: #242326;
}

.tp-header-btn {
  margin-left: 0.1rem; /* Small gap between right menu and Contact button */
}
.aleric-dark .tp-hero-ai-shape {
  filter: invert(1);
}
.aleric-dark .tp-btn-vp-group .tp-btn-2 {
  background: #030303;
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-btn-vp-group .tp-btn-circle {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-btn-vp-group:hover > *:nth-child(2) {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-btn-vp-group:hover > *:nth-child(1) {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .header-sticky .tp-btn-vp-group .tp-btn-2 {
  background: #222124;
  color: var(--tp-common-white);
}
.aleric-dark .header-sticky .tp-btn-vp-group:hover > *:nth-child(2) {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp_text_invert.invert-black-6 > div {
  background-image: linear-gradient(to right, #dadada 50%, #343436 50%);
}
.aleric-dark .tp-service-vp-btn {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-vp-item {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-vp-para {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-btn-vp-group-primary .tp-btn-2 {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.aleric-dark .tp-btn-vp-group-primary .tp-btn-circle {
  color: var(--tp-common-black);
}
.aleric-dark .tp-blog-vp-cetagory a {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-vp-cetagory a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-header-cst-menu-btn {
  background: #222222;
  border: none;
}
.aleric-dark .tp-hero-cst-btp a {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.aleric-dark .tp-btn-border {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-header-cst-wrap {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .header-sticky.tp-header-cst-wrap {
  border-bottom: none;
}
.aleric-dark .tp_text_invert.invert-black-3 > div {
  background-image: linear-gradient(to right, #fff 50%, #343436 50%);
}
.aleric-dark .tp-about-cst-tab ul li a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-about-cst-thumb {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-about-cst-thumb-wrap {
  border-right: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-text-cst-title span {
  background: var(--tp-common-white);
}
.aleric-dark .tp-section-cst-subtitle {
  border: none;
}
.aleric-dark .tp-portfolio-cst-subtitle-wrap {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-cst-btn {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-cst-item.active .tp-portfolio-cst-btn {
  border-color: var(--tp-common-green-2);
  color: var(--tp-common-black);
}
.aleric-dark .tp-portfolio-cst-item::before {
  background: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-cst-item {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-faq-cst-thumb-wrap img {
  filter: invert(0.8);
}
.aleric-dark .tp-faq-cst-tab-content .tp-faq-btn {
  color: var(--tp-common-white);
}
.aleric-dark .tp-faq-cst-tab-content .tp-faq-details-para p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-faq-cst-tab-content .accordion-item {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-testimonial-cst-item .popup-video {
  background: var(--tp-common-black-1);
}
.aleric-dark .tp-blog-cst-item {
  background: var(--tp-common-black);
}
.aleric-dark .tp-about-2-border {
  background: var(--tp-border-3);
}
.aleric-dark .tp-service-2-para p::before {
  background: var(--tp-border-3);
}
.aleric-dark .tp-service-2-item:hover {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-2-btn {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .shop-slider-progress-bar span {
  background-color: var(--tp-common-white);
  
}
.aleric-dark .shop-slider-progress-bar {
  background-color: var(--tp-border-3);
}
.aleric-dark .tp-brand-2-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-brand-2-item img {
  filter: invert(1);
}
.aleric-dark .tp-header-it-bg {
  background: rgba(38, 37, 40, 0.9);
}
.aleric-dark .tp-header-it-btn {
  box-shadow: none;
}
.aleric-dark .header-sticky .tp-header-it-bg {
  background: none;
}
.aleric-dark .tp-hero-it-counter .subtitle {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-hero-it-counter-wrap {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-text-it-slider-item span {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-text-it-slider-item span:hover {
  color: var(--tp-common-black);
}
.aleric-dark .tp-about-it-blur {
  background-color: #d2d2f7;
  opacity: 0.3;
}
.aleric-dark .tp-section-it-subtitle {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-about-it-rating .rating i {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-about-it-total-rating {
  border-right: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-it-item {
  background: #12121257;
}
.aleric-dark .tp-process-it-bg {
  background: linear-gradient(180deg, #10302a 0%, rgba(16, 48, 42, 0) 100%);
}
.aleric-dark .tp-text-it-item span {
  -webkit-text-stroke: 2px var(--tp-border-3);
}
.aleric-dark .tp-process-it-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-process-it-para-2 {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-team-it-big-title h2 {
  background: linear-gradient(180deg, rgba(16, 48, 42, 0.61) 0%, rgba(6, 18, 22, 0) 100%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.aleric-dark .tp-team-it-socials-trigger {
  background: var(--tp-common-black);
}
.aleric-dark .tp-team-it-socials-trigger::before {
  box-shadow: 0 20px 0 0 #030303;
}
.aleric-dark .tp-team-it-socials-trigger::after {
  box-shadow: 0 20px 0 0 #030303;
}
.aleric-dark .tp-team-it-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-testimonial-it-qoute {
  background: var(--tp-common-white);
}
.aleric-dark .tp-testimonial-it-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-testimonial-it-pagenation span {
  background: var(--tp-common-white);
}
.aleric-dark .tp-blog-it-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-team-it-thumb {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-header-pp-email {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-header-pp-email:hover {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-header-pp-menu-btn {
  border: none;
  background: var(--tp-grey-8);
}
.aleric-dark .tp-hero-pp-social span.borders {
  color: var(--tp-common-white);
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-section-pp-subtitle {
  border-color: var(--tp-border-3);
  background: #e1e1e112;
}
.aleric-dark .tp-about-pp-skill-wrap {
  background: #e1e1e112;
}
.aleric-dark .tp-portfolio-pp-content .positions {
  background: #e1e1e112;
}
.aleric-dark .tp-service-pp-item {
  border-top: 1px dashed var(--tp-border-3);
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-service-pp-category span {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-grey-8);
}
.aleric-dark .tp-service-pp-category span:hover {
  background: var(--tp-border-3);
}
.aleric-dark .tp-skill-wd-para {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-grey-8);
}
.aleric-dark .tp-blog-pp-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-header-wd-wrap {
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-hero-wd-btp {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.aleric-dark .tp-hero-wd-right {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-about-wd-thumb3 {
  border: 10px solid var(--tp-common-black);
}
.aleric-dark .tp-service-wd-content ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-service-wd-item {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-awards-wd-item.borders {
  border-bottom: 1px solid var(--tp-border-2);
}
.aleric-dark .tp-blog-wd-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-wd-tag {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-cta-wd-email {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-grey-8);
}
.aleric-dark .tp-footer-wd-desk {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-footer-wd-desk:hover {
  color: var(--tp-common-white);
}
.aleric-dark .tp-footer-wd-widget ul li a {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-footer-wd-widget-form .tp-input {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-footer-wd-social a {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-grey-2);
}
.aleric-dark .tp-footer-wd-social a:hover {
  color: var(--tp-common-black);
}
.aleric-dark .tp-footer-sa-widget .tp-footer-wd-social a:hover {
  color: var(--tp-common-white);
}
.aleric-dark .tp-footer-wd-bottom {
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-header-pb-bottom {
  border-top: 1px solid var(--tp-border-3);
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .header-sticky .tp-header-pb-bottom {
  border-top: none;
  border-bottom: none;
}
.aleric-dark .tp-header-pb-contact ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-header-pb-contact ul li:first-child::before {
  background: var(--tp-common-white);
}
.aleric-dark .tp-header-pb-social ul li a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-header-pb-social ul li a:hover {
  color: var(--tp-theme-secondary);
}
.aleric-dark .tp-header-pb-cart-icon {
  color: var(--tp-common-white);
}
.aleric-dark .tp-header-pb-helpline::before {
  background: var(--tp-border-3);
}
.aleric-dark .tp-hero-pb-input .tp-input {
  color: var(--tp-common-white);
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-hero-pb-input .tp-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-grey-2);
}
.aleric-dark .tp-hero-pb-input .tp-input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-grey-2);
}
.aleric-dark .tp-hero-pb-input .tp-input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-grey-2);
}
.aleric-dark .tp-hero-pb-input .tp-input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-grey-2);
}
.aleric-dark .tp-hero-pb-input .tp-input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-grey-2);
}
.aleric-dark .tp-hero-pb-input .tp-input:focus {
  border-color: var(--tp-theme-secondary);
}
.aleric-dark .tp-hero-pb-bigtitle {
  background: linear-gradient(180deg, rgba(235, 235, 235, 0.13) 0%, rgba(248, 244, 238, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aleric-dark .nice-select .list {
  background-color: var(--tp-common-black);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.11);
}
.aleric-dark .nice-select .option:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.aleric-dark .tp_text_invert.invert-black-5 > div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
}
.aleric-dark .tp-about-pb-feature-list ul li a {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-about-pb-feature-icon {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-pb-item {
  border: none;
}
.aleric-dark .tp-service-pb-border {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-map-pin-icon {
  color: var(--tp-common-white);
}
.aleric-dark .tp-map-popup {
  background: var(--tp-grey-8);
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.06);
}
.aleric-dark .tp-map-popup-contact {
  color: var(--tp-common-white);
}
.aleric-dark .tp-text-pb-item span {
  color: var(--tp-common-white);
  -webkit-text-fill-color: var(--tp-common-white);
  -webkit-text-stroke-color: var(--tp-common-white);
  -webkit-text-stroke-width: 0;
}
.aleric-dark .tp-skill-pb-border-2 .tp-skill-pb-numbar.tp-border {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::before {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::after {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-blog-pb-content .tp-blog-meta {
  border: none;
}
.aleric-dark .tp-blog-pb-content .tp-blog-meta span.borders {
  background: var(--tp-grey-2);
}
.aleric-dark .tp-blog-pb-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-pb-btn span {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .cartmini__title a:hover {
  color: var(--tp-grey-2);
}
.aleric-dark .cartmini__del {
  color: var(--tp-common-white);
}
.aleric-dark .cartmini__checkout-title h4 {
  color: var(--tp-common-white);
}
.aleric-dark .cartmini__checkout-title span {
  color: var(--tp-common-white);
}
.aleric-dark .cartmini__close-btn {
  color: var(--tp-common-white);
}
.aleric-dark .tp-about-md-bigtext {
  color: rgba(255, 255, 255, 0.05);
}
.aleric-dark .tp-btn-md-border {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-md-icon svg {
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-md-tag {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-md-border {
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-testimonial-md-map {
  filter: invert(1);
}
.aleric-dark .tp-text-md-title {
  opacity: 0.07;
}
.aleric-dark .tp-blog-md-content {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-blog-md-dates {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-hero-md-video-btn:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.aleric-dark .tp_text_invert.invert-black-2 > div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
}
.aleric-dark .tp-bg-common-white-2 {
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-service-sa-item-icon svg {
  color: var(--tp-common-white);
}
.aleric-dark .tp-service-sa-pagenation .swiper-pagination-bullet {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-hero-cst-content p {
  opacity: 1;
}
.aleric-dark .tp-testimonial-sa-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-testimonial-sa-item:hover .popup-video {
  color: var(--tp-common-white);
}
.aleric-dark .tp-testimonial-sa-item:hover .popup-video:hover {
  background: var(--tp-common-nights);
}
.aleric-dark .tp-blog-sa-border {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .coverflow-slider-title-sm {
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-creative-slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active circle {
  stroke: var(--tp-common-white) !important;
  fill: transparent !important;
}
.aleric-dark .tp-portfolio-creative-slider-main .swiper-pagination-bullet circle {
  stroke: var(--tp-common-white) !important;
  fill: var(--tp-common-white) !important;
}
.aleric-dark .tp-portfolio-showcase-nav span {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active, .aleric-dark .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-grey-8);
  border-color: var(--tp-grey-8);
}
.aleric-dark .tp-pd-2-categories span {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-pd-2-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-bottom-item span {
  color: rgba(255, 255, 255, 0.7);
}
.aleric-dark .tp-pd-2-bottom-item h6 {
  color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-overview-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-overview-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.aleric-dark .tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.aleric-dark .tp-pd-2-overview-wrap ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-dot .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.aleric-dark .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-step-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-step-item-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-pd-2-step-item span {
  color: rgba(255, 255, 255, 0.6);
}
.aleric-dark .tp-pd-2-np-content a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.aleric-dark .tp-pd-2-np-content a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-service-details-icon img {
  filter: invert(1);
}
.aleric-dark .tp-breadcrumb-wrap {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-breadcrumb-list ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-breadcrumb-list ul li a {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-portfolio-details-shedule {
  background: var(--tp-common-black);
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-portfolio-details-shedule ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-details-shedule-btn {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-portfolio-details-shedule-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-service-details-content ul li p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-service-details-content ul li b {
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-outcome-bost span {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-navigation-wrap {
  border: 1px solid var(--tp-border-2);
}
.aleric-dark .tp-portfolio-navigation-grid a {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-portfolio-navigation-grid a:hover {
  opacity: 1;
}
.aleric-dark .tp-faq-5-wrap .tp-faq-wrap .tp-faq-active {
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-wrap .accordion-item:not(:first-of-type) {
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-wrap .accordion-item {
  background: var(--tp-grey-8);
  border: transparent;
}
.aleric-dark .tp-faq-5-wrap .tp-faq-wrap .tp-faq-btn {
  color: var(--tp-common-white);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-details-para p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-details-para p span {
  color: var(--tp-common-white) !important;
}
.aleric-dark .tp-faq-5-wrap .tp-faq-list-title {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-details-para ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-wrap .tp-faq-active .accordion-btn {
  color: var(--tp-common-white);
}
.aleric-dark .tp-faq-5-wrap .tp-faq-wrap .accordion-btn {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-counter-cst-2-wrap .tp-counter-cst-item.borders::before {
  background: linear-gradient(170deg, #232222 0%, #272424 100%);
}
.aleric-dark .tp_text_invert.invert-black > div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
}
.aleric-dark .tp-about-pp-skill-white-wrap {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-about-bottom-thumb.white-bg img {
  filter: invert(0.09);
}
.aleric-dark .tp-about-bottom-video .popup-video {
  background: none;
}
.aleric-dark .tp-about-process-item:hover {
  border-color: var(--tp-border-3);
  background: transparent;
}
.aleric-dark .tp-service-cst-2-wrap {
  border-top: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-cst-2-wrap .tp-service-cst-item {
  border-right: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-service-cst-2-info .tp-service-cst-info-list ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-service-cst-shape.inner img {
  filter: invert(1);
}
.aleric-dark .tp-breadcrumb-3-border {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.aleric-dark .tp-awards-wd-top span {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-team-value-item.borders {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-header-cst-wrap.border-none {
  border-bottom: none;
}
.aleric-dark .tp-pricing-ai-list ul li::before {
  background: var(--tp-common-white);
}
.aleric-dark .tp-product-top-select .tp-select {
  background-color: var(--tp-common-black);
  border: solid 1px var(--tp-border-3);
}
.aleric-dark .tp-product-top-select .tp-select .current {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-top-select .tp-select:after {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-top-select .tp-select .option {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-price {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-category span {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-stock span {
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-product-details-sort-desc p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-price.new-price {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-price.old-price {
  color: rgba(255, 255, 255, 0.6);
}
.aleric-dark .tp-product-details-variation-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-variation-list button .tp-color-variation-tootltip {
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-product-details-action-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-quantity .tp-cart-input[type=text] {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-product-details-quantity .tp-cart-plus, .aleric-dark .tp-product-details-quantity .tp-cart-minus {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-add-to-cart-btn {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-product-details-add-to-cart-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-product-details-buy-now-btn {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-buy-now-btn:hover {
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-action-sm-btn {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-action-sm-btn i, .aleric-dark .tp-product-details-action-sm-btn svg {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-query-item > span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-query-item p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-action-sm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aleric-dark .tp-product-details-social span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-social a {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
  background: var(--tp-common-black);
}
.aleric-dark .tp-product-details-social a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-product-details-msg ul li {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-msg ul li::after {
  filter: invert(1);
}
.aleric-dark .tp-product-details-payment {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-product-details-payment p {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-quantity .tp-cart-plus:hover, .aleric-dark .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-product-details-tab-nav .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.aleric-dark .tp-product-details-tab-nav .nav-tabs .nav-link.active, .aleric-dark .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-additional-info table tr td:first-child {
  background-color: var(--tp-grey-8);
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-product-details-additional-info table {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-product-details-desc-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-desc-content p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-tab-nav .nav-tabs {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-product-details-review-number {
  border: 1px solid transparent;
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-product-details-review-number-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-summery-value span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-summery-rating p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-review-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-avater-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-avater-meta {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-review-avater-comment p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-review-rating-percent span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-form-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-form > p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-review-form-rating p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-review-input-title label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-input input, .aleric-dark .tp-product-details-review-input textarea {
  border-color: transparent;
  background: var(--tp-grey-8);
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-remeber label {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-product-details-review-remeber label::before {
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-remeber label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-product-details-review-btn {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-review-btn:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.aleric-dark .tp-product-details-bottom {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-cart-list thead th {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-list thead {
  background-color: var(--tp-grey-8);
}
.aleric-dark .tp-cart-title a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-title a:hover {
  color: var(--tp-theme-secondary);
}
.aleric-dark .tp-cart-list tr td .tp-cart-action-btn {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.aleric-dark .tp-cart-price span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-list tr td {
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-cart-update-btn {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-cart-coupon-input button {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-cart-coupon-input input {
  background: var(--tp-grey-8);
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-coupon-input input::placeholder {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-cart-checkout-wrapper {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-cart-checkout-top span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-top {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-cart-checkout-shipping-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-shipping-option label {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-cart-checkout-shipping-option label span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-shipping-option label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-cart-checkout-shipping-option label::before {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-total span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-total span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-btn {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-cart-checkout-btn:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.aleric-dark .tp-cart-checkout-shipping {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-cart-coupon-input-box label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-verify-reveal {
  border: 1px dashed var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-verify-reveal button {
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-verify-reveal button::after {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-return-customer {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-return-customer-input label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-return-customer-input input, .aleric-dark .tp-return-customer-input textarea {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.aleric-dark .tp-return-customer-input input::placeholder, .aleric-dark .tp-return-customer-input textarea::placeholder {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-checkout-btn {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-btn:hover {
  border-color: var(--tp-border-3);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.aleric-dark .tp-return-customer-forgot a::after {
  background-color: var(--tp-common-white);
  content: "";
}
.aleric-dark .tp-return-customer-forgot a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-return-customer-remeber label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-return-customer-remeber label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-checkout-bill-area {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-checkout-bill-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-input label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-input input, .aleric-dark .tp-checkout-input textarea {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.aleric-dark .tp-checkout-input input:focus, .aleric-dark .tp-checkout-input textarea:focus {
  background: transparent;
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-checkout-input input::placeholder, .aleric-dark .tp-checkout-input textarea::placeholder {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-checkout-input .tp-select {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.aleric-dark .tp-checkout-input .tp-select .current {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-checkout-option label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-option label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-checkout-place {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-checkout-place-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-order-info-list ul li.tp-order-info-list-desc p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-order-info-list ul li.tp-order-info-list-header h4 {
  color: var(--tp-common-white);
}
.aleric-dark .tp-order-info-list ul li span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-payment-item label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-payment-item label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-checkout-payment-item label::before {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-payment-item label a::after {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-checkout-payment {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .profile__btn .tp-btn-cart {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aleric-dark .profile__btn .tp-btn-cart:hover {
  background: transparent;
  border-color: var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-wrapper {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-login-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-top p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-login-input-title label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-input input {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-login-input select {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-login-input input::placeholder  {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-login-input select::option {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-login-btn {
  color: var(--tp-common-black);
  border: 1px solid transparent;
  background: var(--tp-common-white);
}
.aleric-dark .tp-login-btn:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.aleric-dark .tp-login-top p a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-option-item a {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-login-option-item a img.apple {
  filter: invert(1);
}
.aleric-dark .tp-login-mail::after {
  background-color: var(--tp-border-3);
}
.aleric-dark .tp-login-mail p {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aleric-dark .tp-login-mail p a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-remeber label {
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-remeber label::after {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-login-input-eye span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-login-forgot a {
  color: var(--tp-common-white);
}
.aleric-dark .tp-about-process-2-item ul li {
  color: var(--tp-common-white);
}
.aleric-dark .tp-error-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-error-title-sm {
  color: var(--tp-common-white);
}
.aleric-dark .tp-error-content p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-error-content .tp-btn {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-error-content .tp-btn:hover {
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
  background: transparent;
}
.aleric-dark .tp-blog-pagenation-nav {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-2);
}
.aleric-dark .tp-blog-pagenation-nav:hover {
  color: var(--tp-common-black);
}
.aleric-dark .black-logo .tp-brand-item img {
  filter: invert(0);
}
.aleric-dark .tp-blog-top-content {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-postbox-text {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-sidebar-search-input input {
  background: var(--tp-grey-8);
  color: var(--tp-common-white);
}
.aleric-dark .tp-sidebar-search-input input::placeholder {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-sidebar-search-input button {
  color: var(--tp-common-white);
}
.aleric-dark .tp-sidebar-widget {
  border: 1px solid var(--tp-border-2);
}
.aleric-dark .tp-sidebar-widget-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-sidebar-widget-content ul li a {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-sidebar-widget-content ul li a:hover {
  color: var(--tp-common-white);
}
.aleric-dark .tp-sidebar-rc-post-tag {
  color: var(--tp-grey-2);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-sidebar-rc-post-title {
  color: var(--tp-common-white);
}
.aleric-dark .tp-sidebar-rc-post-dates {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-sidebar-rc-tag ul li a {
  color: var(--tp-grey-2);
  background: var(--tp-grey-8);
}
.aleric-dark .tp-sidebar-rc-tag ul li a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.aleric-dark .tp-sidebar-banner {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-details-link-wrap {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-details-dates span {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-blog-details-link a {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-blog-details-link a:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.aleric-dark .tp-blog-details-tag ul li a {
  color: var(--tp-grey-2);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-details-tag ul li a:hover {
  color: var(--tp-common-black);
}
.aleric-dark .tp-blog-details-social ul li a {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-grey-2);
}
.aleric-dark .tp-blog-details-social ul li a:hover {
  color: var(--tp-common-black);
}
.aleric-dark .postbox__comment-name h5 {
  color: var(--tp-common-white);
}
.aleric-dark .postbox__comment-name span {
  color: var(--tp-grey-2);
}
.aleric-dark .postbox__comment-text p {
  color: var(--tp-grey-2);
}
.aleric-dark .postbox__comment-reply a {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .postbox__comment-reply a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.aleric-dark .tp-postbox-details-form {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-postbox-details-input .tp-input, .aleric-dark .tp-postbox-details-input .tp-textarea, .aleric-dark .tp-postbox-details-input .tp-select {
  color: var(--tp-common-white);
  background: transparent;
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-postbox-details-remember .tp-checkbox {
  background: var(--tp-common-black);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-postbox-details-remember .tp-checkbox:checked::after {
  color: var(--tp-common-white);
}
.aleric-dark .tp-blog-details-2-social ul {
  border-right: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-blog-details-2-social ul li a {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-blog-details-2-social ul li a i:hover {
  color: var(--tp-common-white);
  background: var(--tp-grey-8);
}
.aleric-dark .tp-postbox-details-remember label {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-contact-number {
  border: 1px solid var(--tp-border-2);
}
.aleric-dark .tp-contact-email {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-contact-email:hover {
  color: var(--tp-common-white);
}
.aleric-dark .tp-contact-us-form-wrapper {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-contact-us-title {
  color: var(--tp-common-white);
}
.aleric-dark .cn-contactform-support-text span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-contact-us-content {
  background: var(--tp-grey-8);
}
.aleric-dark .tp-contact-us-info-title {
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aleric-dark .tp-contact-us-info-details a {
  color: rgba(255, 255, 255, 0.7);
}
.aleric-dark .tp-contact-us-info-details a:hover {
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-details-2-cetagory ul li span {
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-details-2-cetagory ul li:not(:last-child) {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-details-2-border {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-details-2-tag-border {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-details-2-tag a {
  background: var(--tp-grey-8);
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-details-2-tag a:hover {
  background: var(--tp-common-black-1);
}
.aleric-dark .tp-portfolio-details-2-navigation {
  border: none;
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-details-2-subtitle {
  border: none;
}
@media (max-width: 574.98px) {
  .aleric-dark .tp-header-seo-bg {
    background: transparent;
  }
}

/*----------------------------------------*/
/*  7.18 light css start
/*----------------------------------------*/
.aleric-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
  background: var(--tp-common-white);
}
.aleric-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
  background: var(--tp-common-white);
}
.aleric-light .tp-perspective-social-info span {
  color: var(--tp-common-blck);
}
.aleric-light .tp-perspective-scroll a {
  color: var(--tp-common-black);
}
.aleric-light .tp-pd-3-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.aleric-light .tp-pd-3-title {
  color: var(--tp-common-black);
}
.aleric-light .tp-pd-3-btn {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.aleric-light .tp-pd-3-overview-text p {
  color: rgba(0, 0, 0, 0.6);
}
.aleric-light .tp-pd-3-overview-info span {
  color: rgba(0, 0, 0, 0.5);
}
.aleric-light .tp-pd-3-overview-info h4 {
  color: var(--tp-common-black);
}
.aleric-light .tp-pd-3-navigation-title {
  color: var(--tp-common-black);
}
.aleric-light .tp-footer-vp-widget span {
  color: var(--tp-common-black);
}
.aleric-light .tp-footer-vp-widget ul li a {
  color: rgba(0, 0, 0, 0.6);
}
.aleric-light .tp-footer-it-copyright {
  color: rgba(0, 0, 0, 0.6);
}
.aleric-light .tp-footer-it-copyright a {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
