@font-face {
    font-family: yekanBakh;
    font-display: block;
    src: url('font/YekanBakh-Regular.ttf');
    src: url('font/YekanBakh-Regular.woff');
}

body {
    font-family: 'yekanBakh';
    font-feature-settings: "ss01";
    font-size: 14px;
    direction: rtl;
    text-align: right;
    line-height: 2;
    background: #F5F5F7;
}
h2{
    font-size: 24px;
}
.color-inherit {
    color: inherit;
}

.ffs-normal {
    font-feature-settings: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.inherit-color {
    color: inherit;
}

.logo {
    width: 150px;
}

#header {
    width: 100%;
}

#buying-advice {
    background-color: #21409A;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
}

.login-link {
    display: inline-block;
    text-decoration: none;
    color: #666666;
    margin-left: 20px;
}
.logged-in-profile-link{
    color: #1C1D1F;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 20px;
    padding: 10px;
}
.top-header {
    border-bottom: 1px solid #e6e7e8;
}

#search-input {
    background: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 28px;
    width: 100%;
    color: #8c8c8c;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: -.5px;
    padding: 10px 20px;
}

#search-btn {
    position: absolute;
    color: #333a41;
    font-size: 12px;
    width: 25%;
    height: calc(100% - 8px);
    background: #f4f5f6;
    border-radius: 40px 8px 8px 40px;
    border-color: transparent;
    padding: 0;
    top: 4px;
    bottom: 0;
    left: 17px;
}

#search-btn span {
    margin-left: 5px;
}

#header .navbar li a {
    color: #69727b;
    text-decoration: none;

}

#slider img {
    border-radius: 16px;
}

.shortcut-wrapper {
    padding: 16px;
}

.shortcut-thumb {
    height: 70px;
}

.shortcut-thumb img {
    width: 50px;
}

.shortcut-more {
    display: inline-block;
    border: 1px solid #C4CBD9;
    color: #666666;
    padding: 4px 8px 2px;
    border-radius: 15px;
    line-height: 1;
    font-family: system-ui;
    font-size: 17px;
}
.promotion-more-link {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #C4CBD9;
    padding: 1px 15px 5px;
    color: #666;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    margin-top: 15px;
}
.promotion-more-link::after{
    content: "←";
    font-size: 17px;
    margin-right: 5px;
    font-family: system-ui;
    position: relative;
    top: 2px;
}
.promotion-carousel .owl-item,.promotion2-carousel .owl-item,.promotion3-carousel .owl-item {
    justify-content: center;
}

.promotion-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.promotion-carousel .promotion-block,.promotion2-carousel .promotion2-block,.promotion3-carousel .promotion3-block{
    text-align: center;
}
.promotion2-3.container {
    background-color: #fff;
    border-radius: 8px;
}
.see-all-link{
    display: inline-block;
    background-color: #21409A;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 12px;
}
.see-all-link::after{
    content: "←";
    font-size: 23px;
    margin-right: 5px;
    font-family: system-ui;
    position: relative;
    line-height: 1;
    top: 4px;
    color: #FBB040;
}
#value.container {
    background-color: #E8E8ED;
    border-radius: 8px;
    padding: 35px 50px
}

#communication.container {
    background-color: #fff;
    border-radius: 8px;
}

.products-section {
    padding: 0 15px;

}

.product-name {
    color: #14265C;
}

.products-wrapper, .blog-wrapper {

}

.product-block {
    display: inline-block;
    background: #fff;
    padding: 15px;
    align-items: stretch;
    max-width: 100%;
    transition: all .5s;
    margin-bottom: 15px;
    border-radius: 16px;
}

.product-block:hover {
    box-shadow: 0 8px 20px 0 hsla(0, 0%, 92.2%, .8);
}

.product-inch {
}

.product-top-info {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}

#product-summary-sticky {
    position: sticky;
    top: 180px;
    margin-top: 75px;
}

#product-archive-sort {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

#product-archive-sort .sort-filter {
    border: 1px solid #D3D9EB;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    color: #21409A;
    margin: 0 5px;
}

#product-archive-sort .sort-filter.active {
    background-color: #21409A;
    color: #fff;
}

/************start Mega Menu****************/
/* کانتینر اصلی مگامنو */
.mega-menu-item-top {
    position: static;
    display: inline-block;
    margin: 10px;
}

.mega-menu-dropdown {
    --sidebar-width: 240px;
    display: none;
    position: absolute;
    top: 75%;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 8px;
    z-index: 999;
}
.mega-menu-dropdown::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 20px;
    background: transparent;
}
.mega-menu-item-top:hover > .mega-menu-dropdown {
    display: flex;
}

/* ------------------ سطح ۲: سایدبار سمت راست ------------------ */
.mega-menu-sidebar {
    display: flex;
    flex-direction: column;
    width: var(--sidebar-width);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: #f8f9fa;
    border-left: 1px solid #e5e5e5;
}

.mega-sidebar-item {
    width: 100%;
    display: block;
    float: none;
    position: static;
}


.mega-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 12px 16px;
    box-sizing: border-box;
    text-align: right;
}

.mega-sidebar-item:hover > .mega-sidebar-link {
    background: #fff;
    color: #007bff;
}


.mega-sidebar-item:first-child > .mega-menu-content {
    display: block;
}

.mega-sidebar-item:first-child > .mega-sidebar-link {
    background: #fff;
    color: #007bff;
}

.mega-menu-sidebar:hover > .mega-sidebar-item:first-child > .mega-menu-content {
    display: none;
}
.mega-menu-sidebar:hover > .mega-sidebar-item:first-child > .mega-sidebar-link {
    background: transparent;
    color: #333;
}
/* ------------------ نمایش محتوا روی Hover سایدبار ------------------ */
.mega-menu-content {
    display: none;
    position: absolute;
    top: 0;
    right: var(--sidebar-width);
    left: 0;
    bottom: 0;
    padding: 25px;
    background: #fff;
    overflow-y: auto;
}

.mega-sidebar-item:hover > .mega-menu-content {
    display: block!important;
}

/* ------------------ سطح ۳ و ۴: گرید محتوای سمت چپ ------------------ */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 30px;
}

.mega-column-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 2px solid #007bff;
    text-decoration: none;
}

.mega-menu-subitems {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#header .mega-menu-subitems li{
    margin: 0;
}
.mega-subitem {
    display: block;
    width: 100%;
    clear: both;
}
.mega-subitem-link {
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 6px 0;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

.mega-subitem-link:hover {
    color: #007bff;
}
/************End Mega Menu****************/
/************start search box style****************/

.header-actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.search-input-container {
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.3s ease-in-out, opacity 0.2s ease;
    opacity: 0;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.search-input-container input {
    width: 250px;
    height: 38px;
    font-size: 13px;
    border: 1px solid #ced4da;
    border-radius: 20px;
    padding: 0 15px;
}

.search-input-container .form-control:focus {
    box-shadow: none;
}

.search-wrapper.active .search-input-container {
    max-width: 250px;
    opacity: 1;
}

.search-wrapper.active.animation-done .search-input-container {
    overflow: visible;
}

@media (max-width: 991.98px) {
    .header-actions-wrapper {
        position: relative;
    }

    .search-wrapper.active .search-input-container {
        overflow: visible;
    }

    .search-input-container {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        transform: none;
        width: 100vw;
        max-width: none;
        display: none;
        opacity: 1;
        padding: 5px 15px;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }

    .search-input-container input {
        width: 100%;
    }


    .search-wrapper.active .search-input-container {
        display: block;
        max-width: 100%;
    }
}

/* استایل باکس نتایج سرچ ایجکس */
.search-results-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 320px;
    overflow-y: auto;
    z-index: 99999;
}

.search-results-box li:hover {
    background-color: #f8f9fa;
}

.search-results-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-left: 10px; /* ایجاد فاصله در ساختار راست‌چین (RTL) */
}

/* هماهنگی با حالت موبایل تو */
@media (max-width: 991.98px) {
    .search-results-box {
        position: absolute;
        top: 100%; /* چسبیدن به زیرِ ردیف پوزیشن فیکس */
        left: 15px;
        right: 15px;
        border: 1px solid #e9ecef;
    }
}

/************End search box style****************/
/************start switches in product archive page****************/
.toggle-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}


.switch-label.filter-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    cursor: pointer;
    user-select: none;
    padding: 5px 0;
}

.switch-input {
    display: none;
}

.slider {
    position: relative;
    width: 40px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.slider::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    top: 2px;
    right: 2px;
    transition: all 0.3s ease;
}


.label-text {
    font-size: 14px;
    color: #4a4a4a;
    text-align: right;
}

.switch-input:checked + .slider {
    border-color: #2b308b;
}

.switch-input:checked + .slider::after {
    transform: translateX(-18px);
    background-color: #2b308b;
}

/************End switches in product archive page****************/
#product-archive-sidebar {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

#product-archive-sidebar .accordion-item {
    border: none;
}

#product-archive-sidebar .accordion-button:not(.collapsed) {
    background-color: #fff;
}

#product-archive-sidebar .accordion-button {
    padding-right: 0;
    padding-left: 0;
}

#product-archive-sidebar .accordion-button:focus {
    box-shadow: none;
}

#product-archive-sidebar .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.product-brand-item {
    margin: 10px auto;
}

/*******************nouislider style*********************/
#price-slider.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: -10px;
    left: auto;
    top: -7px;
    width: 20px;
    height: 20px;
}

#price-slider .noUi-handle:before, #price-slider .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #E8E7E6;
    left: 7px;
    top: 4px;
}

#price-slider .noUi-handle:after {
    left: 10px;
}

#price-slider.noUi-horizontal {
    height: 10px;
    margin-top: 10px;
}

#price-slider .noUi-connect {
    background: #21409a;
}

#apply-price {
    background-color: #21409a;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border-radius: 8px;
    padding: 6px;
    cursor: pointer;
}

.min-max-price {
    width: 50%;
    border: none;
    pointer-events: none;
}

#max-price {
    text-align: left;
}

/*******************noui slider style*********************/
/*******************start mini cart header style*********************/
#header .navbar {
    width: calc(100% - 110px)
}

.header-cart-compare {
    width: 110px;
    padding-top: 15px;
}

#header-compare-btn {
    top: 5px;

}

.header-cart {
    position: relative;
    display: inline-block;

}


.cart-toggle {
    position: relative;
    font-size: 22px;
    color: #222;
}


.cart-count {
    position: absolute;
    top: -3px;
    right: -11px;
    background: #2346a0;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mini-cart-box {
    position: absolute;
    top: 40px;
    left: 0;
    width: 330px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px #0002;
    padding: 15px;
    display: none;
    z-index: 999;
}


.header-cart:hover .mini-cart-box {
    display: block;
}

.mini-cart-box .cart_list {
    padding: 0;
    list-style: none;
    text-align: right;
}

.mini-cart-box .quantity {
    display: block;
}

.woocommerce-mini-cart-item {
    align-items: center;
    gap: 10px;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee;
}


.woocommerce-mini-cart-item img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;

}


.woocommerce-mini-cart-item .remove {
    order: -1;
    color: #aaa !important;
}


.woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 15px;

}


.woocommerce-mini-cart__buttons a {
    width: 49%;
    background: #2346a0 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 10px !important;
    display: inline-block;
    margin: .5%;
    padding: 7px;
    text-decoration: none;
}

/*******************end mini cart header style*********************/
#add-to-cart-options .variations {
    display: none;
}

.spec-list {
    padding: 0;
}

.spec-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 12px 0;
}

.spec-list .spec-label,
.spec-list .spec-value {
    white-space: nowrap;
}

.spec-list .spec-dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    height: 0;
}

.proposition-block img {
    border-radius: 16px;
}

.product-title-section, .blog-title-section {
    margin-bottom: 20px;

}

.product-title svg, .blog-title svg {
    margin-left: 5px;
    margin-top: -9px;
}

.product-title h2, .blog-title h2 {
    color: #21409a;
    font-size: 22px;
}

.blog-title a {
    text-decoration: none;
}


.product-show-all {
    text-decoration: none;
    border: 1px solid #C4CBD9;
    color: #666666;
    padding: 0px 12px;
    border-radius: 8px;
    line-height: 1.7;
    display: inline-block;
}

.product-show-all::after{
    content: "←";
    font-size: 17px;
    margin-right: 5px;
    font-family: system-ui;
    position: relative;
    top: 2px;
}

#product-colors li {
    list-style: none;
    display: inline-block;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 5px 8px 2px 8px;
    position: relative;
    top: 15px;
    color: #333a41;
    background: #fff;
    cursor: pointer;

}

.product-color-name {
    /*display: inline-block;
    position: relative;
    top: -6px;
    margin-right: 5px;*/
}

.pb-carousel .term-item a {
    color: #1C1D1F;
    text-decoration: none;
    text-align: center;
}

.pb-carousel .term-item h3 {
    font-size: 16px;

}

.pb-carousel .term-item img {

}

.post-thumb-img {
    border-radius: 8px 8px 0 0;
}

.post-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -.03em;
    color: #333a41;
}

.post-excerpt {
    line-height: 1.7;
    letter-spacing: -.02em;
    color: #4e5964;
}

.post-details {
    padding: 15px;
}

.fragment-img {
    border-radius: 10px;
}
.product-icon-list a{
    text-decoration: none;
    display: inline-block;
    margin: 0 7px;
}
.single-product {
    margin-top: 20px;
}

.single-product .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    list-style: none;
}

.single-product .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
}

.single-product .flex-control-thumbs li img.flex-active, .single-product .flex-control-thumbs li img:hover {
    opacity: 1;
}

.single-product .flex-control-nav.flex-control-thumbs {
    padding: 0;
    margin: 0;
}

.single-product .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    left: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.single-product .woocommerce-product-gallery {
    position: relative;
}

.single-product .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: 9px;
    box-sizing: content-box;
}

.single-product .woocommerce-product-gallery .owl-prev, .single-product .woocommerce-product-gallery .owl-next {
    display: none;
}

.single-product .flex-viewport {
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: auto;
    float: none;
}

.single-product .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    transform: rotate(45deg);
    box-sizing: content-box;
}

.single-product-title {
    font-size: 26px;
    letter-spacing: -.03em;
    color: #333a41;
    font-feature-settings: normal;
}

#product-colors, #product-warranty {
    display: inline-block;
}

.color-code-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
}

.color-code-circle-side {
    margin-right: 5px;
}



/*.color-code-circle-side {
display: inline-block;
background-color: transparent;
outline: 2px solid #acacac;
padding: 4px;
border: 2px solid #fff;
width: 17px;
height: 17px;
border-radius: 50%;
margin-right: 3px;
}*/
.product-attr-block {
    margin: 10px 0;
}

.product-attr-row {
    padding: 5px 0;
}

.product-attr-title {
    color: #999999;
    text-align: center;
    font-size: 12px;
}

.product-attr-value {
    color: #666666;
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
}

.product-price-row {
    font-size: 20px;
    color: #14265C;
}

.product-buy-button {
    background-color: #21409A;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
}

.product-more-button {
    border: 1px solid #C4CBD9;
    padding: 1px 15px 5px;
    color: #666;
    border-radius: 25px;
    font-size: 12px;
    background-color: #fff;
}
.product-more-button::after{
    content: "←";
    font-size: 17px;
    margin-right: 5px;
    font-family: system-ui;
    position: relative;
    top: 2px;
}
.pss-line {
    margin: 15px 0;
}

.woocommerce-tabs.wc-tabs-wrapper .nav-tabs {
    padding: 0;
}

.woocommerce-tabs.wc-tabs-wrapper .nav-tabs .nav-item:nth-child(1) .nav-link, .woocommerce-tabs.wc-tabs-wrapper .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #21409A;

}

.woocommerce-tabs.wc-tabs-wrapper .nav-tabs .nav-link {
    padding: 12px 20px;
    margin: 10px;
    color: #21409A;
    border: 1px solid #D3D9EB;
    border-radius: 25px;
}

.woocommerce-Tabs-panel--description.entry-content {
    color: #666;
    line-height: 2;
}

.woocommerce table.shop_attributes th {
    width: 200px;
    padding: 12px 16px;
    min-height: 48px;
    background: #F5F5F7;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 0;
    font-weight: 400;
    text-align: right;
    letter-spacing: -.02em;
    color: #333a41;
}

.woocommerce .attribute-group-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.woocommerce .attribute-group-section {
    margin-bottom: 25px;
}

.woocommerce div.product div.images .flex-control-thumbs.owl-carousel li {
    width: 100%;
    border: 1px solid #d3d9eb;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 12px 16px;
    min-height: 48px;
    border: none;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    text-align: right;
    color: #333a41;
    font-feature-settings: normal !important;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.woocommerce table.shop_attributes {
    border: none;
}

.product-attr-list p {
    margin: 0;
}

.rounded-box {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
}

.more-less-box {
    overflow: hidden;
}

.js-load-more {
    letter-spacing: -.02em;
    border-bottom: 1px solid #0091d0;
    font-size: 14px;
    color: #0091d0;
    display: inline-block;
    cursor: pointer;
    line-height: 2.3;
    margin-top: 15px;
}

/*****************************موجود شد خبرم کن***********************************/
.notify-me-btn {
    background-color: #2196F3;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

/* حالت فعال بودن اطلاع‌رسانی (بدون هیچ انیمیشنی) */
.notify-me-btn.is-notified {
    background-color: #2e7d32;
    color: #ffffff;
}
/*****************************blog styles***********************************/
.go-to-shop {
    color: #fff;
    background-color: #21409A;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 12px;
}

.go-to-shop img {
    display: inline-block;
    margin-right: 8px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-header h2 {
    margin: 0;
    font-size: 24px;
}

.section-header::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
    order: 1;
}

.section-header a {
    order: 2;
    color: #666666;
    border: 1px solid #C4CBD9;
    border-radius: 8px;
    padding: 3px 12px;
    text-decoration: none;
}

.news-block, .buying-guid-block, .buying-guid-row {
    background-color: #fff;
    border-radius: 16px;
    margin: 20px auto;
    overflow: auto;
}

.blog-txt {
    padding: 15px;
}

.post-block-cover {
    position: relative;
    border-radius: 16px;
    overflow: auto;
}

.post-block-cover, .post-block-cover .blog-thumb, .post-block-cover img {
    height: 100%;
}

.post-block-cover img {
    object-fit: cover;
}

.post-block-cover .blog-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    background-color: #000;
}

/**************************************************************************/
#footer {
}

.value-title {
    font-size: 16px;
}

.value-excerpt {
    font-size: 12px;
    color: #55595d;
}

.footer-logo {
    width: 150px;
}

/*******************************cart*****************************/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .shop_table, .cart-collaterals {
    background-color: #fff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    padding: 15px;
}

.woocommerce table.shop_table {
    border: none;
    padding: 0;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a {
    font-size: 18px;
    color: #666666;
    text-decoration: none;
}

.woocommerce a.remove:hover {
    background: transparent;
}

#coupon_code {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #A6B3D7;
    border-radius: 12px;
}

.coupon {
    position: relative;
}

#apply_coupon {
    position: absolute;
    left: -6px;
    background: transparent;
    font-family: system-ui;
    font-size: 23px;
    color: #999999;
}

.wc-proceed-to-checkout a.checkout-button.alt {
    background-color: #21409A;
    width: 100%;
    padding: 15px 10px;
    border-radius: 12px;
}

.woocommerce table.shop_table td {
    padding: 15px 0;
}

.cart-item-color, .cart-item-warranty {
    display: inline-block;
    margin-left: 30px;
}

.cart-item-color .color-code-circle {
    position: relative;
    top: 15px;
    margin-right: 10px;
}

.cart-warranty-name {
    background-color: #F5F5F7;
    padding: 5px 10px;
    border-radius: 40px;
}

.cart-warranty-name::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/check-mark.png) no-repeat;
    position: relative;
    top: 8px;
    margin-left: 5px;
}

.product-subtotal .woocommerce-Price-amount {
    font-size: 24px;
}

/*******************************end cart*****************************/
/*******************************start checkout*****************************/
.checkout-address-box, .woocommerce-additional-fields, .shipping-dropdown{
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.custom-shipping-select-wrapper label{
    display: block;
}
.custom-shipping-select-wrapper .shipping_method{
    border: 1px solid #A6B3D7;
    border-radius: 12px;
    width: 100%;
    padding: 10px;
    margin-top: 7px;
}
#addressModal .btn-close{
    margin-left: 0;
    margin-right: auto;
}
#billing_country_field{
    display: none;
}
.woocommerce-billing-fields__field-wrapper input,.woocommerce-billing-fields__field-wrapper select{
    border: 1px solid #A6B3D7;
    border-radius: 12px;
    width: 100%;
    padding: 10px;
}
#order_comments {
    border-radius: 8px;
    border: 1px solid #A6B3D7;
    min-height: 90px;
    padding: 15px;
    margin-top: 15px;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    background-color: #fff;
    border: none;
    border-radius: 12px;
}

/* --- استایل باکس هزینه‌ها --- */
.checkout-totals-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.custom-checkout-totals-table {
    width: 100%;
    border-collapse: collapse;
}
.custom-checkout-totals-table th,
.custom-checkout-totals-table td {
    padding: 12px 0;
    border: none;
    text-align: right;
}
.custom-checkout-totals-table th {
    color: #666;
    font-weight: normal;
}
.custom-checkout-totals-table td {
    color: #333;
    font-weight: bold;
    text-align: left;
}
.custom-checkout-totals-table tr.order-total {
    border-top: 1px dashed #e0e0e0;
}
.custom-checkout-totals-table tr.order-total th,
.custom-checkout-totals-table tr.order-total td {
    font-size: 16px;
    color: #1a237e; /* رنگ آبی مشابه طرح */
}

/* --- استایل لیست محصولات --- */
.checkout-products-list {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.custom-checkout-product-card {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
    position: relative;
}
.custom-checkout-product-card:last-child {
    border-bottom: none;
}
.product-card-right {
    width: 70px;
    min-width: 70px;
    flex-shrink: 0;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card-right img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}
.product-card-left {
    flex-grow: 1;
}
.product-card-left .product-name {
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #333;
    line-height: 1.5;
}
.product-meta dl {
    margin: 0;
    font-size: 12px;
    color: #777;
    display: flex;
    gap: 10px;
}
.product-price-quantity {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}

/* --- استایل آیکون حذف --- */
.product-remove {
    position: absolute;
    top: 90px;
    right: 21px;
}
.remove-ajax-checkout {
    color: #999;
    transition: 0.3s;
}
.remove-ajax-checkout:hover {
    color: #ff4d4d;
}
.stock-warning-text{
    color: #F47070;
}
/*******************************end checkout*****************************/
/*comments*/
/* جایگزین کردن استایل مخفی‌سازی بدون قطع قابلیت فوکوس */
#rating {
    display: block !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}


/*******************************start login*****************************/
#otp-welcome {
    color: #21409A;
    font-size: 24px;
    text-shadow: 0 0 0 #21409A;
}

#otp-title {
    font-size: 18px;
    text-shadow: 0 0 0 #000;
    margin: 20px auto;

}

.login-wrapper {
    background-color: #fff;
    border-radius: 12px;
}

#otp-login-form {
    width: 60%;
}

#otp-login-form label {
    margin: 10px auto;
}

#send_otp {
    width: 100%;
    margin-top: 20px;
    background-color: #21409A;
    border: none;
    padding: 10px;
}

#verify_otp {
    background-color: #D3D9EB;
    border: none;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    color: #21409A;
}

#phone_number {
    padding: 10px;
}

#otp_code {
    background-color: #F2F2F2;
    padding: 10px;
    border: 1px solid #C4CBD9;
}

/*******************************end login*****************************/
/*******************************start compare page*****************************/
.compare-top-section{
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 15px;
}
.compare-table-responsive {
    padding: 15px;
    overflow-x: auto;
}
.compare-share-btn{
    text-decoration: none;
    color: #404040;
}
#btn-open-add-modal{
    background-color: #D3D9EB;
    color: #21409A;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
}
#btn-clear-all-compare{
    text-decoration: none;
    color: #F47070;
}
.compare-custom-table {
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    min-width: 800px;
}

.compare-corner-col {
    width: 6%;
    padding: 1rem 0.75rem !important;
}

.compare-product-header {
    position: relative;
    vertical-align: top;
    padding: 1rem !important;
    width: 21%;
}

.btn-remove-compare {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: #f8f9fa;
    border-radius: 50%;
    color: #6c757d;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

.btn-remove-compare:hover {
    background-color: #dc3545;
    color: #ffffff;
}

.compare-product-link {
    margin-bottom: 1rem;
    text-align: center;
}

.compare-product-link img {
    max-height: 350px;
    object-fit: contain;
}

.compare-product-title {
    font-size: 21px;
    line-height: 1.6;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.75rem;
}

.compare-product-price {
    font-size: 15px;
    margin-bottom: 1rem;
}

.btn-compare-view-page {
    font-size: 13px;
    padding: 0.6rem 0;
    background-color: #D3D9EB;
    color: #21409A;
    transition: background-color 0.2s;
    margin-bottom: 0.5rem;
}

.btn-compare-view-page:hover {
    background-color: #e2e6f0;
    color: #113294;
}

.compare-custom-table tbody tr {
    box-shadow: none;
    background-color: transparent;
}

.compare-custom-table tbody td {
    padding: 0.6rem 0.5rem;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background-color: #ffffff;
}

.compare-custom-table tbody td.compare-attr-title {
    background-color: #F5F5F7;
    color: #666666;
    border-right: 1px solid #e2e8f0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px ;
    width: 6%;
    text-align: right;
    padding-right: 1.25rem !important;
    font-weight: bold;
    font-size: 14px;
}

.compare-custom-table tbody td:last-child {
    border-left: 1px solid #e2e8f0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.compare-attr-value {
    font-size: 13px;
    color: #2d3748;
}

.compare-action-cell {
    padding-top: 1.5rem;
}

.btn-compare-add-to-cart {
    font-size: 13px;
    padding: 0.6rem 0;
    background-color: #1a43bf;
    border: 1px solid #1a43bf;
    color: #ffffff;
    transition: all 0.2s;
}

.btn-compare-add-to-cart:hover {
    background-color: #123395;
    border-color: #123395;
    color: #ffffff;
}

.compare-custom-table tbody tr:last-child td {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
/*******************************end compare page*****************************/
/*******************************start share to social media*****************************/
/* استایل کلی اورلی مودال */
.share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

/* باکس مودال */
.share-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.share-modal-content h3 {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

.share-modal-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* دکمه بستن */
.share-modal-close {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-copy {
    width: 100%;
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.btn-copy i {
    margin-right: 8px;
}

/* گرید شبکه‌های اجتماعی */
.share-social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* رنگ دکمه‌های اجتماعی */
.btn-telegram { background: #229ED9; color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-facebook { background: #3b5998; color: #fff; }
.btn-twitter  { background: #1DA1F2; color: #fff; }

.share-btn:hover {
    opacity: 0.9;
}
/*******************************end share to social media*****************************/
/*******************************start favorites list style*****************************/
.is-favorite svg path {
    fill: red;
    stroke: red;
}

/*******************************end favorites list style*****************************/
/*******************************start ticket style*****************************/


/* باکس اصلی پیام‌ها */
.ticket-message-item {
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
}

/* ۱. استایل پیام‌های کاربر (طوسی سبک) */
.ticket-message-item.user-message {
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

/* ۲. استایل پیام‌های پشتیبان/ادمین (آبی سبک) */
.ticket-message-item.admin-message {
    background-color: #f0f7ff;
    border-color: #bae6fd;
}

/* سربرگ هر پیام (نام فرستنده و تاریخ) */
.ticket-message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #cbd5e1;
    font-size: 0.88rem;
    color: #475569;
}

.ticket-author-name {
    font-weight: bold;
    color: #1e293b;
}

.ticket-author-role {
    font-size: 0.8rem;
    margin-right: 4px;
}

.ticket-author-role.admin {
    color: #0284c7;
    font-weight: bold;
}

.ticket-author-role.user {
    color: #64748b;
}

.ticket-message-date {
    font-size: 0.8rem;
    color: #64748b;
}

/* متن پیام */
.ticket-message-body {
    line-height: 1.7;
    color: #334155;
    word-break: break-word;
}

/* فایل ضمیمه */
.ticket-attachment-link {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.85rem;
}

/* سربرگ کلی تیکت (عنوان و وضعیت) */
.ticket-single-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.ticket-title {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
}

.ticket-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* لیبل‌های وضعیت تیکت */
.ticket-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
}

.ticket-badge.status-open {
    background-color: #dcfce7;
    color: #15803d;
}

.ticket-badge.status-answered {
    background-color: #e0f2fe;
    color: #0369a1;
}

.ticket-badge.status-user_replied {
    background-color: #ffedd5;
    color: #c2410c;
}

.ticket-badge.status-closed {
    background-color: #f1f5f9;
    color: #64748b;
}

/* فرم پاسخ */
.ticket-reply-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 24px;
}

.ticket-reply-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.05rem;
}
/*******************************end ticket style*****************************/

/*******************************start my account page*****************************/
.woocommerce-EditAccountForm label {
    background-color: #F5F5F7;
    color: #666;
    width: 120px;
    padding: 10px;
    border-radius: 2px;
    margin: 2px;
}

.woocommerce-EditAccountForm input, .woocommerce-EditAccountForm select {
    width: calc(100% - 128px);
    border: none;
    color: #14265C;
    padding: 10px;
}

.li-wrapper {
    border: 1px solid #D3D9EB;
    margin: 5px auto;
    border-radius: 4px;
    overflow: hidden;
}


#rt-wrapper .woocommerce-EditAccountForm .woocommerce-Button {
    background-color: #21409a;
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
}

/*******************************end my account page*****************************/
/*******************************start contact us page*****************************/
/* Container اصلی صفحه */
.contact-page-container {
    direction: rtl;
    text-align: right;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: inherit;
}

/* ==========================================
   استایل بخش اول: کارت‌های اطلاعات تماس
   ========================================== */
.contact-info-cards-wrapper {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
}

.contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.info-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f0f4ff;
    color: #2b4c7e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.info-card-value {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
}

.info-card-label {
    font-size: 12px;
    color: #8c98a4;
    margin-bottom: 12px;
}

.info-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #64748b;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.info-card-btn:hover {
    border-color: #2b4c7e;
    color: #2b4c7e;
}

/* ==========================================
   استایل بخش دوم: کارت فرم تماس
   ========================================== */
.contact-form-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
}

.form-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
}

.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.flex-3-col .form-group {
    flex: 1;
}

.flex-2-col .form-group {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    width: 100%;
}

.input-label {
    font-size: 13px;
    color: #555555;
    margin-bottom: 8px;
    font-weight: 500;
}

.info-icon {
    font-size: 11px;
    color: #999;
    cursor: help;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dcdfe6;
    border-radius: 12px;
    font-size: 13px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #2b4c7e;
}

.select-wrapper {
    position: relative;
}

.form-select {
    appearance: none;
    background-color: #fff;
    cursor: pointer;
}

.form-textarea {
    height: 120px;
    resize: vertical;
}

.char-counter {
    font-size: 11px;
    color: #999;
    margin-top: 6px;
    display: block;
}

.honeypot-field {
    display: none;
}

.form-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.submit-button {
    background-color: #224388;
    color: #ffffff;
    border: none;
    padding: 12px 48px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.submit-button:hover {
    background-color: #1a336b;
}

.response-message {
    margin-top: 15px;
}

/* ریسپانسیو دسکتاپ و موبایل */
@media (max-width: 768px) {
    .contact-info-cards-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .form-row {
        flex-direction: column;
        gap: 16px;
    }

    .form-submit-wrapper {
        justify-content: center;
    }

    .submit-button {
        width: 100%;
    }
}
/*******************************end contact us page*****************************/
.wc-block-components-product-name {
    font-size: 18px;
    color: #666666;
    text-decoration: none;
}

#rt-wrapper table.wc-block-cart-items {
    background-color: #fff !important;
    border-radius: 16px;
}

#rt-wrapper .wc-block-components-sidebar {
    width: 30%;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
}

#rt-wrapper .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-left: 2.528302%;
    width: 70%;
}

#rt-wrapper .wc-block-components-form {
    background-color: #fff;
    padding: 40px;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    width: 25%;
    padding: 16px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation li a {
    font-size: 16px;
    color: #666666;
    display: block;
    padding: 16px 0;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a{
    color: #21409A;
}
.woocommerce-MyAccount-navigation li.is-active{
    background-color: #F5F5F7;
    border-radius: 8px;
    padding-right: 15px;
}
.woocommerce-MyAccount-navigation li.is-active a svg path{
    fill: #21409A;
}
.woocommerce-MyAccount-navigation .menu-icon{
    display: inline-block;
    margin-left: 10px;
}
.woocommerce-MyAccount-navigation .menu-label{
    display: inline-block;
}
.woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-MyAccount-content-inner {
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
}

.product-summary-side {
    background: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 8px;
    padding: 16px;
}

.single_variation {
    min-height: 60px;
}

.pss-title {
    color: #8c8c8c;
}

#product-warranty li {
    display: none;
}

.attr-warranty {
    display: inline-block;
    background-color: #f5f5f7;
    padding: 5px 16px;
    border-radius: 25px;
}

.attr-list {
    padding: 0;
}

.attr-title {
    color: #8c8c8c;
    margin-bottom: 7px;
}

#product-colors li.attr-active, #product-warranty li.attr-active {
    border-color: #21409a;
    display: inline-block;
}

.attr-active.attr-color .color-code-circle {
    outline: 2px solid #21409a;
    border: 2px solid #ffffff;
}

#rt-wrapper .add_to_cart_button {
    background-color: #21409a;
    border-radius: 8px;
    padding: 5px 25px 15px;
}

.add_to_cart_button::before {
    content: "";
    background: url(img/order-cart.png);
    width: 24px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;

}

.woocommerce-variation-price, .woocommerce-variation-availability {
    display: inline-block;
}

.woocommerce-variation-price {
    font-size: 22px;
}

.woocommerce-variation-availability {
    color: #F47070;
    margin-right: 15px;
    font-size: 16px;
}

.single-product-values {
    background-color: #F5F5F7;
    border-radius: 8px;
    height: 120px;
    padding: 0 30px;
}

.single-product-values ul {
    list-style: none;
    padding: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100%;
}

.single-product-values ul li {
    display: inline-block;
}

.single-product-values ul li span {
    display: inline-block;
    margin: 0 10px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td {
    background: initial;
}

.woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: #F5F5F7;
}

.summary-hr {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(230, 231, 232, 0), #e6e7e8 52.08%, rgba(230, 231, 232, 0));
    margin-bottom: 16px !important;
}

footer .social ul {
    list-style: none;
    padding: 0;
}

footer .social ul li {
    display: inline-block;
    margin: 15px;
}

@media (max-width: 991px) {
    #rt-wrapper .wc-block-components-sidebar {
        width: 100%;
    }

    #rt-wrapper .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        padding-left: 0;
    }

    #otp-login-form {
        width: 100%;
    }
}