/* Shop Sidebar */
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cp {
    cursor: pointer;
}

.tg-filter-seemore .plus {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    background: var(--tg-primary-color);
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-inline-end: 7px;
    transform: translateY(-1px);
}

.tg-filter-seemore .more {
    font-size: 15px;
    text-transform: capitalize;
    color: var(--tg-primary-color);
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.tg-blog-sidebar-title {
    font-weight: 600;
    font-size: 18px;
}

.tg-blog-sidebar-form input {
    background: #f2f2f2;
    font-size: 13px;
    color: #353844;
    border: 1px solid transparent;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    padding: 0 40px 0px 12px;
}

.top-sticky {
    position: sticky;
    top: 120px;
}

.tg-blog-sidebar-form form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    border: 0;
}

.tg-blog-sidebar-form form button svg {
    color: var(--tg-primary-color);
}

.tg-blog-sidebar-box {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 25px 30px 30px 30px;
}

.tg-shop-sidebar {
    margin-inline-end: -23px;
}

.tg-blog-categories-list ul li span {
    font-size: 15px;
    color: #353844;
}

.tg-blog-categories-list ul li span {
    font-size: 15px;
    color: #353844;
}

@media (max-width: 1199px) {
    .tg-shop-sidebar {
        margin-inline-end: 0;
    }
}

/* Shop Product List Widget */
.tg-shop-product-list-widget .tg-blog-post-title {
    font-size: 16px;
}

.tg-shop-product-list-widget .ratings {
    display: flex;
}

.tg-shop-product-list-widget .ratings span {
    color: #ff9901;
    font-size: 13px;
    margin-inline-end: 2px;
}

.tg-shop-product-list-widget .ratings span:last-child {
    color: #353844;
}

.tg-shop-product-list-widget .price {
    font-weight: 600;
    font-size: 16px;
    color: var(--tg-primary-color);
}

/* Shop Product Wrap */
.tg-shop-product-wrap {
    margin-inline-start: 45px;
}

@media (max-width: 1199px) {
    .tg-shop-product-wrap {
        margin-inline-start: 0;
    }
}

/* Shop Product Filter */
.tg-shop-product-filter {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 13px 30px 0px 20px;
}

.tg-shop-product-filter .tg-listing-box-number-found span {
    font-weight: 500;
    font-size: 15px;
    color: #353844;
}

.tg-shop-product-filter .tg-listing-select-price .nice-select {
    background: none;
    border: none;
    padding: 0;
    padding-inline-end: 30px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #353844;
}

.tg-shop-product-filter .tg-listing-box-view button {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
}

.tg-shop-product-filter .tg-listing-box-view button.grids {
    margin-inline-start: 10px;
}

.tg-shop-product-filter .tg-listing-box-view button.active {
    color: var(--tg-primary-color);
}

/* Shop Product Thumb */
.tg-shop-product-thumb {
    border-radius: 15px;
    height: 280px;
    background: #80808014;
}

.tg-shop-product-thumb img {
    border-radius: 15px;
}

/* Shop Product Title */
.tg-shop-product-title {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tg-heading-font-color);
    margin-bottom: 5px;
}

.tg-shop-product-title a:hover {
    color: var(--tg-primary-color);
}

/* Shop Product Ratings */
.tg-shop-product-ratings {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.tg-shop-product-ratings span {
    font-weight: 400;
    font-size: 14px;
    color: #353844;
    margin-inline-start: 3px;
}

.tg-shop-product-ratings ul {
    display: flex;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.tg-shop-product-ratings ul li {
    color: #ff9901;
    font-size: 14px;
    margin-inline-end: 2px;
    list-style: none;
}

.tg-shop-product-ratings ul li a {
    color: #ff9901;
}

.tg-shop-product-ratings ul li:last-child {
    color: #353844;
}

/* Shop Product Item Hover Effects */
.tg-shop-product-item:hover .tg-shop-product-thumb img {
    transform: scale(1.1);
    transition: all .4s ease;
}

.tg-shop-product-item:hover .tg-shop-product-btn .wishlist {
    background: var(--tg-primary-color);
    color: #fff;
}

.tg-shop-product-item:hover .tg-shop-product-hidden-btn {
    transform: translateY(1px);
    opacity: 1;
    visibility: visible;
}

/* Shop Product Button */
.tg-shop-product-btn {
    position: absolute;
    top: 13px;
    right: 15px;
}

.tg-shop-product-btn a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 6px;
    color: #686868;
}

.shop_sidebar_item_box input {
    margin-inline-end: 5px;
    margin-top: 6px;
}

.tg-shop-product-btn a:hover {
    background: var(--tg-primary-color);
    color: #fff;
}

/* Shop Product Content */
.tg-shop-product-content .price {
    font-weight: 500;
    font-size: 18px;
    color: var(--tg-primary-color);
}

/* Shop Product Hidden Button */
.tg-shop-product-hidden-btn {
    display: flex;
    flex-direction: column;
    transform: translateY(-20px);
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

/* Product Modal */
.tg-product-modal-thumb-wrapper {
    margin-inline-end: -30px;
}

@media (max-width: 1199px) {
    .tg-product-modal-thumb-wrapper {
        margin-inline-end: 0;
    }
}

/* Product Details Wrapper */
@media (max-width: 1199px) {
    .tg-product-details-wrapper {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

/* Product Details Thumb */
.tg-product-details-thumb {
    background: #f6f6f7;
    padding: 100px 30px;
    border-radius: 15px;
}

@media (max-width: 575px) {
    .tg-product-details-thumb {
        padding: 30px 30px;
    }
}

.tg-product-details-thumb .tab-pane {
    text-align: center;
}

.tg-product-details-thumb-nav .nav {
    border: none;
}

.tg-product-details-thumb-nav button {
    background: #f6f6f7 !important;
    width: 100%;
    border: 2px solid transparent;
    height: 110px;
    border-radius: 15px !important;
    mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
    .tg-product-details-thumb-nav button {
        height: 80px;
    }
}

.tg-product-details-thumb-nav button.active {
    border: 2px solid var(--tg-primary-color) !important;
    background: #f6f6f7;
    mix-blend-mode: normal;
}

/* Product Details Title */
.tg-product-details-title {
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
}

/* Product Details Rating Count */
.tg-product-details-rating-count {
    margin-inline-start: 8px;
}

.tg-product-details-rating-count span,
.tg-product-details-rating-count a {
    font-weight: 400;
    font-size: 14px;
    color: #353844;
    display: inline-block;
}

/* Product Details Price */
.tg-product-details-price h6 {
    font-weight: 600;
    font-size: 22px;
    color: var(--tg-primary-color);
}

/* Product Details Availability */
.tg-product-details-availability span {
    font-weight: 400;
    font-size: 16px;
    color: #353844;
}

.tg-product-details-availability .stock {
    font-weight: 500;
    color: #27ae60;
}

/* Product Details Paragraph */
.tg-product-details-para {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #353844;
}

/* Product Details Quantity */
.tg-booking-quantity-item {
    width: 130px;
    position: relative;
}

.tg-booking-quantity-item span {
    width: 35px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--tg-common-black);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease;
    margin: 0 3px !important;
}

.tg-booking-quantity-item span.decrement {
    right: auto;
    left: 0;
}

.tg-booking-quantity-item .tg-quantity-input {
    height: 44px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    background-color: var(--tg-white);
    padding: 0 45px;
    width: 100%;
    border-radius: 6px;
}

.tg-booking-quantity-item span {
    width: 35px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--tg-common-black);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease;
    margin: 0 3px !important;
}

.tg-booking-quantity-item span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: #e1e1e1;
}

.tg-product-details-quantity .quantity {
    font-weight: 500;
    font-size: 16px;
    color: #353844;
}

.tg-product-details-quantity .tg-booking-quantity-item .tg-quantity-input {
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    line-height: 45px;
}

.tg-product-details-quantity .tg-booking-quantity-item span {
    height: 44px;
    line-height: 44px;
    color: #353844;
    cursor: pointer;
}

.tg-product-details-quantity .tg-booking-quantity-item span::before {
    height: 100%;
    left: -4px;
}

.tg-product-details-quantity .tg-booking-quantity-item span.decrement::before {
    left: auto;
    right: -4px;
}

/* Product Details Button */
.tg-product-details-button .tg-btn {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.tg-product-details-button .tg-btn span {
    transform: translateY(-2px);
    display: inline-block;
    margin-inline-end: 3px;
}

.tg-product-details-button .tg-btn-2 {
    background: #ecf3ff;
    color: var(--tg-primary-color);
}

/* Product Details Share */
.tg-product-details-share span {
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    margin-inline-end: 3px;
}

.tg-product-details-share a {
    border-radius: 6px;
    width: 36px;
    height: 36px;
    background: #f4f4f4;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

.tg-product-details-share a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

/* Product Details Tab Nav */
.tg-product-details-tab-nav {
    border-bottom: 3px solid #dfdfdf;
}

@media (max-width: 767px) {
    .tg-product-details-tab-nav {
        border-bottom: none;
    }
}

.tg-product-details-tab-nav-inner button {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #9d9fa8;
    margin-inline-end: 20px;
    padding: 0px 20px 10px 0px;
    position: relative;
    border-radius: 10px;
    border: none;
    background-color: transparent;
}

.tg-product-details-tab-nav-inner button::before {
    position: absolute;
    content: "";
    background: var(--tg-primary-color);
    width: 0;
    height: 3px;
    bottom: -3px;
    right: 0;
    left: auto;
    transition: all .4s ease;
    border-radius: 10px;
}

.tg-product-details-tab-nav-inner button.active {
    color: var(--tg-primary-color);
}

.tg-product-details-tab-nav-inner button.active::before {
    width: 100%;
    left: 0;
    right: 0;
}

.tg-product-details-tab-nav-inner button:hover {
    color: var(--tg-primary-color);
}

.tg-product-details-tab-nav-inner button:hover::before {
    width: 100%;
    left: 0;
    right: 0;
}

.tg-tour-about-rating-category ul li {
    display: flex;
    margin-bottom: 13px;
}

.tg-tour-about-rating-category ul li label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #353844;
}

.rating-icon {
    cursor: pointer;
}

/* Product Details Tab Content */
ul.tourex-tabs-menu li a {
    border: 2px solid transparent;
}

ul.tourex-tabs-menu li.active a {
    border-color: var(--tg-primary-color);
}

.tourex-tabs-wrapper>* {
    display: inline-block;
    width: 100%;
    margin-inline-start: -2px;
}

.tourex-tabs-wrapper {
    position: relative;
    white-space: nowrap;
}

.tourex-tabs-container {
    overflow: hidden;
}

.tourex-tabs-wrapper .tabContent {
    background: #f6f6f7;
    text-align: center;
    width: 100%;
    height: 490px;
    overflow: hidden;
    border-radius: 15px;
}

.tourex-tabs-wrapper .tabContent img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

ul.tourex-tabs-menu li a {
    height: 100px;
    width: 114px;
    display: block;
    padding: 16px;
    background: #f6f6f7;
    text-align: center;
    border-radius: 15px !important;
    mix-blend-mode: luminosity;
}

ul.tourex-tabs-menu li a img {
    height: 100%;
    text-align: center;
}

ul.tourex-tabs-menu {
    overflow-x: auto;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

ul.tourex-tabs-menu li {
    display: inline-block;
}

/* Product Details Description Content */
.tg-product-details-description-content p {
    line-height: 28px;
    text-transform: capitalize;
    color: #353844;
}

.tg-product-details-description-content h3 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}

.tg-product-details-description-content ul li {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--tg-heading-font-color);
    position: relative;
    padding-inline-start: 17px;
}

.tg-product-details-description-content ul li:not(:last-child) {
    margin-bottom: 4px;
}

.tg-product-details-description-content ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: var(--tg-heading-font-color);
    top: 10px;
    left: 0;
    border-radius: 30px;
}

/* Product Details Additional */
.tg-product-details-additional {
    margin-top: 67px;
    background-color: var(--tp-common-white);
}

.tg-product-details-additional table {
    width: 100%;
}

.tg-product-details-additional table tr {
    padding: 16px 0 14px;
    display: block;
}

.tg-product-details-additional table tr:not(:last-child) {
    border-bottom: 1px solid #E9E9F0;
}

.tg-product-details-additional table tr th {
    font-weight: 600;
    font-size: 16px;
    color: var(--cm-title-color);
    width: 28%;
    display: inline-block;
}

.tg-product-details-additional table tr td {
    width: 71%;
    display: inline-block;
    font-size: 15px;
    color: var(--cm-paragraph-color);
}

.tg-product-details-additional-inner {
    padding: 45px 70px 45px;
    border: 1px solid #E9E9F0;
}

@media (max-width: 575px) {
    .tg-product-details-additional-inner {
        padding: 15px 20px 15px;
    }
}

/* Product Rating */
.tg-product-rating span {
    font-size: 14px;
    color: #ff9901;
}

.tg-product-rating span:last-child {
    color: #8c8c8c;
}

/* Cart Table */
.tg-cart-table-content table thead tr th {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding: 20px 0px;
    padding-bottom: 30px;
}

.tg-cart-table-content table thead tr th.price {
    padding: 20px 40px;
    padding-bottom: 30px;
}

.tg-cart-table-content table thead tr th.subtotal {
    padding: 20px 40px;
    padding-bottom: 30px;
}

.tg-cart-table-content table tbody tr td {
    padding: 20px 0px;
    vertical-align: middle;
}

.tg-cart-table-content table tbody tr td .thumb {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
}

.tg-cart-table-content table tbody tr td .name {
    font-weight: 500;
    font-size: 18px;
    margin-inline-start: 22px;
    color: #353844;
}

@media (max-width: 991px) {
    .tg-cart-table-content table tbody tr td .name {
        margin-inline-start: 0;
        margin-top: 20px;
        display: inline-block;
    }
}

.tg-cart-table-content table tbody tr td .name:hover {
    color: var(--tg-primary-color);
}

.tg-cart-table-content table tbody tr td.product-price-wrap {
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-primary-color);
    padding: 20px 40px;
}

.tg-cart-table-content table tbody tr td.product-subtotal {
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-primary-color);
    padding: 20px 40px;
}

.tg-cart-table-content table tbody tr td.product-remove {
    text-align: center;
}

.tg-cart-table-content table tbody tr td.product-remove a:hover {
    color: var(--tg-primary-color);
}

/* Cart Coupon */
.tg-cart-coupon-all .tg-btn:hover {
    background: var(--tg-heading-font-color);
}

.tg-cart-coupon-all .tg-input {
    font-weight: 500;
    font-size: 14px;
    color: #353844;
    border-radius: 6px;
    width: 282px;
    height: 50px;
    background: #f6f6f6;
    border: 1px solid transparent;
    margin-inline-end: 4px;
}

.tg-cart-coupon-all .tg-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #353844;
}

.tg-cart-coupon-all .tg-input:focus {
    border-color: var(--tg-primary-color);
}

/* Cart Page Total */
.tg-cart-page-total ul li {
    font-weight: 600;
    font-size: 18px;
    color: var(--tg-heading-font-color);
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.tg-cart-page-total ul li span {
    font-weight: 500;
    color: #353844;
}

.tg-cart-page-total ul li.borders {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 13px;
}

.tg-cart-page-total .tg-btn:hover {
    background: var(--tg-heading-font-color);
}

.tg-cart-page-total .tg-btn-black:hover {
    background: var(--tg-primary-color);
}

/* Checkout Form */
.tg-checkout-form-title {
    font-weight: 600;
    font-size: 24px;
}

.tg-checkout-form-title-2 {
    font-size: 22px;
}

.tg-checkout-form-title-3 {
    font-size: 18px;
}

.tg-checkout-form-input .input {
    font-weight: 400;
    font-size: 14px;
    color: #353844;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    background: var(--tg-white);
    padding-inline-start: 17px;
    line-height: 45px;
}

.tg-checkout-form-input .input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #353844;
}

.tg-checkout-form-input .input:focus {
    border-color: var(--tg-primary-color);
}

.tg-checkout-form-input .textarea {
    height: 205px;
}

.tg-checkout-form-btn .tg-btn:hover {
    background: var(--tg-heading-font-color);
}

@media (max-width: 1199px) {
    .tg-checkout-form-wrapper {
        margin-inline-end: 0;
    }
}

/* Checkout Order Table */
.tg-checkout-order-table table thead tr {
    border-bottom: 1px solid #e1e1e1;
}

.tg-checkout-order-table table thead tr th {
    font-weight: 600;
    font-size: 15px;
    color: #353844;
    padding: 0;
    padding-bottom: 12px;
}

.tg-checkout-order-table table tbody {
    padding-top: 12px;
    padding: 10px 0px;
}

.tg-checkout-order-table table tbody .cart_item.first .product-name {
    padding-top: 16px;
}

.tg-checkout-order-table table tbody .cart_item.first .product-total {
    padding-top: 16px;
}

.tg-checkout-order-table table tbody .cart_item .product-name {
    font-weight: 500;
    font-size: 13px;
    color: #353844;
    line-height: 1.4;
    padding: 0;
    border: none;
    padding-bottom: 6px;
}

.tg-checkout-order-table table tbody .cart_item .product-total {
    padding: 0;
    border: none;
}

.tg-checkout-order-table table tbody .cart_item .product-total .amount {
    font-weight: 400;
    font-size: 13px;
    color: #353844;
    float: right;
    line-height: 1.4;
}

.tg-checkout-order-table table tfoot tr.cart-subtotal {
    border-bottom: 1px solid #e1e1e1;
    line-height: 2;
}

.tg-checkout-order-table table tfoot tr th {
    font-weight: 500;
    font-size: 15px;
    color: #353844;
    padding: 0 0;
}

.tg-checkout-order-table table tfoot tr td {
    font-weight: 500;
    font-size: 13px;
    color: #353844;
    float: right;
    border: none;
}

/* Checkout Paragraph */
.tg-checkout-para {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #353844;
}

/* Checkout Payment */
.tg-checkout-payment {
    display: flex;
}

.tg-checkout-payment label {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #353844;
    margin-inline-start: 7px;
}

/* dark mode css */
[tg-theme=dark] .tg-blog-sidebar-box {
    background-color: var(--tg-teal);
    border-color: var(--tg-gray);
}

[tg-theme=dark] .tg-blog-sidebar-form input {
    background: transparent;
    border-color: #80808024;
    color: var(--tg-white);
}

[tg-theme=dark] .tg-shop-product-filter {
    border-color: var(--tg-gray);
}


[tg-theme=dark] .tg-shop-product-filter .tg-listing-box-number-found span,
[tg-theme=dark] .tg-shop-product-filter .tg-listing-select-price .nice-select,
[tg-theme=dark] .shop_sidebar_item_box label,
[tg-theme=dark] .tg-cart-table-content table tbody tr td .name {
    color: var(--tg-white);
}

[tg-theme=dark] .nice-select .list {
    background-color: #464646;
}

[tg-theme=dark] .nice-select .option:hover,
[tg-theme=dark] .nice-select .option.focus,
[tg-theme=dark] .nice-select .option.selected.focus {
    background-color: #3d3d3d;
}

[tg-theme=dark] .border-bottom {
    border-color: #80808024 !important;
}

[tg-theme=dark] .shop_sidebar_item_box .form-check-input {
    background-color: #4a4a4abd;
}

[tg-theme=dark] .tg-cart-table-content table thead tr th {
    color: var(--tg-white);
}

[tg-theme=dark] .tg-cart-table-content table tbody,
[tg-theme=dark] .tg-cart-table-content table tbody tr td,
[tg-theme=dark] .tg-cart-table-content table tfoot,
[tg-theme=dark] .tg-cart-table-content table tfoot th,
[tg-theme=dark] .tg-cart-table-content table thead,
[tg-theme=dark] .tg-checkout-order-table table tfoot tr {
    border-color: var(--tg-gray);
}

[tg-theme=dark] .tg-product-details-description-content,
[tg-theme=dark] .tg-product-details-description-content p {
    color: #e5e5e5;
}

[tg-theme=dark] .tg-checkout-order-table table tbody .cart_item .product-name {
    color: #e9e9e9;
}
[tg-theme=dark] .tg-checkout-order-table table thead tr th,
[tg-theme=dark] .tg-checkout-order-table table tbody .cart_item .product-total .amount,
[tg-theme=dark] .tg-checkout-order-table table tfoot tr th,
[tg-theme=dark] .tg-checkout-order-table table tfoot tr td   {
    color: #ffffff;
}

[tg-theme=dark] .tg-checkout-form-input .input {
    border-color: var(--tg-gray);
    background: var(--tg-gray);
    color: var(--tg-white);
}

[tg-theme=dark] .tg-checkout-form-input .input::placeholder,
[tg-theme=dark] .tg-checkout-form-input .input::placeholder {
    color: var(--tg-white);
    opacity: .5;
}

[tg-theme=dark] label {
    color: #e7e7e7;
}

/* rtl css  */
.rtl .tourex-tabs-wrapper .tabContent img {
    transform: translate(50%, -50%);
}

.rtl .tg-blog-sidebar-form input {
    padding: 0 12px 0px 40px;
}

.rtl .display-price .line-through {
    margin-inline-start: 9px;
}
