.archive-products .row:nth-child(1) {
    margin-bottom: 32px;
}
.product-list .row {
    row-gap: clamp(16px, 4vw, 54px);
}
.term-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 100px;
    padding: 8px 14px;
    border: 1px solid var(--border);
    transition: 0.4s;
}
.term-item:hover {
    background: var(--color1);
    color: white !important;
}
/** Single Product **/
.inquiry-box {
    background: white;
    padding: clamp(20px, 2vw, 24px) clamp(8px, 2vw, 20px);
    border-radius: clamp(16px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 36px 40px;
}
.inquiry-box.inquiry-sticky p {
    margin: 0 !important;
}
.inquiry-box.inquiry-sticky {
    background: var(--color3);
    font-size: 12px;
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 1rem);
    z-index: 9;
    margin-bottom: 8px;
}
.inquiry-btn {
    background: var(--color1);
    padding: 8px clamp(10px, 2vw, 20px);
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: clamp(14px, 2vw, 16px);
    font-family: var(--medium);
    transition: 0.4s;
    border: 1px solid var(--color1);
}
.inquiry-btn:hover {
    background: white;
}
.inquiry-btn i {
    width: 24px;
    height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry-desc p {
    font-size: clamp(14px, 2vw, 16px);
    font-family: var(--medium);
    margin-bottom: 12px;
}
.inquiry-desc span {
    font-size: 14px;
}
.single-product .socials-share {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.dl-catalog {
    color: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 100px;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.4s;
    margin-block: 12px;
}
.dl-catalog:hover {
    background: var(--color1);
    color: white !important;
}
/** Single Product Sidebar **/
.sidebar-box {
    top: 102px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    background: white;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 16%);
    padding: clamp(24px, 3vw, 32px) 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}
.sidebar-box:before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 104px;
    height: 12px;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    z-index: 0;
}
.sidebar-box .sidebar-img {
    border-radius: 20px;
    overflow: hidden;
}
.sidebar-box .sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-box .btn-wrap {
    justify-content: center;
}
.sidebar-btn {
    color: var(--color1);
    background: white;
}
.sidebar-btn:hover {
    background: var(--color1);
    color: white;
}
@media only screen and (max-width: 768px) {
    .tags_post {
        margin-bottom: 72px;
    }
}
/** Sidebar Shop **/
.wrap-sidebar-shop {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    background: white;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 16%);
    padding: clamp(24px, 3vw, 32px) 20px;
    position: relative;
}
.wrap-sidebar-shop:before {
    content: "\e934";
    font-family: 'icomoon';
    position: absolute;
    top: -1px;
    line-height: 1;
    right: 50%;
    transform: translateX(50%);
    font-size: 13px;
    color: white;
}
.sidebar-shop {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray4);
}
.main-widget {
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: center;
    gap: clamp(4px, 2vw, 8px);
    justify-content: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}
.main-widget i {
    width: clamp(20px, 2vw, 26px);
    height: clamp(20px, 2vw, 26px);
    font-size: clamp(14px, 2vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
}
.cat-item {
    position: relative;
    padding: 0 12px;
    line-height: 1.5;
    transition: 0.4s;
}
.cat-item.active {
    background: var(--gray4);
    border-radius: 4px;
}
.product-categories {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 32px);
    margin-top: 24px;
}
.wrap-sidebar-shop .widget-side:not(:nth-last-child(1)) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}
.sidebar-shop > * ul {
    margin-top: 12px;
}
.children .cat-item a {
    color: #A6A6A6;
    position: relative;
    padding-right: 8px;
    transition: 0.4s;
}
.children .cat-item a:hover {
    color: var(--black);
}
.children .cat-item {
    padding-inline: 8px;
}
.widget-title {
    position: relative;
}
.widget-title .caticon {
    top: 5px;
}
.woocommerce-widget-layered-nav-list {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
#sidebar-shop .widget.woocommerce-widget-layered-nav ul li a,
#sidebar-shop .widget.widget_layered_nav_filters ul li a {
    color: #A6A6A6;
    position: relative;
    font-size: 14px;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    transition: 0.4s;
}
#sidebar-shop .widget.woocommerce-widget-layered-nav ul li a:before,
#sidebar-shop .widget.widget_layered_nav_filters ul li a:before {
    content: "";
    font-family: 'icomoon';
    color: var(--color1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    border-radius: 6px;
    background: #EDEDED;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4sease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#sidebar-shop .widget.widget_layered_nav_filters li:hover a,
#sidebar-shop .widget.woocommerce-widget-layered-nav li:hover a,
#sidebar-shop .widget.woocommerce-widget-layered-nav li.chosen a {
    color: var(--color2);
}
#sidebar-shop .widget.widget_layered_nav_filters li.chosen a:before,
#sidebar-shop .widget.woocommerce-widget-layered-nav li:hover a:before,
#sidebar-shop .widget.woocommerce-widget-layered-nav li.chosen a:before {
    background: var(--color1);
    content: "\e93c";
    transition: all 0.4s ease;
    color: white;
}
#sidebar-shop .widget.widget_layered_nav_filters li.chosen:hover a:before,
#sidebar-shop .widget.woocommerce-widget-layered-nav li.chosen:hover a:before {
    background: var(--color2);
    content: "\e909";
    transition: all 0.4s ease;
}
/* سایدبار موبایل به صورت off-canvas */
#sidebar-shop .sidebar-shop {
    transition: transform 0.3s ease;
}
#openSidebarBtn {
    margin-bottom: 1.5rem;
    width: calc(100% - 2rem);
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: clamp(4px, 2vw, 8px);
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    background: white;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 16%);
    padding: 20px;
    font-family: 'dana-medium';
}
#openSidebarBtn::after {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 104px;
    height: 12px;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    z-index: 0;
}
#openSidebarBtn::before {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    top: 47%;
    line-height: 1;
    left: 20px;
    font-size: 7px;
    transform: rotate(90deg) translateY(-50%);
}
#mobileSidebar {
    padding-top: 1rem;
}
@media (max-width: 991.98px) {
    #sidebar-shop {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        /* max-width: 320px; */
        height: 100vh;
        z-index: 9999;
        background: #fff;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        display: block;
    }
    #sidebar-shop.active {
        transform: translateX(0);
    }
    .close-sidebar {
        background: none;
        border: none;
        font-size: 24px;
        position: absolute;
        left: 7px;
        top: 0;
        z-index: 10001;
        color: var(--danger);
    }
}
/** Product hr **/
.product-hr {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    width: calc(100% - 18px);
    position: relative;
}
.product-hr .post-image {
    border-radius: 36px;
    max-width: 101px;
    border-radius: 16px;
    flex: 0 0 101px;
    margin: 0;
}
.product-hr .post-link {
    top: 50% !important;
    left: -40px !important;
    bottom: auto !important;
    transform: translateY(-50%) translateX(50%) !important;
    width: 40px;
    height: 40px;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    color: var(--color2);
    font-size: 21px;
}
.woocommerce .stars span {
    display: flex;
    gap: 8px;
}
#tab-reviews .form-submit {
    float: left;
    flex: unset;
}
.stars {
    margin: 0 !important;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e92f";
    transition: all 0.3s;
    color: #eee;
}
.woocommerce p.stars a:hover ~ a::before {
    content: '\e92f';
    color: #eee;
}
.woocommerce p.stars:hover a::before {
    color: #FFA631;
}
.woocommerce p.stars.selected a.active::before {
    color: #FFA631;
}
.woocommerce p.stars.selected a.active ~ a::before {
    color: #eee;
}
.woocommerce p.stars.selected a:not(.active)::before {
    color: #FFA631;
}
.comment-form-rating {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    z-index: 1;
}
.comment-form-rating label {
    position: unset !important;
}