.tcw_table_price .list-link {
    position: relative
}


.tcw_table_price {
    overflow: hidden;
    box-shadow: none !important
}

.tcw_table_price .widefat .order-list-box {
    width: 100%;
    height: 100px;
    margin: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px
}

.tcw_table_price .widefat .order-list-box .first-part {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    margin-top: 20px
}

.tcw_table_price .widefat .order-list-box .first-part span {
    display: block
}

.tcw_table_price .widefat .order-list-box .second-part {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-top: 5px
}

.tcw_table_price .widefat .order-list-box .second-part img {
    width: 90px;
    height: 90px
}

.tcw_table_price .widefat .order-list-box .first-part img {
    width: 15px;
    height: 15px;
    margin-top: 2px
}

.tcw_table_price .widefat .order-list-box .third-part {
    display: inline-block;
    width: 60%;
    vertical-align: middle
}

.tcw_table_price .list-link {
    border: none !important
}

.tcw_table_price .widefat .order-list-box .first-part span {
    display: block;
    background-color: #f5f5f5;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 20px;
    margin-bottom: 20px;
    text-align: center
}

.tcw_table_price .widefat .order-list-box .first-part span p {
    display: block;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -12px;
    left: 12px;
    text-align: center
}

.tcw_table_price {
    padding: 5px !important;
    position: relative;
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-old-price {
    display: inline-block
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-new-price {
    display: inline-block
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-price-change {
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    padding: 1px;
    margin-left: -9px
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-title {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-old-price span {
    color: #a4a4a4;
    margin: 0 10px
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-price-change span {
    color: var(--primary);
}


[data-theme="dark"] .tcw_table_price .widefat .order-list-box {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .tcw_table_price .widefat .order-list-box .third-part .td-product-price-change {
    border: 1px solid #414141
}


[data-theme="dark"] .tcw_table_price > div {
    background-color: var(--night-element-bg);
}

.tcw_table_price > div {
    background-color: var(--light-element-bg);
}

.tcw_table_price .price-list-val span.td-product-old-price {
    color: #f94e60;
}

.tcw_table_price .price-list-val span.td-product-new-price {
    color: #68cc45;
}

[data-theme="dark"] .tcw_table_price .widefat .order-list-box .third-part .td-product-price-change {
    border-left: 0
}


/*Ajax Search Result */

.list-group.search-result-body a {
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 0 !important;
}

.list-group.search-result-body img {
    vertical-align: top;
}

.ajax-search .search-result .search-result-body .search-item span {
    font-size: 12px;
    vertical-align: top;
    line-height: 25px;
}

/**/


.hscroll-product .button.tm-woowishlist-button.btn.btn-default {
    display: none;
}

.woocommerce button.tm-woowishlist-button-single.loading:after {
    top: 0;
    left: 6px;
    background-color: #fff
}

button.button.tm-woowishlist-button.added::after {
    display: none
}

.woocommerce button.button.tm-woowishlist-button .far.fa-heart {
    font-family: "Font Awesome 5 pro";
    font-style: normal;
}

.theme-negar .tcw-product__add {
    z-index: 99;
    position: fixed;
    bottom: 0;
    background-color: var(--light-element-bg);
    color: var(--text-light);
    padding: 5px;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    width: 75%
}

.tcw-product__share {
    display: none !important
}


[data-theme="dark"] .theme-negar .tcw-product__add {
    background-color: var(--night-element-bg);
    color: var(--text-night);
}


.theme-negar .tcw-product__add .btn-notify-me {
    background-color: transparent;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1;
    padding: 10px;
    border: 0;
}

[data-theme="dark"] .theme-negar .tcw-product__add .btn-notify-me {
    color: var(--text-night);
}

.theme-negar .tcw-product__add .btn-notify-me::before {
    content: '\f0f3';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: inherit;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto !important;
    height: auto !important;
    transform: unset !important;
    right: auto;
    top: auto;
    margin-left: 15px;
    background: unset;
}

.theme-negar .tcw-product__add .btn-notify-me::after {
    display: none
}

#notifierModal {
    opacity: .6;
    position: fixed;
    width: 100%;
    height: 85vh;
    display: unset !important;
    visibility: hidden;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important
}

#notifierModal.show {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    z-index: 98;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

#notifierModal.tcw-modal:not(.show) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transition-delay: 1s
}

.theme-negar .tcw-btn-close {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    position: fixed;
    left: 20px;
    top: 15px;
    text-align: center;
    line-height: 30px;
    z-index: 4;
    border: 0;
    margin: 10px;
    padding: 3px;
    border-radius: 25px;
    animation: pulse 2s infinite;
    right: auto
}



.tm-woowishlist .tm-woowishlist-wrapper .row {
    margin: 0
}

.tm-woowishlist .tm-woowishlist-wrapper .row .col-lg-4 {
    display: inline-block;
    width: 46%;
    height: 200px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 5px;
    position: relative;
    background-color: var(--light-element-bg);
}

.tm-woowishlist .tm-woowishlist-wrapper .row .tm-woowishlist-remove i {
    display: none
}

.tm-woowishlist .tm-woowishlist-wrapper .row .tm-woowishlist-remove:before {
    content: '\f004';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    position: absolute;
    top: 12px;
    color: var(--primary);
}

.tm-woowishlist .tm-woowishlist-wrapper .row {
    padding-top: 60px;
    padding-right: 10px;
}

.tm-woowishlist .tm-woowishlist-wrapper .row span.price {
    position: absolute;
    left: 5px;
    bottom: 10px;
    font-size: 10px;
    color: var(--secondry);
}

.tm-woowishlist .tm-woowishlist-wrapper .row .tm-woocomerce-list__product-title {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

svg.uil-ring-alt {
    display: none
}

.tm-woocomerce-list__product-image {
    margin: 7px
}


#addNewProductModal {
    opacity: .6;
    position: fixed;
    width: 100%;
    display: unset !important;
    visibility: hidden;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
    bottom: 0px;
    top: 100px;
}

#addNewProductModal.show {
    visibility: visible;
    opacity: 1;
    background-color: var(--light-element-bg);
    z-index: 98;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

[data-theme="dark"] #addNewProductModal.show {
    background-color: var(--night-element-bg);
}


.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .c-compare .c-compare__btn-remove {
    width: 30px;
    height: 30px;
    border-radius: 35px;
    animation: pulse 2s infinite
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content {
    margin-top: 20px
}

.theme-negar .c-compare .c-compare__list-value {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product .product-thumbnail img {
    min-height: auto
}

#addNewProductModal.modal > .modal-dialog > .modal-content .products-list .row > [class*="col-"] {
    padding: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    border: 5px solid var(--light-element-bg)
}

[data-theme="dark"] #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .row > [class*="col-"] {
    border: 5px solid var(--night-element-bg)
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product {
    margin-bottom: 7px;
    border: 0;
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product {
    background-color: var(--night-element-bg);
}

#addNewProductModal.modal > .modal-dialog > .modal-content .products-list .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
    padding: 0 20px;
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product.loading::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f3f4";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    font-size: 32px;
    color: #000;
    left: 33%;
    top: 35%;
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-body {
    margin-bottom: 50px;
    overflow-x: hidden
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-header .modal-title .form-control {
    height: 30px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product .product-body .product-title > h3 {
    overflow: visible;
    white-space: normal;
    font-size: 11px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product .product-body {
    padding: 0 5px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-header .modal-title .form-control {
    height: 30px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-header .modal-title .input-group-addon {
    display: none !important
}

.theme-negar .c-compare .c-compare__add .btn-primary {
    padding: 10px 0;
    font-size: 11px
}

.theme-negar .c-compare .c-compare__img .btn-primary {
    font-size: 11px;
    padding: 10px 0
}


[data-theme="dark"] .c-compare .c-compare-quick__list {
    background-color: var(--night-element-bg)
}

[data-theme="dark"] .c-compare .c-compare__list-title {
    color: #fff;
    background-color: #1b1f2b
}

[data-theme="dark"] .c-compare .c-compare__img, [data-theme="dark"] .c-compare .c-compare__img .swiper-slide {
    background-color: var(--night-element-bg);
    color: #fff
}

[data-theme="dark"] .c-compare .c-compare__add {
    background-color: var(--night-element-bg)
}


td.tm-woocompare-cell .button {
    background-color: #68cc46;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    padding: 10px 20px;
    border-radius: 25px;
    width: 150px;
    text-align: center;
}


.tcw_table_price .list-link {
    font-size: 30px !important;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: unset !important;
    margin: 5px 0 !important;
}

.price-list-box {
    height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.tcw_table_price .price-list-box span.td-product-index {
    background-color: #e8e8e8;
    position: absolute;
    width: 37px;
    height: 20px;
    top: 25px;
    border-radius: 5px 0 0 5px;
    z-index: 1;
}

.tcw_table_price .price-list-box span.td-product-thump {
    height: 100px;
    display: inline-block;
    width: 30%;
    background-color: #ffffff;
    margin: 5px;
    border-radius: 10px;
}

.tcw_table_price .left-part-box {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.tcw_table_price .price-list-box span.td-product-title {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
}

.tcw_table_price .price-list-val {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    margin-top: 30px;
}

.tcw_table_price .price-list-box span.td-product-status.text-center {
    position: absolute;
    right: 0;
    top: 70px;
    width: 37px;
    border: 1px solid #e8e8e8;
    border-radius: 7px 0 0 7px;
    border-right: 0;
    padding: 2px 10px 0px;
}

.price-list-box .td-product-index span.count {
    background-color: #fff;
    color: #1d1d1f;
    border-radius: 25px;
    padding: 0 5px;
    font-size: 11px;
    margin-right: 5px;
}

.tcw_table_price span.td-product-new-price {
    color: var(--secondry);
    font-weight: bold;
}

.tcw-comment-like-dislike-wrap .tcw-comment-hint {
    display: inline-block;
    float: right;
    margin-top: 6px;
    font-size: 11px
}


#notifierModal.show .modal-title {
    margin-top: 30px;
}

#notifierModal.show img {
    max-width: 60%;
}

#notifierModal.show .tcw-modal.modal .modal-light-bg {
    margin: 0 15px;
}

#notifierModal.show .form-checkbox-input > .form-control {
    height: 34px;
    margin-top: 8px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

#notifierModal.show .modal-light-bg {
    margin: 0 15px;
}

#notifierModal.show .btn-primary {
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
    font-family: inherit;
    border: 0;
    min-width: 120px;
    padding: 7px;
}

#notifierModal.show .btn-default {
    background-color: #e8e8e8;
    color: #333;
    font-family: inherit;
    border: 0;
    min-width: 120px;
    padding: 7px;
}

#notifierModal.show .form-checkbox-input {
    display: inline-block;
    float: unset;
    margin-bottom: 15px;
}

#notifierModal.show .modal-footer-wrap.text-left {
    text-align: right !important;
}

#notifierModal.show .checkbox {
    margin: 0 !important;
}


[data-theme="dark"] #notifierModal.show, [data-theme="dark"] .tcw-modal.modal .modal-light-bg {
    background: #1f2433;
}


.woocommerce ul.products li.product .tm-woowishlist-button {
    display: none;
}

[data-theme="dark"] .woocommerce ul.products li.product .tm-woowishlist-button {
    color: var(--text-night);
}

.tm_woowishlist_product_actions_tip.loading::before, .button.tm-woowishlist-button.btn btn-default.loading::before {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 70%;
    left: 30%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

[data-theme="dark"] .hscroll-product .button.tm-woowishlist-button.btn.btn-default {
    color: #fff;
}

.product .tm-woowishlist-button.added {
    color: var(--primary);
}


.tablesaw-fix-persist {
    table-layout: unset !important;
}

.woocommerce.tm-woocompare-list {
    overflow-x: scroll;
}

.woocommerce.tm-woocompare-list .tablesaw-bar.mode-swipe {
    display: none;
}

.tm-woocompare-table thead tr th {
    text-align: center !important;
    font-size: 13px;
    line-height: 2;
}

.tm-woocompare-table tbody tr td {
    text-align: center;
}

.tm-woocompare-table tbody tr.tm-woocompare-row:nth-child(2) {
    display: none;
}

.tm-woocompare-table.tablesaw.tablesaw-swipe tbody tr.tm-woocompare-row:nth-child(odd) .tm-woocompare-cell p {
    background-color: #f7f7f7;
    box-shadow: 0 0 5px #f7f7f7;
    border-radius: 10px;
    padding: 10px;
}

.tablesaw th, .tablesaw td {
    padding: 0 0.7em !important;
}

.tm-woocompare-table tbody tr td span.price {
    font-size: 0;
    color: var(--secondry);
    line-height: 1;
}

.tm-woocompare-table tbody tr td .price .woocommerce-Price-amount {
    font-size: 13px;
    display: block;
    padding: 0 30px;
}

.tablesaw-cell-persist:nth-child(1) {
    display: block;
    margin-top: 25px;
    width: 100px !important;
}

[data-theme="dark"] .tm-woocompare-table.tablesaw.tablesaw-swipe tbody tr.tm-woocompare-row:nth-child(odd) .tm-woocompare-cell p {
    background-color: var(--night-element-bg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.tm-woocompare-table tbody tr td .price del, .tm-woocompare-table tbody tr td .price ins {
    line-height: 2;
}


.logged-in .tm-woowishlist .tm-woowishlist-wrapper .row .tm-woowishlist-remove:before {
    content: "\f00d" !important;
}

.timer-product-slider button.button.tm-woowishlist-button.btn.btn-default.in_wishlist {
    background-image: url(../svg/heart.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    top: 15px !important;
    right: 5px !important;
}


[data-theme="dark"] .tm-woowishlist-button {
    color: var(--text-night);
}

