.woocommerce-product-details__short-description {
    margin-top: 45px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
    width: calc(100% - 20px);
    max-height: 350px;
    height: auto;
    overflow: hidden;
    line-height: 2;
}

.tab-excerpt ul li {
    box-shadow: unset !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    z-index: 9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li > .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8043418050814075) 60%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: calc(50% - 20px);
}

.title-intro.content-title-page {
    margin: 50px 10px 10px;
    color: var(--primary);
}

.single-product span.onsale {
    background-color: var(--primary);
    color: var(--text-inbox);
    padding: 0 15px;
    border-radius: 15px 0 0 15px;
    position: absolute;
    top: 90px;
    right: 0;
}

.single-product .avn_notif {
    margin-right: 10px;
    margin-top: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 0 8px 8px;
    margin-bottom: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 14%;
    float: unset;
    margin: 0 8px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
}

.single-product .title h1 {
    font-size: 16px;
    margin: 20px 10px
}

.single-product .sku_wrapper {
    margin: 10px;
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #87878b;
}

.product-type-variable .entry-summary > .price {
    display: none
}

.summary.entry-summary .product_title.entry-title {
    font-size: 16px;
    margin: 10px
}

.woocommerce div.product form.cart .variations {
    margin: 10px 0 30px;
    padding: 5px 10px;
    position: relative;
    border-spacing: 0 8px;
}

ul.jcaa_attr_select li > div > div {
    border-radius: 6px;
    margin: 0 auto;
    display: block
}

.woocommerce-variation-add-to-cart, .summary.entry-summary .woocommerce-variation-add-to-cart, .product-type-simple form.cart {
    z-index: 99;
    position: fixed;
    bottom: 4px;
    width: 80%;
    margin-bottom: 0 !important;
    height: 52px;
    right: 4px;
}

.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

.woocommerce div.product form.cart .button {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
    color: #ffe000;
    line-height: 1.3
}

/*.woocommerce div.product form.cart div.quantity input.input-text.qty.text {
    color: var(--secondry);
    font-weight: 700;
    background-color: transparent;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    box-shadow: unset;
    width: 25px;
    padding: 0;
    border-radius: 0;
    border: 0 !important
}

.woocommerce div.product form.cart div.quantity i.minus {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-style: inherit;
}

.woocommerce div.product form.cart div.quantity i.plus {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-style: inherit;
}*/

button.single_add_to_cart_button.button {
    background-color: var(--primary) !important;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    border-radius: 16px;
    padding: 15px;
    margin: -5px -5px -5px 15px;
    overflow: hidden;
}

.summary.entry-summary h3 {
    font-size: 15px
}

ul.cus-style {
    padding-right: 20px
}

ul.cus-style li {
    list-style: circle;
    line-height: 2;
    font-size: 13px
}

.woocommerce-product-details__short-description, .cus-box-style {
    margin: 16px 8px;
    padding: 10px 12px;
    border-radius: 15px;
    background-color: var(--light-element-bg);
}


.woocommerce-product-details__short-description p {
    text-align: justify
}

.cus-box-style {
    margin-top: 35px
}

.product_meta {
    margin: 10px
}

.product_meta .posted_in a, .product_meta .tagged_as a {
    font-weight: 400;
    margin: 5px;
    color: var(--text-light)
}

.product_meta .posted_in, .product_meta .tagged_as {
    display: block;
    margin: 6px 10px 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.woocommerce div.product div.summary {
    margin-bottom: 0em;
}

.pswp__caption__center {
    display: none
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.85) !important
}


ul.jcaa_attr_select li span {
    display: block;
    padding: 0 10px
}

ul.jcaa_attr_select a.jcaa_attr_option {
    border: 1px solid #87878d;
    border-radius: 5px;
    margin: 5px;
    color: #87878d;
    padding: 10px 14px;
    line-height: 2.5;
    text-align: right;
    width: max-content;
}

ul.jcaa_attr_select li img {
    width: 65px;
    margin: 3px;
    height: 65px;
}

ul.jcaa_attr_select .jcaa_active_attr {
    border-radius: 6px;
}

ul.jcaa_attr_select li.jcaa_active_attr div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background-color: #fff;
}

ul.jcaa_attr_select .jcaa_active_attr a {
    border: 1px solid var(--primary);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    color: var(--primary);
}

ul.jcaa_attr_select li div {
    text-align: center;
    padding: 10px 5px 5px;
}

ul.jcaa_attr_select li {
    display: inline-block;
    margin: 9px 6px
}



.woocommerce div.product form.cart {
    margin-bottom: 20px;
    background-color: var(--light-element-bg);
    border-radius: 17px;
}

.reset_variations {
    display: none !important;
}

.single-side-box {
    text-align: center;
    width: 130px;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    background-color: var(--light-element-bg);
    z-index: 9;
    position: relative;
    float: left;
    margin-top: -75px;
}
[data-theme="dark"] .single-side-box {
    border: 1px solid #3c3c3c;
}

.single-side-box .woocommerce-product-rating {
    margin-top: 5px
}

.single-side-box .star-rating {
    margin: 5px auto;
    float: unset
}

.woocommerce div.product div.summary .ppla {
    font-size: 11px;
    padding-left: 130px;
    text-align: center;
    color: #666;
    height: 20px
}

.woocommerce div.product div.summary p.ppla::after {
    content: '';
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    left: 0;
    margin-top: -5px;
    right: 10px;
    z-index: -1;
}
[data-theme="dark"] .woocommerce div.product div.summary p.ppla::after {
    background-color: #3c3c3c
}

.woocommerce .woocommerce-product-rating .star-rating {
    text-align: center;
    display: inline-block;
    float: unset;
    margin: 5px 0
}

.woocommerce div.product .woocommerce-product-rating, .single-side-box .woocommerce-review-link {
    display: inline-block;
    width: 70%;
    font-size: 10px;
    margin: 0;
    color: #777
}

.is-in-stock {
    margin: 6px;
    color: var(--secondry);
}

.is-in-stock i, .out-of-stock i {
    font-size: 16px;
    vertical-align: middle
}

.out-of-stock {
    margin: 6px;
    color: var(--primary);
}

.woocommerce-product-rating a.woocommerce-review-link {
    display: block;
    text-align: center;
    margin: 0 auto
}

.woocommerce div.product .summary.entry-summary p.price {
    text-align: center;
    padding-left: 130px
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    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(51, 51, 51, 0.2);
    bottom: 0;
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.active {
    visibility: visible;
    opacity: 1;
    background-color: var(--light-bg);
    color: var(--text-light);
    z-index: 98;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding-left: 15px;
    padding-right: 15px;
}


.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: var(--text-light);
    font-size: 15px;
    font-weight: 700;
    margin: 25px 20px 10px 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.woocommerce div.product .woocommerce-tabs .panel h2.g-att {
    font-size: 13px;
    overflow: visible
}

.woocommerce div.product .woocommerce-tabs .panel h2.g-att::before {
    content: '';
    width: 25px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    margin-left: 12px;
    margin-right: -25px;
    background-color: #ddd
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 15px;
    line-height: 2
}

.woocommerce div.product .woocommerce-tabs .panel td p {
    margin: 0 10px;
    font-style: normal
}

.woocommerce table.shop_attributes th {
    width: 40%;
    line-height: 2;
    font-size: 13px
}

.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: 0;
    text-align: right;
    padding: 5px 10px;
    border-radius: 10px
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    padding: 10px 20px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

.single-product .tcw-comment-like-dislike-wrap .tcw-comment-like-dislike-trigger + .tcw-comment-like-dislike-trigger {
    background-color: rgba(255, 0, 0, 0.6);
    border: 0;
    color: #fff;
    margin-right: 5px;
    padding: 2px 13px
}

.single-product .tcw-comment-like-dislike-wrap .tcw-comment-like-dislike-trigger {
    font-family: inherit;
    font-size: 10px;
    background-color: rgba(104, 204, 70, 0.75);
    color: #fff;
    border: 0;
    margin-right: 0
}

div#review_form_wrapper span#reply-title {
    font-size: 11px;
    padding: 5px;
    display: block
}

#respond .comment-reply-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f1f1d
}

form#commentform {
    margin: 15px 10px
}

div#review_form_wrapper {
    padding: 10px
}

.woocommerce div.product .woocommerce-tabs .panel::after {
    content: '';
    width: 100%;
    display: block;
    height: 160px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;
}


.aparat-video {
    background-color: transparent;
    border: 0;
}

#respond form#commentform .form-submit {
    display: block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--light-element-bg);
    border-radius: 16px;
    margin: 10px;
    height: 120px;
    padding: 0 1em;
    padding-top: 43px;
    position: relative;
    overflow: hidden;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: var(--light-element-bg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 5px 10px;
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

li#tab-title-reviews > a:before {
    content: "\f4b6";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: inherit;
    font-weight: 400;
    color: #86868b;
    opacity: 0.3;
}


li#tab-title-additional_information > a:before {
    content: "\f733";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #86868b;
    opacity: 0.3;
}



li#tab-title-description > a:before {
    content: "\f732";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #86868b;
    opacity: 0.3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li > a:after {
    content: 'بیشتر';
    color: var(--primary);
    position: absolute;
    bottom: 25px;
    left: 25px
}

.woocommerce-tabs .woocommerce-Tabs-panel:not(.active) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transition-delay: 1s
}

#ngr-product-tab-modal {
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 95;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}


#ngr-product-tab-modal.active {
    opacity: 1;
    visibility: visible
}

.woocommerce div.product form.cart .variations label {
    color: var(--text-light)
}

.woocommerce div.product form.cart .variations td.label {
    display: table-cell;
    vertical-align: middle;
    min-width: 50px;
    max-width: 100px;
}


.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    display: block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {
    color: var(--text-light)
}


.single.single-product .woocommerce-notices-wrapper {
    position: relative;
    font-size: 11px;
    z-index: 10;
}

.single.single-product .woocommerce-message {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border: 0;
    margin-top: 40px;
    position: fixed;
    height: 135px;
    left: 0;
    right: 0;
    margin: 20px;
    padding-top: 50px;
    margin-top: 70px;
}

.single.single-product .woocommerce-message a.button.wc-forward {
    background-color: #68cc46;
    color: #fff;
    font-weight: 400;
    border-radius: 25px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 90px;
}

.single-product .woocommerce-message::after {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #68cc46;
    top: 10px;
    display: block;
    font-size: 30px;
    right: 43%;
}

.single-product .woocommerce-notices-wrapper {
    animation: css-hide .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 5s;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: inherit;
    width: 100%;
    padding: .5em 0;
    font-weight: 700;
}

.single a.add_to_cart_button.loading:after, .archive.woocommerce a.button.loading::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f3f4";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    bottom: 7px;
    top: unset !important;
    left: unset !important;
    right: 7px !important;
    font-size: 16px;
    color: white;
    background-color: var(--secondry);
}


.woocommerce-Tabs-panel .wp-caption img {
    width: auto;
}

.product section.up-sells.upsells.products h2 {
    margin-bottom: 25px;
    margin-right: 10px;
    font-size: 15px;
}

.product section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    font-size: 12px;
}


.single.single-product .woocommerce-breadcrumb {
    text-align: revert;
    margin: 20px 20px 0;
    line-height: 2.2;
}


.single-product-bottom > #product-point-tabs {
    font-size: 12px;
    position: relative;
    border-radius: 15px;
    padding: 0;
    background-color: var(--light-element-bg);
    color: var(--text-light);
}


.single-product-bottom > div {
    min-width: 26%;
    padding: 0 15px 0 45px;
}

#product-point-tabs.neg-actived::before {
    right: 50%;
    background-color: #eb495a;
}

#product-point-tabs::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 30px;
    background-color: #68cc45;
    z-index: 1;
    border-radius: 15px;
    right: 0;
    transition-duration: 0.3s;
}

.single-product-bottom > #product-point-tabs > #pos-tab {
    color: #68cc45;
}

.single-product-bottom > #product-point-tabs > a.active {
    color: #fff !important;
}

.single-product-bottom > #product-point-tabs > a {
    display: inline-block;
    width: 48%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    z-index: 2;
    position: relative;
    transition-duration: 0.3s;
}

.single-product-bottom > #product-point-tabs > a .fal {
    font-size: 17px;
    margin-left: 10px;
}

.single-product-bottom > #product-point-tabs > a strong {
    color: inherit;
}

.single-product-bottom > #product-point-tabs > #neg-tab {
    color: #eb495a;
}

.woocommerce div.product div.summary .ppla .fas {
    font-size: 18px;
    margin-left: 7px;
    vertical-align: middle;
}

.single-product-bottom .product-point.zshow {
    display: block;
}

.single-product-bottom .product-point {
    display: none;
    padding: 15px 20px;
    margin-top: 0px;
}

.single-product-bottom .product-point ul {
    list-style: none;
    padding-right: 5px;
}

.single-product-bottom .product-point ul li {
    position: relative;
    margin-bottom: 10px;
}

.single-product-bottom a.active strong {
    color: #fff !important;
}

.single-product-bottom .product-point ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    right: -20px;
    top: 5px;
    border-radius: 10px;
    border: 1px solid;
}

.single-product-bottom .product-point.positive ul li::before {
    border-color: #68cc45;
}

.single-product-bottom .product-point.negative ul li::before {
    border-color: #f94e60;
}

ul.tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
}

li#catalog-zanbil i.fal.fa-file-pdf {
    content: "\f1c1";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: var(--secondry);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#catalog-zanbil a:after {
    content: '';
}


.single .product .product-countdown {
    position: absolute;
    top: 53px;
    z-index: 9;
    left: 8px;
}

@keyframes dark-bg {
    0% {
        background-color: rgba(0, 0, 0, 0)
    }

    100% {
        background-color: rgba(0, 0, 0, 0.9)
    }
}
.aparat-video-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.80);
}
.aparat-video-modal .fas.fa-circle-notch {
    position: absolute;
    left: 50%;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.55);
    top: 50%
}

.aparat-video-modal .video-modal-content {
    display: block;
    margin: 25% auto;
}

@keyframes video-open {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

dl#catalog-zanbil span {
    color: var(--text-light);
    display: block;
    margin-top: 5px;
}

.product section.related.products > h2 {
    margin-right: 15px;
}

.icons-buttons-down i {
    font-size: 20px;
    vertical-align: sub;
    margin-right: 5px;
}


.single.single-product .woocommerce-breadcrumb i {
    font-size: 25px;
    vertical-align: middle;
    margin: 0 5px;
    color: #86868b;
    opacity: 0.6;
    font-style: normal;
}

.single-product div.product.type-product.outofstock:before {
    background-color: var(--primary);
    top: 40px;
    right: 0;
    left: unset;
    padding: 12px 10px;
    font-size: 11px;
    color: var(--text-inbox);
    border-radius: 25px 0 0 25px;
}


.single-product a.single-brand {
    text-align: center;
    display: block;
}


.single-product a.single-brand img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.single-product a.single-brand span {
    font-weight: bold;
    font-size: 16px;
}

.single table.variations ul.jcaa_attr_select li {
    margin: 9px 4px !important;
}

.woocommerce div.product form.variations_form {
    width: 98%;
}

.woocommerce div.product form.cart .variations select {
    color: var(--text-light);
    height: 40px;
    border-radius: 8px;
    font-family: inherit;
}

.variations tr td.value select {
    max-width: 320px;
    width: 100%;
    margin: 1px 5px;
    padding: 0 10px
}

.woocommerce div.product form.cart .variations th {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}

.zanbil-vendor {
    max-height: unset !important;
}

.zanbil-vendor .dc {
    display: flex;
    align-items: center;
}

.zanbil-vendor .dc .fal {
    background-color: #f05025;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.zanbil-vendor .dc .fal.fa-users {
    background-color: #fa223a;
}

.zanbil-vendor .dc p a.register {
    border-bottom: 2px solid #e7e7e8;
    padding-bottom: 5px;
}

.zanbil-vendor .dc p {
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #bcbcbc;
    margin-bottom: 0;
}

.zanbil-vendor .dc p a {
    display: block;
}

li#tab-title-shipping {
    display: none;
}

li.jcass_attr_disabled {
    position: relative;
}

li.jcass_attr_disabled > * {
    filter: grayscale(1);
}

li.jcass_attr_disabled:after {
    content: "\f00d" !important;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    color: var(--primary);
    line-height: 2;
    z-index: 1;
}


.contdown-sale.countdown-left .product-countdown span {
    display: block
}

.contdown-sale.countdown-left {
    width: 17%;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 10px
}
.contdown-sale.countdown-left .product-countdown .days {
    background-color: var(--primary);
    color: var(--text-inbox);
    text-align: center;
    padding: 10px;
    border-radius: 0 0 30px 30px
}

.contdown-sale.countdown-left .product-countdown .hours, .contdown-sale.countdown-left .product-countdown .mins, .contdown-sale.countdown-left .product-countdown .secs {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 15px 10px;
    margin-top: 15px;
    border-radius: 20px;
    background-color: #fff;
}

.contdown-sale.countdown-left .product-countdown .hours .countdown-period, .contdown-sale.countdown-left .product-countdown .mins .countdown-period, .contdown-sale.countdown-left .product-countdown .secs .countdown-period {
    color: #858585;
    font-size: 12px
}

.contdown-sale.countdown-left .product-countdown .hours .countdown-amount, .contdown-sale.countdown-left .product-countdown .mins .countdown-amount, .contdown-sale.countdown-left .product-countdown .secs .countdown-amount {
    color: #333
}
.jcaa_attr_option div {
    width: 20px;
    height: 20px;
    border-radius: 25px;
}
[data-theme="dark"] .woocommerce div.product .woocommerce-tabs ul.tabs li > .shadow {
    background: linear-gradient(0deg, rgb(31, 36, 51) 0%, rgba(31, 36, 51, 0.9) 60%, rgba(31, 36, 51, 0) 100%);
}

.hidden-sm, .hidden-xs {
    display: none;
}

.tcw-modal.modal .alert.alert-danger {
    background-color: var(--light-element-bg);
}

@keyframes css-hide {
    from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes css-hide {
    from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

/* tm copy from sinlgle minimal */
.product_action {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;

}

.product_action button.button ,
.product_action a.button {
    background-color: transparent;
    font-size: 22px;
}

.product_action a.button {
    margin: 0 16px !important;
}

.tm-woocompare-button-single::before {
    content: "\f24e";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: inherit;
}

.tm-woocompare-button-single .tm_woocompare_product_actions_tip {
    display: none;
}

.product_action a.button.tm-woowishlist-page-button {
    background-image: url(../svg/heart.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

.product_action a.button.tm-woowishlist-page-button i {
    display: none;
}

a.button.tm-woocompare-page-button {
    border-radius: 12px;
    font-size: 14px;
    background-color: var(--primary) !important;
    height: 35px;
    line-height: 0;
    border: 0;
    margin-top: 8px;
}

.in_compare.tm-woocompare-button-single {
    display: none !important;
}

.button.tm-woowishlist-button.btn.btn-default.in_wishlist.tm-woowishlist-button-single {
    display: none;
}

.single-product form.cart a.tm-woowishlist-page-button {
    all: unset;
    cursor: pointer;
    background: url(../assets/svg/heart.svg) no-repeat;
    background-size: 24px;
    font-size: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 32px;
    padding: 14px 0;
    background-position: center;
    float: unset !important;
}

.single-product .whatsapp-btn-fix {
    bottom: 60px;
    right: 4px;
    border-radius: 16px;
}

.single-product-bottom.cus-box-style {
    margin-top: 16px;
}