/*
Theme Name: woomydisign
Author: iman najafi
Description: for shopping site
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1
*/

@font-face {
    font-family: 'iman';
    src: url('fonts/Sahel-Light-FD.woff') format('woff');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: 'iman';
}

body {
    font-family: 'iman';
    color: #f0e6d2;
    direction: rtl;
}

div {
    direction: rtl;
    text-align: right;
}

:root {
    --cart-bg: #403a3a;
    --cart-btn: #d4af37;
    --cart-border_ver2: #fbe42d;
    --btn-border-white: #fff3;
    --btn-hover-bg-yellow: #ffeb3b;
    --budapest-purple: #6D214F;
    --budapest-light-purple: #B33771;
    --budapest-blue: #2C3A47;
    --budapest-light-blue: #CAD3C8;
    --budapest-gold: #BD7121;
    --budapest-cream: #FFF9E6;
    --digikala-black: #000000;
    --digikala-dark: #121212;
    --digikala-gold: #FFD700;
    --digikala-light-gold: #FFF9C4;
    --digikala-text: #FFFFFF;
    --digikala-placeholder: #AAAAAA;
    --digikala-border: #333333;
    /* Functional Colors */
    --success-color: #4CAF50;      /* برای پیام‌های موفقیت */
    --error-color: #dc3232;        /* برای خطاها و هشدارها */
    --warning-color: #ff9800;      /* برای اخطارها */
    --info-color: #2196F3;         /* برای اطلاعات */
    
    /* Typography */
    --font-primary: 'iman', sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
    
    /* Spacing */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    
    /* Border Radius */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 12px;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;

}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    background-color: black !important;
}

input:autofill {
    background-color: none !important;
}

input::placeholder {
    color: #dfdbdb !important;
}

select {
    background-color: #212121 !important;
    color: #fff !important;
    border: 1px solid #ffffff54 !important;
    padding: 8px 9px !important;
    border-radius: 4px !important;
    height: 38px;
    line-height: normal;
}

select option {
    background: #212121 !important;
    color: #fff !important;
}

option:hover,
option:focus {
    background: #fff;
}

.c_gold {
    color: gold;
}

.mb-9 {
    margin-bottom: 1rem;
}

.mt-9 {
    margin-top: 1rem;
}

.border_yellow {
    border: 1px solid yellow;
}

.form_input_black_bg {
    color: #fff;
}

.form_input_black_bg:focus {
    box-shadow: none;
    border: 1px solid #ffffff78;
    transition: all .3s ease;
    color: #fff;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

section.top_acces {
    padding: 1rem;
    border-bottom: 1px solid yellow;
}

section.top_acces .right_acces {
    text-align: right;
    font-size: 0.9rem;
}

section.top_acces .right_acces span {
    display: inline-block;
    margin-left: 1rem;
            opacity:0;
  animation:textload .3s ease 1.5s forwards;
}

@keyframes textload{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

section.top_acces .right_acces span i{
         color:yellow;
}

.top_wrap {
    width: 100%;
}

.top_cart_box {
    text-align: right;
}

section.top_wrap .top_cart_box li {
    display: inline-block;
}

section.top_wrap .top_cart_box a {
    padding: 1rem 0 0 1rem;
    display: inline-block;
    color: #F8FF29;
}

section.top_wrap .search_box form {
    position: relative;
    margin-bottom: 1rem;
}

section.top_wrap .search_box form input {
    width: 100%;
    margin-top: 1rem;
    border-radius: 20px;
    border: 1px solid #dddddd;
    padding: .2rem .8rem;
    background-color: white;
    color: black;
}

section.top_wrap .search_box form button {
    position: absolute;
    top: 12px;
    left: 0;
    padding: .5rem;
    border-radius: 50%;
    border: 1px solid #322255;
    background-color: #F8FF29;
    width: 2.6rem;
    text-align: center;
}

section.top_wrap .search_box form select {
    position: absolute;
    top: 20px;
    left: 45px;
    border: 0;
    border-right: none;
    background: white;
    width: 34%;
    border-right: 1px solid #ddd;
    padding: 0 0.7rem;
}

.top_menu {
    background-color: #716d6d6b;
    border-bottom: 1px solid #F8FF29;
    font-family: 'iman', 'Helvetica Neue', sans-serif;
    padding: 15px 0;
}

.my_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    gap: 1px 18px;
    padding: 6px 0;
    flex-wrap: wrap;
}

.my_menu ul li {
    position: relative;
    margin-right: 0;
}

.my_menu ul > li> a{
    
} 
.my_menu ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 0;
    position: relative;
       

}

.my_menu ul li a:hover{
    color: gold;
}


.my_menu ul li > ul {
    text-align: right;
    visibility: hidden;
    position: absolute;
    top: 35px;
    right: 40px;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    transition: all .2s ease-in-out;
    display: flex;
    width: 600px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background-color: #666;
    border-radius: 4px;
    gap: 1px 0;
    padding: 0;
}

.my_menu ul li:hover > ul {
    display: flex;
    transition: all .2s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.my_menu ul li ul li {
    margin: 0;
    padding: 10px 20px;
    background-color: #212121;
    width: 49.9%;
    border-radius: 4px;
}

.my_menu ul li ul li:last-child {
    border: 0;
}

.my_menu ul li ul li a {
    color: #fff;
    display: block;
    padding: 0;
}

.my_menu ul li ul li ul {
    right: 100%;
    left: auto;
    top: 0;
    border: 2px solid white;
}

.iman {
    display: flex;
    align-items: center;
}

section.top_menu .logo {
     font-size: 24px;
    display: inline-block;
    font-weight: 300;
    height: 40px;
    overflow: hidden;
    width: 40px;
    border-radius: 10px;
    background-image: url('img/site logo/11.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 24px;
    position: relative;
    top: 9px;
}


section.top_menu .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
    border-radius: 10px;
}

.container {
    margin: 0 auto;
}

.row {
    display: flex;
}


/* آیکون‌های مختلف برای هر آیتم */
.my_menu ul li:nth-child(1) a::before {
}

.my_menu ul li:nth-child(2) a::before {
}

.my_menu ul li:nth-child(3) a::before {
}

.my_menu ul li ul.sub-menu li a::before {

}


.slider_bootstrap {
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.slider_bootstrap img{
}

.carousel {
    position: relative;
}

.carousel-inner {
    border-radius: 15px;
    overflow: hidden;
}

.carousel-item {
    transition: transform 0.7s ease-in-out;
}

.carousel-item img {
    height: auto;
    object-fit: cover;
    object-position: center;
}

.title_box {
    text-align: right;
    padding: 1rem 0;
}

.title_box1 {
    text-align: left;
    padding: 1rem 0;
}

.title_box1 a:hover {
    color: rgb(95, 5, 95);
}

.title_box_last_product h4 {
    width: 100%;
}

.slider_wrap {
    margin-bottom: 1rem;
}

.item {
    position: relative;
    border-radius: 5px;
    padding: 10px 12px;
    margin: .3rem;
    margin-bottom: 0.3rem;
}

.slider_owl_carousel .item,
.slider_spec_offer .item {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1.1s ease-in, transform .6s ease-in;
    border: 1px solid #8a878730;
}

.slider_owl_carousel .item.scrolled,
.slider_spec_offer .item.scrolled {
    opacity: 1;
    transform: translateY(0);
}

.slider_owl_carousel .item.delay-0 {
    transition-delay: 0s;
    transition-property: opacity, transform, background-color;
}

.slider_owl_carousel .item.delay-1 {
    transition-property: opacity, transform, background-color;
    transition-delay: 0.4s;
}

.slider_owl_carousel .item.delay-2 {
    transition-property: opacity, transform, background-color;
    transition-delay: .8s;
}

.slider_owl_carousel .item.delay-3 {
    transition-property: opacity, transform, background-color;
    transition-delay: 1.2s;
}

.slider_owl_carousel .item.delay-4 {
    transition-property: opacity, transform, background-color;
    transition-delay: 1.6s;
}

.slider_owl_carousel .item.delay-5 {
    transition-property: opacity, transform, background-color;
    transition-delay: 2s;
}

.slider_spec_offer .item.delay-0 {
    transition-delay: 0s;
    transition-property: opacity, transform, background-color;
}

.slider_spec_offer .item.delay-1 {
    transition-property: opacity, transform, background-color;
    transition-delay: .4s;
}

.slider_spec_offer .item.delay-2 {
    transition-property: opacity, transform, background-color;
    transition-delay: .8s;
}

.slider_spec_offer .item.delay-3 {
    transition-property: opacity, transform, background-color;
    transition-delay: 1.2s;
}

.slider_spec_offer .item.delay-4 {
    transition-property: opacity, transform, background-color;
    transition-delay: 1.6s;
}

.slider_spec_offer .item.delay-5 {
    transition-property: opacity, transform, background-color;
    transition-delay: 2s;
}

.slider_owl_carousel .item.scrolled:hover {
    border: 1px solid #8a878730;
    transition: opacity 0.8s ease-in, transform 0.8s ease-in, border 0.4s ease-in;
}

.slider_spec_offer .item.scrolled:hover {
    border: 1px solid #8a878730 !important;
}

@keyframes gradientFlow {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.item figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 150px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
}

.item .figcaption {
    position: absolute;
    top: 3px;
    right: 0;
    width: 100%;
    height: 100%;
}

.item .figcaption img {
    height: 140px;
    object-fit: contain;
    display: table;
    margin: 0 auto;
}

.fig_c2 {
    opacity: 0;
    transition: all .3s ease;
}

.item figure:hover .fig_c2 {
    opacity: 1;
    transition: all .3s ease;
}

.title {
    text-align: center;
}

.item h6 {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1.2rem 1.5rem;
    font-size: 1.2rem;
    color: white;
}

.item a {
    color: white;
}

.item span {
    display: inline-block;
}

.item del {
    display: block;
}

.item .price {
    text-align: center;
    line-height: 2;
    height: 91px;
    position: relative;
}

.product_body .item .price,
.main_single .item .price {
    height: 70px;
}

.item .price .price-separator {
    display: block;
}

.product_body .item .price .price-separator,
.main_single .item .price .price-separator {
    display: inline-block;
}

.item .price del bdi {
    text-decoration: line-through;
}

.item .comments-section {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.item .comments-section .comments-toggle {
    width: 56px;
    border-radius: 12px;
    background: #d7d7d7;
    border: 1px solid #ffffff24;
    color: #1a1a1a;
}

.item .comments-section .comments-toggle:focus {
    outline: none;
}

.item .comments-section .comments-toggle:hover {
    color: #ffff222;
    border: 1px solid #ffff2234;
}

.item .add-and-comments {
    align-items: center;
    justify-content: space-around;
}

.item .add-and-comments .comments-section {
    text-align: left;
    width: auto;
    padding: 0;
    position: relative;
    top: 1px;
}

.item .buttom {
    text-align: center;
    margin-top: 1rem;
}

.buttom a.light {
    border: 1px solid #fff3;
    background-color: black;
    color: white;
    width: 62%;
    border-radius: 4px;
    padding: .3rem .6rem;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.buttom a.light::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffeb3b;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transform-origin: bottom;
    color: black;
}

.product_body .buttom,
.body_main_single .relatead_pro .buttom {
    display: none;
}

.slider_owl_carousel .item.scrolled:hover .buttom a.light:before,
.slider_spec_offer .item.scrolled:hover .buttom a.light:before {
    height: 100%;
}

.slider_owl_carousel .item.scrolled:hover .buttom a.light,
.slider_spec_offer .item.scrolled:hover .buttom a.light {
    color: black;
}

a.light {
    border: 1px solid white;
    background-color: #EEB600;
    color: white;
    width: 62%;
    border-radius: 4px;
    padding: .3rem .6rem;
    display: inline-block;
    text-align: center;
}

.button {
    text-align: center;
    margin-top: 1rem;
}

a.blog {
    border: 1px solid white;
    background-color: #EEB600;
    color: white;
    width: 62%;
    border-radius: 4px;
    padding: .3rem .6rem;
    display: inline-block;
    text-align: center;
}

.button a.blog {
    border: 1px solid white;
    background-color: #EEB600;
    color: white;
    width: 62%;
    border-radius: 4px;
    padding: .3rem .6rem;
    display: inline-block;
    text-align: center;
}

.button a:hover {
    background-color: white;
    color: #bd7121;
    border: 1px solid #bd7121;
}

section.last_product {
    margin-bottom: 5rem;
}

section.last_product .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section.last_product .title_box a {
    color: #fff;
}

section.buy_by_cat {
    margin-bottom: 5rem;
}

section.buy_by_cat .slider_owl_cat {
    padding: 2rem;
    margin-top: .6rem;
}

section.buy_by_cat .slider_owl_cat .item:hover {
    box-sizing: border-box;
    border-radius: 10px;
    transform: translateY(-5px);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    border: 1px solid black !important;
}

section.buy_by_cat .slider_owl_cat .item {
    border: 1px solid white;
    width: 130px;
    overflow: hidden;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    height: 152px;
    background-size: 400% 100%;
}

section.buy_by_cat .slider_owl_cat .item img {
    height: 100px;
    object-fit: contain;
}

section.buy_by_cat .slider_owl_cat .item .title_cart {
    text-align: center;
    color: black;
}

section.buy_by_cat .slider_owl_cat .item {
    border: 1px solid black;
    width: 130px;
    overflow: hidden;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    height: 152px;
    animation: gradientFlow 6s linear infinite;
    background: linear-gradient(50deg, #DFAC04 0%, #DFAC04 40%, rgb(215, 211, 178) 45%, #DFAC04 50%, #DFAC04 100%);
    background-size: 400% 100%;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

section.buy_by_cat .slider_owl_cat .item .title_cart h4 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    font-size: 17px;
    margin-top: .3rem;
}

section.spec_offer {
    margin-bottom: 1rem;
}

section.spec_offer .row {
    align-items: center;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    margin-top: 1.5rem;
}

section.spec_offer .title_box {
    text-align: left;
}

section.spec_offer .title_box a {
    color: #fff;
    position: relative;
    top: 25px;
}

section.spec_offer .main_div {
    padding: 2rem;
}

section.spec_offer a {
    width: 48%;
}

.spec_offer .counter {
    text-align: center;
    padding: 2rem;
    border: 1px solid white;
    border-radius: 15px;
}

.spec_offer .counter .numb_counter {
    text-align: center;
}

.spec_offer .counter .numb_counter span {
    position: relative;
    background-color: #f44;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 1.3rem;
    margin-left: 10px;
    color: #fff;
}

.spec_offer .counter .numb_counter span sub {
    position: relative;
    top: 5px;
}

.adds_box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.adds_box figure img {
    max-height: 216px;
    object-fit: contain;
    border-radius: 20px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease-out;
}

.adds_box figure img.wipe-in {
    transform: translateX(0);
    opacity: 1;
}

section.best_sells {
    margin-bottom: 5rem;
}

section.best_sells .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section.best_sells .title_box a {
    color: #fff;
}

section.most_sales .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section.most_sales .title_box a {
    color: #fff;
}

section.pre_sal {
    margin-bottom: 5rem;
}

section.pre_sal .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.pre_sal .title_box a {
    color: #fff;
}

.whole_box {
    position: relative;
    padding: 2rem;
}

.right_and_big,
.left_and_small {
    text-align: center;
}

.right_and_big,
.left_and_small figure {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.right_and_big.scrolled-in,
.left_and_small figure.scrolled-in {
    opacity: 1;
    transform: translateY(0);
}

.left_and_small figure:nth-child(1) {
    transition-delay: 0.1s;
}

.left_and_small figure:nth-child(2) {
    transition-delay: 0.2s;
}

.left_and_small figure:nth-child(3) {
    transition-delay: 0.3s;
}

.left_and_small figure:nth-child(4) {
    transition-delay: 0.4s;
}

.whole_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    transition: opacity 0.5s ease;
    border-radius: 20px;
}

.right_and_big:hover {
    transform: translateY(-10px);
}

.right_and_big {
    transition: all .2s ease-in-out;
}

.right_and_big figure {
    overflow: hidden;
    max-height: 499px;
    width: 100%;
    border-radius: 20px;
}

.right_and_big figure img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.left_and_small figure {
    max-height: 70px;
    width: 100%;
    overflow: hidden;
    transition: all .6s ease-in-out;
}

.left_and_small figure img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

section.blog {
    margin-bottom: 5rem;
}

.blog_item {
    position: relative;
    background: rgba(221, 217, 221, 0.8);
    border: 3px solid yellow;
    border-radius: 12px;
    padding: 16px 24px;
    color: #24110a;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    margin: .3rem;
}

.blog_item_pic {
    width: 100%;
    height: 174px;
    overflow: hidden;
    border-radius: 5px;
}

.blog_item_pic img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.blog_item .blog_text_up {
    text-align: right;
}

.blog_item .blog_text_up .cart_date {
    font-size: .8rem;
    margin-top: 1rem;
    display: inline-block;
    margin-bottom: 1.3rem;
}

.blog_item .blog_text_up h6 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: .7rem;
}

.blog_item .blog_text_down p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog_item:hover {
    transform: scale(1.01);
}

footer {
    border-top: 1px solid #ffefd56b;
    margin-top: 2rem;
}

footer .row {
    align-items: center;
}

.blog_item .buttom .light {
    width: 40%;
}

.blog_index .blog_search {
    background: #fff !important;
    color: #1a1a1a;
}

.blog_index .blog_search::placeholder {
    color: black !important;
}

.buttom_blog_cart {
    text-align: center;
}

.footer_menu_social {
    text-align: right;
    width: 100%;
    height: 75px;
    line-height: 61px;
}

.footer_menu_social h4 {
    margin-bottom: 1rem;
}

.footer_menu_social ul li {
    padding: 10px 5px;
    display: inline-block;
}

.footer_menu_social ul a {
    color: papayawhip;
    display: inline-block;
    padding: 4px;
}

.footer_menu_social ul a:hover {
    color: orange;
}

.footer_logo {
    width: 100%;
    height: 75px;
    text-align: left;
    overflow: hidden;
}

.footer_logo a {
    display: inline-block;
    width: 14%;
    text-align: center;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.footer_menu_box {
    text-align: right;
    margin-top: 2rem;
}

.footer_menu_box hr {
    width: 50%;
}

footer ul li a {
    position: relative;
    color: #fff;
    font-weight: 300;
    padding: 0px 17px 8px;
    display: block
}

footer ul li a:hover {
    color: gold;
}

footer .footer_menu_box ul li a::before {
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 16px;
    top: 12%;
    right: -6px;
}

footer .footer_menu_box ul li:nth-child(n) a::before {
    content: "\F2EA";
}

.footer-menu span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer-menu span::before {
    content: "\F5B4";
    position: absolute;
    font-family: "bootstrap-icons";
    top: 0;
    left: 0;
}

footer .item {
    padding: 2px;
    border: 1px solid yellow;
}

footer .item:hover {
    border: 1px solid yellow !important;
}

footer p.copyrights {
    width: 100%;
    text-align: center;
}

section.bread {
    background-color: transparent;
    margin-bottom: 1rem;
    border-bottom: 1px solid yellow;
    padding: 3px 0;
}

section.bread .bread-crumbs {
    width: 100%;
    text-align: right;
    position: relative;
    top: -7px;
}
section.bread .bread-crumbs span span:first-child a{
    display: inline-block;
margin-left: 6px;
padding: 3px 14px;
background-color: yellow;
border-radius: 6px;
width: auto;
font-size: 13px;
margin-top: 1rem;
color: black;
}
section.bread .bread-crumbs a {
    color: gainsboro;
    padding: 1rem 0 1rem .5rem;
    display: inline-block;
}

section.bread .bread-crumbs p {
    margin: 0;
}

.body_main_single {
    margin-top: 4rem;
    text-align: right;
    border-radius: 10px;
}
.cart_section .body_main_single {
    margin-top: 2rem;
}
.variations_form.cart {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

table.variations {
    width: 100%;
}

table.variations th {
    vertical-align: bottom;
}

table.variations td {
    text-align: right;
}

.variations.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px
}

.variations.table tr {
    border-bottom: 1px solid #eaeaea;
}

.variations.table tr:last-child {
    border-bottom: none;
}

.variations.table td {
    padding: 15px 10px;
    vertical-align: middle;
}

.variations.table td.label {
    width: 30%;
    font-weight: 600;
    color: #555;
    padding-right: 15px;
}

.variations.table td.value {
    width: 70%;
}

.variations select,
.variations input {
    width: 70%;
    padding: 8px 9px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    transition: all 0.3s ease;
}

.variations select:focus,
.variations input:focus {
    outline: none;
    border-color: #3498db;
 
}

.single_variation_wrap {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eaeaea;
}

.woocommerce-variation {
    margin-bottom: 20px;
}

.woocommerce-variation-price {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.woocommerce-variation-price del span {
    text-decoration: line-through;
}

.woocommerce-variation-availability {
    color: #ec0d0d;
    font-weight: 500;
    margin-bottom: 15px;
}

.woocommerce-variation-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.quantity {
    display: inline-block;
    margin-right: 15px;
}

.quantity input {
    width: 80px;
    text-align: center;
}

.single_add_to_cart_button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 14px 25px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.single_add_to_cart_button:hover {
    background-color: #2980b9;
}

.single_add_to_cart_button:disabled {
    background-color: #bdc3c7;
    cursor: not-allowed;
}

.reset_variations {
    display: inline-block;
    margin-top: 15px;
    color: #ece4e4;
    text-decoration: none;
    font-size: 14px;
    margin-right: 1rem;
}

.reset_variations:hover {
    text-decoration: underline;
}

p.in-stock {
    color: red;
}

@media (max-width: 468px) {
    .quantity {
        display: contents !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .variations.table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    
    .variations.table td.label {
        padding-bottom: 5px;
        font-size: 14px;
    }
    
    .quantity {
        display: block;
        margin-bottom: 15px;
    }
}

.page_blank {
    background: 0;
}

.archive_body {
    margin-top: 4rem;
    text-align: right;
    padding: 2rem;
    background: linear-gradient(50deg, #000, rgba(110, 125, 136, 0.6), #111);
    background-size: 200%;
    animation: gradientFlow 5s ease infinite alternate;
    border-radius: 10px;
    transform: translateZ(0);
    margin-bottom: 4rem;
}

.sidebar_top {
    border: 1px solid #1e1d1c38;
    padding: 7px;
    margin-top: 1rem;
    background: var(--budapest-blue);
    border-radius: 8px;
}

.sidebar_top .blog_shoptamin__category-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 8px;
    padding: 10px;
}

.sidebar_top .blog_shoptamin__category-icons a {
    color: #F4F4F4;
    background-color: #037575;
    border-radius: 23px;
    font-size: 15px;
    height: 38px;
    flex: 1 1 86px;
    padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.sidebar_top .blog_shoptamin__category-icons a i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar_top .blog_shoptamin__category-icons a:hover {
    background-color: #037656;
}

.sidebar_top .blog_shoptamin__category-icons a:hover i {
    transform: scale(1.1);
}

.blog_shoptamin .sidebar_top .postform {
    background-color: var(--budapest-blue) !important;
    width: 100%;
    height: 100%;
    margin-top: 19px;
}

.blog_shoptamin .sidebar_top .postform option {
    background-color: var(--budapest-blue) !important;
}


.sidebar_top .select2-selection__placeholder {
    background-color: transparent !important;
    color: white !important;
}

span.sidebar_title {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 18px 0;
    display: block;
}

.product_explain {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.biger_div_sidebar::before,
.pro_gallery::before,
.product_explain::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FFD700, #FFFFFF);
    transform: scaleX(0);
    transform-origin: left center;
    animation: scaleXIn 4s ease-out forwards;
}

.biger_div_sidebar::after,
.pro_gallery::after,
.product_explain::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #FFD700, #FFFFFF);
    transform: scaleY(0);
    transform-origin: top center;
    animation: scaleYIn 4s ease-out 0.1s forwards;
}

.biger_div_sidebar .pro_sidebar_bx::before,
.pro_gallery .for_animate::before,
.product_explain .product_title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF, #FFD700);
    transform: scaleX(0);
    transform-origin: right center;
    animation: scaleXIn 4s ease-out 0.1s forwards;
}

.biger_div_sidebar .pro_sidebar_bx::after,
.pro_gallery .for_animate::after,
.product_explain .si_tags::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #FFD700, #FFFFFF);
    transform: scaleY(0);
    transform-origin: bottom center;
    animation: scaleYIn 4s ease-out 0.1s forwards;
}

@keyframes scaleXIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes scaleYIn {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

.si_score_archive {
    text-align: center;
    color: white;
    transform: translateX(-15px);
}

.si_score_archive .star {
    color: gold;
    position: relative;
}

.si_score_archive span.ref_num , .si_score_archive span.ref_num_1  {
    font-size: 1rem;
}

.si_score_archive .star:before {
    content: "\F586";
    position: absolute;
    font-family: "bootstrap-icons";
    top: -20px;
    right: -33px;
    color: yellow;
    background-color: #040404;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ffffff4a;
    width: 30px;
    height: 30px;
}


.product_body .si_score_archive .star:before {
    content: "\F586";
    position: absolute;
    font-family: "bootstrap-icons";
    top: -20px;
    right: -33px;
    color: yellow;
    background-color: #040404;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ffffff4a;
    width: 30px;
    height: 30px;
}

.si_score_archive .no_score{
    font-size: 14px;
    top: -3px;
    position: relative;
}

.si_score_archive .star:after {
    content: "امتیاز";
    position: absolute;
    top: -30px;
    transform: translateY(-50%);
    background-color: #fff;
    color: black;
    padding: 0px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-right: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    right: -11px;
    font-weight: 1000;
}

.si_score_archive .star:hover:after{
    opacity:1;
     visibility: visible;
}
.item:hover .si_score_archive .star:before {
    transform: rotateY(360deg);
    transition: transform 0.8s ease-in-out;
}

.si_score_archive::before {
    transition: transform 0.6s ease-in-out;
}
 

@media (max-width: 576px) {
    section.top_acces {
    padding: 1rem 0;
        
    }
    section.last_product, section.buy_by_cat , section.best_sells {
        margin-bottom: 2rem;
    }
    section.baner{
        margin-top: 3rem;
    }
    .my_menu .sub-menu li a{
    
    margin-right: 25px;
}
    section.top_acces .right_acces span {
        animation: none;
        opacity: 1; 
        font-size: 13px;
    }
    .item:hover .si_score_archive .star:before {
        transform: none;
    }
    .wc-block-cart-items thead{
        border-radius: 8px;
        background: black;
    }
    .wc-block-cart-items tbody tr{ 
        background: black;
    }
    .cart_section .body_main_single {
    margin-top: 1rem;
}
section.pre_sal {
  margin-bottom: 2rem;
}
.pre_sal .whole_box {
    padding: 10px;
}
.right_and_big figure img {
  height: 50%;
  object-fit: contain;
  width: 50%;
  border-radius: 6px;
}
    
}

section.main_single .product_explain .product_title {
    border-bottom: 1px solid papayawhip;
}

section.main_single .product_explain .product_title h4 {
    padding: 0 0 1rem 0;
}

section.main_single .product_explain {
    padding: 2rem 1rem;
    border-radius: 10px;
}

section.main_single .product_explain .product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 8px;
    width: 100%;
    align-items: center;
}

section.main_single .product_explain .cats {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.main_single .product_explain .cats a {
    color: papayawhip;
    padding: .5rem 0;
    display: inline-block;
    font-size: .9rem;
}

section.main_single .product_explain .si_comments {
    white-space: nowrap;
    padding: .6rem 0;
    margin-right: .5rem;
}

section.main_single .product_explain .si_price {
    flex-basis: 100%;
    margin-top: 4px;
    font-size: 1rem;
    padding: 0 0 1rem 0;
    text-align: left;
}

section.main_single .product_explain .si_text {
    border-bottom: 1px solid papayawhip;
}

section.main_single .product_explain .si_text p {
    padding-top: .5rem;
    line-height: 2;
}

section.main_single .product_explain .si_buy {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid papayawhip;
}

section.main_single .product_explain .si_buy span {
    display: inline-block;
}

section.main_single .product_explain .si_buy span i {
    color: gold;
}

section.main_single .product_explain .si_buy .buttom .light {
    width: 100%;
}

section.main_single .product_explain .si_tags a {
    color: papayawhip;
    padding: .5rem 0;
    display: inline-block;
    font-size: .8rem;
}

section.main_single .pro_gallery {
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

section.main_single .pro_gallery figure.top_big_pic {
    text-align: center;
    background-color: #ffffbf;
    margin-bottom: 2rem;
    border-radius: 10px;
}

section.main_single .pro_gallery figure.top_big_pic img {
    max-height: 400px;
    display: table;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
}

section.main_single .pro_gallery .gallery_items .item1 figure {
    text-align: center;
    border-radius: 10px;
    padding: .3rem 0;
}

section.main_single .pro_gallery .gallery_items .item1 figure img {
    max-height: 78px;
    object-fit: contain;
    display: table;
    margin: 0 auto;
    border-radius: 10px;
}

.si_buy_btn {
    text-align: center;
}

.si_buy_btn input {
    width: 30%;
    padding-right: 2px;
    direction: ltr;
    background-color: #fff !important;
}

.si_buy_btn .single_add_to_cart_button {
    background-color: var(--btn-hover-bg-yellow);
    color: #1a1a1a;
    border-radius: 4px;
    padding: 7px 13px;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
    font-size: .9rem;
}

.si_buy_btn .quantity {
    text-align: right;
    width: 45%;
}

.fancybox-button--arrow_right {
    left: 0 !important;
    right: auto !important;
}

.fancybox-button--arrow_left {
    right: 0 !important;
    left: auto !important;
}

.fancybox-button--arrow_right:after {
    content: '‹' !important;
    transform: rotate(180deg) !important;
}

.fancybox-button--arrow_left:after {
    content: '›' !important;
    transform: rotate(180deg) !important;
}

.fancybox-navigation .fancybox-button--arrow_right:after {
    content: '<' !important;
    font-size: 1.5rem;
}

.fancybox-navigation .fancybox-button--arrow_left:after {
    content: ' > ' !important;
    font-size: 1.5rem;
    position: relative;
    right: 50px;
}

section.main_single .biger_div_sidebar {
    padding: 2rem 1rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

section.main_single .biger_div_sidebar .pro_sidebar_bx span {
    padding: 0 0 1.6rem 0;
    display: block;
    border-bottom: 1px solid papayawhip;
}

section.main_single .biger_div_sidebar .pro_sidebar_bx ul li a {
    width: 100%;
    display: block;
    padding: .5rem .8rem 1rem 0;
    color: white;
    border-bottom: 1px solid papayawhip;
    position: relative;
    font-size: .95rem;
}

section.main_single .biger_div_sidebar .pro_sidebar_bx ul li a::before {
    content: "\F284";
    position: absolute;
    font-family: "bootstrap-icons";
    top: 14px;
    right: 0px;
    font-size: .7rem;
}

section.main_single .biger_div_sidebar .pro_sidebar_bx ul li a:hover {
    color: yellow;
}

section.main_single .biger_div_sidebar .pro_sidebar_bx ul li:last-child a {
    border-bottom: 0;
}

section.main_single span.title_for_rowbox {
    padding: 1rem 0;
    display: block;
    border-bottom: 1px solid #ffefd56e;
}

section.main_single .relatead_pro {
    margin-top: 1rem;
}

.bi_tabs {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bi_tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.digikala-field {
    margin-bottom: 20px;
}

.digikala-field label {
    display: none;
}

.digikala-field input,
.digikala-field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: #66656266;
    color: white;
}

.digikala-field input {
    width: 100%;
}

.digikala-field input:focus,
.digikala-field textarea:focus {}

.comment-form-author,
.comment-form-email {
    display: none;
}

.digikala-rating-section {
    border-radius: 8px;
    margin-top: 1rem;
}

.comment-respond h4 {
    display: none;
}

.digikala-rating-section label {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.digikala-rating-section label.after-effect:after {
    content: "؟";
    position: absolute;
    top: 13px;
    right: 156px;
    transform: translate(-50%, -50%);
    color: black;
    background-color: #f2d90d;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
}

.digikala-stars-rating {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.digikala-stars-rating input[type="radio"] {
    display: none;
}

.digikala-stars-rating label {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
    display: inline-block;
    margin: 0 2px;
}

.digikala-stars-rating label:hover,
.digikala-stars-rating label:hover ~ label {
    color: #ffc107;
}

.digikala-stars-rating input[type="radio"]:checked ~ label {
    color: #ffc107;
}

.digikala-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.pros-section,
.cons-section {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.pros-section label {
    color: #28a745;
    font-weight: bold;
}

.cons-section label {
    color: #dc3545;
    font-weight: bold;
}

#respond .form-submit input#submit {
    background: yellow;
    color: black;
    border: none;
    padding: 1px 21px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

#respond .form-submit input#submit:hover {
    background: white;
}

.commentlist {
    list-style: none;
    padding: 0;
}

.commentlist .comment {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-meta {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 15px;
}

.comment-author {
    font-weight: bold;
    color: #333;
}

.comment-metadata {
    color: #666;
    font-size: 12px;
}

.digikala-product-rating {
    display: inline-block;
}

.digikala-product-rating .rating-score {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.digikala-product-rating .stars {
    direction: ltr;
}

.digikala-product-rating .star {
    color: #ddd;
    font-size: 16px;
}

.digikala-product-rating .star.filled {
    color: #ffc107;
}

.digikala-product-rating .rating-count {
    color: #666;
    font-size: 14px;
}

.rtl .digikala-stars-rating {
    direction: rtl;
}

.rtl .digikala-field {
    text-align: right;
}

.woocommerce-Reviews h2 {
    display: none;
}

.comment_container img {
    width: 30px;
    height: 30px;
}

.digikala-product-rating .stars {
    direction: rtl;
}

.digikala-product-rating .rating-score {
    display: none;
}

.digikala-product-rating .rating-count {
    display: none;
}

.commentlist .comment_container .comment-text {
    line-height: 1.6;
    font-size: 14px;
    padding: 12px;
    color: #eeecec;
    background: transparent;
    border-right: none;
}

.comment-text .description {
    background-color: #66656266;
    padding: 20px 15px;
    width: 100%;
    border-radius: 8px;
    color: white;
    border: 1px solid transparent;
    border-right: 3px solid yellow;
}

.comment-reply-title {
    border-bottom: 1px solid rgb(155, 148, 148) !important;
    background-color: rgba(106, 105, 105, 0.29) !important;
}

#review_form_wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding: 0 20px;
    border-radius: 5px;
}

#review_form_wrapper.open {
    max-height: 1000px;
    padding: 20px;
    margin: 15px 0;
}

.review-toggle-btn {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    transition: background 0.3s ease;
}

.review-toggle-btn:hover {
    background: #4a4a4a;
}

.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.arrow-icon.down {
    transform: rotate(0deg);
}

.arrow-icon.up {
    transform: rotate(180deg);
}

.comments-toggle-btn {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    transition: background 0.3s ease;
}

.comments-toggle-btn:hover {
    background: #4a4a4a;
}

.comment-list li {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.comment-list li.hidden-comment {
    display: none;
}

.load-more-comments {
    background: #007cba;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 15px auto;
    display: block;
    transition: background 0.3s ease;
}

.load-more-comments:hover {
    background: #005a87;
}

.load-more-comments.hidden {
    display: none;
}

.comments-arrow-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.comments-arrow-icon.down {
    transform: rotate(0deg);
}

.comments-arrow-icon.up {
    transform: rotate(180deg);
}

.woocommerce-reviews-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reviews-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.comments-toggle-btn,
.review-toggle-btn {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.comments-toggle-btn:hover,
.review-toggle-btn:hover {
    background: #4a4a4a;
}

.comments-toggle-btn.active {
    background: yellow;
    color: black;
}

.review-toggle-btn.active {
    background: yellow !important;
    color: black !important;
}

#review_form_wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.reviews-buttons-container.comments-active {
    flex-wrap: wrap;
}

.reviews-buttons-container.comments-active .review-toggle-btn {
    order: 1;
}

.reviews-buttons-container.comments-active .comments-toggle-btn {
    order: 2;
}

#review_form_wrapper.open {
    max-height: 2000px;
    padding: 0px 0 20px 0;
    margin: 0 0 10px 0;
    width: 100%;
}

.comments-arrow-icon,
.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.comments-arrow-icon.down,
.arrow-icon.down {
    transform: rotate(0deg);
}

.comments-arrow-icon.up,
.arrow-icon.up {
    transform: rotate(180deg);
}

.load-more-comments {
    background: #007cba;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 15px auto;
    display: block;
    transition: background 0.3s ease;
}

.load-more-comments:hover {
    background: #005a87;
}

.comment-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.rtl .reviews-buttons-container {
    flex-direction: row-reverse;
}

.rtl .comments-toggle-btn,
.rtl .review-toggle-btn {
    flex-direction: row-reverse;
}

.comment-notes {
    display: none;
}

#comments,
#review_form_wrapper {
    transition: all 0.3s ease !important;
}

#comments {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding: 0 20px;
    margin-bottom: 15px;
}

#comments.open {
    max-height: 5000px;
    padding: 20px;
}

td.woocommerce-product-attributes-item__value {
    position: relative;
    top: 7px;
    right: 15px;
}

.bi_tabs .nav-link {
    color: white;
    background-color: transparent;
    border: none;
    padding: .5rem 1rem;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.bi_tabs .nav-link:hover {
    color: #ffffff;
}

.bi_tabs .nav-link.active {
    color: #fff;
    background-color: rgba(236, 188, 138, 0.2);
    border: none;
}

.bi_tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: yellow;
    animation: scaleXIn .3s ease-out forwards;
}

.bi_tabs .tab-content {
    color: #e0e0e0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
}

.bi_tabs button:focus {
    outline: 0;
}

.bi_tabs .tab-content p {
    line-height: 2.5;
    width: 100%;
    display: inline-block;
}

.comment_container {
    margin-bottom: 1rem;
}

.bi_tabs .tab-content p.form-submit {
    text-align: left;
}

.product_body {
    margin-top: 3rem;
    text-align: right;
    background-size: 200%;
    animation: gradientFlow 5s ease infinite alternate;
    border-radius: 10px;
    transform: translateZ(0);
    margin-bottom: 4rem;
}

.product_body .item {
    margin-bottom: 2rem;
}

.product_body span.page_title {
    display: block;
}

.product_body .title_shop {
    height: auto;
    line-height: 3;
    border-bottom: 1px solid #ffffff3d;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.product_body .order_by {}

.product_body .product_section {
    border: 1px solid #f0f0f026 !important;
    padding: 0 16px;
}

@media (max-width: 767px) {
    .product_body .product_section {
        padding: 4px;
    }
    .blog_shoptamin .post_content{
        padding: 0px 12px;
    }
    .blog_shoptamin  .whole_sidbar {
     padding: 0px 15px;
}
    .blog_shoptamin 

}

.order_by .woocommerce-result-count {
    display: none;
}

[data-attribute="pa_brand"] li label {
    justify-content: space-around;
}

[data-attribute="pa_brand"] li.iman-term {
    flex: 1 0 30px !important;
}

.active-filters-container {
    background: #191B1C !important;
    border: none !important;
    display: none;
}

.remove-filter {
    color: var(--btn-hover-bg-yellow);
}

.clear-filters a {
    color: white !important;
}

.Desktop_Filter .product-attributes-filter {
    border: 1px solid #f0f0f026 !important;
    background: 0 !important;
}

ul.iman-list {
    width: 100% !important;
}

.paginate_box {
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 2rem;
}

.paginate_box a {
    color: orange;
    background-color: #37578078;
}

.paginate_box a:hover {
    color: black;
    background: #fff;
}

.page_tilte {
    display: flex;
    padding: 0 .6rem;
    font-size: 1.2rem;
}

.single_body .single_post_meta {
    border: 1px solid #1e1d1c38;
    padding: 1rem;
    border-radius: 4px;
}

.single_body .single_post_meta h3 {
    line-height: 2;
    font-size: 1.5rem;
}

.single_body {
    background: #c1c1c1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    animation: 0;
    padding: 4rem 2rem;
}

.single_body .single_post_meta a {
    color: #071b35;
    font-size: .9rem;
}

.single_body .single_post_meta .comma {
    color: black;
}

.single_body .single_post_meta .si_comment_numb {
    text-align: left;
    margin-bottom: 1rem;
}

table.shop_attributes {
    width: 100%;
    margin-bottom: 1rem;
    color: #e4e5e6;
    border-collapse: collapse;
}

.vote-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.like-btn,
.dislike-btn {
    background: 0;
    border: 0;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    color: #b0adad;
}

.like-btn:hover,
.dislike-btn:hover {
    background: #e6f7e61a;
}

.like-btn.active,
.dislike-btn.active {}

.like-btn.disabled,
.dislike-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.like-btn.disabled:hover,
.dislike-btn.disabled:hover {
    background: 0;
}

.single_body .single_post_meta .si_exercpt p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    line-height: 2.2;
    color: black;
}

.single_body .single_pic figure {
    text-align: center;
    border-radius: 10px;
}

.single_body .single_pic figure img {
    display: table;
    margin: 0 auto;
    border-radius: 10px;
}

.single_body .post_content p {
    color: black;
    line-height: 2.2;
}


.single_body .whole_sidbar .share_post {
    background-color: var(--budapest-blue);
    text-align: center;
    padding: 8px 8px;
    border-radius: 10px;
}

.single_body .whole_sidbar .share_post ul {
    margin: 0 auto;
}

.single_body .whole_sidbar .share_post li {
    display: inline-block;
    text-align: center;
}

.single_body .whole_sidbar .share_post li a {
    color: darkcyan;
    display: inline-block;
    margin-left: 4px;
    background-color: #F4F4F4;
    border-radius: 5px;
    font-size: 18px;
    color: darkcyan;
    display: inline-block;
    margin-left: 4px;
    background-color: #F4F4F4;
    border-radius: 5px;
    font-size: 18px;
    padding: 3px 7px;
    width: 30px;
    height: 30px;
}

.single_body .single_sidbar {
    padding: 1rem 0;
    border-bottom: 1px solid #393f4436;
}

.single_body .post_content .si_tags a {
    color: white;
}

.single_body .single_sidbar a {
    display: block;
    color: black;
    margin-bottom: 2rem;
    position: relative;
    padding-right: .7rem;
}

.single_body .single_sidbar a:hover::after {
    transform: scale(1.3);
}

.single_body .single_sidbar a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 66%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #F9F9F9;
    border-radius: 50%;
    opacity: 1;
}

.single_body .single_sidbar a::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: -2px;
    right: 6px;
    background: #FFFDFD;
    transition: width 0.3s ease;
    top: 150%;
}



body {
    background-color: #191B1C;
    color: var(--budapest-cream);
}

.item {
    color: #CAD3C8;
    border: 1px solid #ffff0021;
}

.item:hover {
    border: 1px solid #8a878730;
}

@media (max-width: 576px) {
    .product_body .item figure:hover .fig_c2 {
        opacity: 0;
        transition: all .3s ease;
    }
}

.item:hover .buttom a.light:before {
    height: 100%;
}

.item:hover .buttom a.light {
    color: black;
}

.carousel-inner {
    border: 2px solid rgb(176, 182, 10);
}

footer {
    background-color: #716d6d6b;
    border-top: 1px solid #F8FF29;
}

.footer_menu_social ul a {
    color: var(--budapest-pink);
}

.footer_menu_social ul a:hover {
    color: var(--budapest-cream);
    transform: scale(1.2);
}

.footer_menu_social ul a {
    transition: color 0.3s ease;
    transform: 0.3s ease;
    box-shadow: 0.3s ease;
    backdrop-filter: 0.3s ease;
}

.title_box h4 {
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 30px 0;
}

.title_box h4::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FFD700, #FFFFFF);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.title_box h4.animated::after {
    transform: scaleX(1);
}

.title_box h4:hover::after {
    transform: scaleX(1);
}

.search_box form input {
    background-color: rgba(255, 249, 230, 0.2);
    color: var(--budapest-cream);
    border: 1px solid var(--budapest-pink);
}

.whole_sidbar .share_post {}

.whole_sidbar .sidebar_ad {
    text-align: center;
    margin-bottom: 3rem;
    border-radius: 5px;
    margin-top: 3rem;
}
.whole_sidbar .sidebar_ad a{
    max-width: 300px;
display: inline-block;
}

.whole_sidbar .sidebar_ad img {
    display: table;
    margin: 0 auto;
    border-radius: 5px;
}

.sidebar_bottome {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 12px;
}

.post_search_box {
    padding: 5px 0px;
    text-align: left;
    margin-bottom: 4rem;
}

.post_search_box form {
    position: relative;
}

.post_search_box input {
    width: 100%;
    padding: 3px 5px;
    border-radius: 4px;
    border: 0;
    text-align: center;
}

.post_search_box button {
    position: absolute;
    outline: 0;
    border: 0;
    right: 1px;
    top: 2px;
    width: 45px;
    height: 29px;
    background-color: white;
    border-radius: 4px;
    color: #0f1171;
    text-align: center;
    font-size: 14px;
}

span.page_title {
    padding: 0 28px;
    line-height: 2.7;
}

.page404_body {
    background-color: white;
    margin-bottom: 5rem;
}

.page404_body .page404_content {
    text-align: center;
}

.page404_body p {
    font-size: 2rem;
    color: black;
}

.page404_body a {
    color: var(--budapest-blue);
    display: inline-block;
    width: 20%;
}

.page404_body .post_search_box input {
    border: 1px solid var(--budapest-blue);
    border-radius: 4px;
    text-align: right;
    padding-right: 46px;
}

.paginate_box ul {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.paginate_box ul li {
    display: inline-block;
}

.paginate_box ul li a {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    line-height: 1.25;
    background-color: #ffd700;
    color: black;
}

.page-item.active .page-link {
    background: white;
    border: 1px solid white;
    color: black;
}

.page-item .page-link:focus {
    box-shadow: none;
}

.paginate_box ul li span {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    line-height: 1.25;
    background-color: #fff;
    color: #010;
}

.noresult {
    text-align: center;
}

.noresult_search {
    margin: 1rem;
}

.single_body .post_content {
    margin-top: 2rem;
    color: black;
}

.no_result {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.2rem;
}

a.single_tags {
    display: inline-block;
    background-color: #434362;
    color: #fff;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid white;
    font-family: 'iman';
    margin-left: .1rem;
}

.wp-block-woocommerce-cart {
    color: #e5e5e5;
    border-radius: 9px;

}

.wc-block-components-totals-wrapper {
    border-top: 1px solid hsla(0, 3.6%, 62.2%, 0.51) !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: .9rem;
}

.wc-block-cart-items__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.wc-block-cart-items__header {
    border-bottom: 2px solid #403e3e;
}

.wc-block-cart-items__header th {
    padding: 1rem;
    font-size: 0.9rem;
    text-align: right;
}

.wc-block-cart-items__header-image {
    position: relative;
}

.wc-block-cart-items__header-image:before {
    content: "✓";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--btn-hover-bg-yellow);
    border-radius: 50%;
    top: 8px;
    left: 10px;
    color: black;
    text-align: center;
}

.wc-block-cart-items__row {
    border-bottom: 2px dotted #ffffff47;
    transition: all 0.3s ease;
}



.wc-block-cart-item__image img {
    width: 80px;
    height: auto;
    border-radius: 4px;
}

.wc-block-cart-item__product {
    padding: 1rem;
}

.wc-block-components-product-name {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.wc-block-components-product-name:hover {
    color: white;
}

.wc-block-components-product-price__value {
    color: var(--btn-hover-bg-yellow);
    font-weight: 500;
}

.wc-block-components-quantity-selector {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.wc-block-components-quantity-selector__input {
    background-color: #121212;
    color: #e5e5e5;
    border: 1px solid #252525;
    width: 50px;
    text-align: center;
    padding: 0.5rem;
    margin: 0 0.5rem;
}

.wc-block-components-quantity-selector__button {
    background-color: #121212;
    color: #d4af37;
    border: 1px solid #252525;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wc-block-components-quantity-selector__button:hover {
    background-color: yellow;
    color: #121212;
}

.wc-block-components-quantity-selector {
    border: 1px solid #ffff0030;
}

.wc-block-cart-item__remove-link {
    color: yellow !important;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 0.5rem;
    text-decoration: none !important;
}

.wc-block-cart-item__remove-link:hover {
    color: red !important;
}

.wc-block-cart-item__remove-link:focus {
    outline: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    position: relative;
    display: block !important;
    font-size: .9rem !important;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title:after {
    content: "✓";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--btn-hover-bg-yellow);
    border-radius: 50%;
    top: 9px;
    right: 120px;
    color: black;
    text-align: center;
}

.wc-block-cart__totals {
    background-color: #121212;
    border: 1px solid #252525;
    padding: 2rem;
    margin-top: 2rem;
}

.wc-block-components-title {
    color: yellow;
    font-family: 'iman','Cinzel', serif;
    border-bottom: 1px solid #252525;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #252525;
}

.wc-block-components-totals-item__label {
    color: #e5e5e5;
}

.wc-block-components-totals-item__value {
    color: var(--btn-hover-bg-yellow);
    font-weight: 500;
}

.wc-block-cart__submit-button {
    background-color: var(--btn-hover-bg-yellow) !important;
    color: #121212 !important;
    font-weight: 500 !important;
    padding: 13px !important;
    position: relative;
    font-size: 0.9rem !important;
    border: none !important;
    width: 85% !important;
    margin-top: 1.5rem;
    border-radius: 4px;
}

.wc-block-cart__submit-button:before {
    content: "\F425";
    position: absolute;
    font-family: "bootstrap-icons";
    top: 5px;
    right: 22px;
    color: black;
    font-size: 1.7rem;
    line-height: 1.4;
}

.wc-block-cart__submit-container {
    text-align: center;
}

.wc-block-formatted-money-amount {
    font-weight: normal;
}

.wc-block-cart__sidebar {
    border: 1px solid #ffffff42;
    border-radius: 5px;
    padding: 10px 15px !important;
}

.wc-block-components-totals-coupon__form {
    align-items: center;
}

.wc-block-components-totals-coupon__button {
    background-color: var(--btn-hover-bg-yellow) !important;
    color: #42413d !important;
    font-weight: 500 !important;
    padding: 2px !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    border: medium none !important;
    width: fit-content;
    max-height: 30px;
    transition: all 0.3s ease 0s !important;
    border-radius: 5px;
}

.wc-block-components-button__text {
    text-align: center;
}

textarea[name="order_comments"]::placeholder {
    color: transparent;
}

textarea[name="order_comments"] {
    color: white !important;
    background-color: #66656266 !important;
    border-right: 3px solid yellow !important;
    border-radius: 8px !important;
}

textarea[name="order_comments"]:focus {
    border-color: transparent !important;
    border-right: 3px solid yellow !important;
}

input[name="ship_to_different_address"] {
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px;
    height: 20px;
    background-color: black;
    border: 1px solid #444 !important;
    position: relative;
    top: 6px;
}

input[name="ship_to_different_address"]:checked:before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f2d90ce5 !important;
    font-size: 15px;
    border: 1px solid;
    width: inherit !important;
    height: inherit !important;
    line-height: 1.4;
    text-align: center;
}

input[name="ship_to_different_address"]:hover {
    border: 2px solid #f2d90ce5 !important;
}

.woocommerce-checkout,
.wp-block-woocommerce-checkout {
    background-color: #3c3a3a;
    color: #e5e5e5;
    font-family:'iman', 'Montserrat', sans-serif;
    padding: 2rem;
    border: 1px solid yellow;
    border-radius: 9px;
}

.woocommerce-checkout h2,
.wp-block-woocommerce-checkout h2 {
    color: yellow;
    font-family:'iman', 'Cinzel', serif;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #252525;
    padding-bottom: 1rem;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.wc-block-components-checkout-step {
    background-color: #121212;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #ffffff63 !important;
    border-radius: 12px;
    border-top-right-radius: 0;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.wc-block-components-checkout-step__title {
    color: yellow;
    font-family:'iman', 'Cinzel', serif;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.woocommerce form .form-row label,
.wc-block-components-checkout-step__heading-content {
    color: #e5e5e5;
    margin-bottom: 0.5rem;
    display: block;
}

.wc-block-components-text-input input {
    border: 1px solid #c8c8c873 !important;
}

input.my_form {}

input.my_form:focus {}

.form-row input[type="checkbox"] {
    width: 17px !important;
    height: 17px;
}

label.check_box span {
    position: relative;
    right: 0;
    top: -3px;
    cursor: pointer;
}

.woocommerce-checkout-review-order,
.wc-block-components-order-summary {
    background-color: #121212;
    border: 1px solid #252525;
    padding: 2rem;
    margin-bottom: 2rem;
}

.wc-block-components-order-summary {
    padding: 6px !important;
    background-color: #595959;
    border: 1px solid #252525;
    margin-bottom: 1rem;
}

.woocommerce-checkout-review-order-table th,
.wc-block-components-order-summary__heading {
    color: #d4af37;
    font-family:'iman', 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    border-bottom: 1px solid #252525;
    padding-bottom: 1rem;
}



.shipping_method {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid #444 !important;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
}

.shipping_method:checked::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f2d90ce5 !important;
    font-size: 15px;
    border: 1px solid;
    width: inherit !important;
    height: inherit !important;
    line-height: 1.4;
    text-align: center;
}

.shipping_method:hover {
    border: 2px solid #f2d90ce5 !important;
}

.shipping_method + label {
    font-size: .875em;
    color: #e5e5e5;
    font-weight: 10;
}

.woocommerce-checkout-review-order-table td,
.wc-block-components-order-summary-item {
    border-bottom: 1px solid #252525;
    padding: 1rem 0;
}

.woocommerce-checkout-review-order-table .product-name,
.wc-block-components-order-summary-item__description {
    color: #f0f0f0;
}

.cart_item .product-name {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 6px;
}

.cart_item .product-name img {
    width: 70px;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table .product-total,
.wc-block-components-order-summary-item__total-price {
    color: #d4af37;
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .order-total td,
.wc-block-components-order-summary__total-value {
    color: #d4af37;
    font-size: 1.2rem;
    font-weight: 600;
}

.woocommerce-checkout-review-order + .form_header_checkout {
    color: inherit !important;
}

.digikala-login-box-inerform-body .row .form-row .woocommerce-input-wrapper input,
.digikala-login-box-inerform-body .shipping_address .form-row .woocommerce-input-wrapper input,
.digikala-login-box-inerform-body .form-row input,
input.my_form {
    color: gold;
    border: 1px solid #ffffff21;
    transition: all .3s ease;
}

.digikala-login-box-inerform-body .row .form-row .woocommerce-input-wrapper input:focus,
.digikala-login-box-inerform-body .shipping_address .form-row .woocommerce-input-wrapper input:focus,
.digikala-login-box-inerform-body .form-row input:focus,
input.my_form:focus {
    color: var(--btn-hover-bg-yellow);
    border: 1px solid #ffffff21;
    box-shadow: none;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #ffffff21 !important;
}

.select2-search__field {
    color: yellow;
}

#billing_country_field {
    display: none;
}

.place-order {
    justify-content: center;
}

#place_order,
.wc-block-components-checkout-place-order-button {
    background-color: var(--btn-hover-bg-yellow) !important;
    color: #121212 !important;
    font-weight: 500 !important;
    padding: 1rem 2rem !important;
    font-size: 0.9rem !important;
    border: none !important;
    width: 85%;
}

.wc-block-checkout__actions_row button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wc_payment_methods,
.wc-block-components-payment-methods {
    background-color: #121212;
    border: 1px solid #252525;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.wc_payment_methods label,
.wc-block-components-payment-method-label {
    color: #e5e5e5;
    cursor: pointer;
}

.wc_payment_methods .payment_box,
.wc-block-components-payment-method-content {
    background-color: #1a1a1a;
    color: #e5e5e5;
    padding: 1rem;
    margin-top: 0.5rem;
    border: 1px solid #252525;
}

.wc-block-components-order-summary-item {
    padding: 10px 5px;
}

.wc-block-components-order-summary-item__quantity {
    display: none !important;
}

.wc-block-components-order-summary-item__total-price {
    display: none;
}

.screen-reader-text {
    display: none;
}

.woocommerce-checkout-review-order .payment_methods li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: black;
    border: 1px solid #444 !important;
    cursor: pointer !important;
    position: relative;
    transform: translateY(40%);
    margin-left: 4px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
}

.woocommerce-checkout-review-order .payment_methods li input:checked:before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f2d90ce5 !important;
    font-size: 15px;
    border: 1px solid;
    width: inherit !important;
    height: inherit !important;
    line-height: 1.4;
    text-align: center;
}

.woocommerce-checkout-review-order .payment_methods li input:hover {
    border: 2px solid #f2d90ce5 !important
}



.digikala-auth-container {
    color: var(--digikala-text);
    padding: 40px 20px;
}

.digikala-auth-columns {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.digikala-auth-col {
    flex: 1;
}

.digikala-login-box,
.digikala-register-box {
    background: var(--digikala-black);
    border-radius: 10px;
    padding: 40px;
    border: 2px solid #c1a715;
    background: none !important;
}

.digikala-login-box h2,
.digikala-register-box h2 {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
}

.digikala-register-box h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--digikala-gold), transparent);
}

.digikala-login-box h2 i,
.digikala-register-box h2 i,
.digikala-form-group label i {
    color: var(--digikala-gold);
    margin-left: 10px;
}

.form-control::placeholder {
    color: gold;
    opacity: .5;
}

.digikala-input::placeholder {
    color: white;
    opacity: .7;
}

.digikala-btn {
    width: 100%;
    padding: 9px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-align: center;
    background: var(--cart-btn);
}

.digikala-btn-register {
    background: var(--digikala-gold);
    color: var(--digikala-black);
}

.digikala-btn-register:hover {
    background: #d4af37;
    transform: translateY(-2px);
}

.digikala-forgot {
    color: var(--digikala-gold);
    text-decoration: none;
    transition: all 0.3s;
}

.digikala-forgot:hover {
    color: white;
}

button.digikala-btn-login {
    background: var(--cart-btn);
    color: black;
}

.digikala-auth-container {
    direction: rtl;
    font-family:'iman', 'Yekan', 'Tahoma', sans-serif;
}

.digikala-login-box {
    max-width: 400px !important;
    padding: 20px !important;
    border: 2px solid #fbe42d !important;
    border-radius: 8px !important;
    background: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

.digikala-login-box-inerform-body {
    max-width: 100%;
    padding: 20px !important;
    border: 1px solid #ffffff2f !important;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 1rem;
    border-top-right-radius: 0px;
}
form[name='checkout'] .digikala-login-box-inerform-body{
    padding: 10px  20px !important;
    border-top-right-radius: 0px;
}

p.address-field {
    width: 100% important;
    display: block !important;
}

.digikala-form-group {
    margin-bottom: 20px;
    position: relative;
}

.digikala-form-group label {
    display: none;
}

.digikala-input {}

.mydiv .modal-content input {}

.mydiv .modal-content input:focus {}

span.select2-selection__placeholder {
    background-color: black !important;
    color: gold !important;
}

span.select2-selection__rendered {
    background-color: black !important;
    color: gold !important;
}

span.select2-selection {
    border: 1px solid #ffffff21 !important;
}

.select2-selection--single {
    background-color: transparent !important;
}

.bc_gray {
    background-color: var(--cart-bg);
}

.border_black {
    border-bottom: 1px solid #ffffff40;
}

.digikala-login-box-inerform-body a {
    color: #e8d536;
}

.digikala-login-box-inerform-body li a {
    color: #fff;
}

.digikala-login-box-inerform-body a:hover {
    color: var(--btn-hover-bg-yellow);
}

.digikala-login-box-inerform-body .woocommerce-table__product-name a:hover {
    color: #010100;
}

.list-group-item {
    background-color: transparent;
}

.digikala-login-box-inerform-body .row {
    align-items: flex-start;
}

.woocommerce-Pagination a {
    width: auto;
}

.password-toggle {
    position: absolute;
    left: 15px;
    top: 14px;
    cursor: pointer;
    color: gold;
    opacity: .5;
    transition: all 0.3s;
}

.password-toggle:hover {
    opacity: 1;
}

.digikala-form-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.digikala-forgot {
    font-size: 13px;
    color: gold;
    text-decoration: none;
}

.digikala-btn-login:hover {
    background: #d4af37;
    transform: translateY(-2px);
}

.digikala-remember input[type="checkbox"],
.digikala-login-box-inerform-body input[name="rememberme"] {
    margin-left: 4px;
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    background: black;
    top: 3px;
    padding: 0 !important;
}

.digikala-remember input[type="checkbox"]:checked,
.digikala-login-box-inerform-body input[name="rememberme"]:checked {
    background: black;
    border: 1px solid #f2d90ce5;
}

.digikala-remember input[type="checkbox"]:checked::after,
.digikala-login-box-inerform-body input[name="rememberme"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f2d90d;
    font-size: 12px;
    font-weight: bold;
}

.digikala-remember input[type="checkbox"]:focus,
.digikala-login-box-inerform-body input[name="rememberme"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[name="rememberme"]:hover {
    border: 2px solid #f2d90ce5 !important;
}

.password-input-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--digikala-gold);
    opacity: 0.7;
    transition: opacity 0.3s;
    z-index: 2;
}

.password-toggle:hover {
    opacity: 1;
}

.wc-block-cart__submit-container a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.widget_shopping_cart_content .product_list_widget {
    background: var(--cart-btn);
    padding: 1rem;
    color: black;
    border: 3px solid;
}

.widget_shopping_cart_content .product_list_widget li {
    margin-bottom: 1rem;
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
}

.widget_shopping_cart_content .product_list_widget .mini_cart_item img {
    max-width: 30px;
    max-height: 30px;
    margin: 1rem;
}

.digikala-register-link {
    margin-top: 20px;
    text-align: center;
}

.digikala-register-link p {
    margin-bottom: 10px;
}

.digikala-btn-register {
    background-color: #f0f0f0;
    color: #333;
}

.digikala-btn-register:hover {
    background-color: #e0e0e0;
}

.digikala-register-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.digikala-login-link {
    margin-top: 25px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.digikala-btn-primary {
    background-color: #ef394e;
    color: white;
    width: 100%;
    padding: 12px;
}

.digikala-btn-secondary {
    background: #f5f5f5;
    color: #333;
    width: 100%;
    padding: 12px;
}

.card_register {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #fbe42d;
    border-radius: 8px;
    background: #403a3a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.card_register_header {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: gold;
}

.custom_btn {
    width: 100%;
    width: 100%;
    background-color: var(--btn-hover-bg-yellow) !important;
    border: 1px solid #fff3 !important;
    color: #010101 !important;
    font-weight: 300 !important;
}

.custom_btn:hover {
    background: var(--btn-hover-bg-yellow);
    color: black;
    border: 1px solid #fff3;
}

.custom_btn:active {
    background: var(--btn-hover-bg-yellow);
    border: 1px solid #fff3 !important;
    color: black !important;
}

button[name="apply_coupon"] {
    max-height: 43px;
}

#woocommerce-checkout-form-coupon {
    position: static;
    width: fit-content;
    display: flex;
}

#woocommerce-checkout-form-coupon p:nth-child(1) {
    flex: 2;
    flex-direction: column;
}

#woocommerce-checkout-form-coupon p:nth-child(2) {
    flex: 1;
    align-items: baseline;
    justify-content: center;
    position: relative;
    top: 3px;
}

#woocommerce-checkout-form-coupon p:nth-child(1) button [name='apply_coupon'] {
    height: 35px;
}

#coupon_code:focus {
    border: 1px solid #ffffff21;
    transition: none;
}

p.coupon .custom_btn:hover {
    transform: none;
}

.custom_btn:focus {
    box-shadow: none !important;
}

.digikala-remember span {
    color: #fff;
}

p.custom_lost_pass {
    margin-top: 1.5rem;
    text-align: center;
    color: gold;
}

.woocommerce-login-link {
    margin-top: 1.5rem
}

.woocommerce form.login a,
.woocommerce-login-link a {
    color: #fff;
}

label[for="username"] {
    display: none !important;
}

label[for="password"] {
    display: none !important;
}

label[for="reg_email"] {
    display: none !important;
}

label[for="reg_username"] {
    display: none !important;
}

label[for="reg_password"] {
    display: none !important;
}

.woocommerce-privacy-policy-text p {
    display: none;
}

.woocommerce-info {
    max-width: 100%;
    border: 1px solid #fbfaf169 !important;
    border-radius: 4px !important;
    background: none !important;
    color: var(--btn-hover-bg-yellow) !important;
}
.woocommerce-info-castum{
    position:relative;
    padding: 0 16px;
    color: var(--btn-hover-bg-yellow);
}
.woocommerce-info-castum:before{
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    right: -10px;
    color:#fff;
}
.woocommerce-Button.wc-forward{
    display:none !important;
}


a.showlogin {
    color: #fff;
}

.login p input,
.register p input {
    color: var(--btn-hover-bg-yellow) !important;
    border: 1px solid #ffffff12;
}

.login p input:focus,
.register p input:focus {
    background-color: black !important;
    color: var(--btn-hover-bg-yellow);
    box-shadow: none;
}

.woocommerce-info a {
    color: white !important;
}

.woocommerce-info:before {
    color: white !important;
}

.woocommerce-info:after {
    color: white !important;
}

span.coupon-error-notice {
    color: white !important;
}

span.required,
abbr.required {
    color: #11111;
    position: relative;
}

span.required:before,
abbr.required:before {
    border-radius: 50% !important;
    content: "" !important;
    display: block;
    height: 7px;
    right: 1px !important;
    background-color: var(--btn-hover-bg-yellow) !important;
    position: absolute;
    top: 5px !important;
    width: 7px;
}

span.required:after {
    content: "*" !important;
    display: block;
    height: .4em;
    right: 52% !important;
    margin: 0;
    min-height: 6px;
    min-width: 6px;
    position: absolute;
    top: 27% !important;
    transform: translate(50%, -50%);
    width: .75em;
    color: black;
    font-size: 15px;
}

.woocommerce-error {
    background-color: #b73737;
    border-top: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    display: block !important;
    direction: rtl;
    text-align: right
}

.woocommerce-error::before {
    display: none;
}

.woocommerce-error li:hover a {
    color: #fff;
}

.woocommerce-error li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding-top: 4px;
}

.woocommerce-error li a {
    color: #fff;
}

.checkout .woocommerce-error {
    padding: 10px 33px;
    width: fit-content;
}

.form-group span.password-input {
    width: 100%;
}

button.show-password-input {
    background: white !important;
    border-radius: 4px !important;
    opacity: .3;
}

.checkout-inline-error-message {
    display: none;
}

.woocommerce-message {
    background-color: #4CAF50;
    color: #fff;
    border-top: none;
    border-radius: 5px;
}

.woocommerce-message::before {
    color: #fff;
}

.woocommerce-message a {
    color: #fff;
}

.form_header {
    text-align: center;
    font-size: 1.3rem;
    color: #dfdbdb;
    margin-bottom: 1rem;
    border-bottom: 1px solid #FFFFFF9C;
}

.form_header_checkout {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(149, 140, 140, 0.94);
}

.btn_half {
    width: 50% !important;
}

.a_btn {
    padding: .3REM;
    margin-top: 2.3rem;
    display: block;
    text-align: center;
    border-radius: 4px;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.thankyou_reciept {
    padding: 1rem;
    border-radius: 4px;
    color: gold;
}

.wc-block-cart__submit-button .wc-block-components-button__text {
    visibility: hidden;
    position: relative;
    font-size: 1rem;
}

.wc-block-components-button__text {
    width: 100%;
}

.wc-block-cart__submit-button .wc-block-components-button__text::after {
    content: "ثبت سفارش";
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-block-components-shipping-address {
    display: none !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 0 !important;
}

.table-hover tbody tr:hover {
    background-color: var(--btn-hover-bg-yellow);
}

.table-hover tbody tr:hover a {
    color: #101000;
}

.wc-block-components-radio-control__input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #000 !important;
    border: 1px solid #444 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 1.5em !important;
    right: 16px !important;
    margin: inherit !important;
    min-height: 20px !important;
    min-width: 20px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-45%) !important;
    width: 1.5em !important;
}

.wc-block-components-radio-control__input:hover {
    border: 2px solid #f2d90ce5 !important;
    margin-bottom: -1px !important;
}

.wc-block-components-radio-control__input:checked::before {
    background: 0 !important;
    border-radius: 0 !important;
    content: "✓" !important;
    display: block;
    height: .75em;
    right: 52% !important;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50% !important;
    transform: translate(50%, -50%);
    width: .75em;
    color: #f2d90ce5;
    font-size: 15px;
    border: 1px solid;
    width: inherit !important;
    height: inherit !important;
    text-align: center;
}

.woocommerce-orders-table .custom_btn:hover {
    transform: none;
}

span[aria-label="Next"] {
    font-size: 2.5rem;
}

span[aria-label="Previous"] {
    font-size: 2.5rem;
}

.owl-carousel .owl-nav button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.owl-dot:focus {
    outline: 0;
}

.thwcfd-field-radio label.radio {
    margin-right: 28px !important;
}

.woocommerce-input-wrapper input[name='additional_sending_time'] {
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px;
    height: 20px;
    top: 27px;
    background-color: black;
    border: 1px solid #444 !important;
    position: relative;
    border-radius: 0;
    transition: none;
}

.woocommerce-input-wrapper input[name='additional_sending_time']:hover {
    border: 2px solid #f2d90ce5 !important;
}

.woocommerce-input-wrapper input[name='additional_sending_time']:focus {
    box-shadow: none;
    border-color: none;
}

.woocommerce-input-wrapper input[name='additional_sending_time']:checked:before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f2d90ce5 !important;
    font-size: 15px;
    border: 1px solid;
    width: inherit !important;
    height: inherit !important;
    line-height: 1.4;
    text-align: center;
}

label[for="persian_delivery_date"] {
    display: none !important;
}

input[name="persian_delivery_date"] {
    display: none !important;
}

.woocommerce-additional-fields {
    display: flex;
    flex-direction: column;
}

#persian_delivery_time_slots {
    order: -1;
}

.woocommerce-additional-fields__field-wrapper {
    order: 1;
}

.woocommerce-additional-field {
    background: none !important;
}

#persian_delivery_time_slots {
    border: none !important;
    background: none !important;
}

#persian_delivery_time_slots h3 {
    color: white !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 1.5rem !important;
    font-size: 1rem !important;
    border-bottom: 1px solid rgba(149, 140, 140, 0.94) !important;
}

#today_info {
    margin-top: 10px !important;
    padding: 10px !important;
    background: #212121 !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 13px !important;
}

#today_info strong {
    color: white !important;
}

#today_info span {
    font-weight: normal !important;
    color: white !important;
}

#manual_date_selector {
    margin-top: 15px !important;
    padding: 20px 9px !important;
    background: none !important;
    border: 1px solid #FFF3 !important;
    border-radius: 5px !important;
    margin-bottom: 15px !important;
}

#manual_date_selector p {
    font-weight: normal !important;
    color: white !important;
}

.date-selector-row select {
    border-color: #ffffff3d !important;
    background: black !important;
    color: gold !important;
}

.date-selector-row select:focus {
    box-shadow: none !important;
}

#delivery_time_slots {
    margin-top: 20px !important;
    padding: 15px !important;
    background: none !important;
    border: 1px solid #fff3 !important;
    border-radius: 6px !important;
    animation: slideDown 0.3s ease-out !important;
}

label[for="delivery_time_slot"] {
    font-weight: normal !important;
}

#delivery_time_slot {
    border-radius: 4px !important;
    background: black !important;
    color: gold !important;
    border: 1px solid #bdbdbd4f !important;
}

#delivery_time_slot:focus {
    box-shadow: none !important;
}

#selected_date_display {
    margin-top: 15px !important;
    padding: 12px !important;
    background: var(--btn-hover-bg-yellow) !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 13px !important;
}

#selected_date_display span,
#selected_date_display strong {
    color: black !important;
}

#selected_date_display span strong {
    color: black !important;
    margin-top: 1rem !important;
    display: inline-block !important;
}

.wc-block-cart-items {
    table-layout: fixed;
    width: 100%;
}

.order_table {
    table-layout: fixed;
    width: 100%;
}

.delivery-info-box {
    background-color: #262626 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    border: none !important;
}

.delivery-info-box p {
    margin: 10px 0 !important;
    font-size: 16px !important;
    color: white !important;
}

.delivery-info-box strong {
    color: white !important;
    margin-left: 10px !important;
}

.search_modal {
    outline: 0;
    border: 1px solid #fff4;
}

.discount-ticket {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 100000;
}

.gold-bar {
    background: #f2d90d;
    color: #1a1a1a;
    padding: 8px 15px;
    font-size: 13px;
    position: relative;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.gold-bar::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    pointer-events: none;
}

.gold-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0.4;
    animation: glowPulse 2s ease-in-out infinite alternate;
}

@keyframes lightMove {
    0% {
        right: -100%;
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        right: 200%;
        opacity: 0;
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}

.subcategory-filter-group h4::after {
    left: 59% !important;
}

.category-filter-group h4 {
    position: relative;
}

.category-filter-group h4:after {
    content: "؟";
    position: absolute;
    top: 8px !important;
    left: -14px !important;
    transform: translate(-50%, -50%);
    color: black;
    background-color: #f2d90d;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
}

.cross-sells-product.item {
    background: #1a1a1a;
    border: 2px solid #0c600c;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 380px;
    display: flex;
    flex-direction: column;
}

.cross_owl_sell.owl-carousel {
    border-right: 3px solid yellow;
border-radius: 8px;
background: #ffffff0d;
    padding: 10px 0;
    font-size: 15px;
}

.cross_owl_sell.owl-carousel .cross-sells-product.item {
    width: 190px !important;
    margin: 18px auto;
    height: 300px !important;
}

.cross-sells-product.item > div:first-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}
.cross-sells-header{
    text-align:center;
    font-family: 'iman';
    padding: 4px 0;
}
.cross-sells-header .header-text{
    position:relative;
    right: -23px;
}
.cross-sells-header .header-icon{
    position: relative;
    left: -35px;
}
.cross-sells-header .header-text:after{
       content: "؟";
    position: absolute;
    top: 11px !important;
    left: -14px !important;
    transform: translate(-50%, -50%);
    color: black;
    background-color: #38b738;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
}
.cross-sells-product.item .wc-block-components-product-image {
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 12px;
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cross-sells-product.item .wc-block-components-product-image img {
    border-radius: 4px;
    transition: transform 0.3s ease;
    max-height: 140px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.cross-sells-product.item .wc-block-components-product-title {
    margin-bottom: 10px;
    min-height: 45px;
    max-height: 45px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.cross-sells-product.item .wc-block-components-product-title a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    transition: color 0.3s ease;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cross-sells-product.item .wc-block-components-product-rating-stars {
    margin-bottom: 10px;
    text-align: center;
    height: 20px;
    flex-shrink: 0;
    display: none;
}

.cross-sells-product.item .wc-block-components-product-price {
    margin-bottom: 15px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cross-sells-product.item .wc-block-components-formatted-money-amount,
.cross-sells-product.item .wc-block-components-product-price__value {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.cross-sells-product.item del {
    color: #888 !important;
    font-size: 13px;
    margin-left: 8px;
}

.cross-sells-product.item ins {
    text-decoration: none;
    color: #ffc107 !important;
    display: block;
    margin-top: 4px;
}

.cross-sells-product.item .wp-block-button {
    margin-top: auto;
    flex-shrink: 0;
}

.cross-sells-product.item .wp-block-button__link {
    background: linear-gradient(135deg, #ffc107, #ff8f00) !important;
    color: #1a1a1a !important;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    display: block;
}

.cross-sells-product.item .wc-block-components-product-sale-badge {
    background: linear-gradient(45deg, #ff5722, #ff9800) !important;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.cross_owl_sell {
    margin-bottom: 1rem;
}
.cross_owl_sell.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.cross_owl_sell.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.cross_owl_sell.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

@media (max-width: 1024px) {
    .cross-sells-product.item {
        width: 230px !important;
        height: 360px !important;
        padding: 12px;
        margin: 8px;
    }
    
    .cross-sells-product.item .wc-block-components-product-image {
        height: 140px;
        padding: 8px;
    }
    
    .cross-sells-product.item .wc-block-components-product-image img {
        max-height: 120px;
    }
    
    .cross-sells-product.item .wc-block-components-product-title {
        min-height: 40px;
        max-height: 40px;
    }
    
    .cross-sells-product.item .wc-block-components-product-title a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .cross-sells-product.item {
        width: 210px !important;
        height: 340px !important;
        padding: 10px;
        margin: 6px auto;
    }

    .cross_owl_sell.owl-carousel .cross-sells-product.item {
        width: 210px !important;
        height: auto !important;
    }
    
    .cross-sells-product.item .wc-block-components-product-image {
        height: 120px;
        padding: 6px;
        margin-bottom: 10px;
    }
    
    .cross-sells-product.item .wc-block-components-product-image img {
        max-height: 100px;
    }
    
    .cross-sells-product.item .wc-block-components-product-title {
        min-height: 35px;
        max-height: 35px;
        margin-bottom: 8px;
    }
    
    .cross-sells-product.item .wc-block-components-product-title a {
        font-size: 12px;
    }
    
    .cross-sells-product.item .wc-block-components-product-price {
        height: 35px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .cross-sells-product.item {
        width: 190px !important;
        height: 320px !important;
        padding: 8px;
        margin: 4px auto;
    }
    
    .cross_owl_sell.owl-carousel .cross-sells-product.item {
        width: 190px !important;
        height: 220px !important;
    }
    
    .cross-sells-product.item .wc-block-components-product-image {
        height: 100px;
        padding: 5px;
        margin-bottom: 8px;
    }
    
    .cross-sells-product.item .wc-block-components-product-image img {
        max-height: 90px;
    }
    
    .cross-sells-product.item .wc-block-components-product-title {
        min-height: 30px;
        max-height: 30px;
    }
    
    .cross-sells-product.item .wc-block-components-product-title a {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }
    
    .cross-sells-product.item .wc-block-components-product-price {
        height: 30px;
        margin-bottom: 10px;
    }
    .cross-sells-product.item del{
        color: #888 !important;
        font-size: 11px;
        margin-left: 0;
    }
}

.cross-sells-product.item:hover .wc-block-components-product-image img {

}
.wp-block-button__link.wp-element-button.wc-block-components-product-button__button:focus{
    outline:none;
}
@media (max-width: 480px){
.wc-block-components-product-price.wp-block-cart-cross-sells-product__product-price {
    display:flex!important;
}
}
.cross-sells-product.item:hover .wp-block-button__link {
    background: linear-gradient(135deg, #ffd54f, #ffb300) !important;
}

.cross-sells-title {
    text-align: center;
    color: #ffc107 !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
    position: relative;
    font-family: inherit;
}

.cross-sells-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffc107, transparent);
}

.wc-block-components-main .wp-block-woocommerce-cart-cross-sells-block pre{
    display:none;
}

.wp-block-button__link .plus-icon-crosssell{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    color: black;
}
@media (max-width: 768px) {
    .cross-sells-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .cross-sells-title::after {
        width: 80px;
    }
}

@media (max-width: 480px) {
    .cross-sells-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .cross-sells-title::after {
        width: 60px;
    }

}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    position: sticky !important;
    top: 20px !important;
    height: fit-content !important;
    max-height: calc(100vh - 40px) !important;
    overflow-y: auto !important;
    align-self: flex-start !important;
}

.wc-block-cart__sidebar {
    height: auto !important;
    min-height: auto !important;
}

.wc-block-cart__totals {
    height: auto !important;
}

.cross-sells-toggle {
    background: #1a1a1a;
   border: 2px solid #e6e6da4d;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    min-height: 44px;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.cross-sells-toggle:hover {
    background: #2a2a2a;
}

.cross-sells-toggle.active {
    background: #2a2a2a;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cross-sells-toggle .toggle-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
    left: -35px;
    position: relative;
}

.cross-sells-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.cross-sells-toggle .toggle-text {
    position: relative;
    right: -17px;
}

.cross-sells-toggle .toggle-text:before {
    content: "؟";
    position: absolute;
    top: 10px;
    left: -15px;
    transform: translate(-50%, -50%);
    color: black;
    background-color: #f2d90d;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
}

.cross-sells-toggle:focus {
    outline: none;
}

.cross-sells-toggle + div {
    background: #ffffff0d;
    border-radius: 8px;
    border-right: 3px solid yellow !important;
}

.category-filter-group h4,
.attribute-group h4 {
    display: inline-block
}

.attribute-group h4::after {
    top: 8px !important;
    left: -14px !important;
}

.subcategory-filter-group h4 {
    display: inline-block
}

.subcategory-filter-group h4:after {
    top: 8px !important;
    left: -14px !important;
}

.category-filter-group {
    border-bottom: none !important;
    margin-bottom: 20px !important;
}

.cart-plus-added {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
    padding: 0 !important;
    background: linear-gradient(135deg, #4CAF50, #45a049) !important;
    color: white !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 auto !important;
}

.cart-plus-added:hover {
    background: linear-gradient(135deg, #45a049, #4CAF50) !important;
    transform: scale(1.1) !important;
    color: white !important;
}

.cart-plus-added:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.wc-block-components-error {
    display: none !important;
}

.wc-add-to-cart-btn {
    width: 36px;
    height: 36px;
    background: #ffd700;
    color: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.wc-add-to-cart-btn:focus {
    outline: none;
}

.wc-add-to-cart-btn {
    margin: 0 auto;
}

.wc-add-to-cart-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.wc-add-to-cart-btn.added {
    background: #4CAF50;
    color: white;
}

.plus-icon {
    color: #000;
    transition: color 0.3s ease;
}

.wc-add-to-cart-btn.added .plus-icon {
    color: white;
}

.product_body .meta-cart-shop .title h6 {
    font-size: 14px;
    line-height: 22px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    display: none;
}

#wc-block-components-totals-coupon__input-coupon {
    color: #fff;
}

.woocommerce-product-attributes-item__value a {
    color: #dee2e6;
}

.Desktop_Filter .category-filter-group {
    position: relative;
}

.Desktop_Filter .category-filter-group:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -17px;
    right: -16px;
    border-top: 1px solid #ffd700;
    border-right: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.Desktop_Filter:hover:before {
    transition: all 0.5s ease;
}

.Desktop_Filter .category-filter-group:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -16px;
    left: -16px;
    border-top: 1px solid #ffd700;
    border-left: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.Desktop_Filter .filter-btn-div {
    position: relative;
}

.Desktop_Filter .filter-btn-div:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -33px;
    right: -17px;
    border-bottom: 1px solid #ffd700;
    border-right: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.Desktop_Filter .filter-btn-div:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -33px;
    left: -17px;
    border-bottom: 1px solid #ffd700;
    border-left: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.Desktop_Filter:hover:after {
    transition: all 0.5s ease;
}

.page:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    border-top: 1px solid #ffd700;
    border-right: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.page:hover:before {}

.page:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    border-top: 1px solid #ffd700;
    border-left: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.page:hover:after {}

.border_corner {
    position: relative;
}

.border_corner:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -20px;
    right: -16px;
    border-bottom: 1px solid #ffd700;
    border-right: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.border_corner:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: -16px;
    border-bottom: 1px solid #ffd700;
    border-left: 1px solid #ffd700;
    transition: all 0.5s ease;
}

.product-attributes-filter .filter-title {
    display: none;
}

@media (max-width: 480px) {
    .cross-sells-toggle .toggle-text {
        font-size: 14px;
    }
    
    .cross-sells-toggle .toggle-text:before {
        top: 9px;
    }
}

@media (max-width: 768px) {
    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        position: relative !important;
        top: 0 !important;
        max-height: none !important;
        margin-bottom: 20px !important;
    }
    
    .wc-block-cart__main {
        flex-direction: column !important;
    }
}

@media (max-width: 480px) {
    .digikala-login-box h2 {
        font-size: 1rem;
    }
    
    .digikala-form-actions {
        align-items: flex-start;
        gap: 10px;
        justify-content: center;
        flex-direction: column-reverse;
    }
    
    .digikala-rating-section label.after-effect:after {
        left: 10px;
    }
    
    .buttom a.light {
        background-color: #ffeb3b;
        color: black;
    }
    
    .wc-block-cart__submit-button .wc-block-components-button__text {
        font-size: 13px;
    }
    
    .wc-block-cart__submit-button:before {}
    
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100% !important;
        display: block !important;

        border-radius: 4px;
        text-align: center;
    }
    
    .wc-block-components-sidebar {
        width: 100% !important;
        display: block !important;
    }
    
    .wc-block-cart-items__header-image::before {
        top: 18px;
        left: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
        font-size: .9rem;
        font-weight: 700;
    }
    
    .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title::after {
        width: 18px;
        height: 18px;
        top: 0px;
        right: 120px;
        display: flex;
        justify-content: center;
        align-items: end;
    }
    
    .wc-block-cart-item__product {
        width: 213px;
    }
    
    .wc-block-cart-item__image img {
        max-width: 60px
    }
    
    .wp-block-woocommerce-cart-items-block {
        padding: 0 10px !important;
    }
    
    .woocommerce-orders-table__header-order-number {
        display: none;
    }
    
    .woocommerce-orders-table__cell-order-number {
        display: none;
    }
    
    .woocommerce-orders-table__cell-order-actions {
        vertical-align: middle !important;
        font-size: 10px;
    }
    
    .woocommerce-orders-table__cell-order-actions a {
        padding: 5px 4px !important;
    }
    
    .order_table {
        font-size: 13px !important;
    }
    
    .my_menu ul li > ul {
        right: -82px;
    }
    
    .my_menu ul li ul li {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    section.top_menu .logo {
        display: none;
    }
    
    .my_menu {
        width: 100%;
    }
    
    .my_menu ul {
        flex-direction: column;
    }
    
    .my_menu ul li > ul {
        right: -580px;
        width: 100%;
        visibility: visible;
        opacity: 1;
        transition: all .2s ease-in-out;
        padding: 0;
        gap: 1px;
    }
    
    .my_menu ul li:hover > ul {
        display: flex;
        transition: all .2s ease-in-out;
        right: -119px;
        min-width: 370px;
    }
    
    .my_menu ul li ul li {
        width: 100%;
    }
    
    .top_wrap {
        position: sticky;
        top: 0;
        background-color: #191B1C;
        z-index: 10;
        border-bottom: 1px solid yellow;
    }
}

@media (max-width: 768px) {
    .digikala-auth-columns {
        flex-direction: column;
    }
    
    .digikala-auth-col {
        margin-bottom: 40px;
    }
    
    .digikala-login-box,
    .digikala-register-box {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2,
    .wc-block-components-checkout-step {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
    }
    
    .woocommerce-checkout-review-order,
    .wc-block-components-order-summary {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .wc-block-cart-items__table,
    .wc-block-cart-items__header,
    .wc-block-cart-items__row,
    .wc-block-cart-item__cell {
        display: block !important;
        width: 100%;
    }
    
    .wc-block-cart-items__header {
        display: none;
    }
    
    .wc-block-cart-items__row {
        padding: 1rem;
        border: 1px solid #252525;
    }
    
    .wc-block-cart-item__cell {
        padding: 0.5rem 0;
    }
    
    .wc-block-cart-item__image {
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .wc-block-components-quantity-selector {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .my_menu ul {
        flex-direction: row;
    }
    
    .my_menu ul li {
        margin-bottom: 5px ;
    }
    .my_menu ul li a{
        font-size:12px;
    }
}

@media (max-width: 599px) {
    .slider_owl_cat .owl-stage {
        display: flex;
        justify-content: center;
    }
    
    .slider_owl_cat .owl-item {
        display: flex;
        justify-content: center;
    }
        .my_menu ul li {
        margin-bottom: 5px ;
    }
    .my_menu ul li a{
        font-size:13px;
    }
    .my_menu ul{
       gap: 1px 12px;
    }
    .top_menu{
        padding:8px 0;
    }
    section.bread .bread-crumbs span span a{
        font-size: 12px!important;
    }
}

@media (max-width: 480px) {
    .spec_offer .counter .numb_counter span {
        position: relative;
        background-color: slategrey;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: inline-block;
        font-size: 1rem;
        margin-left: 10px;
    }
    
    .spec_offer .counter {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
    
    .product_body .item,
    .main_single .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0;
        padding: 12px;
        border-bottom: 1px solid #333;
        background: #000;
        box-sizing: border-box;
        position: relative;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 2rem;
    }
    
    .product_body .img-cart-shop,
    .main_single .img-cart-shop {
        flex: 0 0 70px;
        min-width: 70px;
        max-width: 70px;
    }
    
    .product_body .img-cart-shop a,
    .main_single .img-cart-shop a {
        display: block;
        width: 100%;
        text-decoration: none;
    }
    
    .product_body .img-cart-shop figure,
    .main_single .img-cart-shop figure {
        margin: 0;
        position: relative;
        width: 100%;
        background: transparent !important;
    }
    
    .product_body .img-cart-shop img,
    .main_single .img-cart-shop img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        border-radius: 6px;
        display: block;
        position: relative;
        top: 36px;
    }
    
    .product_body .cart-button-section,
    .main_single .cart-button-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 12px;
        height: 110px;
    }
    
    .product_body .vertical-divider,
    .main_single .vertical-divider {
        width: 1px;
        height: 100%;
        background-color: #333;
        border: none;
        margin: 0;
        flex: 1;
    }
    
    .product_body .cart-button-wrapper,
    .main_single .cart-button-wrapper {
        margin-top: 8px;
    }
    
    .product_body .wc-add-to-cart-btn,
    .main_single .wc-add-to-cart-btn {
        width: 36px;
        height: 36px;
        background: #ffd700;
        color: #000;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }
    
    .product_body .wc-add-to-cart-btn span,
    .main_single .wc-add-to-cart-btn span {
        display: inline-block;
    }
    
    .product_body .wc-add-to-cart-btn:focus,
    .main_single .wc-add-to-cart-btn:focus {
        outline: none;
    }
    
    .product_body .wc-add-to-cart-btn:hover,
    .main_single .wc-add-to-cart-btn:hover {
        background: #ffed4a;
        transform: scale(1);
    }
    
    .product_body .wc-add-to-cart-btn:active,
    .main_single .wc-add-to-cart-btn:active {
        transform: scale(0.95);
    }
    
    .product_body .wc-add-to-cart-btn.loading,
    .main_single .wc-add-to-cart-btn.loading {
        opacity: 0.7;
        pointer-events: none;
    }
    
    .product_body .wc-add-to-cart-btn.added,
    .main_single .wc-add-to-cart-btn.added {
        background: #4CAF50;
        color: white;
    }
    
    .product_body .plus-icon,
    .main_single .plus-icon {
        color: #000;
        transition: color 0.3s ease;
    }
    
    .product_body .wc-add-to-cart-btn.added .plus-icon,
    .main_single .wc-add-to-cart-btn.added .plus-icon {
        color: white;
    }
    
    .product_body .meta-cart-shop,
    .main_single .meta-cart-shop {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 0;
    }
    
    .product_body .meta-cart-shop .title h6,
    .main_single .meta-cart-shop .title h6 {
        font-size: 13px;
        line-height: 1.3;
        margin: 0;
        color: #fff;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .product_body .meta-cart-shop .price,
    .main_single .meta-cart-shop .price {
        font-size: 14px;
        margin: 2px 0;
        color: #ffd700;
    }
    
    .product_body .meta-cart-shop .si_score_archive,
    .main_single .meta-cart-shop .si_score_archive {
        font-size: 11px;
        color: #ccc;
    }
    
    .product_body .meta-cart-shop .buttom,
    .main_single .meta-cart-shop .buttom {
        display: none !important;
    }
    
    .product_body .discount-ticket,
    .main_single .discount-ticket {
        transform: scale(0.8);
        transform-origin: top left;
        position: absolute;
        top: -2px;
        left: -5px;
    }
    
    .product_body .gold-bar,
    .main_single .gold-bar {
        background: #ffd700 !important;
        color: #000 !important;
    }
    
    .product_body .plus-effect,
    .main_single .plus-effect {
        border: 1px solid white;
    }
    
    .product_body,
    .body_main_single,
    .main_single {
        padding: 0;
    }
    
    .product_body {
        margin-top: 1rem;
    }
    
    .page::before {
        right: 8px;
    }
    
    .page::after {
        left: 8px;
    }
    
    .border_corner::before {
        right: -6px;
    }
    
    .border_corner::after {
        left: -3px;
    }
    
    .thankyou_reciept {
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        flex-direction: column;
    }
    
    .thankyou_reciept li {
        padding: 0 0 8px 0;
        border-bottom: 1px dashed #cfc8d8;
        border-left: none !important;
    }
}

@media (max-width: 575.98px) {
    .product_body .item,
    .main_single .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0;
        padding: 12px;
        border-bottom: 1px solid #333;
        background: #000;
        box-sizing: border-box;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 2rem;
    }
    
    .product_body .img-cart-shop,
    .main_single .img-cart-shop {
        flex: 0 0 70px;
        min-width: 70px;
        max-width: 70px;
    }
    
    .product_body .img-cart-shop a,
    .main_single .img-cart-shop a {
        display: block;
        width: 100%;
        text-decoration: none;
    }
    
    .product_body .img-cart-shop figure,
    .main_single .img-cart-shop figure {
        margin: 0;
        position: relative;
        width: 100%;
        background: transparent !important;
    }
    
    .product_body .img-cart-shop img,
    .main_single .img-cart-shop img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        border-radius: 6px;
        display: block;
        position: relative;
        top: 36px;
    }
    
    .product_body .cart-button-section,
    .main_single .cart-button-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 12px;
        height: 110px;
    }
    
    .product_body .vertical-divider,
    .main_single .vertical-divider {
        width: 1px;
        height: 100%;
        background-color: #333;
        border: none;
        margin: 0;
        flex: 1;
    }
  
    .whole_front_page .slider_owl_carousel  .vertical-divider{
        display:none;
    }
    .whole_front_page .slider_owl_carousel .title h6{
        font-size: 11px;
        padding: 8px 2px;
    }
    .whole_front_page .slider_owl_carousel .buttom{
        display:none;
    }
    
    .whole_front_page .slider_owl_carousel .wc-add-to-cart-btn {
          width: 26px;
          height: 26px;
    }
    .whole_front_page .slider_owl_carousel  .figcaption img{
        width: calc(100% - 13px);
    }
     .whole_front_page .slider_owl_carousel .gold-bar{
         padding: 5px 10px;
        font-size: 12px;
     }
      .whole_front_page .slider_owl_carousel .div_free_shipping_front{
          padding: 5px 16px 0px 5px;
          top: -11px;
border-bottom: 1px solid #46464654;
border-left: 1px solid #46464654;
border-bottom-left-radius: 8px;
      }
      .whole_front_page .slider_owl_carousel .div_free_shipping_front .free_shipping_front_icon{
          font-size: 15px;
      }
     .whole_front_page .slider_owl_carousel .div_free_shipping_front .free_shipping_front_text{
          font-size: 11px;
     }
     .whole_front_page .slider_owl_carousel .price .price-separator{
         display: inline-block;
     }
      .whole_front_page .slider_owl_carousel  figure{
          border-radius: 8px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
      }
     .whole_front_page .title_box h4 {
         font-size: 16px;
     }
     .title_box a {
          font-size: 13px;
     }
    .product_body .cart-button-wrapper,
    .main_single .cart-button-wrapper {
        margin-top: 8px;
    }
    
    .product_body .wc-add-to-cart-btn,
    .main_single .wc-add-to-cart-btn {
        width: 36px;
        height: 36px;
        background: #ffd700;
        color: #000;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }
    
    .product_body .wc-add-to-cart-btn span,
    .main_single .wc-add-to-cart-btn span {
        display: inline-block;
    }
    
    .product_body .wc-add-to-cart-btn:focus,
    .main_single .wc-add-to-cart-btn:focus {
        outline: none;
    }
    
    .product_body .wc-add-to-cart-btn:hover,
    .main_single .wc-add-to-cart-btn:hover {
        background: #ffed4a;
        transform: scale(1);
    }
    
    .product_body .wc-add-to-cart-btn:active,
    .main_single .wc-add-to-cart-btn:active {
        transform: scale(0.95);
    }
    
    .product_body .wc-add-to-cart-btn.loading,
    .main_single .wc-add-to-cart-btn.loading {
        opacity: 0.7;
        pointer-events: none;
    }
    
    .product_body .wc-add-to-cart-btn.added,
    .main_single .wc-add-to-cart-btn.added {
        background: #4CAF50;
        color: white;
    }
    
    .product_body .plus-icon,
    .main_single .plus-icon {
        color: #000;
        transition: color 0.3s ease;
    }
    
    .product_body .wc-add-to-cart-btn.added .plus-icon,
    .main_single .wc-add-to-cart-btn.added .plus-icon {
        color: white;
    }
    
    .product_body .meta-cart-shop,
    .main_single .meta-cart-shop {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 0;
    }
    
    .product_body .meta-cart-shop .title h6,
    .main_single .meta-cart-shop .title h6 {
        font-size: 13px;
        line-height: 1.3;
        margin: 0;
        color: #fff;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .product_body .meta-cart-shop .price,
    .main_single .meta-cart-shop .price {
        font-size: 14px;
        margin: 2px 0;
        color: #ffd700;
    }
    
    .product_body .meta-cart-shop .si_score_archive,
    .main_single .meta-cart-shop .si_score_archive {
        font-size: 11px;
        color: #ccc;
    }
    
    .product_body .meta-cart-shop .buttom,
    .main_single .meta-cart-shop .buttom {
        display: none !important;
    }
    
    .product_body .discount-ticket,
    .main_single .discount-ticket {
        transform: scale(0.8);
        transform-origin: top left;
        position: absolute;
        top: -2px;
        left: -5px;
    }
    
    .product_body .gold-bar,
    .main_single .gold-bar {
        background: #ffd700 !important;
        color: #000 !important;
    }
    
    .product_body .plus-effect,
    .main_single .plus-effect {
        border: 1px solid white;
    }
    
    .product_body,
    .body_main_single,
    .main_single {
        padding: 0;
    }
    
    .product_body {
        margin-top: 1rem;
    }
    
    .title_shop .page_tilte {
        display: flex;
        font-size: 16px;
        padding: 0;
    }
    
    .product_count {
        font-size: 13px;
    }
    
    .mobile_filter_button {
        margin-top: 1rem;
    }
    
    .section.top_acces .right_acces {
        line-height: 2;
    }

    .page:before {
        right: 20px;
    }
    
    .page:after {
        left: 20px;
    }
    
    .border_corner:before {
        right: 6px;
    }
    
    .border_corner:after {
        left: 6px;
    }
    
    .product_body .item .price,
    .main_single .item .price {
        height: 49px;
    }
}

@media (max-width: 400px) {
    .product_body .comments-section,
    .main_single .comments-section {
        position: absolute;
        width: auto;
        right: 0;
        top: 156px;
    }
    
    .product_body .img-cart-shop img,
    .main_single .img-cart-shop img {
        border-radius: 3px;
    }
    
    .product_body .item .price,
    .main_single .item .price {
        height: 91px;
    }
}
@media (max-width: 991.98px) {
 
    .blog_shoptamin .single_pic figure{
     max-width: 50%;
     margin: 0;
     
}
 .blog_shoptamin .single_pic{
  display: flex;
  justify-content: center;
  padding: 25px 0;
  
}
.single_body .post_content{
    margin-top: 0;
}

}
@media (min-width: 700px) and (max-width: 991.98px) {
    .my_menu ul li > ul {
        max-width: 450px;
    }
       .blog_shoptamin .single_body{
        padding:2rem;
    }
}

@media (min-width: 1200px) {
    section.shop_page .container {
        max-width: 1240px;
    }
}

.most_views_second_till_end .item {
    padding: 0;
    margin: 0rem;
    margin-bottom: 0.3rem;
    border: 0 !important;
}

.div_free_shipping {
    position: relative;
    top: 5px;
    right: 1px;
}

.free_shipping {
    position: relative;
    top: 0;
    right: 0;
    color: #e3dede75;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 17px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.free_shipping:hover {}

.free_shipping::after {
    content: "ارسال رایگان";
    position: absolute;
    top: -29px;
    transform: translateY(-50%);
    background-color: #1DAE23;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-right: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_shipping:hover::after {
    opacity: 1;
    visibility: visible;
}

.free_shipping i {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.shipping-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    animation: shippingGlow 2s infinite;
}

@keyframes shippingGlow {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.div_free_shipping_front {
    position: relative;
    z-index: 20;
    color: #464646;
    padding: 0px 15px 0px 13px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
    border: 1px solid #46464654;
    width: fit-content;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: -8px;
    background-color: var(--wc-secondary);
}

.free_shipping_front_icon {
    font-size: 22px;
    color: black;
}

section.spec_offer .free_shipping_front_icon {
    color: #464646;
}

.free_shipping_front_text {
    font-size: 12px;
    color: green;
}

.div_free_shipping_front:after {
    content: "ارسال رایگان";
    position: absolute;
    top: -29px;
    transform: translateY(-50%);
    background-color: #1DAE23;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-right: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_free_shipping_front:hover:after {
    opacity: 1;
    visibility: visible;
}

.cart-menu-item {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: 0px;
    right: -8px;
    background: #dc3232;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}

.cart-count {
    transition: all 0.3s ease;
}

.cart-count.updated {
    transform: scale(1.3);
    background: #00c853;
}

.cart-count.removed {
    transform: scale(0.8);
    background: #ff6b6b;
}

.wc-block-components-product-badge {
    border: 1px solid #fff3 !important;
    padding: 5px 9px !important;
    color: white !important;
    font-weight: normal !important;
}

.wp-block-woocommerce-empty-cart-block hr + h2 {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid {
    display: none;
}

.wc-block-cart__empty-cart__title {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    background-color: transparent !important;
    mask-image: none !important;
    background-image: url('img/cart/1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    width: 5em;
}
.has-alpha-channel-opacity.is-style-dots{
    display:none;
}

.mobile-filter-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1003;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-filter-loading-overlay.active {
    opacity: 1;
    visibility: visible;
}

#mobileFilterSidebar.loading {
    pointer-events: none;
    opacity: 0.7;
}

.login_input:focus {
    border: 1px solid #ffffff21;
}

.woocommerce-NoticeGroup-checkout {
    display: block;
    width: 100%;
    padding: 0 30px;
}

.address_form_iner_body {
    padding: 0 10px;
}

.address_form_button {
    width: fit-content;
    text-align: center;
    margin-top: 1.5rem;
    width: 100%;
}

.address_form_button a {
    width: fit-content;
}

.digikala-login-box-inerform-body li:last-child {
    border: none;
}

.woocommerce-orders-table__cell a {
    width: fit-content;
}

.no_fav_img {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.no_fav_img:before {
    content: "";
    background-image: url('img/cart/1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    margin: 0 auto 2em;
    width: 70px;
    display: block;
    background-color: yellow;
    border-radius: 50%;
}

@media (min-width: 996px) {
    .most_views_second_till_end {
        position: relative;
        top: 16px;
    }
}

@media (max-width: 991.98px) {
    li.iman-term {
        border-radius: 6px;
    }
}