/*
Theme Name: Shidos
Author: shidos
Author URI: https://zhaket.com/
Description: قالب شیدوس یک قالب فروشگاهی وردپرس است که با طراحی مدرن و امکانات کامل برای ساخت فروشگاه آنلاین حرفه‌ای طراحی شده است. این قالب از ووکامرس پشتیبانی می‌کند، دارای پنل تنظیمات جامع، استایل‌های واکنش‌گرا و سرعت بالا بوده و تجربه کاربری عالی را برای مشتریان فراهم می‌کند.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, woocommerce, responsive, modern, shop, rtl
*/
:root {
    --border-color: var(--light);
    --text: #626262;
    --light: #f1f2f9;
    --black: #141414;
    --wvs-single-product-item-height: 24px;
}


@font-face {
    font-family: "IRANSansXV";
    src: url("./assets/fonts/IRANSansXV.woff") format("woff"), url("assets/fonts/IRANSansXV.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "YekanBakh-VF";
    src: url("./assets/fonts/YekanBakh-VF.ttf") format("truetype");
    font-weight: 400 800;
    font-feature-settings: "ss01";
    font-display: swap;
}

@font-face {
    font-family: "AnjomanwebGX";
    src: url("./assets/fonts/YekanBakh-VF.ttf") format("truetype");
    font-weight: 400 800;
    font-display: swap;
}


input,
input::placeholder {
    font-family: "IranYekan";
    font-feature-settings: "ss03";
}

.w-100 {
    width: 100%;
}


.single_add_to_cart_button.buttonv,
.shidos-btn {
    display: flex;
    background: var(--main-color);
    color: white;
    padding: 10px 5px;
    border-radius: 12px;
    flex-direction: row-reverse;
    gap: 8px !important;
    margin: 20px;
    max-width: 200px;
    justify-content: center;
    height: 50px;
    align-items: center;
    border: 0;
    margin-inline: auto;
    min-width: 133px;
}

.shidos-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shidos-menu.menu-about-us div#text {
    text-align: justify;
}

.shidos-menu.menu-about-us span.footer-menu-title {
    margin: 10px 0 20px 0 !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

address,
legend,
em {
    font-style: normal;
}

legend,
em {
    padding-right: 10px;
}

.order-2 {
    order: 2;
}

.order-1 {
    order: 1;
}

.order-0 {
    order: 0;
}

textarea {
    border: solid 1px var(--wn-input-border-color) !important;
    border-radius: var(--shi-border-radius) !important;
}

body {
    font-size: 16px;
    direction: rtl;
    color: black;
    font-weight: 400;
    line-height: 25px;
    font-feature-settings: "ss01" 1, "locl" 1;
}

hr {
    height: 1px !important;
    border: 1px solid var(--light) !important;
}

footer,
header {
    width: 100%
}

::-webkit-scrollbar {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
}

.gap-10 {
    gap: 10px;
}

a,
p,
span,
strong,
select,
label,
input::placeholder,
input,
textarea,
button,
li,
p,
blockquote,
pre,
address,
figcaption,
dd,
span,
a,
strong,
em,
b u,
mark,
small,
abbr,
cite,
code,
kbd,
samp,
var,
sub,
sup,
del,
ins,
time,
button,
label,
legend,
summary {

    font-family: inherit;
    font-size: 1rem;
    line-height: 1.9;
}

.toggle-more-less {
    max-height: fit-content !important;
}

html {
    font-size: 14px;
}

h1 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.55rem;
    line-height: 2.85em;
}

h3 {
    font-size: 1.4rem;
    line-height: 2.4em;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.45em;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.5em;
}

h6 {
    font-size: 1rem;
    line-height: 1.5em;
}


.shidos-form-group input:focus {
    border: unset !important;
    border: solid 1px var(--main-color);
}

.wpo-options-container {
    --wpo-input-focus-color: red !important;
}

/*
textarea:focus {
    all: unset;
    padding: inherit!important;
    padding-right: 5px!important;
    padding-top: 5px!important;
    border: solid 1px var(--main-color)!important;
    border-color: red!important;
    padding: 8px!important;
    width: 100%;
    padding: 8px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
} */
.woocommerce .product .desc .price .disabled {
    opacity: .5;
}

.shidos-custom-button-1 {
    all: unset;
    width: max-content;
    font-size: 16px;
    background: var(--main-color);
    border: 0;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border-radius: 15px;
}

.shidos-custom-button-1:hover {
    color: var(--light) !important;
    font-weight: 500;
}

.shidos-custom-button-1::after,
.shidos-custom-button-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 150ms;
}

.shidos-custom-button-1::before {
    transform: translate(0, 0);
    width: 100%;
    height: 100%
}

.shidos-custom-button-1::after {
    transform: translate(10px, 10px);
    width: 85px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.container>.woocommerce {
    margin-top: 50px;
}

.shidos-custom-button-1:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%
}

.shidos-custom-button-1:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%
}

.shidos-custom-button-1:active::after {
    transition: 0;
    transform: translate(0, 5%);
}

.stories.snapgram .story>.item-link {
    text-decoration: none;
    color: #333;
}

.stories.snapgram .story>.item-link>.item-preview {
    border-radius: 50%;
    padding: 2px;
    margin: 2px;
    background: var(--main-color) !important;
}

.stories.snapgram .story>.item-link>.item-preview img {
    border-radius: 50%;
    border: 3px solid #fff;
    aspect-ratio: 1;
}

.stories.snapgram .story.seen {
    opacity: .75;
}

.stories.snapgram .story.seen>a>.item-preview {
    background: #999;
}

.stories.snapgram .story.seen>a {
    color: #999 !important;
}

.hithere {
    animation: hithere 150ms ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.05);
    }

    40%,
    60% {
        transform: rotate(-10deg) scale(1.05);
    }

    50% {
        transform: rotate(10deg) scale(1.05);
    }

    70% {
        transform: rotate(0) scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    from {
        right: -70px;
    }

    to {
        right: 70px;
    }
}

@keyframes rotate {
    form {
        transform: rotate(0);
    }

    to {
        transform: rotate(180deg);
    }
}

@keyframes rotateback {
    form {
        transform: rotate(0);
    }

    to {
        transform: rotate(-180deg);
    }
}

@keyframes hithere {
    30% {
        transform: scale(1.05);
    }

    40%,
    60% {
        transform: rotate(-10deg) scale(1.05);
    }

    50% {
        transform: rotate(10deg) scale(1.03);
    }

    70% {
        transform: rotate(0) scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes show-animation {
    from {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.show-animation {
    animation: show-animation .7s ease;
}

.hithere {
    animation: hithere 150ms ease infinite;
}

.hithere-1 {
    animation: hithere 150ms ease both;
    animation-iteration-count: 1;
}

.pulse {
    animation: pulse .015s ease-in-out both;
    animation-iteration-count: 1;
}




@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

.rotate {
    animation: rotate 2s;
    animation-iteration-count: 1;
}

.rotateback {
    animation: rotateback 2s;
    animation-iteration-count: 1;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.single-2cl {
    margin-inline: auto;
    display: grid !important;
    grid-template-columns: 2fr 1fr;
}

.bordered-style {
    border: solid 1px var(--shi-border-color);
}

.section.product-pro-new {
    border-radius: var(--shi-border-radius);
    margin-left: 20px;
}



.swiper-button-next i,
.swiper-button-prev i {
    display: flex;
}

.swiper-slide.brand-item {
    display: flex;
}

section.shidos-product-brands figure img {
    border-radius: 50%;
}

.swiper-slide.brand-item a.type-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.no-border {
    border: none !important;
}

.single-2cl-rev {
    margin-inline: auto;
    display: grid !important;
    flex-direction: column-reverse;
    grid-template-columns: .7fr 2fr;
    animation: show-animation .5s ease-in-out;
}

.oneFr {
    grid-template-columns: 1fr !important;
    transition: all 150ms;
}

input,
textarea {
    accent-color: var(--main-color);
}

.single-1cl {
    margin-inline: auto;
    display: grid !important;
    grid-template-columns: 1fr;
    justify-content: center;
    animation: show-animation .5s ease-in-out;
}

.width-985 {
    max-width: 985px;
}

.width-1200 {
    max-width: 1200px;
}

span,
button {
    font-weight: 400;
}

a,
button {
    cursor: pointer;
}

li {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: var(--text);
}

a:hover {
    color: var(--main-color);
}

h2 a {
    color: #141414;
}

header:not(.widget-header, .woocommerce-products-header, .mobile-header, .title header) {
    box-shadow: 0 10px 50px #9090900D;
    z-index: 95;
    background: white;
    top: 0;
}

.shidos-to-header>.container {
    /* height: 60px; */
    margin-inline: auto;
    vertical-align: middle;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.shidos-to-header>.container span {
    display: block;
    text-align: center;
}

.shidos-to-header>.container .dots {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.shidos-to-header>.container .dots .dots-item {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: .2;
}

.main-header .container {
    height: 85px;
    margin-inline: auto;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.down-header {
    margin-inline: auto;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
}

header .right-header-sec .logo {
    /* margin-top: 23px; */
    margin-inline: 11px;
}


header .right-header-sec form {
    height: 46px;
    border-radius: 15px;
    margin-left: 60px;
    margin-right: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

header .right-header-sec a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .right-header-sec form input {
    width: 100%;
    border: 0;
    height: 100%;
    border: none !important;
    border: transparent;
    border-radius: 15px;
    padding-right: 10px;
}

header .right-header-sec form input::focus {
    border: blue !important;
}

header .right-header-sec form button,
.widget #searchsubmit,
.not-found .container a,
.woocommerce-Button.button,
.cart-copun button {
    background: var(--main-color);
    color: white;
    border: 0;
    border-radius: var(--shi-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    gap: 5px;
    cursor: pointer;
    margin: 2px;
}

.main-header .left-header-sec .add-to-card {
    background-color: var(--geen);
    padding: 15px 20px;
    border-radius: 15px;
    color: white;
    display: flex;
    gap: 5px;
}

.right-header-sec .add-to-card img {
    vertical-align: middle;
}

.favotate,
.login-register,
.main-header .left-header-sec .xoo-wsc-sc-cont,
header .right-header-sec form {
    border: solid var(--border-color) 1px;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card),
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount,
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font-size: unset;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 100px;
    height: auto;
}

.numrber-card-pr {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--light);
    color: var(--black);
    border-radius: 50%;
    word-wrap: 30px;
    height: 30px;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
}

header .left-header-sec {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
}

.favotate,
.main-header .left-header-sec .xoo-wsc-sc-cont {
    /* padding: 10px; */
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xoo-wsc-sc-count {
    background-color: unset;
    background: var(--main-color) !important;
    color: #fff;
}

.login-register {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

header .right-header-sec form input::placeholder i {
    font-size: 20px;
    vertical-align: middle;
    display: flex;
    width: fit-content;
}

.down-header .right-down-header {
    display: inline-flex;
    padding-bottom: 10px;
}

.down-header .right-down-header>.list-menu>ul {
    display: inline-flex;
    gap: 30px;
    padding: 0;
    height: 100%;
    flex-wrap: wrap;
}

.down-header .right-down-header .list-menu ul li {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    display: flex;
    align-items: center;
}

.down-header .right-down-header .list-menu>ul>li {
    font-weight: 400;
    display: flex;
    position: relative;
    align-items: center;
    gap: 5px;
}

.down-header .right-down-header {
    display: flex;
    justify-content: start;
    gap: 30px;
    flex-wrap: wrap;
}

.left-down-header a {
    font-size: 23px;
    font-weight: 700;
    color: var(--main-color);
}

.down-header .right-down-header .list-menu ul li:hover {
    color: var(--main-color);
}

.list-menu ul li:hover>ul {
    width: 180px !important;
}

.menu-item a {
    text-wrap: nowrap;
}

.down-header.container {
    display: block;
    padding: 10px;
    padding-bottom: 0;
}

.list-menu ul li>ul.sub-menu {
    position: absolute !important;
    top: 49px !important;
    width: fit-content;
    background: white;
    padding: 10px;
    right: -20px;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    z-index: 999;
    box-shadow: 0 10px 35px #0000001A;
    border-radius: 0 0 15px 15px;
    text-align: center;
    border-top: solid var(--main-color) 1.5px !important;
}

.list-menu ul li > ul.sub-menu li > ul.sub-menu {
    top: 25px !important;
}

ul.sub-menu li .sub-menu {
    right: -100% !important;
}

.sub-menu,
.mega-menu {
    animation: show-animation .215s;
}

.list-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 28px;
    width: 20em;
    transition: all 150ms ease-out;
}

.mega-menu-items {
    position: absolute;
    width: 600px;
    top: 50px;
    min-height: 344px;
    width: 200px;
    box-shadow: 0 10px 35px #0000001A;
    border-top: solid var(--main-color) 5px;
    border-radius: 0 0 15px 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    background: white;
}

.mega-menu:hover .mega-menu-items {
    visibility: visible;
    opacity: 1;
    transition: all 150ms ease-in-out;
    z-index: 999;
}

header .right-down-header .mega-menu {
    display: flex;
    gap: 5px;
    position: relative;
    padding: 14px 0;
    flex-direction: row !important;
}

footer .app-images img {
    max-height: 40px !important;
}

.mega-menu-items ul {
    display: flex !important;
    flex-direction: column !important;
    justify-content: start;
    padding-top: 15px;
    height: 100%;
    gap: 12px;
}

.mega-menu-items ul li {
    font-size: 18px;
    font-weight: 300;
    height: 39px;
    text-align: center;
}

.down-header .sub-menu li a {
    padding: 10px 0 10px 8px;
    border-radius: var(--shi-border-radius);
    flex-direction: right;
    display: flex;
    gap: 5px;
    width: 100%;
}

.menu-image-title-after.menu-image-not-hovered img {
    padding-right: 0px !important;
}

.mega-menu-items>ul>li a {
    padding: 0 10px;
}

.down-header .sub-menu li:hover {
    color: white !important;
    color: var(--main-color) !important;
    transition: all 150ms ease-in-out;
}

.mega-menu-items ul li a {
    border-radius: var(--shi-border-radius);
    color: var(--text);
}

.mega-menu-items>ul {
    position: relative;
}

.mega-menu-items>ul>li>ul {
    position: absolute;
    right: 100%;
    background: white;
    width: 700px;
    height: 344px;
    padding: 10px 30px;
    top: -4.5px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    border-top: solid var(--main-color) 5px;
    margin: 0;
    border-radius: 0 0 0 15px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.mega-menu-items>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all 150ms ease-in-out;
}

.mega-menu-items>ul {
    position: relative;
    border-left: solid #fafafa 1px;
}

.mega-menu-items>ul>li>ul:hover {
    background-color: white !important;
}

.mega-menu-items>ul>li>ul:hover,
.mega-menu-items ul li ul li:hover {
    background-color: white !important;
}

.shidos-product-cat .container .title {
    display: flex;
    padding: 25px 0;
    justify-content: center;
}

.shidos-product-cat .container {
    width: 1350px;
    margin: 0 auto;
}

.shidos-product-cat .owl-carousel {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.shidos-product-cat .item a {
    width: 150px;
    display: block;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid var(--border-color) 1px;
    border-radius: 50%
}

.shidos-product-cat h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    padding: 25px 0;
}

.shidos-product-pro .container {
    margin: 0 auto;
    display: grid;
    margin-top: 50px;
    grid-template-columns: 1fr 4fr;
}

.shidos-product-pro .right-pro img {
    max-width: 135px;
}

.shidos-product-pro .container {
    margin: 0 auto;
    display: flex;
    margin-top: 100px;
}

.main-shidos-product-pro .item img {
    width: 190px;
    margin-top: 25px;
}

.main-slider .owl-dots .owl-dot span,
.main-slider-mobile .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 150ms ease;
    border-radius: 30px;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider-mobile .owl-dots .owl-dot.active span,
.main-slider-mobile .owl-dots .owl-dot:hover span .main-slider.owl-dots .owl-dot:hover span {
    background: var(--main-color);
    width: 30px;
}

.main-slider .owl-dots,
.main-slider-mobile .owl-nav .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.main-slider .owl-nav i,
.main-slider-mobile .owl-nav i {
    font-size: 35px;
    color: white;
}

.main-slider .owl-nav,
.main-slider-mobile .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}


.mega-menu:hover li:first-child ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.315s;
}


.main-slider .owl-nav button:hover,
.main-slider-mobile .owl-nav button:hover {
    background: var(--main-color) !important;
    padding: 5px !important;
    transition: all 150ms;
}

.shidos-product-pro .owl-nav {
    position: absolute;
    bottom: 50px;
    right: -170px;
}

.shidos-product-pro .owl-nav button i {
    font-size: 35px;
    color: white;
}

.shidos-product-pro .titles span {
    color: white;
}

.shidos-product-pro .owl-nav button:hover {
    background: transparent !important;
}

.shidos-product-pro .right-pro {
    background: var(--main-color);
    color: white;
    width: 250px !important;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: space-around;
    align-items: center;
    padding: 0 60px;
    border-radius: 15px;
}

.right-pro h2 span {
    font-size: 35px;
    font-weight: 700;
    display: block ruby;
}

.right-pro h2 {
    font-size: 27px;
    font-weight: 300;
}

.main-shidos-product-pro .item {
    height: 450px;
}

.main-shidos-product-pro .item {
    height: 450px;
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
    border: solid #f1f2f9 1px;
    border-radius: 15px;
}

.main-shidos-product-pro .top-product {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.main-shidos-product-pro .top-product ul li {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%
}

.main-shidos-product-pro .top-product ul {
    display: flex;
    gap: 5px;
}

.card-content {
    position: absolute;
    top: 65px;
    z-index: 999;
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 3px 10px 0 #2727270f;
    opacity: 0;
    width: 300px;
}

.user-logged-in-drop-down.absolute ul li {
    border-bottom: 1px solid var(--light);
    padding: 10px;
}


.user-logged-in-drop-down.absolute ul {
    display: flex !important;
    flex-direction: column;
    border-bottom: 1px solid var(--light);
}




.p-add-to-card.relative:hover .card-content {
    opacity: 1;
}

.card-content a.w00-pro-title {
    display: flex;
    align-items: center;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1em;
}

.woocommerce-mini-cart__total.total {
    margin-top: 15px;
    margin-bottom: 15px;
}

.button.checkout.wc-forward,
.wc-forward {
    padding: 5px 10px;
    background: var(--main-color);
    color: white;
    border-radius: var(--shi-border-radius);
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 80px;
    height: auto;
    margin-inline: 5px;
    border-radius: var(--shi-border-radius);
}

.card-content .remove.remove_from_cart_button {
    position: absolute;
}

.remove.remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--main-color);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .left-header-sec>.p-add-to-card .xoo-wsc-sc-cont,
.main-header .left-header-sec .login-register {
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    gap: 5px;
}

.main-header .left-header-sec>.p-add-to-card .xoo-wsc-sc-cont {
    background-color: var(--geen);
    color: white;
}

.main-shidos-product-pro .p-add-to-card .xoo-wsc-sc-cont,
.shidos-product-pro .add-to-card {
    display: flex;
    background: var(--main-color);
    color: white;
    padding: 10px 5px;
    border-radius: 15px;
    flex-direction: row-reverse;
    gap: 8px !important;
    margin: 20px;
    width: 210px;
    justify-content: center;
    height: 50px;
    align-items: center;
}

.main-shidos-product-pro h2 {
    font-size: 16px;
    font-weight: 600;
}

.shidos-product-pro .owl-carousel .owl-stage-outer {
    margin-right: 20px !important;
}

.main-shidos-product-pro .inner-top-product span,
.shidos-product-category .inner-top-product span {
    width: 50px;
    height: 35px;
    background: var(--main-color);
    border-radius: var(--shi-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.main-shidos-product-pro ins {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--geen);
}

.main-shidos-product-pro del {
    font-size: 14px;
    color: var(--text);
    font-weight: 300;
}

.main-shidos-product-pro .price {
    display: flex !important;
    justify-content: space-between;
    width: 100%
}

.main-shidos-product-pro .item .main-shidos-product-pro .item img {
    width: 190px;
    margin-top: 25px;
}

.main-shidos-product-pro .owl-stage-outer {
    width: 1180px;
}

.count-down span {
    width: 30px;
    height: 40px;
    background: var(--main-color);
    color: white;
    font-size: 20px;
    font-weight: 900;
    border-radius: 10px;
    vertical-align: middle;
    flex-direction: revert-layer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.static-banner .container {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.static-banner img {
    border-radius: 15px;
}

.top-sales-product .container {
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr 3fr;
}

.top-sales-product .right-top-product {
    border-radius: 15px;
    border: solid #f1f2f9 1px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 350px;
    height: 450px;
}

.top-sales-product .right-top-product>span {
    width: 50px;
    height: 35px;
    background: var(--main-color);
    border-radius: var(--shi-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.top-sales-product .right-top-product>span {
    background: var(--main-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    width: 55px;
    height: 55px;
}

.top-sales-product .right-top-product.relative img {
    width: 175px;
    height: 175px;
}

.top-sales-product .right-top-product.relative h2 {
    font-size: 16px;
    font-weight: 600;
}

.top-sales-product .right-top-product.relative.cats {
    font-size: 13px;
    font-weight: 300;
}

.top-sales-product .right-top-product del {
    font-size: 14px;
    color: var(--text);
    font-weight: 300;
}

.top-sales-product .right-top-product ins {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--geen);
}

.top-sales-product .right-top-product .price {
    display: flex;
    flex-direction: column;
}

.top-sales-product .right-top-product .add-to-card {
    width: 60px;
    height: 60px;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 15px;
    box-shadow: 0 3px 10px 0 #FF1A2F40;
    position: absolute;
    bottom: -30px;
    right: calc(50% - 30px);
}

.top-sales-product .right-top-product .price {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    margin-top: 10px;
    gap: 1em;
}

.top-sales-product .right-top-product .add-to-card i {
    font-size: 24px;
}

.top-sales-product .right .item {
    display: flex;
}

.top-sales-product .left-top-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.top-sales-product .right img {
    width: 110px;
    height: 110px;
    margin-inline: 10px;
    border-radius: var(--shi-border-radius);
}

.top-sales-product .left h2 {
    font-size: 16px;
    font-weight: 600;
}

.right-top-product figure img {
    animation: hithere 150ms infinite;
}

.top-sales-product .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.top-sales-product .left .cats span {
    font-size: 12px;
}

.top-sales-product .item {
    border: solid #f1f2f9 1px;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    height: 140px;
    width: 350px;
}

.top-sales-product .item .left .price {
    text-align: end;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.top-sales-product .left ins {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--geen);
}

.top-sales-product .left .cats {
    display: flex;
    flex-direction: column;
}

.top-sales-product .left .cats span {
    font-weight: 300;
    line-height: 20px;
}

.top-sales-product .top {
    margin: 5px;
}

section .container>.title {
    display: flex !important;
    line-height: 32px;
    display: block;
    margin: 10px 0;
}

section .container .title span {
    font-weight: 600;
    margin: 10px 0;
}

.top-sales-product .title h2 {
    display: flex;
    gap: 5px;
}

section .container h2>span {
    position: relative;
    font-size: 23px;
    font-weight: 700;
    color: var(--main-color);
    padding-bottom: 15px;
}

section .container h2>span::after {
    flex-direction: row-reverse;
    content: "";
    width: 100%;
    border-bottom: solid var(--main-color) 3px;
    box-shadow: 0 3px 10px 0 #FF1A2F40;
    position: absolute;
    bottom: 0;
    right: 0;
}

.shidos-product-brands .container {
    margin: 0 auto;
}

.shidos-product-brands .container .title {
    display: flex;
    /* padding: 50px 0; */
    text-align: center;
    display: flex;
    justify-content: center;
}

.shidos-product-brands .item img {
    border-radius: 50%;
}


.shidos-product-brands .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-product .container {
    margin: 0 auto;
}

.main-shidos-simple-product .item {
    height: 339px;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-inline: 20px;
    border: solid #f1f2f9 1px;
    border-radius: 15px;
    gap: 18px;
}

.shidos-product-category .right .item {
    max-height: 450px;
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-inline: 5px;
    border: solid #f1f2f9 1px;
    border-radius: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    min-width: 220px;
    padding: 10px;
    gap: 50px;
}

.main-shidos-simple-product .add-to-card,
.shidos-product-category .right .item .add-to-card {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.main-shidos-simple-product .add-to-card i,
.shidos-product-category .right .item .add-to-card i {
    background: var(--main-color);
    border-radius: 12px;
    color: white;
    padding: 10px;
}

.simple-product .container {
    margin: 0 auto;
}

.main-shidos-simple-product h2,
.shidos-product-category .right .item h2 {
    font-size: 16px;
    font-weight: 600;
}

.main-shidos-simple-product ins,
.shidos-product-category .right .item ins {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--geen);
}

.main-shidos-simple-product del,
.shidos-product-category .right .item del {
    font-size: 14px;
    color: var(--text);
    font-weight: 300;
}

.main-shidos-simple-product .item img,
.shidos-product-category .right .item img {
    max-width: 160px;
    height: 160px;
    margin-top: 25px;
}

.main-shidos-simple-product .top-product,
.shidos-product-category .right .item .top-product {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
}

.main-shidos-simple-product .inner-top-product span,
.top-sales-product .right-top-product>figure span.discount {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.shidos-blog .container {
    margin: 0 auto;
}

.title-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.title-con a {
    display: flex;
    align-items: center;
}

.shidos-blog .item,
.shidos-blog-cat .container .right .item {
    position: relative;
    border: solid 1px var(--shi-border-color);
    border-radius: var(--shi-border-radius);
    padding: 10px;
}

.shidos-blog h2,
.shidos-blog-cat .container .right .item h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.shidos-blog span,
.shidos-blog-cat .container .right .item .bottom span {
    font-weight: 300;
    line-height: 20px;
}

.shidos-blog .blog-desc,
.shidos-blog-cat .container .right .item .blog-desc {
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 1em;
}

.shidos-blog .bottom,
.shidos-blog-cat .container .right .item .bottom {
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: self-start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shidos-blog-cat .container .right .item .bottom span.date {
    position: absolute;
    background: var(--light);
    padding: 4px;
    border-radius: 0 var(--shi-border-radius) var(--shi-border-radius) 0;
    left: 0;
}

section.top-cat-breadcrumb {
    margin-inline: 15px;
}

.shidos-blog-cat .container .right .item figure {
    height: 124px;
    position: absolute;
    top: -5px !important;
    top: 0;
    right: 0;
    left: 0;
}

.shidos-blog-cat .container .right .item *:not(.shidos-blog-cat .container .right .item img, .shidos-blog-cat .container .right .item figure) {
    padding-inline: 6px;
}

.shidos-blog-cat .container .blog-desc span {
    font-size: 13px;
    text-align: justify;
    line-height: 1.5em;
}

.shidos-blog-cat .container .right .item figure img {
    border-radius: var(--shi-border-radius) var(--shi-border-radius) 0 0px !important;

}

.shidos-video .container {
    margin: 0 auto;
}

.shidos-video .title-con a,
.form-submit input[id="submit"],
.comments-inner .comment .reply a {
    display: flex;
    align-items: center;
    height: 55px;
    color: white;
    background: var(--main-color);
    width: 154px;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 3px 10px 0 #FF1A2F40;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    margin-top: 10px;
    box-shadow: 0 3px 10px 0 #FF1A2F40;
}

.comments-inner .comment .reply a {
    width: 60px !important;
    border-radius: 7px !important;
}

.main-shidos-video .item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 345px;
    width: 345px;
    border-radius: 15px;
}

.shidos-video .details {
    padding-inline: 15px;
    position: absolute;
    bottom: -60%;
    color: white;
    margin-bottom: -10px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.shidos-video .blog-title {
    font-size: 19px;
    font-weight: 500;
}

.shidos-video .top {
    display: flex;
    gap: 23px;
}

.shidos-video .blog-desc {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    line-height: 25px;
}

.shidos-video img {
    position: absolute;
    top: 0;
    border-radius: 15px;
}

.shidos-video .overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 9.5%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: " ";
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 15px;
}

.main-shidos-video .owl-nav button,
.main-product-brands .owl-nav button,
.simple-product .owl-nav button {
    border: solid #f1f2f9 1px !important;
    box-shadow: 0 10px 50px 0 #00000026;
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.main-shidos-video .owl-prev,
.main-product-brands .owl-prev,
.simple-product .owl-prev {
    position: absolute;
    bottom: 45%;
    right: 0;
    z-index: 999;
    background-color: white !important;
}

.main-shidos-video .owl-next,
.main-product-brands .owl-next,
.simple-product .owl-next {
    position: absolute;
    bottom: 45%;
    left: 0;
    z-index: 999;
    background-color: white !important;
}

.main-shidos-video .owl-next:hover,
.main-shidos-video .owl-prev:hover,
.main-product-brands .owl-prev:hover,
.main-product-brands .owl-next:hover,
.simple-product .owl-next:hover,
.simple-product .owl-prev:hover {
    background: var(--main-color) !important;
    border: none !important;
}

footer {
    border-top: 1px solid var(--Light, #f1f2f9);
    margin-top: 70px;
}

footer .container {
    margin: 75px auto 0 auto;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    height: 600px;
}

footer .container .top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer .floating-contact-us .flo-btn {
    position: fixed;
    bottom: 75px;
    right: 75px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: white;
    z-index: 999;
    box-shadow: 0 10px 50px 0 #00000040;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

footer .floating-contact-us .flo-btn i::hover {
    color: white !important;
}

.footer-menu-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.shidos-menu ul li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 25.5px;
}

.shidos-menu.forth-shidos-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shidos-menu.forth-shidos-menu p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shidos-menu.fifth-shidos-menu p {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .shidos-menu form {
    position: relative;
}

footer .shidos-menu #emial {
    height: 50px;
    border: solid #f1f2f9 1px;
    border-radius: 10px;
    padding-right: 8px;
    width: 250px;
}

footer .shidos-menu #emial::placeholder {
    font-size: 15px;
    font-weight: 300;
}

.contact-us-lists i {
    font-size: 32px !important;
    display: flex;
}

footer .contact-us-lists a.flo-btn-item {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}

footer .contact-us-lists .flo-btn.flo-btns i {
    display: flex;
}

footer .contact-us-lists {
    background-color: white;
    position: fixed;
    bottom: 150px;
    width: 350px;
    height: max-content;
    z-index: 999;
    box-shadow: 0 10px 50px 0 #00000040;
    right: 70px;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    gap: 15px;
    transition: all 150ms ease-in-out;
}

footer .flo-btn-item img {
    width: 30px;
}

footer .flo-btn-item img:hover {
    animation: hithere 150ms ease infinite;
}

.shidos-menu.forth-shidos-menu img {
    width: 150px;
}

.shidos-menu form button {
    width: 60px;
    height: 40px;
    background: #f1f2f9;
    border: 0;
    border-radius: 5px;
    color: var(--text);
    font-size: 15px;
    position: absolute;
    left: 43px;
    top: 5px;
}

.shidos-menu.fifth-shidos-menu .socials-icons {
    display: flex;
    padding-top: 10px;
    gap: 10px;
}

.shidos-menu.fifth-shidos-menu .socials-icons :hover {
    animation: hithere 2s ease infinite;
    background: var(--main-color);
    color: white;
    border: 0;
}

.socials-icons a {
    width: 45px;
    height: 45px;
    display: block;
    border: solid #f1f2f9 1px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shidos-menu fifth-shidos-menu .socials span {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shidos-menu.fifth-shidos-menu .socials {
    margin-top: 15px;
}

footer .middle {
    display: flex;
    justify-content: start;
    align-items: inherit;
    margin-top: 50px;
    flex-direction: column-reverse;
}

footer .middle .left {
    display: unset;
    justify-content: end;
}

footer .container .middle .left a {
    height: 145px;
    border: 1px solid var(--Light, #f1f2f9);
    margin-inline: 5px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
}

.footer .shidos-menu .left img {
    width: 105px;
}

footer .container .middle .right .more {
    color: var(--main-color);
    font-weight: 600;
}

footer .about-us h2 {
    line-height: 20px;
    margin-bottom: 10px;
}

footer .right p {
    margin-top: 10px;
    line-height: 30px;
}

footer .call-us p {
    margin-top: 20px !important;
    font-size: 15px;
    font-weight: 300;
}

footer .bottom {
    height: 60px;
    background: var(--main-color);
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shidos-modal section h1 {
    letter-spacing: 1px;
    position: relative;
}

.shidos-modal section h1::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #cbd5e1;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%);
}

.buttons {
    display: flex;
    gap: 2rem;
}

.buttons button {
    background-color: transparent;
    border: 1px solid #cbd5e1;
    color: #cbd5e1;
    padding: .5rem 1rem;
    position: relative;
    overflow: hidden;
    transition: all 150ms ease-in-out;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1rem;
}

.buttons button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: block;
    background-color: #cbd5e1;
    transition: all 150ms ease-in-out;
    z-index: -1;
}

.buttons button:hover {
    color: #0d1117;
}

.buttons button:hover::before {
    left: 0;
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    transition: all 150ms ease-in-out;
    pointer-events: none;
    opacity: 0;
    right: 0;
}

.modal.open {
    opacity: 1;
    pointer-events: none;
}

.modal-content.open a.close {
    pointer-events: auto;
}

.modal-content.open {
    opacity: 1;
    transform: scale(1);
    pointer-events: painted;
}

.modal-content {
    width: 50%;
    max-width: 800px;
    height: fit-content;
    padding: 2rem;
    border: 1px solid #cbd5e1;
    background-color: white;
    position: relative;
    opacity: 0;
    transform: scale(1.2);
    transition: all 150ms ease-in-out;
    border-radius: 15px;
}

.modal-content.open {
    opacity: 1;
    transform: scale(1);
}

.close-button {
    all: unset;
    border-radius: 40px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.close-button:hover {
    color: white;
    background: var(--main-color);
}

.line {
    width: 20px;
    height: 1px;
    display: block;
    background-color: #cbd5e1;
    position: relative;
}

#content-one a i {
    font-size: 25px !important;
}

.line::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background-color: #cbd5e1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.custom-hide {
    height: 0;
    transition: all 150ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.custom-hide-action {
    height: 0;
    transition: all 150ms ease-in-out;
    opacity: 0 !important;
    visibility: hidden !important;
    display: none;
}

.item-action button:hover .custom-hide-action {
    visibility: visible !important;
    opacity: 1 !important;
}

.login-register-box {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-height: 800px;
    max-width: 800px;
    margin: 20px auto;
    background: white;
    border-radius: 15px;
    align-content: center;
}

.login-register-box .right {
    background: var(--main-color);
    border-radius: 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 25px 0 25px 0;
}

.login-register-box .right img {
    max-width: 140px;
}

.login-register-box .left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.login-register-box form input {
    height: 48px;
    border: solid var(--border-color) 1px;
    border-radius: 15px;
    max-width: 480px;
    width: 100%;
    padding-right: 10px;
}

.login-register-box form input:focus {
    border: solid var(--main-color) 2px;
    transition: all 150ms ease-in-out;
    outline: 0;
}

.login-register-box form input::placeholder {
    padding-right: 10px;
}

.shidos-to-header span,
.top-header-text a {
    color: #fff;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 10px;
}

.login-register-box form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.login-register-box button {
    height: 48px;
    background: var(--main-color);
    color: white;
    border: 0;
    border-radius: 15px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-top: 10px;
}

.shidos-breadcrumb .container {
    margin: 30px auto 15px auto;
    /* padding-inline: 25px; */
}



.main-section .container .right {
    border: solid 1px var(--light);
    border-radius: 25px;
}

.main-section .container {
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-content: baseline;
    gap: 2em;
    align-items: self-start;
}

.main-section .container>div {
    padding-right: 0;
}

.main-section .right {
    width: 100%
}

.count-down-single {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: unset;
    bottom: 0;
    border-radius: 5px;
    padding: 10px 0;
}

.main-section>.container>div {
    margin: 0 auto !important;
    width: 100%
}

.item-action button {
    background: white;
}

.woocommerce-product-gallery__wrapper.woocommerce-product-gallery__trigger .zoomImg {
    width: 100% !important;
    height: 100% !important;
}

.main-section .right .actions {
    right: 10px;
    top: 70px;
    z-index: 98;
}

.main-section .item-action button {
    width: 46px;
    height: 46px;
    border: solid #f1f2f9 1px;
    border-radius: var(--shi-border-radius);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: white;
    z-index: 99;
}

.main-section .right .item-action button:hover {
    animation: hithere 2s ease infinite;
    background: var(--main-color);
    color: white;
    border: 0;
}

.right-header-sec form.relative i {
    color: white;
}

.item-action {
    position: relative;
}

.main-section .right .item-action button:hover span {
    transition: none !important;
    position: absolute;
    display: block !important;
    right: 120%;
    top: 0;
    color: #0d1117;
    background-color: #fff;
    border-radius: var(--shi-border-radius);
    font-size: 14px;
    box-shadow: 0 5px 25px 0 #0000001A;
    height: 36px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 36px;
    font-style: normal;
    font-weight: 300;
}
}

.main-section .count-down-single.absolute span {
    font-size: 17px;
    font-weight: 700;
}

.main-section .middle h2 {
    line-height: 50px;
}

.main-section .middle .sort-description ul li {
    font-size: 15px;
    font-weight: 400;
    list-style: disc;
    line-height: 30px;
}

.main-section .middle a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    margin-top: -15px;
    margin-bottom: 25px;
}

.card .woocommerce-Price-amount.amount bdi {
    display: flex !important;
}

.icon-arrow-square-down:before {
    content: "\f131";
    font-size: 20px;
    padding: 4px;
    background: var(--main-color);
    border-radius: var(--shi-border-radius);
    color: white;
}

.main-section .middle .top-del {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    line-height: 30px;
}

.main-section .middle .delivery-section {
    border: 1px solid var(--light);
    border-radius: 15px;
    padding: 10px;
    max-width: 450px;
    min-width: 200px;
}

.main-section .middle .icon-huobi-token-ht {
    color: #a6358a;
    padding: 5px;
}

.main-section .middle .delivery-section ul li {
    font-weight: 300;
}

.main-section .left {
    height: fit-content;
    width: 100%
}

.container-cat {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-top: 25px;
}

.main-section .left .card {
    /*     max-width: 340px; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #f8f8f8;
    border-radius: 12px;
    border: 1px solid #e0e0e2;
}

.woocommerce-mini-cart__empty-message {
    display: none;
}

.main-section .top-card {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.main-section .icon-shop-add {
    font-size: 24px;
}

.main-section .left .shipping-detail {
    display: flex;
    justify-content: right;
    padding-bottom: 10px;
}

.mobile-menu ul li.menu-item {
    border-bottom: solid 1px var(--light);
}

.main-section .left .product-detail {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
}

.main-section .left .product-detail .comments {
    color: var(--main-color);
}

.main-section .left div.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.off-product {
    transition: box-shadow 150ms cubic-bezier(.4, 0, 1, 1), transform 150ms cubic-bezier(.4, 0, 1, 1);
    height: 290px;
    border: solid 1px var(--light);
}

del .woocommerce-Price-amount.amount bdi {
    color: var(--text);
    font-size: 14px;
}

.main-section .left .price span {
    padding: 3px 5px;
    border-radius: var(--shi-border-radius);
    color: var(--black);
}

.main-section .left .price del {
    font-size: 16px;
}

.main-section .left .add-to-card-btn {
    align-items: center;
    justify-content: center;
}

.mobile-menu.desktop ul li img {
    aspect-ratio: unset;
}

.main-section .left input {
    height: 51px;
    border: 1px solid var(--Light, #f1f2f9);
    border-radius: var(--shi-border-radius);
    text-align: center;
    max-width: 85px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin-inline: auto;
}

.quantity {
    display: flex;
}

.awf-filter-title {
    border-radius: 3px;
    border: solid var(--light) 1px;
    padding: 0 8px;
    margin: 7px 0;
}

i.fa-solid.fa-chevron-left {
    display: none;
}

.awf-preset-title {
    margin: .3em .5em .33em 0;
    font-size: unset;
}

.awf-filter-wrapper .awf-collapse-btn::before {
    top: -45px;
    left: 4px;
    color: #ff1a2f;
}

.awf-style-images li,
.awf-style-tags li,
.awf-style-colours li,
.awf-filters-container.awf-show-in-row ul li.awf-filter-container {
    margin: unset;
    width: 30px;
}

.awf-filter-wrapper .awf-filter-title-container {
    all: unset;
}

.awf-filters-container.awf-filters-1-3-container ul li label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-section .left .minus,
.main-section .left .plus {
    background: white !important;
    border: 1px solid var(--Light, #f1f2f9);
    border-radius: 15px;
    margin-inline: 3px !important;
}

.woocommerce-product-gallery__image.flex-active-slide {
    width: 100%
}

.woocommerce-product-gallery__image.flex-active-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-section .left .minus,
.main-section .left .plus {
    top: 0;
    bottom: 0;
    height: 65px;
    width: 40px;
    background: transparent;
    border: 0;
    z-index: 98;
    cursor: pointer;
    font-size: 20px;
}

.main-section .left .plus {
    left: 0;
}

.services .container {
    margin: 100px auto 100px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.services .container .item {
    display: flex;
    gap: 10px;
}

.services .container .item a {
    width: 75px;
    height: 75px;
    background: var(--light);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .container .item a i {
    font-size: 40px;
    color: var(--black);
}

.services .container .item span {
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.main-section .right .slider-img img {
    width: 100px;
    height: 100px;
    border: 1px solid var(--light);
    border-radius: 15px;
}

.main-section .right .image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.main-section .right .image>img {
    margin: 20px;
}

.main-section .right .slider-img {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.main-section .right .slider-img img {
    width: 100px;
    border: 1px solid var(--light);
    border-radius: 15px;
}

.shidos-story .container {
    margin: auto;
}

#zuck-modal-content .story-viewer .head {
    display: flex;
    justify-content: space-between;
    padding-inline: 2em;
}

#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
    color: white;
    display: flex;
    align-items: center;
}

section.shidos-story #story {
    display: flex !important;
    justify-content: space-evenly !important;
    gap: 2em !important;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    height: 150px;
    overflow: hidden;
}

.stories.snapgram .story>.item-link {
    transform: scale(1.12);
}

.stories.carousel .story>.item-link>.info .name {
    font-weight: 300 !important;
    font-size: 14px;
    font-family: inherit;
}

.not-found,
.not-found .container {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal .flo-btn-item-share img {
    width: 30px;
    margin-inline: 4px;
}

.modal .share {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
}

.modal .share input {
    display: block;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 13px;
    padding: 4px 27px 4px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: var(--text);
}

.modal .copy-url {
    display: flex;
    justify-content: safe;
    flex-direction: row-reverse;
    gap: 5px;
}

.modal button,
#woosw_copy_btn {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: var(--shi-border-radius);
    background: var(--main-color);
    color: white;
    border: 0;
}

.woocommerce-form-coupon-toggle {
    margin: 20px auto;
}

.checkout_coupon.woocommerce-form-coupon {
    margin: 20px auto !important;
}

ul.wc_payment_methods.payment_methods.methods li div {
    /* color: white !important; */
    padding: 10px !important;
}

nav.woocommerce-breadcrumb *,
nav.woocommerce-breadcrumb {
    color: var(--text);
    font-weight: 300 !important;
    overflow: auto;
    text-wrap: nowrap;
    font-size: .876em;
}


.shidos-blog-cat .container {
    margin-inline: auto;
    gap: 25px;
    /* display: flex;  در صورت غیر فعال بودن برای بلاگ درست است */

}

body.single .main-single-section .container {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.main-single-section .container .right {
    flex: 5;
}

.main-single-section .container .left {
    flex: 2;
    order: 1;
}


.blog .right-desc .blog-content p {
    text-align: justify;
}

.main-single-section .container .right,
.main-single-section .container .left {
    height: max-content;
    animation: show-animation 150ms ease;
    border-radius: 15px;
    /* padding: 25px; */
}

.main-single-section .container .right .right-desc div span {
    padding: 4px 8px 4px 8px;
}

.main-single-section .container .right .blog-details .right-desc {
    display: flex;
    flex-direction: row;
}

.main-single-section .container .right {
    border-radius: 25px;
}

.main-single-section .container .right .right-desc div span,
body.page .main-single-section .blog-details span {
    width: fit-content;
    padding: 8px 15px 8px 15px;
    border-radius: var(--shi-border-radius);
    text-wrap: nowrap;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--light);
}

.main-single-section .container .right .right-desc div span i,
body.page .main-single-section .blog-details span i {
    font-size: 18px;
}


.main-single-section .right hr {
    height: 1px;
    border: 1px solid var(--light);
    margin: 20px auto 25px auto;
}

.main-single-section .blog-details {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 25px auto;
    flex-wrap: wrap;
    gap: 10px;
}

.main-single-section .right-desc .vote {
    color: #ff8a1f;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-single-section .right-desc .vote span {
    font-weight: 500;
}

.main-single-section .details-items {
    display: flex;
    gap: 0 8px;
}

.main-single-section .left-desc .icon-star,
.main-single-section .left-desc span {
    font-size: 24px;
    height: 100%
}

.main-single-section .left-desc span {
    font-size: 17px;
}

.main-single-section .right .blog-content img {
    max-width: 100%;
    margin-inline: auto;
    border-radius: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 400px;
    width: 900px;
}

.main-single-section .right .blog-content p {
    line-height: 40px;
}

.main-single-section .right .blog-content h2,
.main-single-section .right .blog-content h3,
.main-single-section .right .blog-content h4,
.main-single-section .right .blog-content h5,
.main-single-section .right .blog-content h6 {
    padding-top: 2em;
    padding-bottom: 1em;
}

.main-single-section .right .blog-content ul li {
    line-height: 20px;
    margin-top: 1em;
    font-size: 14px;
    list-style: disc;
}

.main-single-section .left .widget-item,
.shidos-blog-cat .left .widget-item {
    margin-bottom: 20px;
}

.main-single-section .left .widget-comment-container span:first-child {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: black;
    display: inline-flex;
    justify-content: end;
    align-items: center;
}

.main-single-section .left .product_list_widget ins,
.main-single-section .left .product_list_widget span.woocommerce-Price-amount.amount bdi {
    float: left;
    text-align: left;
}

.main-single-section .left .product_list_widget ul.product_list_widget li a {
    width: 100% !important;
}


.main-single-section .left .widget-comment-container ul {
    display: flex !important;
    flex-direction: column;
    gap: 15px 0;
}


.main-single-section .left .widget-comment-container ul li a del {
    display: none;
}

.main-single-section .left .widget-comment-container ul li span.reviewer {
    float: right;
}

.main-single-section .left .product_list_widget ul.product_list_widget {
    gap: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-single-section .left ul li span.post-date,
.main-single-section .left ul li span.reviewer {
    font-size: 13px !important;
    line-height: 20px;
    color: var(--text) !important;
}

.product_list_widget span.woocommerce-Price-amount.amount bdi {
    gap: 0px !important;
}

.main-single-section .left .widget.relative>span,
.cart-left-box .cart-subtotal,
.woocommerce-checkout .section-title {
    font-weight: 600;
    background: #00000008;
    padding: 8px 10px;
    border-radius: 6px;
    width: 100%;
    display: block;
}

.woocommerce-checkout .sh-total-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.woocommerce-checkout .subtotal {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-single-section .left .widget-comment-container span:last-child {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: black;
}

.main-single-section .left .widget .widget-tag-container,
.shidos-blog-cat .left .widget .widget-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--text);
}

.main-single-section .left .widget,
.shidos-product-category .left .widget {
    padding: 15px;
    border-radius: var(--shi-border-radius);
    gap: 40px;
    margin-bottom: 30px;
}

.main-single-section .widget-blog-container .blog-widget-item img,
.shidos-blog-cat .widget-blog-container .blog-widget-item img {
    width: 75px;
    height: 75px;
    border-radius: 15px;
}

.main-single-section .widget-blog-container .blog-widget-item,
.shidos-blog-cat .widget-blog-container .blog-widget-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-single-section .widget {
    position: relative;
}


.main-single-section .widget-blog-container .blog-widget-item a,
.shidos-blog-cat .widget-blog-container .blog-widget-item a {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.main-single-section .left .widget h3,
.shidos-blog-cat .left h3,
.shidos-product-category .left h3 {
    margin-bottom: 20px;
}

.main-single-section .left .widget .widget-cont,
.main-single-section .left .widget .widget-blog-container,
.main-single-section .left .widget .widget-tag-container,
.main-single-section .left .widget .widget-comment-container,
.shidos-blog-cat .widget-comment-container,
.shidos-blog-cat .left .widget .widget-tag-container,
.shidos-blog-cat .left .widget .widget-blog-container,
.shidos-product-category .left .widget .widget-comment-container,
.shidos-product-category .left .widget .widget-tag-container,
.shidos-product-category .left .widget .widget-blog-container {
    padding-top: 20px;
}

.shidos-blog-cat {
    margin-top: 100px;
}

.shidos-blog-cat .container .right {
    width: 100%;
    display: flex;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    justify-content: start;
}

.shidos-blog-cat .container .right .item {
    width: 270px;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-cat-breadcrumb .container {
    height: 162px;
    border-radius: var(--shi-border-radius);
    background: var(--main-color);
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 5px;
}

.shidos-blog-cat .left {
    width: 35%;
}

.main-section {
    margin-inline: 15px;
}

.top-cat-breadcrumb .container a {
    color: white !important;
    padding-inline: 8px;
}

.shidos-gallery .container {
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    max-height: 260px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.shidos-gallery .container .big img {
    max-width: 400px;
    border-radius: 25px;
    height: 100%
}

.shidos-gallery .container .right,
.shidos-gallery .container .left {
    display: flex;
    flex-wrap: nowrap;
    max-width: 50%
}

.shidos-gallery .container .small,
.shidos-gallery .container .big {
    margin-left: 20px;
}

.shidos-gallery .container .small {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shidos-gallery .container .small a {
    height: calc(50% - 8px);
}

.shidos-gallery .container .small img {
    border-radius: 25px;
    height: 90%;
    background-size: auto;
    width: 100%
}

.shidos-gallery a:hover span {
    display: block !important;
}

.shidos-gallery a:hover img {
    filter: blur(8px);
    transition: all 150ms ease-in-out;
}

.shidos-gallery a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shidos-gallery a span {
    position: absolute;
    color: white;
    z-index: 999;
    font-size: 17px;
    font-weight: 500;
}

.shidos-product-category .right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mega-menu-items>ul.sub-menu {
    background-color: #3aa465;
}

.left .widget-tl-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: linear-gradient(80.52deg, #80c2ff 0, #1184d8 100%);
    color: white;
    border-radius: 25px;
    height: 165px;
    padding-inline: 2em;
}

.left .tl-widget {
    margin-top: 20px;
    cursor: pointer;
}

.left .ig-widget {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: linear-gradient(80.52deg, #ff1a2f 0, #d247bc 100%);
    color: white;
    border-radius: 25px;
    height: 165px;
    padding-inline: 2em;
}

.left .ig-widget .item,
.left .widget-tl-container .item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    padding-top: 0 !important;
}

.left .ig-widget .item img {
    width: 65px;
}

.left .ig-widget p,
.tl-widget p {
    font-weight: 300;
}

.left .ig-widget a,
.left .tl-widget a {
    color: white !important;
}

.left .ig-widget:hover .item,
.left .widget-tl-container:hover .item {
    transform: scale(1.04);
    transition: all .5s;
}

.left .ig-widget:hover .item a,
.left .widget-tl-container:hover .item a {
    color: white !important;
}

.shidos-video-page .container {
    margin-inline: auto;
}

.shidos-video-page .container .shidos-videoct {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
    padding-top: 50px;
}

.shidos-video-page .container .left p {
    text-align: justify;
}

.shidos-video-page .container .right video {
    width: 100%;
    border-radius: 25px;
}

.shidos-video-page .container .left p {
    line-height: 30px;
}

.shidos-video-page .container .left a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 50px;
}

.flex-control-nav li:nth-child(5) {
    display: none !important;
}

.flex-control-nav li:nth-child(6) {
    display: none !important;
}

.flex-control-nav li:nth-child(7) {
    display: none !important;
}

.flex-control-nav li:nth-child(8) {
    display: none !important;
}

.flex-control-nav li:nth-child(9) {
    display: none !important;
}

.flex-control-nav li:nth-child(4) img {
    filter: blur(3px);
    backdrop-filter: blur(5px);
}

.flex-control-nav li:nth-child(4) {
    position: relative;
}

.flex-control-nav li:nth-child(4):after {
    content: "ooo";
    width: 34px;
    height: 34px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: absolute;
    font-size: 8px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.flex-control-nav.flex-control-thumbs img {
    border-radius: 12px;
    width: 90px;
    height: 90px;
}

.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 4px;
    padding: 15px 0;
}

.main-section .flex-viewport img {
    border-radius: 25px;
    margin-inline: auto !important;
}

.shidos_qnty {
    display: flex;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce-page #content div.product p.price ins,
.product-price ins,
.woocommerce ul.cart_list li .quantity ins,
.woocommerce-page ul.cart_list li .quantity ins,
.woocommerce ul.product_list_widget li .quantity ins,
.woocommerce-page ul.product_list_widget li .quantity in {
    text-decoration: none;
}

ins .woocommerce-Price-amount.amount bdi span {
    display: none;
}

ins {
    text-decoration: none;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-message {
    background: #3AA46530;
    padding: 10px 20px;
    border-radius: var(--shi-border-radius);
    border: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-inline: auto;
}

.tabs.wc-tabs li:not(.active) {
    border: 1px solid var(--Light, #f1f2f9);
    padding: 8px 12px 8px 12px;
    border-radius: var(--shi-border-radius);
    background-color: white;
}

.tabs.wc-tabs li.active {
    background: var(--main-color);
    color: white !important;
    padding: 8px 18px 8px 18px;
    border-radius: var(--shi-border-radius);
    box-shadow: 0 3px 10px 0 color-mix(in srgb, var(--main-color) 50%, transparent);
    ;
}

.tabs.wc-tabs li.active a {
    color: white !important;
}

.tabs.wc-tabs li a {
    font-weight: 500;
}

#tab-description,
#tab-reviews,
#tab-related-product,
#tab-additional_information {
    border: 1px solid var(--Light, #f1f2f9);
    padding: 2em;
    border-radius: 25px;
    padding-top: 60px;
}

.tabs.wc-tabs {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -21px;
    right: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    position: relative;
}

.modal .socials-share ul {
    display: flex;
    flex-direction: row;
    background: red;
}

.modal .copy-to-cl {
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-direction: column;
}

.modal .copy-alert {
    text-align: center;
}

.modal .inpts-cl {
    display: flex;
    gap: 1em;
    justify-content: center;
    padding: 10px;
    pointer-events: unset !important;
}

.modal input[type="text"],
#woosw_copy_url {
    width: 75%;
    padding-right: 10px;
}

#woosw_copy_url {
    border: 1px solid var(--Light, #f1f2f9);
    border-radius: var(--shi-border-radius);
}

.modal video {
    max-width: 720px;
    border-radius: 15px;
    padding: 10px;
    width: 100%
}

.item-action .woosw-btn-added {
    background: var(--main-color) !important;
    border: none !important;
    color: white;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: white;
}

.product.woocommerce.add_to_cart_inline {
    width: 120px;
    background: var(--main-color);
    color: white !important;
    padding: 2px 4px !important;
    border-radius: var(--shi-border-radius);
}

.woosw-popup-content-top {
    background: var(--main-color) !important;
}

.woosw-popup-content {
    border-radius: 15px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close::after {
    color: white;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children::after {
    content: "\f12f";
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce-product-attributes-item th {
    height: 55px;
    min-width: 290px;
    background: var(--light);
    border-radius: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-product-attributes-item__value {
    width: 100%;
    height: 55px;
    border-radius: 15px !important;
    border: 1px solid var(--Light, #f1f2f9);
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.woocommerce-product-attributes.shop_attributes {
    padding: 10px;
    display: inline;
}

.count-down-single {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 5px 0;
}

.attachment-product.size-product.wp-post-image {
    border-radius: 12px;
    height: auto;
    aspect-ratio: 1;
}

.main-section .flex-viewport {
    border-radius: 25px;
    max-width: 450px;
    max-height: 450px;
}

.main-section .flex-viewport img {
    border-radius: 25px;
    max-width: 330px;
    max-height: 330px;
}


.main-section .left .variations {
    width: 100%;
    margin: 10px;
}

.variations tbody tr {
    justify-content: start;
    width: 100%;
    gap: 4px;
    flex-direction: row;
    justify-content: space-between;
}

.variations tbody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    gap: 5px;
}

.variable-items-wrapper.color-variable-items-wrapper.wvs-style-squared li {
    border-radius: 50% !important;
}

.label {
    width: max-content !important;
    display: block !important;
}

.woo-selected-variation-item-name {
    width: max-content;
}

.value.woo-variation-items-wrapper {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}

.price span {
    display: flex;
    gap: 5px;
}

.woocommerce-Price-currencySymbol {
    font-weight: 700;
    padding-inline: 2px;
}

.main-single-section .container,
.single-post>.container,
.container-shi-archive {
    /* padding: 15px; */
}

.woosw-list {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.product.woocommerce.add_to_cart_inline {
    width: 150px !important;
    padding: 5px 10px !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: flex;
    gap: 7px;
    align-items: center;
}

.added_to_cart.wc-forward {
    color: white;
}

.succeed-add-to-card span {
    margin-inline: auto;
}

.succeed-add-to-card {
    display: flex;
    gap: 1em;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.icon-archive-tick {
    font-size: 7em;
    margin-inline: auto;
    color: var(--geen);
}

.succeed-add-to-card {
    display: flex;
    gap: 1em;
    flex-direction: column-reverse;
}

.container-simple {
    margin-inline: auto;
}

.socials-share {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0 15px 0;
}

.socials-share a {
    padding: 2px 4px;
    color: white !important;
    width: max-content;
    border-radius: var(--shi-border-radius);
}

.socials-share .telegram {
    background: #0084c6;
}

.socials-share .twitter {
    background: #24a4f2;
}

.socials-share .whatsapp {
    background: #2cd46b;
}

.socials-share .pinterest {
    background: #e60829;
}

.socials-share .facebook {
    background: #129ae9;
}

.top-product ul li span {
    border-radius: 50% !important;
    width: 25px;
    height: 25px;
    display: block;
}

.top-product ul {
    display: flex;
    gap: 5px;
    flex-flow: column;
}

.inner-top-product span {
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: block;
}

.inner-top-product {
    position: absolute;
    left: 15px;
    top: 15px;
}

.woocommerce-product-attributes tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.woocommerce-product-attributes tbody tr {
    display: flex;
    gap: 8px;
}

.woocommerce-product-attributes.shop_attributes {
    padding: 10px;
    width: 100%
}

.woocommerce-Tabs-panel>h2 {
    display: none;
}

#tab-reviews .variable-item {
    border-radius: 7px !important;
    margin-bottom: 20px !important;
}

#tab-reviews #review_form_wrapper {
    width: 100%
}

#tab-reviews #comments {
    width: 100%;
    border-right: 1px solid #f1f2f9;
    padding: 20px;
}

#tab-reviews #reviews {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#tab-reviews .woocommerce-Reviews-title {
    display: none;
}

#reviews #comments h2 span {
    display: none;
}

.comment_container>.avatar {
    display: none;
}

.comment_container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f1f2f9;
    border-radius: 25px;
    position: relative;
}

.comment_container .avatar.avatar-96.photo.avatar-default {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-inline: auto;
}

.comment_container .shidos-review-rigt-sec {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 15px 20px 20px 0;
    width: max-content;
}

.comment_container .shidos-review-rigt-sec span {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    align-content: center;
    text-align: center;
}

.comment_container .offer-customer {
    display: flex;
    gap: 5px;
}

.comment_container .offer-customer {
    display: flex;
    justify-content: end;
    color: var(--geen);
    align-items: center;
}

.comment_container .review-date-parent {
    left: 20px;
    top: 20px;
}

.comment_container .review-date {
    font-size: 14px;
    font-weight: 400;
}

.comment-text {
    padding: 50px 20px 20px 20px;
}

.commentlist li {
    margin: 0 0 20px 0;
}

.comment-text .description p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

.comment-form-comment {
    position: relative;
}

.comment-form-author {
    position: relative;
    display: block;
    width: 100%
}

.comment-form-author label,
.comment-form-comment label,
.comment-form-email label {
    position: absolute;
    top: -10px;
    right: 15px;
    color: #141414;
    font-size: 15px;
    background: #cbd5e12e;
    padding: 2px 4px;
    border-radius: var(--shi-border-radius);
}

p.comment-form-email {
    width: 100%;
    display: block;
    position: relative;
}

.comment-form-group {
    display: flex;
    justify-content: space-between;
}

.comment-form-email #email,
.comment-form-author #author {
    border: 0;
    height: 55px;
    background: #f1f2f9;
    border-radius: 15px;
    padding-right: 15px;
}

.comment-form-comment #comment {
    width: 96%;
    margin-inline: auto;
    border: 0;
    background: #f1f2f9;
    border-radius: 15px;
    margin-bottom: 10px;
}

#reply-title {
    display: none;
}

#wp-comment-cookies-consent,
.comment-form-cookies-consent label {
    margin-top: 15px;
    margin-bottom: 15px;
}

p.stars a {
    position: relative;
    padding-inline: 10px;
    font-size: 0;
}

.required {
    display: none;
}

p.stars a::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\2605" !important;
    text-indent: 0;
    font-size: 30px;
}

#commentform {
    display: flex;
    flex-direction: column;
}

p.stars a::after .stars span a {
    position: relative;
    font-size: 0;
    gap: 3px;
    margin-inline: 13px;
}

.stars {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.pcf-container div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    width: max-content;
    border-radius: 15px;
    padding: 5px 20px;
    height: 55px;
    width: 100%;
    justify-content: space-between;
}

.pcf-container div *,
.pcf-container div {
    cursor: pointer;
}

.pcf-container .no {
    background: #FF1A2F26;
    color: #ff1a2f;
    margin-left: 35px !important;
}

.pcf-container .yes {
    color: #3aa465;
    background: #3AA46526;
}

.pcf-container {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin: 20px 0 20px 0;
}

.pcf-container .no i {
    transform: rotate(180deg);
}

.form-submit input[id="submit"] {
    cursor: pointer;
}

textarea {
    padding-top: 3px;
    padding-right: 10px;
    color: var(--text);
}

.shidos-review-rigt-sec img {
    box-shadow: 0 3px 10px 0 #44444440;
}

#email::focus~label {
    display: none;
}

.comment-selected-yes {
    border: 1px solid var(--geen);
    transition: all 150ms ease-in-out;
}

.comment-selected-no {
    border: 1px solid #ff1a2f;
}

.focused:not(label.active.focused, .woocommerce-billing-fields__field-wrapper label) {
    /* display: none !important; */
    transition: all 150ms ease-in-out;
}

input:focus {
    border: solid red 1px;
}

.countdown-timer.massages-heddin span.timer-value {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-timer.massages-heddin div {
    background: var(--main-color);
    color: white;
    border-radius: 10px;
    font-weight: 500;
    width: 28px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.countdown-timer .number span {
    font-size: 14px !important;
    font-weight: 600;
}

.count-down-single {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: unset;
    /* position: absolute; */
    bottom: 0;
    left: 0;
}

.countdown-timer {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    color: black;
    font-size: 18px !important;
    font-weight: 900;
    justify-content: center;
    align-items: center;
}

.icon-bag-happy {
    color: var(--text) !important;
}

.shidos-blog .top {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.shidos-blog .owl-carousel .owl-item img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.shidos-video .owl-carousel .owl-item img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.shidos-video .details h2 {
    color: white;
}

video[poster] {
    object-fit: revert;
}

.comments .container {
    margin-inline: auto;
    margin-top: 50px;
}

.comment-box {
    background: #fff;
    border-radius: var(--shi-border-radius);
    border: 1px solid var(--Light, #f1f2f9) !important;
    overflow: hidden;
    padding: 20px !important;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
    margin-top: 30px;
    order: 3;
}

.comment-respond p.comment-form-url {
    display: none;
}

.comment-respond .comment-form-comment {
    margin: 20px 0;
}

.comment-respond .comment-form-cookies-consent {
    width: 100%;
    margin: 20px 0;
    font-size: 15px;
}

.comment-box .comments-inner {
    margin-top: 40px;
}

.comments-inner .comment {
    border-radius: 15px;
    margin: 20px 0;
    padding: 15px;
}

.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}

.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}

.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}

.comments-inner .comment .comment-meta {
    display: none;
}

.comments-inner .comment .comment-author img {
    display: none;
}

.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.comments-inner .comment .comment-author .says {
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}

.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}

.the_time_need {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Light, #f1f2f9);
    box-shadow: 0 5px 25px 0 #0000001A;
    width: fit-content;
    height: 36px;
    padding: 8px 15px 8px 15px;
    border-radius: var(--shi-border-radius);
    line-height: 36px;
    margin-bottom: 15px;
}

.breadcrumbs {
    display: flex;
    overflow: scroll;
}

.breadcrumbs a::after {
    content: "/";
    margin-right: 1em;
    color: var(----main-color);
    font-weight: 500;
}

#comment {
    width: 60%;
    border: solid #f1f2f9 1px;
    border-radius: 15px;
}

input[id="email"],
input[id="author"],
input[type="text"],
input[type="email"],
input[type="author"],
input[type="password"],
.woocommerce-checkout span.select2 {
    border: solid 1px var(--light);
    height: 46px;
    border-radius: var(--shi-border-radius);
    padding-right: unset !important;
    text-align: center;
    color: var(--text) !important;
    width: 100%;
    margin: 5px 0;
}

input#billing_email,
input#billing_phone {
    text-align: left;
}

label:not(.label label, .awf-filter-containe label, .awf-filter-container label, #shipping_method label, .wc_payment_methods label, .woocommerce-form__label, .shidos-rating-input label, .shidos-add-review label, .woocommerce-billing-fields label, #order_comments_field label) {
    margin: 0 4px 8px 0pc;
    display: block;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    color: white;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    color: white;
}

.comment-form-cookies-consent label {
    margin-right: 1em;
}

.shidos-blog-cat .container .right .item img {
    max-width: 310px;
    max-height: 177px;
    border-radius: var(--shi-border-radius);
    align-self: center;
    display: flex;
    margin-inline: auto;
    width: 100%;
    height: 100%;
}

.shidos-blog-cat .container .right .item .bottom span.date {
    font-size: 13px;
}

.pagination span,
.pagination a {
    width: 45px;
    height: 45px;
    border: 1px solid var(--Light, #f1f2f9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
}

.nav-links {
    display: flex;
    gap: 10px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.prev.page-numbers,
.next.page-numbers {
    background: var(--main-color);
    color: white;
    font-size: 20px;
    display: flex !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev.page-numbers span::before,
.next.page-numbers span:before {
    border: 0;
    font-family: icons !important;
    font-style: normal;
    font-variant: revert-layer;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
}

.widget {
    border: 1px solid var(--Light, #f1f2f9);
    padding: 20px;
    border-radius: var(--shi-border-radius);
    gap: 40px;
    margin-bottom: 30px;
}

#searchform div {
    display: flex;
    justify-content: start;
    align-items: center;
}

#recentcomments li {
    font-size: 14px;
    line-height: 30px;
}

.widget .post-date {
    color: var(--text);
}

.widget a {
    color: var(--border-radius);
    line-height: 30px;
}

.widget .mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    border-radius: 15px;
    background: var(--main-color) !important;
}

input[type="text"] {
    width: 75%
}

.widget #gallery-1 img {
    border: 0;
    border-radius: 15px;
}

.widget #calendar_wrap {
    display: flex;
    justify-content: center;
}

.widget #wp-calendar {
    width: 75%
}

.widget caption {
    background-color: var(--light);
    height: 30px;
    line-height: 30px;
    border-radius: var(--shi-border-radius);
    margin-bottom: 15px;
}

.head-pic {
    display: flex;
    justify-content: centerf;
}

footer .left #gallery-1 img,
footer .left #gallery-2 img {
    border: none !important;
    padding: 10px;
}

.shidos-menu h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.forth-shidos-menu img {
    margin-bottom: 10px;
}

.reading-mode {
    display: flex;
    color: white;
    gap: 3px;
    align-items: center;
    flex-direction: row-reverse;
}

.reading-mode-parent:hover {
    background-color: var(--Light);
}

.reading-mode-parent {
    display: flex;
    background: var(--main-color);
    color: white;
    border: none !important;
}

#cat,
select {
    width: 100%;
    background: white;
    border: 1px solid var(--light);
    height: 45px;
    border-radius: var(--shi-border-radius);
    padding: 8px;
    font-family: inherit;
    border-radius: var(--shi-border-radius);
}

.main-single-section .container .right .blog {
    border-radius: var(--shi-border-radius);
    border: 1px solid var(--Light, #f1f2f9);
    padding: 15px;
}

#cat option {
    font-family: inherit;
}

.shidos-menu ul li a {
    font-size: 14px;
    font-weight: 400;
}

.shidos-video-page .container .left .shidos-video-head {
    display: flex;
    gap: 0 10px;
}

.tags {
    display: flex;
    margin-top: 30px;
    border-top: 1px solid var(--Light, #f1f2f9);
    padding-top: 15px;
    gap: 3px;
    align-items: center;
}

.shidos_review_rating {
    display: flex;
}

.shidos_review_rating i.filled-icon {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main-color);
}

.pcf-container .no label {
    background: #ffdce0;
}

.pcf-container .yes label {
    background: #e1f1e8;
}

.filled-icon {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}

.custom-rating i {
    font-size: 16px;
}

.custom-rating {
    display: flex;
    gap: 1px;
}

.inpt-rev {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.page-numbers {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.shidos-product-category .container {
    margin-inline: auto;
    gap: 25px;
    display: flex;
    justify-content: center;
}

.page-numbers li a,
.page-numbers li span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.right-2-sec-cat .top-cat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0px 0px 20px 0px;
}

.right-2-sec-cat {
    width: 100%
}

.woocommerce-ordering select {
    width: 50%;
}

.archive form.woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.custom_style .viwcpf_star-rating span {
    top: -4px;
}

.widget.relative .widget-shop-container .woocommerce-widget-layered-nav-list {
    display: flex;
    gap: 1em;
}

.widget-shop-container .reviewer {
    display: none;
}

.product_list_widget .star-rating {
    display: none;
}

.widget-shop-container .product_list_widget li .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 75px;
    height: 75px;
    border: solid var(--Light, #f1f2f9) .5px;
    padding: 2px;
    border-radius: var(--shi-border-radius);
}

.widget-shop-container .product_list_widget .product-title {
    display: ruby-text;
}

.widget-shop-container .product_list_widget li .widget-shop-container {
    padding-top: 20px;
}

.widget.relative a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: inherit !important;
}

.widget-shop-container {
    padding-top: 25px;
}

.widget-shop-container .product_list_widget li a {
    margin-bottom: 5px;
}

.widget-shop-container .product_list_widget li {
    margin-bottom: 10px;
}

.cart-custom {
    display: flex;
    width: 72%;
    gap: 10px;
    flex-direction: column;
}

.cart-copun {
    max-height: 100px !important;
}

.cart-custom .product-item {
    width: 30%;
    margin: 0;
    border-radius: 15px;
    border: 1px solid #e8e8e8;
}

.cart-custom .product-item .quantity {
    width: 100px;
    height: 40px;
}

.cart-custom .product-item .quantity button {
    margin: 0;
    padding: 5px 10px;
}

.cart-custom .product-item .quantity .qty {
    font-size: 16px;
    font-weight: 450;
}

.cart-custom .product-item .delete-cart-item a {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
}

.cart-custom .product-item .delete-cart-item a:hover {
    color: red !important;
    background: none !important;
}

.cart-copun {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 15px;
    gap: 15px;
    align-items: center;
    height: fit-content;
}

.cart-copun .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cart-copun .coupon button {
    padding: 4px;
    width: 170px;
}

.cart-copun button {
    padding: 9px !important;
    line-height: 2 !important;
}

form.woocommerce-cart-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 20px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%
}

.cart-left-box,
.cart-copun,
table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    flex-grow: 1;
    width: 100%;
}

.cart-left-box .cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 10px;
    font-size: 14px;
    border-radius: var(--shi-border-radius);
}

.cart-left-box ul li label {
    padding-inline: 10px;
}

.cart-left-box .woocommerce-shipping-destination {
    text-align: right;
    font-size: 13px;
    background: #fff8e1;
    border: 1px solid #f0e5c1;
    padding: 12px;
    line-height: normal;
    border-radius: 15px;
}

.cart-left-box .shipping-calculator-button {
    color: #0089ff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 450;
}

.shipping-calculator-form p input {
    width: 100%;
    margin-top: 10px;
    padding-right: 10px;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    align-items: center;
    height: 100%;
    background: transparent !important;
}

.woocommerce-terms-and-conditions {
    color: white;
    margin: 10px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.woocommerce-mini-cart-item.mini_cart_item>a {
    display: flex;
    align-items: center;
}

.woocommerce .shipping-calculator-form button {
    background: #f93423 !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px !important;
    border: 0;
    border-radius: var(--shi-border-radius);
    color: white;
    margin-top: 10px;
}

.cart-left-box .order-total {
    display: flex;
    justify-content: space-between;
    background: #FFBDC480;
    border: 1px solid var(----main-color);
    padding: 12px;
    line-height: normal;
    margin-top: 10px;
    border-radius: var(--shi-border-radius);
    color: var(--main-color);
}

.wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
}

#shipping_method li {
    margin-bottom: 10px;
}

.cart-process {
    width: 70%;
    margin: 35px auto;
}

.cart-process ul {
    display: flex;
    justify-content: space-between;
}

.cart-process ul li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}

.cart-process ul li::before {
    content: attr(data-step);
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    z-index: 9;
    position: relative;
    margin: 0 auto;
}

body.woocommerce-cart .cart-process ul li::after {
    content: "";
    background: #eee;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 23px;
    right: 50%
}

.cart-process ul li.active::before {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.cart-process ul li:last-child:after {
    display: none;
}

.cart-process ul li a,
.cart-process ul li span {
    margin-top: 7px;
    display: block;
}

.cart-process ul li.complete::before {
    background: var(--main-color);
    content: "\f47e";
    border: 1px solid var(--main-color);
    color: white;
    font-family: icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

.cart-process ul li.complete:after {
    background: var(--main-color);
}

.hero-checkout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.pishro-order-review {
    width: 34%
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.wc-proceed-to-checkout .wc-forward,
.checkout_coupon.woocommerce-form-coupon button {
    width: 100%;
    padding: 14px;
    margin: 15px 0 10px;
    background: var(--main-color);
    color: white;
    border: 0;
    border-radius: var(--shi-border-radius);
    text-align: center;
}

.woocommerce #payment ul#shipping_method {
    width: 100%;
}

tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.checkout_coupon.woocommerce-form-coupon button {
    width: 15% !important;
}

.other-address {
    border-radius: 15px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 0 10px 5px #00000008;
    padding: 15px;
    margin: 20px 0;
}

p.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.woocommerce ul.order_details li {
    background: var(--light);
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    flex-grow: 1;
}

.woocommerce ul.order_details li strong {
    margin-top: 18px;
}

.order-final-info div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border-left: 1px solid #ddd;
    flex-grow: 1;
}

.woocommerce-billing-fields__field-wrapper p {
    margin-top: 19px;
    width: 100%;
}

#order_comments {
    width: 50%;
    height: 100px;
    border: 1px solid var(--light);
    border-radius: 15px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    border-radius: 7px;
    /* border: solid 1px var(--light); */
    /* margin: auto 1em; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
}

#billing_phone_field p input,
.woocommerce-billing-fields__field-wrapper p input {
    border-radius: var(--shi-border-radius);
    border: 1px solid var(--light);
    height: 40px;
    width: 100%;
    display: flex;
}

.woocommerce h3#order_review_heading {
    padding: 0 10px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
    position: inherit !important;
    font-size: 1rem;
}

.cart-left-box p {
    display: flex;
    flex-direction: column;
}

.pishro-order-review #payment {
    margin: 15px 0;
    background: #062378;
    padding: 15px;
    border-radius: 15px;
}

.cart-left-box label {
    background: transparent;
}

.checkout_coupon.woocommerce-form-coupon {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
    background: var(--light);
    padding: 15px;
    border-radius: 15px;
    justify-content: center;
}

.container .woocommerce {
    margin-inline: 15px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%
}

p.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.woocommerce ul.order_details li {
    background: #e0fee8;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #b6f4c7;
    flex-grow: 1;
}

.woocommerce ul.order_details li strong {
    margin-top: 18px;
}

.order-final-info div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 12px;
    border-left: 1px solid #ddd;
    flex-grow: 1;
}

.shidos-tabel-wrapper-thankyou {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.shidos-tabel-wrapper-thankyou p {
    display: none;
}

.shidos-tabel-wrapper-thankyou {
    border: 1px solid #b6f4c7;
    border-radius: 15px;
    background: #e0fee8;
    padding: 20px;
}

.woocommerce-order tr,
.woocommerce-table__product-name.product-name {
    text-align: right;
}

.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding: 15px;
}

.woocommerce-customer-details {
    width: 50%
}

.woocommerce-order address,
.woocommerce-order tfoot {
    padding-top: 20px;
    display: block;
    padding: 15px 0;
}

.woocommerce-table__product-name.product-name {
    display: flex;
    gap: 1em;
    padding: 0 0 0 15px;
}

.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    justify-content: space-between;
}

.woocommerce-error {
    background: #FF1A2F2B;
    padding: 10px 15px;
    border-radius: 7px;
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 15px;
}

.shidos-myaccount {
    border-top: 7px solid var(----main-color);
    background: #fff;
    overflow: hidden;
    border-top-right-radius: 15px;
    margin-top: 20px;
    margin-top: 20px;
    display: flex;
}

aside.shidos-menu.menu-about-us p {
    text-align: justify;
    /* max-height: 100px; */
    overflow: auto;
}

aside.shidos-menu.menu-about-us .about-us-sho-more-less,
aside.shidos-menu.menu-about-us i,
.product-template-default.single .show-more-less i,
.product-template-default.single .show-more-less .shi-toggler-text {
    color: var(--main-color);
}

span.about-us-sho-more-less,
.product-template-default.single .show-more-less {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--light);
    width: 20%;
    padding-bottom: 15px;
}

aside.shidos-menu.menu-about-us i.icon-add.icon-minus,
aside.shidos-menu.menu-about-us i.icon-add.icon-add {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: var(--black);
    padding: 12px;
    display: block;
    opacity: .7;
    border-right: 3px solid var(--light);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    opacity: 1;
    border-right: 3px solid #fff;
    color: white;
    background: #ff1a2f;
    background: var(--main-color);
    margin: 0 10px;
    border-radius: 12px;
}

.myaccount-detail .item-detail .item-content {
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.user-info-account {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}

.user-info-account img {
    border-radius: 10px;
    background: var(--border-color) !important;
    padding: 4px;
}

.user-info-account span {
    font-size: 22px;
    display: block;
    margin: 10px 0;
    color: var(--black);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    padding-inline: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f105"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f1b7"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f13b"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f311"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f4a7"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\f2c2"
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f319"
}

.woocommerce-MyAccount-content {
    width: 80%
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    display: flex !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding: 35px 30px;
}

.myaccount-detail {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.myaccount-detail .item-detail {
    background: #4cd137;
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}

.myaccount-detail .item-detail {
    width: 100%;
    color: #fff;
    padding: 10px;
    display: flex;
    gap: 12px;
    border-radius: 10px;
}

.myaccount-detail .item-detail {
    background: var(--main-color);
}

.myaccount-order {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}

.myaccount-order .item-order {
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
    align-items: center;
    display: flex;
    padding-inline: 4px;
    justify-content: center;
    gap: 3px;
}

.myaccount-order .item-order i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}

.myaccount-order .item-order:last-child {
    border-left: 0;
}

.woocommerce-no-products-found {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.myaccount-notif {
    background: white;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 5px solid #dbdfe1;
}

.myaccount-notif h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.myaccount-notif div {
    line-height: 2;
    font-size: 15px;
}

.woocommerce table.my_account_orders th {
    font-size: 14px;
}

.woocommerce table.my_account_orders .button {
    margin-left: 3px;
    font-weight: 450;
}

.addresses .woocommerce-Address {
    background: var(--light);
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    line-height: 2;
}

.woocommerce-orders-table tbody {
    DISPLAY: table-caption;
    caption-side: bottom;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border: 1px solid var(--light);
    padding: 5px;
    border-radius: 15px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: var(--main-color);
    color: white;
    padding: 0 4px;
    border-radius: var(--shi-border-radius);
    margin-inline: 14px;
}

.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid var(--light) !important;
    background: var(--light);
    border-radius: var(--shi-border-radius);
    padding: 2px 3px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 4px 0;
}

.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
    background: unset;
}

.woocommerce-EditAccountForm p input {
    padding-inline: 15px;
    width: 75%
}

fieldset {
    border: 0;
}

.woocommerce-MyAccount-content p {
    margin: 10px;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide em {
    display: block;
    margin: 10px 0;
}

.product.woocommerce.add_to_cart_inline a {
    color: white;
    text-align: center;
    display: block;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
    padding: 4px 0 4px 4px;
}

.wc_payment_methods.payment_methods.methods label {
    background: transparent;
    /* color: white; */
}

.wc_payment_methods.payment_methods.methods label {
    margin-inline: 6px;
}

.delete-cart-item .remove {
    font-size: 16px !important;
}

.product-item.cart_item h2 {
    font-size: 18px;
}

.product-item.cart_item h2 {
    font-size: 18px;
}

.product-item.cart_item img {
    max-width: 140px;
}

.product-item.cart_item figure {
    width: 140px;
    height: 140px;
}

.product-item.cart_item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 310px;
    border: 1px solid var(--light);
    padding: 0 15px;
}

.cart-custom .product-item .quantity .qty {
    font-size: 16px;
    font-weight: 450;
    border: 1px solid var(--light);
    padd: 3px;
    padding: 13px;
    border-radius: var(--shi-border-radius);
    margin-bottom: 5px;
}

.woocommerce-cart-form .owl-carousel.owl-theme.main-shidos-simple-product.cart_item.owl-rtl.owl-loaded.owl-drag,
.free-shipping-notice {
    border: 1px solid #e8e8e8;
    background: white;
    border-radius: var(--shi-border-radius);
    box-shadow: 0 0 10px 5px #00000008;
    padding: 5px;
    height: fit-content;
}

.free-shipping-notice {
    background: var(--main-color);
    color: white;
    margin: 15px 0;
}

.woocommerce-cart-form .owl-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.cart-custom .delete-cart-item .remove {
    font-size: 16px !important;
    background: var(--main-color);
    color: white;
    padding: 5px;
    border-radius: var(--shi-border-radius);
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}

section.not-found {
    height: 70vh;
}

.quantity input {
    border: 1px solid var(--light);
    border-radius: var(--shi-border-radius);
    padding: 5px 8px;
    text-align: center;
}

.woocommerce-info {
    background: var(--main-color);
    padding: 10px 15px;
    border-radius: var(--shi-border-radius);
    color: white;
}

.woocommerce-info a {
    color: white;
}

.content-ajax-search {
    position: absolute;
    background: #fff;
    padding: 0 20px;
    z-index: 10;
    border-radius: 12px;
    border-top: 0;
    border-bottom: 0;
    visibility: hidden;
    opacity: 0;
    top: 55px;
    z-index: 999;
    top: 170%;
    height: max-content;
    top: 29vh;
    height: 88vh;
    right: 0;
    left: 0;
    border-top: solid 2px var(--light);
    border-radius: 0;
    box-shadow: unset;
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
}

.content-ajax-search ul {
    /* max-height: 300px; */
    overflow-y: auto;
    margin: 10px 0;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
}

header .content-ajax-search .search-result-item del span bdi {
    text-decoration: line-through;
    text-decoration: line-through !important;
}

header .content-ajax-search .search-result-item img {
    filter: brightness(0.9) contrast(1.1) grayscale(90%);
    padding-inline: 3px;
    border-radius: 10px !important;
    display: block;
}


header .content-ajax-search a.show-results {
    background-color: var(--light);
    padding: 5px;
    border-radius: 0;
    align-items: center;
    color: black;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
}


header .content-ajax-search .search-result-item .prices-fetched {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-ajax-search ul {
    display: grid;
    padding: 5px 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}
}

.content-ajax-search ul li a img {
    margin-left: 5px;
    border-radius: var(--shi-border-radius);
}

.content-ajax-search ul li a div h3 {
    font-size: 14px;
    margin: 3px 0;
    font-weight: 600;
}

.content-ajax-search ul li:last-child a {
    border-bottom: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}

.not-fount-search {
    text-align: center;
}

.not-fount-search {
    text-align: center;
}

.not-fount-search p {
    color: var(--main-color);
    padding: 10px 0 20px;
}

.not-fount-search img {
    max-width: 50px;
    margin-top: 20px;
}

.loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: var(--main-color) #0000;
    animation: l1 150ms infinite;
    margin: 40px auto;
}

@keyframes l1 {
    to {
        transform: rotate(.5turn);
    }
}

.overlay-search {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 220px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.left-header-sec .user-logged-in-drop-down {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.login-register:hover {
    opacity: 1;
}

.left-header-sec .login-register:hover .user-logged-in-drop-down {
    opacity: 1 !important;
    visibility: visible !important;
    height: max-content !important;
}

.image.wp-image-47.attachment-medium.size-medium {
    border: 1px solid var(--light);
    border-radius: var(--shi-border-radius);
}

footer .more a {
    color: var(--main-color);
    text-decoration: underline;
}

.shidos-product-brands .title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

section.shidos-blog figure {
    display: flex;
    justify-content: center;
}

.shidos-product-brands figure img {
    width: 110px;
}

.shidos-product-cat .item img {
    border: solid var(--light) 2px;
    border-radius: 50%
}

.card-anim {
    position: relative;
    overflow: hidden;
    /* مهم: جلوگیر از بیرون رفتن افکت */
}

.card-anim::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    /* شروع افکت از خارج کارت */
    width: 150%;
    /* اندازه بزرگ برای حرکت کامل */
    height: 120%;
    right: -90%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgb(255 255 255 / 43%), rgba(255, 255, 255, 0) 60%);
    animation: shark-wrap 2.5s infinite;
}

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

    100% {
        transform: translateX(0%);
    }
}


.product-pro .cool-pro-img {
    max-width: 160px;
}

.product-pro .cool-product {
    padding: 10px 20px;
}

.product-pro .cool-product .owl-stage {
    padding: 20px;
    display: flex;
    align-items: center;
}

.product-pro .cool-product .item {
    background: white !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    height: 339px;
}

.product-pro .right-pro-cool>.img {
    max-width: 125px;
}

.product-pro .right-pro-cool {
    height: 325px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.product-pro .add-to-card {
    width: 100%
}

.product-pro .add-to-card i {
    background: var(--main-color);
    border-radius: var(--shi-border-radius);
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: white;
}

.loading-overlay {
    width: 100vw !important;
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white !important;
    z-index: 999999;
    left: 0 !important;
    right: 0 !important;
    transition: all 150ms ease-in-out;
}

.product-pro .right-pro-cool a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
    font-size: 17px;
}

.loader-full {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, var(--main-color) 90%, #0000);
    background: var(--_g) 0 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: l3 800ms infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0 0, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0 100%, 50% 0, 100% 50%
    }

    60% {
        background-position: 0 50%, 50% 100%, 100% 0;
    }

    80% {
        background-position: 0 50%, 50% 50%, 100% 100%
    }
}

.hide {
    transition: all 150ms ease-in-out;
    ;
    display: none !important;
}

.shidos-product-cat .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    gap: 5px !important;
    justify-content: space-between;
}

.shidos-product-cat .owl-nav button:hover {
    background: var(--main-color);
}

.shidos-product-cat .owl-nav button {
    width: 30px;
    height: 30px;
    background: white !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

section.services .container {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

section .mobile-header {
    width: 100%;
    position: relative;
}

.main-mobile-header {
    background: white;
    padding: 5px;
    position: fixed;
    top: 65px;
    right: 10px;
    left: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 25px #73737350;
    height: 60px;
    align-items: center;
    padding-inline: 20px;
    z-index: 96;
    background: white;
    transition: all 150ms ease-in-out;
    transform: translateY(-300px);
}

.top-header {
    background: var(--main-color);
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0 20px;
}

header.mobile-header {
    height: unset;
}

.top-header i {
    color: white;
}

.mobile-header i {
    font-size: 24px !important;
}

.main-mobile-header {
    color: black;
}

dl.gallery-item img {
    border: none !important;
}

.main-section .middle .sort-description ul li {
    list-style: none;
}

.main-section .middle .sort-description ul li::before,
.delivery-section ul li::before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%;
    margin-left: 10px;
}

.woocommerce-product-details__short-description ul li {
    font-weight: 400;
    line-height: 1em;
}

.main-section .delivery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pr-deliver-section {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}

.delivery-section ul {
    width: 100%
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    width: 100%;
    display: flex !important;
    justify-content: right !important;
    align-items: center !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    flex-direction: unset;
}

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

.less-more {
    position: absolute;
    bottom: 0;
}

.less-more-parent {
    display: none;
}

.main-section .left p.price {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    align-items: center;
    padding: 0 !important;
    margin: 0;
    vertical-align: middle;
}

.comment-form-group div {
    width: 100%;
    display: flex;
}

span.woocommerce-Price-amount.amount bdi {
    align-items: center;
}

.comment-form-group div input#email {
    width: 100%
}

.main-section .left .minus,
.main-section .left .plus {
    background: white !important;
    border: 1px solid var(--light) !important;
    border-radius: var(--shi-border-radius);
    margin-inline: 3px !important;
    height: 51px !important;
}

footer .container .middle .left a {
    height: 136px;
    width: 85px;
    display: contents;
}

.shidos-menu.fifth-shidos-menu .socials-icons {
    flex-wrap: wrap;
}

.flex-control-nav.flex-control-thumbs img {
    border-radius: 12px;
    width: 65px;
    height: 65px;
}

.flex-control-nav li {
    list-style: none;
    padding: 4px;
    border: solid var(--light) .5px;
    border-radius: 11px;
    display: flex;
    cursor: pointer;
}

#gallery-1 .gallery-item {
    float: unset !important;
    display: flex;
    flex-direction: row;
}

footer .container .middle .left a {
    height: 136px;
    width: 85px;
    display: contents;
}

#gallery-2 {
    margin: auto;
    display: flex;
}

footer .container .about-us {
    display: none;
}

footer .container {
    margin: 75px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: fit-content;
    padding: 0 15px 15px 0;
}

span.footer-menu-title,
.shidos-menu.fifth-shidos-menu .socials span {
    margin-bottom: 15px !important;
    display: block;
    font-weight: 600 !important;
}

.main-section .cart {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.main-section .variations_form.cart {
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 10px;
    flex-direction: column;

}


footer .middle .left {
    display: grid;
    justify-content: end;
    grid-template-columns: 3fr 1fr;
}

.cool-pro-img {
    max-width: 160px;
}

.cool-product {
    background: var(--main-color);
    padding: 10px 20px;
    border-radius: 25px;
}

.cool-product .owl-stage {
    display: flex;
    align-items: center;
}

.cool-product .item {
    background: white !important;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    min-height: 339px;
}

.right-pro-cool>.img {
    max-width: 125px;
}

.right-pro-cool {
    height: 325px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.add-to-card {
    width: 100%
}

.add-to-card i {
    background: var(--main-color);
    border-radius: var(--shi-border-radius);
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: white;
}

.right-pro-cool a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
    font-size: 17px;
}

.single-product.product-pro .cool-product {
    padding: 10px 20px;
    background: #fff;
}

.single-product.product-pro .cool-product .item {
    min-height: 279px;
    border: solid 2px var(--light);
}

.owl-carousel.owl-theme.cool-product.owl-rtl.owl-loaded.owl-drag {
    padding: 0;
}

.right.cat-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 25px) !important;
    justify-content: space-between;
}

.single-product .floating-mobile-footer {
    display: none;
}

.flex-control-nav li {
    padding: 2px;
}

.mobile-menu-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(205 205 205 / 13%);
    transform: translateX(1500px);
    transition: all 150ms ease-in-out;
    z-index: 96;
    backdrop-filter: blur(5px);
}

.mobile-menu i {
    font-size: 17px !important;
    float: left;
}

.woosw-list .woosw-actions {
    flex-direction: column;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%
}

.woosw-list .woosw-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.woocommerce-variation-add-to-cart .shidos-varant-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-variation-price span {
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}

.variable-item-span.variable-item-span-color {
    border-radius: 6px !important;
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: unset;
    padding: 8px;
}

li.variable-item {
    border-radius: 12px !important;
    width: 30px !important;
    border: solid var(--border-color) 1px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 45px !important;
    border-radius: 12px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    width: unset !important;
    align-items: unset !important;
    display: flex;
    align-items: right;
}

.main-section .cart>div {
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}

.product-video video {
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
}

.shi-prices span:first-child bdi {
    font-weight: 900 !important;
    font-size: 14px;
}

.shi-prices span:last-child bdi {
    color: var(--text);
    text-decoration: line-through;
    font-size: 13px;
}

.price_onsale_ar {
    display: flex;
    justify-content: left;
}

.index-prices-pro div .index-discount-pro,
.cart-pro span.index-discount-pro {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ins .woocommerce-Price-amount.amount bdi,
.woocommerce-Price-amount.amount bdi {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    text-decoration: none;
}

bdi.titled-price {
    font-size: 14px !important;
    color: var(--main-color) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.right-item {
    height: 100% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: auto;
    transform: translatey(25%);
    flex-direction: column;
    align-items: center !important;
}

.product-box-inner,
.product .product-box-inner {
    position: relative;
    width: 100%;
    height: 100% !important;
    transition: transform 150ms;
    transform-style: preserve-3d;
    z-index: 90;
    height: 180px;
}

button.owl-next {
    position: absolute;
    left: 0;
}

button.owl-next,
button.owl-prev {
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 10px 10px 20px #00000036;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    z-index: 999;
    top: calc(50% - 40px);
}

button.owl-next:hover,
button.owl-prev:hover {
    color: white !important;
    background: var(--main-color) !important;
}

button.owl-next:hover i,
button.owl-prev:hover i {
    color: white !important;
}

button.owl-prev.disabled,
button.owl-next.disabled {
    display: none !important;
}

.thumb-pro {
    overflow: hidden;
    text-align: center;
    height: unset;
    margin-inline: auto;
    display: table;
}

.item-action.item-action-sh:hover i {
    display: block !important;
    color: var(--linear-gr) !important;
}

.thumb-pro img {
    transition: all 150ms ease-in-out;
    display: block;
    max-width: 100%
}

.off-product .shi_swaches,
.product-card .shi_swaches,
.product_wee .shi_swaches,
.item-pro .shi_swaches {
    top: -5px;
}

.shi_swaches {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 3px;
}

.index-prices-pro div span.woocommerce-Price-amount bdi {
    display: flex;
    align-items: center;
    justify-content: left;
}

.index-prices-pro div .index-discount-pro,
.cart-pro span.index-discount-pro {
    float: left;
    font-size: 13px;
    padding: 2px 7px;
    border-radius: 9px;
    color: #fff !important;
    font-weight: bold;
    line-height: 18px;
    display: inline-flex;
    order: 2;
}

.index-prices-pro div span.woocommerce-Price-amount bdi {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
    gap: 3px;
}

.col-off.v2 .product-title {
    color: #212121;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    margin: 10px 0;
    font-weight: 600;
}

.shi_swaches .tooltiptext {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: block;
    margin: 3px auto;
}

.product-pro-new2 .index-prices-pro,
.product-pro-new .index-prices-pro {
    height: 60px;
}

.col-off.v2 .officol {
    background: var(--linear-gr);
}

section.product-pro-new {
    /* padding-inline: 20px; */
}

section.product-pro-new,
section.product-pro-new2,
section.product-pro-new3 {
    margin: 20px auto;
}

section.product-pro-new .product-title,
section.product-pro-new2 .product-title,
section.product-pro-new3 .product-title {
    font-weight: 600;
}

.right-item a.shi-right-cr {
    color: white;
    text-align: center;
    font-weight: 800;
    text-decoration: overline;
}

.info-product {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

button.owl-prev {
    position: absolute;
    right: 0;
}

div#gallery-1 {
    display: flex;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: var(--black) !important;
    text-decoration: none;
}

section.product-pro-new .right-item img {
    max-width: 90%;
    margin: auto;
    width: 160px;
}

.index-prices-pro div span.woocommerce-Price-amount {
    font-weight: 700;
    font-size: 14px;
}

.elementor img {
    height: unset !important;
}

.index-prices-pro div .index-discount-pro,
.cart-pro span.index-discount-pro {
    float: left;
    font-size: 13px;
    padding: 2px 7px;
    border-radius: 9px;
    color: #fff !important;
    font-weight: bold;
    line-height: 18px;
    display: inline-flex;
    order: 2;
    background: var(--main-color);
    margin-right: 6px;
}

body .woocommerce a.button.quick_add2cart,
.quick_add2cart.button {
    background: var(--main-color);
    color: #fff;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding: 6px 6px 5px 6px !important;
    font-size: 21px !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 0 !important;
    width: 36px !important;
    height: 35px !important;
    display: flex !important;
    align-items: cente !important;
    line-height: 15px !important;
    justify-content: center !important;
    transition: 150ms all !important;
    cursor: pointer !important;
}

.off-product {
    background-color: #fff;
    border-radius: 11px;
    padding: 12px;
}

a.quick_add2cart.button span i {
    color: white !important;
}

div .variable-cart-product,
.product .variable-cart-product {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    top: 0;
}

.shi-archive-swatches {
    position: absolute;
    right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.product-pro-new2 {
    padding: 5px;
}

section.product-pro-new {
    /* padding: 20px; */
    margin: 20px auto;
    margin-right: 0;
    padding-right: 0 !important;
}

section.product-pro-new3 .info-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 180px;
    justify-content: space-around;
}

section.new-blog-slider .blogs img,
section.new-video-slider .videos img {
    border-radius: 15px;
    height: 100% !important;
    height: auto;
    width: 100%;
    max-height: 290px;
}


section.product-pro-new3 a.button.quick_add2cart {
    left: 10px !important;
    right: unset !important;
}

section.product-pro-new3 .info-product .product-box-inner span {
    display: inline;
}

.two {
    background: var(--main-color);
    display: inline;
    padding: 4px 8px;
    position: absolute;
    z-index: 998;
    top: -14px;
    color: white;
    transition: auto;
    transform: translateX(calc(50% - 170px));
    width: 170px;
}

.two a {
    color: white !important;
}

.main-section .right {
    display: grid;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
}

.right.cat-list.products.columns-3 article {
    border-bottom: solid 1px var(--border-color) !important;
    height: auto;
    border-radius: var(--shi-border-radius);

}

/* footer .floating-contact-us .flo-btns {
    background: var(--main-color);
} */

.index-prices-pro div .index-discount-pro,
.cart-pro span.index-discount-pro {
    position: absolute;
    top: 6px;
}

.countdown-timer {
    display: flex;
}

.delete-cart-item {
    width: max-content;
}

.woocommerce-cart-form .quantity input {
    width: 55px;
}

.woocommerce-cart-form ins .woocommerce-Price-amount.amount bdi,
.woocommerce-Price-amount.amount bdi {
    display: flex;
}

.woocommerce-cart-form .down {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.woocommerce-cart-form .owl-item.active {
    width: 100% !important;
}

.new-main-slider .owl-dots {
    position: absolute;
    bottom: 12px;
    padding: 2px;
    display: flex;
    height: 27px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #ffffff40;
    backdrop-filter: blur(5px);
    border-radius: 0 0 15px 15px;
}

.new-main-slider .owl-dots .owl-dot.active span {
    width: 30px;
    height: 10px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 150ms ease;
    border-radius: 30px;
    background: var(--main-color);
}

section.shidos-blog figure {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.new-blog-slider .blogs .title .blog-details,
section.new-video-slider .videos .title .video-details {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 5px;
}

section.new-blog-slider .blogs .title,
section.new-video-slider .videos .title {
    position: absolute;
    background: #ffffffc2;
    bottom: 1.5em;
    opacity: .9;
    backdrop-filter: blur(5px);
    margin: 0 1rem;
    padding: 15px;
    border-radius: 12px;
    left: .5em;
    right: .5em;
    text-align: center;
    font-weight: 700;
}

section.new-video-slider .videos .title i.icon-video,
section.new-blog-slider .blogs .title i.icon-blogger {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: var(--main-color);
    color: white;
    border-radius: 12px 0;
}

section.new-blog-slider .blogs .title a,
section.new-video-slider .videos .title a {
    color: var(--black) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


section.new-blog-slider .blogs .title span,
section.new-video-slider .videos .title span {
    font-weight: 400;
    margin: 10px 0;
    color: var(--black);
}

.single.single-post .shidos-review-summary {
    display: none;
}

.single.single-post .shidos-review-summary .comment-box,
.single.single-post .shidos-child-pr {
    width: 100%;
}

    {
    width: 100%;
}


.title-con .title header span {
    font-size: 1.1em;
    font-weight: 700;
}

.title-con i.icon-arrow-left-2,
.title-con .title i {
    background: var(--main-color);
    color: white;
    border-radius: var(--shi-border-radius);
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0 10px;

}

section.product-pro-new.border-radius {
    margin: 0 20px;
}

.title-con .title i {
    border-radius: 10px 10px 0px 10px;
}

.title-con .title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
}

.product-box-inner,
.product .product-box-inner {
    border-radius: var(--shi-border-radius);
}

.product-pro-new3 .product-box-inner span {
    display: inline;
}

.product-pro-new3 .shi-prices {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}



section.product-pro-new .product-title,
section.product-pro-new2 .product-title,
section.product-pro-new3 .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0;
    background: var(--main-color);
    color: white;
    border-radius: 0 0 12px 0 !important;
    padding: 0 !important;
}

.swal2-backdrop-show-custom {
    background: rgba(0, 0, 0, .4) !important;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9991;
    padding: 10px;
}

section.simple-product .title-con .title {
    display: flex;
    justify-content: space-between;
    width: 100%
}

section.simple-product .title-con {
    width: 100%;
    display: block;
}

.simple-product .container-simple {
    margin-inline: auto;
    border: 1px solid var(--Light, #f1f2f9);
    border-radius: 12px;
    padding: 2px;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}

.shidos-breadcrumb .container a {
    padding-inline: 5px;
    text-wrap: nowrap;
}

.shidos-breadcrumb .container a,
.shidos-breadcrumb .container span {
    text-wrap: nowrap;
}

ul.catalog-list li {
    background: #f3f3f3;
    padding: 5px;
    border-radius: var(--shi-border-radius);
}

ul.catalog-list {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.awf-style-images label::after,
.awf-style-colours label::after {
    width: 40px;
    height: 24px;
    border-radius: var(--shi-border-radius);
    position: unset;
}

.awf-style-images label::after,
.awf-style-colours label::before {
    all: unset;
}

button.awf-reset-btn {
    background: var(--text);
    border: 0;
    color: white;
    padding: 4px;
    border-radius: var(--shi-border-radius);
}

button.awf-reset-btn {
    background: var(--text);
    border: 0;
    color: white;
    padding: 4px;
    border-radius: var(--shi-border-radius);
}

.awf-style-images label::after,
.awf-style-colours label::after {
    width: 40px;
    height: 24px;
    border-radius: var(--shi-border-radius);
    position: unset;
    display: block;
}

.awf-active-badge {
    display: flex;
    gap: 3px;
    align-items: center;
}

.awf-reset-btn-container.awf-top-reset-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.awf-active-badges-container {
    display: flex;
    justify-content: start;
    gap: 5px;
    flex-wrap: wrap;
}

div#shop-widget-preset-1-wrapper {
    border: solid 1px var(--light);
    border-radius: 15px;
    padding: 15px;
}

.awf-style-images li,
.awf-style-tags li,
.awf-style-colours li,
.awf-filters-container.awf-show-in-row ul li.awf-filter-container {
    margin: unset;
}

.awf-filter-container:not(.awf-product-search-container) label {
    height: 100%
}

.awf-filters-container.awf-filters-1-1-container.awf-filters-product-categories ul li,
.awf-filters-container.awf-filters-1-5-container.awf-filters-orderby.awf-style-radios.awf-hierarchical-level-1 ul li,
.awf-filters-container.awf-filters-1-6-container.awf-filters-product-tags ul li,
.awf-filters-container.awf-filters-1-7-container.awf-filters-availability ul li {
    background: var(--light);
    margin: 4px !important;
    padding: 3px;
    border-radius: 4px;
    height: unset;
}

li.awf-filter-container.awf-active {
    background: var(--main-color) !important;
    color: white;
}

.awf-filters-container.awf-filters-1-5-container.awf-filters-orderby.awf-style-radios.awf-hierarchical-level-1 ul li input,
.awf-filters-container.awf-filters-1-7-container.awf-filters-availability ul li input {
    height: unset;
}

.noUi-horizontal .noUi-handle {
    background: var(--main-color);
}

li.awf-filter-container .awf-active {
    background: unset !important;
}

.noUi-value.noUi-value-horizontal.noUi-value-large,
.noUi-marker.noUi-marker-horizontal.noUi-marker-normal,
.noUi-marker.noUi-marker-horizontal.noUi-marker-large {
    display: none;
}

.awf-show-in-row ul {
    display: flex;
    flex-flow: unset;
    margin: 0;
    align-items: stretch;
    justify-content: space-between;
}

.awf-togglable-preset-close-btn {
    display: flex !important;
    gap: 5px;
    align-items: center;
}

.xoo-wsc-basket {
    display: none;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart:hover,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
    border: 0;
    color: white;
    transform: none;
    animation: none;
    scale: none;
    width: 100%
}

span.xoo-wsc-sc-bki.xoo-wsc-icon-basket5::before {
    font-size: 20px;
    color: unset;
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f157"
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    background: var(--main-color) !important;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-right: 12px;
}

a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    border-radius: var(--shi-border-radius);
}

.xoo-wsc-container,
.xoo-wsc-slider {
    transition: transform 150ms;
}

.floating-mobile-footer span.xoo-wsc-sc-bki.xoo-wsc-icon-basket5:before {
    font-size: 24px;
}

.xoo-wsc-container .xoo-wsc-header {
    color: #fff;
    background-color: #3aa465;
}

span.woocommerce-Price-amount.amount bdi {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 3px;
}



.scroll {
    position: relative;
    display: flex;
    /* width: 700px; */
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent)
}

.scroll div {
    white-space: nowrap;
    animation: scroll var(--time) linear infinite;
    animation-delay: calc(var(--time)*-1);

}

.scroll div:nth-child(2) {
    animation: scroll2 var(--time) linear infinite;
    animation-delay: calc(var(--time)/-2);
}

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

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.scroll div span {
    display: inline-flex;
    margin: 10px;
    letter-spacing: 0.2em;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
}

.scroll div span:hover {
    background: #3fd2f9;
    cursor: pointer;
}

.imgBox div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgBox img {
    max-width: 100px;
    scale: 0.8;
}


#zuck-modal-content .story-viewer .head .left .time,
#zuck-modal-content .story-viewer .head .right .close:after {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1db";
    font-size: 24px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-single-product-item-width);
    width: fit-content !important;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    flex-wrap: wrap;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 5px;
    text-wrap: nowrap;
}

.awf-togglable-preset-mode-on .awf-togglable-on-s-preset.awf-left-popup-sidebar-mode .awf-togglable-preset-close-btn {
    left: unset;
    right: 0;
}

.single button.copy-to-cl-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: var(--shi-border-radius);
    background-color: var(--main-color);
    color: white;
    border: 0;
}

.single button.copy-to-cl-btn i {
    color: white;
}

.single .inpts-cl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 13px;
    padding: 4px 27px 4px 10px;
    color: var(--text);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
    width: 90% !important;
}

.top-cat-breadcrumb .container a {
    color: white !important;
    padding-inline: 8px;
    text-wrap: nowrap;
}

div.shidos-ct-breadcrumb {
    overflow: hidden;
}

div.shidos-ct-breadcrumb .breadcrumbs {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.top-cat-breadcrumb span.current {
    text-wrap: nowrap;
    display: none;
}

#loginx-popup-close-button.align-left {
    align-items: center;
    gap: 5px;
}

aside.shidos-menu.menu-about-us p {
    text-align: justify;
}

a.woocommerce-product-gallery__trigger:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f40d";
    font-size: 20px;
}

a.woocommerce-product-gallery__trigger {
    width: 46px;
    height: 46px;
    border: solid #f1f2f9 1px;
    border-radius: var(--shi-border-radius);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: white;
    z-index: 90;
    position: absolute;
    left: 10px;
    top: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
    border-radius: 3px;
}

.xoo-wsc-ft-buttons-cont {
    display: flex;
    justify-content: space-between;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    padding: 6px;
}

.select2-container--open .select2-dropdown--below {
    border: solid 1px var(--light);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--light);
}

.shidos-rating-box {
    text-align: center;
    margin-bottom: 10px;
    background: var(--main-color);
    padding: 8px 0;
    color: white;
    border-radius: var(--shi-border-radius);
}

.shidos-reviews {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.shidos-review-title {
    text-align: center;
    margin-bottom: 10px;
}

.shidos-product-name {
    text-align: center;
    color: #777;
}

.shidos-rating-bars,
.shidos-review-criteria {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shidos-rating-bar,
.shidos-review-criteria {
    display: flex;
    align-items: center;
}

.shidos-bar {
    flex-grow: 1;
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
}

.shidos-fill {
    height: 100%;
    background: var(--main-color);
}

.shidos-review-list {
    margin-top: 20px;
}

.shidos-review-filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.shidos-review-filters a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
}

.shidos-active-filter {
    color: blue;
    font-weight: bold;
}

.shidos-review-item {
    padding: 15px;
    border: solid 1px var(--border-color);
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
}

.shidos-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shidos-review-author {
    font-weight: bold;
}

.shidos-review-date {
    color: #777;
}

.shidos-review-stars {
    color: var(--main-color);
}

.shidos-review-score {
    color: #555;
}

.shidos-review-text {
    margin-top: 10px;
}

.shidos-review-helpful {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.shidos-add-review {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.shidos-form-group {
    margin-bottom: 15px;
    text-align: right;
}

.shidos-form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.shidos-form-group input,
.shidos-form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.shidos-form-group textarea {
    height: 100px;
    resize: none;
}

.shidos-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.shidos-rating-input input {
    display: none;
}

.shidos-rating-input label {
    cursor: pointer;
    transition: 150ms;
}

.shidos-rating-input input:checked+label {
    color: gold;
}

.shidos-review-item .average_q {
    display: inline-block;
    vertical-align: middle;
    color: #edeff3;
    margin-left: 5px;
    font-size: 27px;
    line-height: 0;
    height: 12px;
    position: relative;
}

.avatar-user {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

img.avatar.avatar-96.photo.avatar-default {
    max-width: 50px;
    max-height: 50px;
    width: 30px;
    height: 30px;
    border-radius: var(--shi-border-radius);
}

.shidos-review-summary {
    width: 30%
}

.shidos-add-review i {
    color: white;
}

.shidos-review-flex {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}

.shidos-child-pr {
    width: 70%
}

.shidos-rating-input {
    direction: rtl;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.shidos-rating-input input {
    display: none;
}

.shidos-rating-input label {
    font-size: 24px;
    cursor: pointer;
    color: #ddd;
}

.shidos-rating-input input:checked~label,
.shidos-rating-input label:hover,
.shidos-rating-input label:hover~label,
.shidos-review-stars i {
    color: var(--main-color);
}

.shidos-add-review button.shidos-btn {
    width: 100%;
}

.shidos-add-review form#commentform p.logged-in-as {
    text-align: justify;
    margin: 15px 0;
}


.right-shidos-comment {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.right-shidos-comment i {
    color: white;
    font-size: 30px;
}

.shidos-review-rating {
    display: flex;
    gap: 5px;
}

.shidos-menu.menu-namads .namad-ct a img {
    width: 110px;
    display: block;
    aspect-ratio: 6 / 7;
    height: auto;
}

.awf-filters-container.awf-style-images li.awf-filter-container,
.awf-filters-container.awf-style-colours li.awf-filter-container {
    margin: 0 0 10px 0;
    line-height: 40px;
    border: 0;
    display: inline-block;
    width: max-content;
    justify-content: center;
    align-items: center;
    font-size: medium;
    display: contents;
}

.awf-filters-container.awf-filters-1-3-container ul {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 45px !important;
    border-radius: 7px !important;
    height: unset !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: unset;
    width: unset;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    height: unset !important;
    width: unset;
}

.woocommerce-tabs {
    margin-top: 50px;
}

#tab-description p {
    text-align: justify;
}

.shidos-btn {
    width: 100%;
    max-width: unset;
}

.top-header-text a {
    color: white;
}

.plus,
.minus {
    display: block !important;
    visibility: visible;
}

.ins-checkout-popup {
    display: unset;
}

.ins-cart-content-inner.ins-checkout-billing,
.ins-cart-inner.shipping .woocommerce-billing-fields>div p,
.ins-cart-inner.shipping .woocommerce-shipping-fields>div p {
    all: unset;
}

.shop_table.woocommerce-checkout-review-order-table th {
    text-align: right;
}


/* p#billing_last_name_field, p#billing_company_field, p#billing_email_field {
    display: none;
} */
p#billing_address_2_field {
    display: none;
}

.ins-fixed-toogle {
    display: none;
}

.left-header-sec a.ins-click-to-show.ins-toggle-btn.popupcart.cart-style-1.tog-1 {
    width: unset;
    height: unset;
    background: unset;
    border: unset;
    padding: 0;
    margin: 0;
    position: unset;
    box-shadow: unset;
    border: solid 1px var(--light) !important;
    border-radius: 12px;
    width: 50px;
}

.left-header-sec a.ins-click-to-show.ins-toggle-btn.popupcart.cart-style-1.tog-1 i {
    color: var(--e-a-color-secondary);
    display: unset;
    visibility: visible;
    opacity: 1;
    margin: auto !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.ins-cart-btns a,
.ins-cart-btns button {
    position: unset !important;
    bottom: 0 !important;
    background: var(--main-color);
}

.ins-cart-btns a,
.ins-cart-btns button {
    color: #fcf9f7 !important;
}

.ins-checkout-modern .ins-single-cart-item {
    background: #e9007417 !important;
}

.ins-cart-btns a:hover,
.ins-cart-btns button:hover {
    background-color: var(--main-color) !important;
    color: white !important;
    border-color: var(--main-color) !important;
}

.ins-btns-step-next.checkout,
#ins-shipping-button,
button#place_order {
    background: var(--main-color) !important;
}

.ins-checkout-modern.popup #customer_details {
    flex-direction: column !important;
}

.ins-single-cart-wrap {
    max-height: 145px !important;
    overflow: auto;
}

@media(max-width:576px) {

    .main-single-section .container,
    .shidos-blog-cat .container {
        display: block;

    }

    footer .call-us {
        border: solid 1px var(--light);
        padding: 6px;
        margin: 10px 0;
        border-radius: var(--shi-border-radius);
    }


    .container-cat .left {

        border: solid 1px var(--light);

        padding: 15px;

        border-radius: 15px;

    }

    body.wn_logino .wn_flat--container {
        position: fixed;
        z-index: 999;
    }


    body.single section.shidos-breadcrumb {
        margin-top: 50px !important;
    }

    header .right-header-sec {
        justify-content: right !important;
    }

    footer .mid-middle-app-section .app-images {
        flex-direction: column;
    }

    article.off-product-type-4 {
        min-height: 285px !important;
    }


    .mid-middle-app-section {
        display: flex;
        flex-direction: column;
    }

    .app-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 20px;
    }

    section.top-cat-breadcrumb {
        margin-inline: 10px;
    }


    .comment-box {
        width: 100%;
    }


    .search-mobile-popup .content-ajax-search ul {
        display: flex;
        flex-direction: column;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 2em;
        width: fit-content !important;
    }

    body.single-product .count-down-single {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: unset;
        position: fixed;
        bottom: 60px;
        left: 10px;
        right: 10px;
        width: 95vw;
        background: var(--main-color);
        border-radius: var(--shi-border-radius) var(--shi-border-radius) 0 0;
        color: white;
        height: 55px;
        z-index: 999;
    }

    body.single-product .countdown-timer {
        display: flex;
        flex-direction: row-reverse;
        gap: 5px;
        color: white;
        font-size: 18px !important;
        font-weight: 900;
        justify-content: center;
    }


    .ins-checkout-layout.popup .woocommerce-cart-form {
        padding: 0 !important;

    }

    .new-main-slider__wrapper .swiper-pagination {
        background: #00000047;
        width: fit-content;
        margin: 15px 25px;
        border-radius: 1em;
    }

    .main-header .container {
        height: 50px !important;
        margin-inline: auto;
        vertical-align: middle;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        box-shadow: 1px 0px 20px #0000002e;
        justify-content: space-between;
    }



    .woocommerce-variation.single_variation {
        display: flex;
        align-items: center;
    }

}

@media(max-width:768px) {



    body.page section.main-single-section>.container {
        padding: 0 !important;
        /*         margin-inline: 0 !important; */
    }

    .shidos-discount-card__percent {
        left: 55px !important;
    }


    .shidos-blog-cat .container .right {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .shidos-blog-cat .left {
        width: 100%;
    }

    .main-single-section .container,
    .single-post>.container,
    .container-shi-archive {
        padding: 15px;
    }


    header .right-header-sec form button,
    .widget #searchsubmit,
    .not-found .container a,
    .woocommerce-Button.button,
    .cart-copun button {
        border-radius: 11px;
        padding: 6px 16px;
        border: none;
        height: 39px;
        margin-right: 3px;
    }


    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 50%;
        width: fit-content;
    }

    .stories.snapgram .story>.item-link>.item-preview {
        margin: unset;
    }

    section.main-single-section .container,
    section.new-blog-slider .container,
    section.shidos-breadcrumb .container {
        margin-inline: 10px !important;
        text-align: right;
        margin-right: 0;
        padding-right: 0;
    }


    .ins-checkout-modern .ins-checkout-layout .ins-content .ins-cart-inner.step-1,
    .ins-cart-inner.shipping.ins-text-left.active,
    .ins-cart-inner.payment.active {
        padding: 5px !important;
        height: 90vh;
    }

    .mobile-hide {
        display: none !important;
    }
}

.ins-checkout-steps {
    padding-bottom: 0;
    padding: 0 !important;
}

.ins-cart-inner.shipping .woocommerce-billing-fields>div p input,
.ins-cart-inner.shipping .woocommerce-billing-fields>div p select,
.ins-cart-inner.shipping .woocommerce-shipping-fields>div p input,
.ins-cart-inner.shipping .woocommerce-shipping-fields>div p select {
    padding: 10px !important;
}

.ins-cart-inner.payment .ins-payment-wrap .ins-cart-content-wrap .ins-cart-summery h3 {
    text-align: right !important;
}

.shi-archive-swatches {
    position: absolute;
    z-index: 94;
}

.margin-top {
    margin-top: 100px;
}

.clean-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.clean-flex .card-anim img {
    width: 100%
}

.clean-container {
    margin-inline: 25px;
}

.main-section .right {
    display: flex;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    width: 100% !important;
}

.main-section .left .add-to-card-btn {
    display: flex !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

span.variable-item-span.variable-item-span-color {
    height: 20px !important;
    display: block;
    width: 20px !important;
    border-radius: var(--shi-border-radius);
}

ul#shipping_method li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.woocommerce-checkout .woocommerce-additional-fields p#order_comments_field {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout #order_comments {
    width: 100%;
    height: 100px;
    border: 1px solid var(--light);
    border-radius: 15px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin: auto !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-details__short-description {
    overflow: auto;
    height: 95px;
}

.shi-archive-sub-cat li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fefefe;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 3%);
    width: calc((100% - 126px)/9);
    cursor: pointer;
    justify-content: center;
    min-height: 85px;
    min-width: 112px;
    align-items: center;
    gap: 5px;
    justify-content: space-around;
}


.shi-archive-sub-cat {
    display: flex;
    justify-content: right;
    align-content: center;
    gap: 10px;
    overflow: scroll;
    max-width: 1240px;
}

.container-shi-archive {
    margin-top: 90px;
    display: flex;
    align-items: center;
}

.sub_cat_title::before {
    content: 'زیر دسته ها';
    display: block;
    white-space: nowrap;
    position: relative;
    top: -35px;
    -moz-transform: rotate(-90deg) translateX(-50%);
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -o-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
}

.toggle-more-less {
    max-height: unset !important;
    transition: all 150ms ease-in-out;
    animation: pulse 150ms 1;
}

.pulse-more {
    animation: pulse 150ms 1;
}

a.show-more-less i {
    color: var(--main-color);
}

.bk_category_list.is_dynamic {
    width: 40px;
    height: 85px;
    background: var(--main-color);
    color: white;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.shi-archive-sub-cat li a {
    font-size: .856rem;
}

ins-cart-inner .ins-cart-inner.shipping label {
    color: #665f5c !important;
    display: block !important;
}

.ins-cart-inner.shipping label.focused {
    color: #665f5c !important;
    display: block !important;
}

.ins-cart-inner.shipping label {
    color: #665f5c !important;
    display: block !important;
    text-align: right;
}

#ship-to-different-address {
    display: none;
}

td.value.woo-variation-items-wrapper ul,
form.variations_form.cart.wvs-loaded tr {
    margin-top: 10px;
}

span.page-numbers.current {
    background: var(--main-color);
    color: white;
}

.main-section .container>div {
    flex: 1;
}

.woocommerce-Tabs-panel>h2,
.woocommerce-Tabs-panel>h3,
.woocommerce-Tabs-panel>h4 {
    display: block;
    color: var(--main-color);
    margin: 20px 0 10px 0;
}

#tab-description,
#tab-reviews,
#tab-related-product,
#tab-additional_information {
    padding: 2em;
    padding-top: 40px;
}

.single_add_to_cart_button {
    border: 0;
    background: var(--main-color);
    padding: 10px 15px;
    color: white;
    border-radius: 12px;
}

.main-section .container-cat .right {
    display: grid;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    width: 100% !important;
}

@media screen and (max-width:1200px) {

    section.new-blog-slider .container {
        margin-inline: 20px;
    }


    body.page .main-single-section>.container,
    body.single .breadcrumbs,
    body.page .breadcrumbs {
        margin: 0 20px;
    }


    .container-shi-archive {

        padding-inline: 15px !important;

    }

    .main-single-section .container,
    .shidos-blog-cat .container {
        margin-inline: 20px !important;
    }

    .top-cat-breadcrumb .container {
        margin-inline: 20px;
    }

    a,
    p,
    span,
    strong,
    select,
    textarea {
        font-size: 1.0625rem;
        line-height: 1.6;
    }

    h1 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.1rem;
        line-height: 2.85em;
    }

    h3 {
        font-size: 1.05rem;
        line-height: 2.4;
    }

    h4 {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    h5 {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    h6 {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    header .container {
        margin-inline: 15px !important;
    }

    .flex-control-nav.flex-control-thumbs img {
        border-radius: var(--shi-border-radius);
        width: 65px;
        height: 65px;
    }

    .main-section .cart {
        display: flex;
        align-items: center;
    }

    .flex-control-nav li {
        list-style: none;
        padding: 4px;
        border: solid var(--light) .5px;
        border-radius: 11px;
        display: flex;
        cursor: pointer;
    }

    #gallery-1 .gallery-item {
        float: unset !important;
        display: flex;
        flex-direction: row;
    }

    footer .container .middle .left a {
        height: 136px;
        width: 85px;
        display: contents;
    }

    #gallery-2 {
        margin: auto;
        display: flex;
    }

    footer .container .about-us {
        display: none;
    }

    footer .container {
        margin: 75px auto 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: fit-content;
        padding: 0 15px;
    }

    span.footer-menu-title,
    .shidos-menu.fifth-shidos-menu .socials span {
        margin-bottom: 15px !important;
        display: block;
    }

    .main-header a.login-register span {
        display: none;
    }

    .main-header a.add-to-card-ct span {
        display: none;
    }

    .shidos-myaccount {
        margin-inline: 15px !IMPORTANT;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 26%
    }

    header.mobile-header {
        height: unset;
    }

    .shidos-video-page .container .hero-insta,
    .shidos-video-page .shidos-video {
        margin-inline: 15px;
    }

    section.comments .container {
        margin-inline: 15px !important;
    }

    .awf-filters-container.awf-filters-1-3-container ul {
        grid-template-columns: 1fr 1fr;
    }

    .clean-container,
    container-shi-archive {
        margin-inline: 15px !important;
    }
}

@media screen and (max-width:360px) {

    a,
    p,
    span,
    strong,
    label,
    select,
    input::placeholder,
    textarea,
    input,
    button,
    li,
    p,
    blockquote,
    pre,
    address,
    figcaption,
    dd,
    span,
    a,
    strong,
    em,
    b,
    u,
    mark,
    small,
    abbr,
    cite,
    code,
    kbd,
    samp,
    var,
    sub,
    sup,
    del,
    ins,
    time,
    button,
    label,
    legend,
    summary {
        font-size: .875rem;
        line-height: 1.5;
    }

    h1 {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.15rem;
        line-height: 1.35;
    }

    h3 {
        font-size: 1.125rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 1rem;
        line-height: 1.45;
    }

    h5 {
        font-size: .875rem;
        line-height: 1.5;
    }

    h6 {
        font-size: .875rem;
        line-height: 1.5;
    }

    header .container,
    footer .container {
        psdding-inline: 10px !important;
    }

    .item-link {
        height: 65px !important;
        width: 65px !important;
    }

    .stories.carousel .story>.item-link>.item-preview {
        height: 100% !important;
    }

    .add-to-card {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .product-pro .right-pro-cool {
        height: unset !important;
    }

    .product-pro .cool-product .item {
        min-height: 260px;
        gap: 15px;
        justify-content: start;
    }

    #zuck-modal-content .story-viewer .head .left .time,
    #zuck-modal-content .story-viewer .head .right .close {
        display: block;
    }

    .shidos-product-brands .owl-prev,
    .shidos-product-brands .owl-next {
        width: 30px !important;
        height: 30px !important;
    }

    .stories.carousel .story>.item-link>.item-preview img {
        width: 70px;
        height: 70px;
        max-height: 70px;
        max-width: 70px;
    }

    .main-shidos-simple-product .item {
        max-height: 260px;
        gap: 10px;
    }

    .inner-top-product span {
        border-radius: 50% !important;
        width: 30px !important;
        height: 30px !important;
        display: block;
    }
}

@media screen and (max-width:576px) {

    body.page .main-single-section .container,
    body.single .breadcrumbs,
    body.page .breadcrumbs {
        /*         margin: 0 !important; */
    }

    .main-single-section .container,
    .single-post>.container,
    .container-shi-archive {
        padding: 10px;
    }

    .down-header .right-down-header {
        display: none !important;
    }

    header {
        position: relative;
    }

    a,
    p,
    span,
    strong,
    label,
    select,
    input::placeholder,
    input,
    textarea,
    button,
    li,
    p,
    blockquote,
    pre,
    address,
    figcaption,
    dd,
    span,
    a,
    strong,
    em,
    b,
    u,
    mark,
    small,
    abbr,
    cite,
    code,
    kbd,
    samp,
    var,
    sub,
    sup,
    del,
    ins,
    time,
    button,
    label,
    legend,
    summary {
        font-size: .9375rem;
        line-height: 1.5;
    }

    h1 {
        font-size: 1.325rem !important;
        line-height: 2rem !important;
    }

    h2 {
        font-size: 1.275rem;
        line-height: 1.35;
    }

    h3 {
        font-size: 1.15rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    h5 {
        font-size: 1rem;
        line-height: 1.5;
    }

    h6 {
        font-size: .9375rem;
        line-height: 1.5;
    }

    .item-link {
        height: 70px !important;
        width: 70px !important;
    }

    .stories.carousel .story>.item-link>.item-preview {
        height: 100% !important;
    }

    .shidos-to-header .container .dots {
        display: none;
    }

    .product-pro .cool-product .item {
        gap: 15px;
        justify-content: start;
    }


    .main-header .left-header-sec .xoo-wsc-sc-cont,
    .left-header-sec>a,
    .left-header-sec>button {
        padding: 0px;
        border-radius: 7px;
        width: 40px !important;
        height: 40px !important;
    }

    section.shidos-breadcrumb .container {
        margin-inline: unset !important;
    }

    header .container {
        margin-inline: 0px !important;
    }

    #zuck-modal-content .story-viewer .head .left .time,
    #zuck-modal-content .story-viewer .head .right .close {
        display: block;
    }

    #zuck-modal-content .story-viewer .tip {
        display: flex !important;
        align-items: center;
        text-wrap: nowrap;
        vertical-align: middle;
        gap: 5px;
    }

    .floating-mobile-footer .ft-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .not-fount-search {
        margin-top: 30vh;
    }

    .content-ajax-search {
        border: none !important;
    }

    #tab-description p,
    #tab-reviews p,
    #tab-related-product p,
    #tab-additional_information p {
        font-size: 1.05rem !important;
    }

    .single_add_to_cart_button.button,
    .shidos-btn {
        margin: unset;
        width: unset;
        width: max-content;
        height: 40px;
        border-radius: var(--shi-border-radius);
        background: var(--main-color);
        font-size: 13px;
        min-width: unset;
        text-wrap: nowrap;
        border: 0;
        color: white;
        padding: 0 10px;
        font-family: inherit;
    }

    .single_variation_wrap .stock out-of-stock {
        display: none;
    }

    .main-shidos-simple-product .item {
        max-height: 339px;
        gap: 10px;
    }

    section.services .container {
        justify-content: space-around;
    }

    section.main-header {
        position: fixed;
        top: 40px;
        right: 0;
        left: 0;
        background: white;
        transition: all 150ms ease-in-out;
        z-index: 96;
        height: 50px;
    }

    section.services .container .item span {
        display: none;
    }

    .top-sales-product .container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .top-sales-product .left-top-product {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .top-sales-product .item {
        min-width: 300px;
        margin-inline: 10px;
    }

    .top-sales-product .right-top-product {
        width: 100%;
        height: 320px;
    }

    .top-sales-product .left-top-product {
        display: ruby;
    }

    .top-product ul li span {
        width: 12px;
        height: 12px;
    }

    .simple-product .owl-prev,
    .simple-product .owl-next {
        width: 25px !important;
        height: 25px !important;
    }

    section.shidos-story #story {
        gap: .5em !important;
    }

    .stories.snapgram .story>.item-link {
        transform: scale(.92);
    }

    footer .container .top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top aside {
        width: 100%;
        margin: 5px;
        margin-inline: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .footer-menu-title {
        margin-bottom: unset !important;
        font-weight: 600;
    }

    footer {
        background: white;
    }

    footer .has-menu span:after {
        content: "\f12f";
        font-family: icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    }


    .shidos-menu div>ul {
        transition: all 150ms ease-in-out;
        ;
        width: 100%;
        gap: 5px;
        justify-content: space-evenly;
        flex-direction: column;
        border-bottom: solid 1px var(--light);
        border-right: solid 1px var(--light);
        border-left: solid 1px var(--light);
        padding: 10px;
        border-radius: 0 0 7px 7px;
    }

    .flex {
        transition: all 150ms ease-in-out;
        ;
        display: flex !important;
    }

    footer .container>.top .has-menu>div {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
    }

    footer .container {
        margin: 75px auto 0 auto;
        display: flex;
        grid-template-rows: unset;
        height: unset;
    }

    .shidos-video-page .container {
        margin-inline: 10px !important;
    }

    .shidos-menu.fifth-shidos-menu .socials-icons {
        flex-direction: row;
        justify-content: center;
        padding-top: 0;
    }

    .shidos-menu.forth-shidos-menu {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    footer .container div#gallery-1 {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-evenly;
    }

    footer .container div#gallery-1 dl {
        width: max-content !important;
    }

    .shidos-menu h2 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }

    .border-bottom-none {
        border-bottom: none !important;
    }

    .shidos-menu.fifth-shidos-menu .socials {
        margin-top: 0;
        width: 100%
    }

    .shidos-menu.fifth-shidos-menu .emial {
        padding: 20px 0;
    }

    .shidos-menu form button {
        left: 55px;
    }

    footer .shidos-menu #emial {
        max-width: 250px;
    }

    footer .middle .left {
        display: flex;
        flex-direction: column;
    }

    footer .left #gallery-2 {
        display: flex;
        justify-content: space-between;
        align-items: self-start;
        gap: 5px;
    }

    footer .left #gallery-2 .gallery-item {
        display: flex;
    }

    #gallery-2 .gallery-item:first-child {
        justify-content: left;
    }

    #gallery-2 .gallery-item:last-child {
        justify-content: right;
    }

    footer .left #gallery-2 .gallery-item img {
        max-width: 85px;
        max-height: 110px;
        aspect-ratio: 3 / 2;
    }

    footer .container .middle .left a {
        width: 85px;
        padding: 10px !important;
    }

    aside.menu-about-us {
        border-radius: 12px 12px 0 0;
        /*         padding: 10px; */
    }

    aside.shidos-menu.menu-about-us p {
        display: inline-block;
    }

    .shidos-menu.fifth-shidos-menu .socials h2,
    .shidos-menu.fifth-shidos-menu .socials span {
        display: none !important;
    }

    footer .middle {
        margin-top: 0;
    }

    .shidos-menu.fifth-shidos-menu .emial {
        width: 100%
    }

    .shidos-menu h2,
    .shidos-menu.fifth-shidos-menu p {
        text-align: center;
    }

    footer .shidos-menu form {
        display: flex;
        justify-content: center;
    }

    footer .more a {
        color: var(--main-color);
        text-decoration: underline;
        display: none;
    }

    footer .container .middle .left a {
        height: 136px;
        width: 85px;
        display: contents;
    }

    footer .container {
        margin-top: 25px !important;
    }

    footer .container a.more {
        color: var(--main-color);
        font-weight: 500;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 100%
    }

    .flex-control-nav.flex-control-thumbs img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .woocommerce-product-attributes-item th {
        height: 40px;
        min-width: 40px;
        background: var(--light);
        border-radius: var(--shi-border-radius);
        max-width: 130px !important;
        width: 100%
    }

    #tab-description,
    #tab-reviews,
    #tab-related-product,
    #tab-additional_information {
        border: 2px solid var(--light) !important;
        border-bottom: unset;
        border-radius: 12px;
        justify-content: center;
    }

    .tabs.wc-tabs {
        display: flex;
        gap: 10px;
        position: absolute;
        top: -21px;
        right: unset;
        width: 100%;
        justify-content: right;
        overflow: scroll;
    }

    p.comment-form-author input {
        width: 100%
    }

    .comment-form-group {
        gap: 5px;
    }

    ol.commentlist>li>div {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    ul.tabs.wc-tabs li a {
        font-size: 14px;
        width: max-content;
        display: block;
        font-weight: 300;
    }

    .main-section {
        padding-inline: 10px;
    }

    .top-sales-product .item:nth-child(n+4) {
        display: none;
    }

    .main-section .container .middle {
        border: none !important;
    }

    .main-section {
        padding-inline: 10px;
    }

    .main-section .middle .delivery-section {
        padding: 17px;
        margin: 10px 0 10px 0;
        border-radius: 15px;
    }

    .main-section .left .product-detail .comments {
        display: none;
    }

    .main-section .left .price span {
        padding: unset;
        width: 100%;
        display: inline-flex;
        text-align: center;
        padding: 5px;
        justify-content: center;
    }

    .main-section .add-to-card-btn .card {
        display: flex;
        align-items: center;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .main-section .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto !important;
        gap: 10px;
    }

    .main-section form:not(.awf-filters-form, .variations_form, .widget-shop-container form, .comment-respond form, #product-details-form, .viwcpf_form_filter.custom_style.no-ajax.has-submit-btn, form.woocommerce-ordering, .viwcpf_form_filter) {
        position: fixed;
        bottom: 10px;
        background: white;
        right: 10px;
        left: 10px !important;
        z-index: 999;
        justify-content: space-between;
        border-radius: 12px;
        box-shadow: 0 0 25px #73737350 !important;
        padding: 5px;
        max-width: 95vw;
        margin-inline: auto;
        height: 60px;
    }

    div#shop-widget-preset-1-wrapper {
        border-radius: 0;
    }

    .main-section .variations_form .single_variation_wrap {
        position: fixed;
        bottom: 10px;
        background: white;
        right: 10px;
        left: 10px;
        z-index: 99;
        justify-content: space-between;
        border-radius: 12px;
        box-shadow: 0 0 25px #73737350 !important;
        padding: 5px;
        display: flex;
        flex-direction: row-reverse;
        width: 95%;
    }

    .main-section .left input {
        height: 40px;
        border-radius: var(--shi-border-radius);
        font-size: 14px;
    }

    .woocommerce-variation-price span {
        padding: 0 10px;
    }

    .single_add_to_cart_button.button,
    .shidos-btn {
        margin: unset;
        width: unset;
        width: max-content;
        height: 40px;
        border-radius: var(--shi-border-radius);
        background: var(--main-color);
        font-size: 13px;
        min-width: unset;
        text-wrap: nowrap;
        border: 0;
        color: white;
        padding: 0 10px;
    }

    .main-section .left .add-to-card-btn {
        display: unset;
        display: flex;
    }

    .woocommerce-message {
        display: flex;
        flex-direction: row;
        margin: 0 10px;
    }

    .button.checkout.wc-forward,
    .wc-forward {
        padding: 5px 10px;
        background: var(--main-color);
        color: white;
        border-radius: var(--shi-border-radius);
        width: 150px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }

    .woocommerce-product-attributes-item th {
        height: 40px;
        min-width: 130px !important;
        font-size: 13px;
    }

    .woocommerce-product-attributes-item__value {
        width: max-content;
        border-radius: 12px !important;
        border: 1px solid var(--light);
        font-size: 13px;
        display: flex;
        align-items: center;
        min-width: 170px;
        min-height: 40px;
        height: fit-content;
    }

    nav.woocommerce-breadcrumb *,
    nav.woocommerce-breadcrumb {
        color: var(--text);
        font-weight: 300 !important;
        max-width: -webkit-fill-available;
    }

    td.woocommerce-product-attributes-item__value p {
        margin: 0;
        padding: 0;
        justify-content: start !important;
    }

    .woocommerce-product-attributes-item__value {
        height: 40px;
    }

    .main-section .left p.price {
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 100%;
        align-items: center;
        margin: 0;
    }

    .main-section .left .minus,
    .main-section .left .plus {
        height: 40px !important;
        width: 25px;
        font-size: 16px;
    }

    .woocommerce-variation-price .price del {
        display: none;
    }

    .main-section .left .minus {
        left: 5px;
        top: 5px;
    }

    .main-section .left .minus,
    .main-section .left .plus {
        border-radius: var(--shi-border-radius);
    }

    .main-section .left .plus {
        right: 5px;
        top: 5px;
    }

    .services .container .item a {
        width: 45px;
        height: 45px;
        border-radius: 12px;
    }

    .services .container .item a i {
        font-size: 15px;
    }

    .main-section .item-action button {
        width: 40px;
        height: 40px;
    }

    .main-section .right .actions {
        right: 10px;
        top: 10px;
        z-index: 90;
    }

    woocommerce-product-gallery__wrapper woocommerce-product-gallery__trigger>div {
        width: 372px;
        margin-right: 0;
        float: right;
        display: flex;
        justify-content: center;
        display: flex !important;
    }

    .item-action i {
        color: #626262;
    }

    .woocommerce-product-details__short-description ul li {
        font-size: 13px !important;
    }

    .main-section>.container>div {
        border: 0;
        display: flex;
        flex-direction: column;
    }

    .main-section .flex-viewport {
        margin: auto !important;
        width: 100%
    }

    .flex-control-nav li {
        border: solid 1px var(--light) !important;
        border-radius: 15px !important;
        width: 80px;
    }

    .pro-names {
        margin: 30px 0 30px 0;
    }

    .shipping-detail.mobile {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: solid 2px var(--light);
    }

    .product-detail.mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

    span.comments {
        color: var(--main-color);
    }

    .delivery-section ul {
        width: 100%;
        padding-right: 30px;
    }

    .main-section .middle a {
        padding-right: 8px;
    }

    .product-detail.mobile>span {
        font-weight: 300;
    }

    .icon-arrow-square-down:before {
        content: "\f131";
        font-size: 14px;
        padding: 4px;
        background: var(--main-color);
        border-radius: var(--shi-border-radius);
        color: white;
    }

    nav.woocommerce-breadcrumb *,
    nav.woocommerce-breadcrumb {
        color: var(--text);
        font-weight: 300 !important;
    }

    .woocommerce-product-gallery__wrapper.woocommerce-product-gallery__trigger div>a {
        display: flex;
    }

    .main-section .flex-viewport {
        border: solid 1px var(--light);
        border-radius: 15px !important;
    }

    .main-section .flex-viewport {
        margin: auto !important;
        width: 100%
    }

    .less-more-parent {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .less-more {
        position: absolute;
        bottom: -20px;
        height: 40px;
        width: 100px;
        border: solid 2px var(--light);
        background: white;
        border-radius: var(--shi-border-radius);
    }

    .tabs.wc-tabs li:first-child {
        margin-right: 10px;
    }

    .socials-icons a {
        border-radius: 12px;
    }

    footer .left #gallery-2 .gallery-item img {
        border: solid var(--light) 2px !important;
        border-radius: 12px;
    }

    #tab-description p,
    #tab-reviews p,
    #tab-related-product p,
    #tab-additional_information p {
        font-size: 13px !important;
    }

    .comment_container .shidos-review-rigt-sec {
        justify-content: center;
    }

    .review-date-parent.absolute {
        position: unset !important;
    }

    .main-section .left .product-detail {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 0;
    }

    span.footer-menu-title,
    .shidos-menu.fifth-shidos-menu .socials span {
        margin-bottom: 0 !important;
        display: flex;
        font-weight: 600 !important;
    }

    .main-section .cart {
        display: flex;
        align-items: center;
        flex-direction: row !important;
        width: 100% !important;
        gap: 10px;
    }

    .single-product.product-pro .cool-product {
        padding: 10px 20px;
        background: #fff;
        border: unset;
        border: unset;
    }

    .single-product.product-pro .cool-product .item {
        min-height: 279px;
        border: solid 2px var(--light);
    }

    .cool-product .item img {
        display: block;
        width: 100%;
        max-width: 148px;
        max-height: 148px;
    }

    .container-cat {
        margin-inline: auto;
        gap: 15px;
        display: flex;
        grid-template-columns: 1fr;
        flex-direction: column-reverse;
    }

    .container-cat div.price {
        display: flex !important;
    }

    .main-shidos-simple-product .item img,
    .shidos-product-category .right .item img {
        margin-top: 0 !important;
    }

    .main-shidos-simple-product .item img,
    .shidos-product-category .right .item img {
        max-width: 115px;
        height: 115px;
    }

    .inner-top-product span {
        border-radius: 0 10px 10px 0;
        width: 30px !important;
        height: 30px !important;
    }

    .inner-top-product {
        left: -1px !important;
        top: 14px;
    }

    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 100%;
        justify-content: space-around;
    }



    .shidos-myaccount {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container .woocommerce {
        margin-inline: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%
    }

    .myaccount-order .item-order {
        width: 100%;
        text-align: center;
        border-left: 1px solid #ddd;
        display: flex;
        justify-content: flex-start;
        margin: 4px !important;
    }

    .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
        padding: 15px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .widget.relative a {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
    }

    .product-pro-new .quick_add2cart.button {
        bottom: 0 !important;
        right: 0 !important;
    }

    section.product-pro-new .right-item img {
        max-width: unset !important;
    }

    section.product-pro-new {
        border-radius: 0;
    }

    .chart-container {
        background: white;
        position: fixed;
        z-index: 99992;
        display: flex;
        top: 0;
        width: 360px;
        transform: scale(0.95);
        padding: 10px;
        border-radius: 12px;
        top: 30%
    }

    span.reading-mode-parent {
        display: none !important;
    }

    section.main-single-section .container,
    section.new-blog-slider .container,
    section.shidos-breadcrumb .container {
        margin-inline: 10px !important;
        padding: 0;
    }

    .hero-product.cart-custom .down .price span bdi {
        display: flex;
    }

    .shidos-child-pr,
    .shidos-review-summary {
        width: unset;
    }

    .shidos-review-flex {
        display: block;
    }

    .awf-togglable-preset.awf-left-popup-sidebar-mode,
    .awf-togglable-preset-mode-on .awf-togglable-on-s-preset.awf-left-popup-sidebar-mode {
        width: 325px !important;
    }

    .awf-filters-container.awf-filters-1-3-container ul {
        grid-template-columns: 1fr 1fr;
    }

    .clean-flex {
        flex-direction: column;
    }

    .clean-container,
    .container-shi-archive {
        /* margin-inline: 10px !important; */
    }

    aside.shidos-menu.menu-namads .namad-ct {
        background: unset;
        border-radius: 12px;
        /* margin: 30px; */
        justify-content: center;
        gap: 10px;
        border: solid 1px var(--light);
        padding: 6px;
    }

    .shidos-menu.menu-namads .namad-ct a img {
        width: fit-content;
        display: block;
        aspect-ratio: unset;
        height: 74px;
        aspect-ratio: 4.1 / 4.9;
    }

    .namad-ct:nth-chid(1) {
        border: solid 1px var(--light);
    }

    .product-pro-new div.off-product {
        height: 290px;
        border-radius: 7px !important;
    }

    button.woosw-btn.woosw-btn-118.woosw-btn-has-icon.woosw-btn-icon-only i {
        color: #626262;
    }

    .top-cat .top-cat-filter {
        flex: 1;
    }


    .top-cat form.woocommerce-ordering {
        flex: 1;
    }
}

@media screen and (max-width:768px) {

    section.new-blog-slider .container {
        margin-inline: 15px;
    }

    i {
        color: #626262;
    }

    a,
    p,
    span,
    strong,
    label,
    select,
    input::placeholder,
    input,
    textarea,
    button,
    li,
    p,
    blockquote,
    pre,
    address,
    figcaption,
    dd,
    span,
    a,
    strong,
    em,
    b,
    u,
    mark,
    small,
    abbr,
    cite,
    code,
    kbd,
    samp,
    var,
    sub,
    sup,
    del,
    ins,
    time,
    button,
    label,
    legend,
    summary {
        font-size: 1rem;
        line-height: 1.5;
    }

    h1 {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.53rem;
        line-height: 1.35;
    }

    h3 {
        font-size: 1.275rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 1.15rem;
        line-height: 1.45;
    }

    h5 {
        font-size: 1.105rem;
        line-height: 1.5;
    }

    h6 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .shidos-video-page .container {
        margin-inline: 15px !important;
    }

    .single_add_to_cart_button {
        border: 0;
        background: var(--main-color);
        padding: 10px 15px;
        color: white;
        border-radius: 12px;
    }

    section.shidos-breadcrumb .container {
        margin-inline: unset !important;
    }

    .main-header .container {
        height: unset;
    }

    .main-section .container .right .right-top {
        border: solid 1px var(--light);
        border-radius: 25px 25px 0px 0px;
        border-radius: 12px;
        border: unset;

    }

    .mobile-menu img.menu-image.menu-image-title-below {
        max-width: 32px;
        max-height: 32px;
        align-items: baseline;
    }

    .mobile-header span.cart-count {
        top: -4px;
        position: absolute;
        left: -4px;
        z-index: 9999;
        background: var(--main-color);
        height: 14px;
        width: 14px;
        color: white;
        border-radius: 50%;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shidos-to-header>.container {
        /* height: 40px; */
    }

    header .container,
    footer .container {
        padding-inline: 15px !important;
    }

    section.product-pro-new .right-item img {
        max-width: 90%;
        margin: auto;
        width: 130px;
    }

    img.wp-post-image {
        max-height: 350px;
        aspect-ratio: 1;
        max-width: 350px;
    }

    .item-link {
        height: 75px;
        width: 75px;
    }

    .add-to-card {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .shidos-video-page .container .right video {
        width: 100%;
        border-radius: 25px;
        height: 175px;
    }

    .container-cat .left {
        overflow: visible;
    }

    .product-pro .item .icon-bag-2 {
        font-size: 25px !important;
    }

    .mobile-header span.mobile-cart-qt {
        position: absolute;
        top: -3px;
        left: -4px;
        background: var(--main-color);
        width: 15px;
        height: 15px;
        align-items: center;
        color: white;
        padding: 2px;
        font-size: 9px;
        display: flex;
        justify-content: center;
        border-radius: 50%
    }

    .has-menu>span {
        width: 100%;
        text-align: center;
        height: 100%;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px !important;
        border-right: solid var(--light) 1px;
        border-top: solid var(--light) 1px;
        border-left: solid var(--light) 1px;
        border-bottom: solid var(--light) 1px;
        border-radius: var(--shi-border-radius);
        margin: 0 !important;
    }

    .top-sales-product .item {
        width: 100%
    }

    section.top-sales-product .container {
        gap: 15px;
    }

    .top-sales-product .item:nth-child(n+4) {
        display: none;
    }

    .main-section .left .shipping-detail {
        padding: 10px 0 !important;
    }

    .main-section .right {
        display: grid;
        margin-inline: auto;
        grid-template-columns: 1fr 1fr;
    }

    .main-section .left .product-detail {
        padding: 10px 0 !important;
    }

    footer .container .top {
        display: grid;
        grid-template-columns: 1fr;
    }

    #gallery-1 .gallery-item {
        float: unset !important;
        display: flex;
        flex-direction: row;
    }

    footer .container .middle .left a {
        height: 136px;
        width: 85px;
        display: contents;
    }

    #gallery-2 {
        margin: auto;
        display: flex;
    }

    footer .container .about-us {
        display: none;
    }

    .main-section .middle .eng {
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        display: block;
        text-align: end;
    }

    footer .container {
        margin: 75px auto 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: fit-content;
    }

    .shidos-product-category .right .item {
        width: 100%;
        max-width: unset;
        padding: 10px;
        gap: 50px;
    }

    /* .container-cat form.woocommerce-ordering {
        width: 50%} */
    .main-shidos-simple-product .add-to-card,
    .shidos-product-category .right .item .add-to-card,
    .shidos-blog-cat .container .right .item .add-to-card {
        position: unset;
        right: 25px;
        bottom: 25px;
        display: flex;
        justify-content: end;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .shidos-product-category .container {
        gap: unset;
    }

    section.shidos-product-category {
        margin-top: 25px;
    }

    .shidos-product-category .container {
        display: flex;
        justify-content: center;
        width: calc(100% - 25px);
    }

    .shidos-product-category .right .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between !important;
        align-items: center;
        gap: unset !IMPORTANT;
    }

    .shidos-blog-cat .container .right .item img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .shidos-blog-cat .container .right .item .bottom span.date {
        bottom: 2em;
    }


    .shidos-blog-cat .container .right .item {
        /* max-height: 265px; */
        width: unset;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-inline: 5px;
        border: solid #f1f2f9 2px;
        border-radius: 15px;
        margin-bottom: 15px;
        /* flex-wrap: unset; */
        min-width: 220px;
        padding: 10px;
        gap: unset;
        grid-template-columns: 1fr 3fr;
        grid-template-rows: 1fr;
        justify-content: center;
        align-items: center;
        height: 100%;
        display: block;
        height: 20em !important;
    }

    .inner-top-product span {
        border-radius: 0 10px 10px 0 !important;
        width: 30px !important;
        height: 30px !important;
    }

    .inner-top-product {
        left: -1px !important;
        top: 14px;
    }

    .main-shidos-simple-product .add-to-card i,
    .shidos-product-category .right .item .add-to-card i {
        padding: 5px;
    }

    .woocommerce-result-count {
        padding: 0;
        margin: 0;
    }

    .top-cat-breadcrumb .container {
        margin-bottom: 0 !important;
    }

    .container-cat {
        margin-inline: auto;
        gap: 15px;
        display: grid;
        grid-template-columns: unset !important;
    }

    .floating-mobile-footer {
        background: white;
        position: fixed;
        bottom: 15px;
        right: 10px;
        left: 10px;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        box-shadow: 0 0 25px #73737350;
        height: 60px;
        align-items: center;
        padding-inline: 20px;
        z-index: 95;
        background: white;
        transition: all 150ms ease-in-out;
        padding-top: 5px;
        padding-bottom: 5px;
        transform: translateY(300px);
    }

    .floating-mobile-footer .ft-item i {
        font-size: 24px;
        color: #000 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1px;
    }

    .floating-mobile-footer .ft-item i {
        font-size: 24px;
        color: unset;
    }

    .floating-mobile-footer .ft-item a {
        font-size: 12px;
        color: var(--black);
        font-weight: 600;
        background: unset;
        border: 0;
        box-shadow: unset;
        width: unset;
        height: unset;
    }

    .main-mobile-header a.ins-click-to-show.ins-toggle-btn.popupcart.cart-style-1.tog-1 {
        width: unset;
        height: unset;
        background: unset;
        border: unset;
        padding: 0;
        margin: 0;
        position: unset;
    }

    .floating-mobile-footer .ins-toggle-btn {
        position: unset;
    }

    .floating-mobile-footer .ft-item.active {
        background: var(--main-color);
        color: white !important;
        padding: 4px 8px;
        border-radius: 10px;
    }

    .floating-mobile-footer .ft-item.active a {
        color: white;
    }

    .floating-mobile-footer .ft-item.active i {
        color: white !important;
    }

    section.shidos-story #story {
        margin-top: unset;
        margin-bottom: unset;
    }

    .search-mobile-popup {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background: #ffffff30;
        display: flex;
        flex-direction: column;
        display: none;
        backdrop-filter: blur(5px);
    }

    .search-mobile-popup input#keyword {
        height: 46px;
        width: 100%;
        border: solid #969696 1px;
        border-radius: 12px;
        padding-right: 40px;
        font-weight: 300;
    }

    .search-mobile-popup .data form.relative {
        padding: 0 20px 20px 20px;
    }


    .search-mobile-popup .popup-close {
        display: flex;
        justify-content: end;
        padding: 10px;
        align-items: center;
    }

    .search-mobile-popup .data form.relative i.absolute {
        position: absolute;
        right: 7%;
        font-size: 25px;
        color: #969696;
        /* transform: translate(50% , 50%); */
    }

    .right-header-sec form.relative span {
        display: none;
    }

    .search-mobile-popup .content-ajax-search {
        right: 15px;
        left: 15px;
        bottom: 15px;
        background: #fff;
        border: unset;
        z-index: 9999;
        top: 170px;
    }

    .search-mobile-popup .content-ajax-search ul {
        max-height: 500px;
        overflow-y: auto;
        height: 100vh;
        margin: 10px 0;
    }

    .search-mobile-popup .content-ajax-search ul li {
        margin: 10px 0;
    }

    .search-mobile-popup .content-ajax-search ul li a {
        display: flex;
        padding: 5px;
        justify-content: right;
        align-items: center;
        border: dashed 1px var(--light);
        border-radius: 7px;
        padding-right: 30px;
    }

    .search-mobile-popup .content-ajax-search ul li:hover a {

        border: dashed 1px var(--main-color);
    }

    .pagination span,
    .pagination a {
        width: 35px;
        height: 35px;
    }

    .search-mobile-popup .mb-bottom-search {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .search-mobile-popup .hot-tags {
        width: 100%;
        display: inline-flex;
        overflow: scroll;
    }

    .search-mobile-popup .hot-tags .hot-tag-item {
        display: inline-block;
        min-width: max-content;
        border: 1px solid var(--light);
        border-radius: 12px;
        padding: 5px 10px;
        margin-left: 10px;
        font-weight: 350;
        background: white;
    }

    .search-mobile-popup .hot-tags .hot-tag-item:first-child {
        margin-right: 20px;
    }

    .login-register-box form input {
        max-width: unset;
        width: 100%;
        padding-right: 10px;
    }

    .login-register-box .right {
        height: 260px;
    }

    .login-register-box {
        height: fit-content;
        display: flex;
        flex-direction: column;
        max-height: unset !important;
        justify-content: start;
        align-content: center;
        margin: 90px 10px 0 10px;
    }

    .login-register-box .left {
        padding: unset;
    }

    .login-register-box .left h2 {
        margin: 15px auto;
    }

    .mobile-menu li>ul>li,
    .mobile-menu ul>li {
        padding: 8px 6px;
    }

    .mobile-menu .menu-item-has-children ul {
        display: none;
    }

    ul.sub-menu {
        background: #0000000a;
        border-radius: 9px;
        padding: 4px 0 4px 4px;
    }

    .mobile-menu ul.sub-menu li:first-child {
        padding-top: 0 !important;
    }

    .mobile-menu ul.sub-menu {
        padding: 4px !important;
        margin-top: 5px;
    }

    .mb-bottom-search .content-ajax-search {
        display: block;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 47%;
        border-radius: 12px !important;
    }

    .shidos-myaccount {
        margin-inline: 10px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 15px 10px;
    }

    .myaccount-detail {
        flex-wrap: wrap;
    }

    .myaccount-order {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    section.myaccount-order .item-order {
        padding: 4px;
    }

    .myaccount-notif {
        background: var(--light);
        padding: 15px;
        border: 1px solid #f5f5f5;
        border-radius: 10px;
        margin-bottom: 20px;
        border-right: unset;
    }

    .woocommerce-EditAccountForm p input {
        width: 100%
    }

    form.woocommerce-cart-form {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
        flex-direction: unset;
        gap: 20px;
        flex-direction: column;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100%
    }

    .cart-custom {
        width: 100%
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .wc-proceed-to-checkout .wc-forward,
    .checkout_coupon.woocommerce-form-coupon button {
        text-align: center !important;
        position: fixed;
        bottom: 63px;
        width: 95vw;
        left: 10px;
        right: 10px;
        border-radius: 12px 12px 0 0;
        height: 55px;
        z-index: 96;
    }

    .cart-copun .coupon button,
    .cart-copun button {
        width: 165px;
    }

    .container>.woocommerce {
        margin-top: 75px;
    }

    .button.checkout.wc-forward,
    .wc-forward {
        justify-content: center;
    }

    .woocommerce .hero-checkout {
        flex-direction: column;
    }

    .pishro-order-review {
        width: 100%
    }

    .woocommerce .payment_box.payment_method_bacs p {
        color: var(--text);
        font-size: 13px;
        padding: 12px 0;
    }

    .woocommerce #order_comments {
        width: 100%;
        font-size: 14px;
        font-family: inherit;
    }

    #billing_phone_field p input,
    .woocommerce-billing-fields__field-wrapper p input {
        width: 100%
    }

    .woocommerce-customer-details {
        width: 100%;
        display: flex;
    }

    .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
        padding: 15px;
        width: 100%;
        display: flex;
    }

    .main-section {
        margin-inline: unset;
    }

    .main-section .flex-viewport img {
        border-radius: 12px;
        max-width: unset;
        max-height: 330px;
    }

    .woocommerce-cart-form .owl-stage {
        display: grid;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce-cart-form .owl-item .down {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .woocommerce-notices-wrapper {
        display: none;
    }

    .woocommerce-variation-availability p {
        display: none !important;
    }

    .shidos-varant-product {
        position: relative;
    }

    .awf-togglable-preset-btn {
        all: unset;
    }

    i.fas.fa-bars.awf-togglable-preset-btn-icon {
        display: none;
    }

    .woocommerce .woocommerce-result-count {
        margin: unset;
        text-align: right;
        width: 100%;
    }

    .main-shidos-simple-product h2,
    .shidos-product-category .right .item h2 {
        margin-inline: 5px;
    }

    .main-single-section .left .widget,
    .shidos-product-category .left .widget {
        /* border: unset; */
        padding: 10px;
        /* border-radius: unset; */
        gap: 40px;
        margin-bottom: 15px;
    }

    .floadtnig-filter {
        position: fixed;
        bottom: 87px;
        width: 55px;
        height: 55px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        z-index: 95;
        box-shadow: 0 10px 50px 0 #00000040;
        left: auto !important;
        left: 10px !important;
        background: var(--main-color);
        color: white;
    }

    .floadtnig-filter i {
        color: white !important;
        display: flex;
    }

    form.woocommerce-product-search {
        display: flex;
        justify-content: space-between;
    }

    .main-section .left input {
        max-width: unset;
        width: 100% !important;
        font-size: 14px;
        margin-inline: 3px;
        height: 40px;
    }

    body.single-product .main-section {
        padding-inline: 15px;
        margin-top: 45px;
    }

    .top-product ul li span {
        width: 17px;
        height: 17px;
    }

    .container-cat {
        gap: 15px;
        display: flex;
    }

    footer .contact-us-lists a i {
        font-size: 24px;
    }

    footer .contact-us-lists {
        background-color: white;
        position: fixed;
        bottom: 80px;
        width: 70vw;
        height: max-content;
        z-index: 999;
        box-shadow: 0 0 25px #73737350;
        left: 10px !important;
        border-radius: 15px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: start;
        padding: 10px;
        gap: 15px;
        transition: all 150ms ease-in-out;
        padding: 14px;
        margin: 0;
        right: auto !important;
    }

    .floating-contact-us.relative a i {
        color: white;
        font-size: 24px !important;
    }

    form.woocommerce-product-search button {
        width: max-content;
        padding: 4px 16px;
        border-radius: 12px;
        border: 0;
    }

    .widget-shop-container ul.product_list_widget li {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px;
    }

    .container-cat .left .widget>span {
        margin: 6px;
        display: block;
    }

    footer .floating-contact-us .flo-btn {
        position: fixed;
        bottom: 147px;
        width: 55px;
        height: 55px;
        display: flex !important;
        justify-content: center;
        align-items: start;
        border-radius: 50% 0 0 50%;
        color: white !important;
        z-index: 999;
        box-shadow: unset;
        right: 0px !important;
        right: auto;
    }

    footer .floating-contact-us .flo-btn i,
    .floadtnig-filter i {
        color: white;
    }

    footer .floating-contact-us .flo-btn>i {
        font-size: 24px;
        margin: auto;
        display: flex;
    }

    .contact-us-lists i {
        font-size: 32px;
    }

    .shidos-product-category .add-to-card.disabled {
        justify-content: start !important;
    }

    .main-section .left input {
        height: 40px;
        border-radius: 12px;
        width: 100%;
        font-size: 14px;
    }

    .page-numbers {
        display: flex;
        gap: 10px;
        margin-top: unset;
        justify-content: center;
        margin-top: 30px;
    }

    .page-numbers li a,
    .page-numbers li span {
        width: 35px;
        height: 35px;
    }

    .woocommerce-pagination .page-numbers .page-numbers,
    .pagination .page-numbers {
        background: var(--border-color);
    }

    .woocommerce-pagination .page-numbers a.next,
    .woocommerce-pagination .page-numbers a.prev,
    pagination .page-numbers.next,
    pagination .page-numbers.prev,
    .prev.page-numbers,
    .next.page-numbers {
        background: var(--main-color) !important;
    }

    .pagination a.next i,
    .pagination a.prev i {
        color: white !important;
        display: flex;
    }

    .right.cat-list.products.columns-3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .right.cat-list.products.columns-3 article {
        border-bottom: solid 1px var(--border-color) !important;
        border-radius: var(--shi-border-radius);
        height: auto;
    }

    .main-section>.container>div {
        border: 0;
        display: flex;
        flex-direction: column;
    }

    .scroller .scroller__inner.tag-list img {
        width: 88px;
        height: 88px;
    }

    .mobile-header .top-header {
        padding: 0 20px;
    }

    .scroller__inner span.infinite_horizontal_loop {
        padding: 6px !important;
        border-radius: 12px;
        color: white;
        font-size: smaller;
    }

    .sliders img {
        height: fit-content !important;
        width: 100% !important;
    }

    .shidos-video-page .container .shidos-videoct,
    .shidos-video-page .shidos-video {
        margin-inline: 10px;
    }

    .the_time_need {
        padding: 8px;
    }

    .shidos-video-page .container .left .shidos-video-head {
        justify-content: center;
    }

    .shidos-custom-button-1 {
        width: unset;
    }

    .shidos-video-page .container .left a {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .shidos-video-page .container .left {
        margin-inline: 10px;
    }

    .shidos-video .title-con a,
    .form-submit input[id="submit"],
    .comments-inner .comment .reply a {
        height: 35px;
        width: 154px;
    }

    .main-single-section .container {
        /*         border: 1px solid var(--Light, #f1f2f9); */
        border-radius: var(--shi-border-radius);
        padding: 5px;
    }

    section.comments .container {
        margin-inline: 10px !important;
    }

    .main-single-section .details-items {
        display: flex;
        gap: 0 8px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .main-single-section .container,
    .shidos-blog-cat .container {
        display: flex;
        flex-direction: column;
        /* padding: 15px; */
        gap: 0px;
    }

    section.new-blog-slider .blogs .title,
    section.new-video-slider .videos .title {
        margin: 0;
        padding: 10px;
    }

    .title-con {
        margin: 10px 0;
    }

    section.new-blog-slider .title-con .title,
    section.new-video-slider .title-con .title {
        gap: 10px;
    }

    section.main-single-section .container,
    section.new-blog-slider .container,
    section.shidos-breadcrumb .container {
        margin-inline: 15px !important;
    }

    .main-single-section .right .blog-content img {
        margin-top: 15px;
        margin-bottom: 15px;
        max-height: 190px;
        width: 100%;
        aspect-ratio: 1;
    }

    .main-single-section .container .right {
        border-radius: var(--shi-border-radius);
        /*     border: 1px solid var(--Light, #f1f2f9); */
        /*     padding: 15px; */
        margin-top: -10px;
    }

    .main-single-section .container .right .blog {
        /* 		padding:0!important; */
    }


    header .right-header-sec form button,
    .widget #searchsubmit,
    .not-found .container a,
    .woocommerce-Button.button,
    .cart-copun button {
        border-radius: 11px;
        padding: 6px;
        border: 0;
    }

    .main-header .container {
        justify-content: right;
    }

    .main-header .container {
        flex-wrap: nowrap;
    }

    input[id="email"],
    input[id="author"],
    input[type="text"],
    input[type="email"],
    input[type="author"],
    input[type="password"],
    input[type="text"] {
        border: solid var(--light)1px;
        height: 39px;
        border-radius: var(--shi-border-radius);
    }

    .shidos-breadcrumb .container a {
        padding-inline: 0 !important;
    }

    .awf-filter-container {
        white-space: unset;
    }

    .awf-filters-container.awf-filters-1-5-container.awf-filters-orderby.awf-style-radios.awf-hierarchical-level-1 ul li input,
    .awf-filters-container.awf-filters-1-7-container.awf-filters-availability ul li input {
        width: 3px !important;
    }

    .noUi-horizontal .noUi-tooltip {
        margin-bottom: 5px;
        line-height: 12px;
        background: var(--main-color);
        color: white;
        font-weight: 500;
        border-radius: 3px !important;
    }

    .story-viewer .right {
        display: flex;
    }

    .story-viewer .head {
        background: var(--main-color);
    }

    #zuck-modal-content .story-viewer .head {
        height: 60px;
    }

    .clean-container,
    container-shi-archive {
        margin-inline: 15px !important;
    }

    .woocommerce ul#shipping_method li {
        border-radius: 12px;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        width: 43px !important;
        border-radius: 12px !important;
        height: 24px !important;
    }

    span.variable-item-span.variable-item-span-color {
        height: 20px !important;
        display: block;
        width: 40px !important;
    }

    .right-menu li {
        border: solid 1px var(--light);
        border-radius: var(--shi-border-radius);
    }

    .right-menu {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }

    .mobile-menu h2 {
        padding: 0 0 20px;
        text-align: center;
        border-bottom: solid 1px var(--light);
    }

    .mobile-menu,
    .container-cat .left {
        position: fixed;
        right: 0px;
        top: 0px !important;
        background: white;
        width: 100%;
        max-width: 85vw !important;
        border-radius: 0;
        z-index: 99999;
        box-shadow: 0 0 25px #73737350;
        padding: 20px;
        transform: translateX(1000px);
        overflow-y: scroll;
        bottom: 0px !important;
        transition: all 0.5s ease-in-out;
        border-radius: 12px 0 0 12px;
    }




    /* .mobile-menu>ul>li:first-child {
        padding: 14px;
    } */

    .woocommerce-no-products-found {
        margin: 10px;
    }

    .menu-image-title-below.menu-image-not-hovered>img,
    .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
    .menu-image-title-below .menu-image-hover-wrapper {
        padding-bottom: unset;
    }

    .menu-image-title-after.menu-image-not-hovered img,
    .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
    .menu-image-title-before.menu-image-title {
        padding-inline: 10px;
    }

    header .right-header-sec form button,
    .widget #searchsubmit,
    .not-found .container a,
    .woocommerce-Button.button,
    .cart-copun button {
        border-radius: 11px;
        padding: 6px 16px;
        border: 0;
    }

    .down-header.container {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 15px 0;
    }
}

@media screen and (max-width:992px) {
    .item-link {
        height: 85px;
        width: 85px;
    }

    .main-section>.container>div {
        margin: auto !important;
        width: 100%;
        border: unset;
        border-radius: 12px;
    }

    .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
        border: 1px solid var(--light);
        padding: 5px;
        border-radius: 15px;
        display: table-cell;
        flex-direction: column;
        justify-content: space-between;
    }

    .main-section .flex-viewport img {
        border-radius: 15px;
        max-width: 330px;
        max-height: 330px;
    }

    .main-mobile-header a.ins-click-to-show.ins-toggle-btn.popupcart.cart-style-1.tog-1 {
        width: unset;
        height: unset;
        background: unset;
        border: unset;
        padding: 0;
        margin: 0;
        position: unset;
    }

    footer .middle .left {
        display: grid;
        justify-content: end;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    aside.shidos-menu.menu-namads .namad-ct {
        display: flex;
        justify-content: start;
        margin-right: 10px;
        gap: 10px;
    }

    .main-section .right {
        max-width: unset;
        width: 100%
    }

    .top-sales-product .item:nth-child(n+4) {
        display: none;
    }

    .top-sales-product .container {
        gap: 10px;
    }

    .top-sales-product .right-top-product {
        width: 250px;
    }

    .main-section .container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .main-section .container .middle {
        border: solid 1px var(--light);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 15px;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        margin: auto;
    }

    .pr-deliver-section {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .main-section .middle .delivery-section {
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 10px;
        min-width: 200px;
        margin: unset;
        max-width: unset;
        display: unset;
        flex-direction: column;
    }

    .right-delivery .icon-arrow-left-1 {
        background: var(--light) !important;
        color: #000 !important;
    }

    .main-section .left {
        max-width: unset;
        width: 100% !important;
        transition: 0.5s ease-in-out;
        /*         max-width: 85vw!important; */
        height: 100vh;
    }

    .main-section .left .card {
        max-width: unset;
        display: flex;
        flex-direction: column;
        gap: 7px;
        background: var(--light) !important;
        border: unset;
    }

    form.variations_form.cart.wvs-loaded>div {
        display: flex;
        width: 100%
    }

    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
        justify-content: center;
        display: flex;
        /* flex-direction: row; */
        width: 100%;
        flex-direction: row !important;
    }

    .main-section .left .variations {
        margin-top: unset;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .main-section .left input {
        height: 40px;
        border: 1px solid var(--light);
        border-radius: var(--shi-border-radius);
    }

    #tab-reviews #comments {
        padding: unset;
    }

    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
        border-radius: 7px !important;
    }

    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
        border: solid 1px var(--light);
        background: white;
        border-radius: 7px !important;
    }

    .woo-variation-swatches.wvs-show-label .variations td,
    .woo-variation-swatches.wvs-show-label .variations th {
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #tab-reviews #reviews {
        flex-direction: column;
    }

    section.shidos-breadcrumb .container {
        margin-inline: unset !important;
        max-width: 90%
    }

    .stars {
        display: flex;
    }

    #tab-reviews #comments {
        border-right: unset;
    }

    .shidos-product-category .right .item {
        width: 32%;
        min-width: 170px;
        padding: 10px;
        gap: 50px;
    }

    .container-cat {
        margin-inline: auto;
        gap: 15px;
        display: grid;
        grid-template-columns: .4fr 2fr;
    }

    .top-cat-breadcrumb .container {
        margin-top: 90px;
    }

    .shidos-product-category .right .item {
        width: 48%;
        max-width: 260px;
        gap: 50px;
    }

    /* .container-cat form.woocommerce-ordering {
        width: 70%} */
    .main-section .right {
        margin-inline: auto;
    }

    .main-shidos-product-pro .inner-top-product span,
    .shidos-product-category .inner-top-product span {
        background: black;
        color: white;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%
    }



    .shidos-tabel-wrapper-thankyou {
        flex-wrap: wrap;
    }

    .main-section .right {
        display: flex;
        justify-content: center;
    }

    .shidos-video-page .container .shidos-videoct {
        grid-template-columns: 1fr;
    }

    .comment-form-comment #comment {
        min-height: 100px;
    }

    .shidos-video-page .container {
        margin-inline: 20px !important;
    }

    section.main-single-section .container,
    section.new-blog-slider .container,
    section.shidos-breadcrumb .container {
        margin-inline: 20px !important;
    }

    .main-section .left input {
        max-width: 110px;
    }

    .clean-container,
    .container-shi-archive {
        /* margin-inline: 10px !important; */
    }

    header .right-header-sec form {
        /* width: 50vw; */
        margin-inline: auto;
        /* transform: translateX(-50%); */
        left: 40%;
    }
}

.left-down-header {
    display: none;
}

.mega-menu {
    display: flex;
    gap: 5px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.down-header .right-down-header {
    display: none;
}
}







.story-viewer .head {

    background: var(--border-color);

    /* backdrop-filter: blur(21px); */

    opacity: 0.8;

    border-radius: 0 0 12px 12px;

    color: white !important;

}

#zuck-modal-content .story-viewer .head {


    text-shadow: none !important;

}

.story-viewer .head {

    color: black;

}

.story-viewer .head .info span.time {

    display: none !important;

}

#zuck-modal-content .story-viewer .slides .item>.media {

    height: unset !important;

    position: absolute;
    -webkit-transform: unset;

    transform: unset;

    margin: auto;
    margin: auto;

    max-width: 30%;
}

#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link,
#zuck-modal-content .story-viewer.loading .head .loading,
#zuck-modal-content .story-viewer.muted .tip.muted {
    display: flex !important;
    align-items: center;
}


header .right-header-sec form input::placeholder,
.search-mobile-popup input#keyword::placeholder {

    font-family: 'AnjomanwebGX' !important;

}


i {

    font-size: 1.15em;

    vertical-align: super;

    line-height: 100%;
    display: flex;

}


.woocommerce-account .woocommerce-MyAccount-navigation {

    width: 100%;

    padding: 10px 0 0 0;

}

.namad-ct {

    display: flex;

    gap: 10px;

}

.shidos-menu.menu-namads .namad-ct a img {

    width: 80px;

    display: block;

    aspect-ratio: unset;

    height: auto;

}

div.image span[aria-hidden="true"] {

    display: none !important;

}

*::selection,
:-moz-selection {

    background: var(--main-color) !important;

}


#tab-description,
#tab-reviews,
#tab-related-product,
#tab-additional_information {
    padding: 1.2em;
    padding-top: 1em;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    display: flex;
}

.main-section .container .middle {

    /*     border:  solid 1px var(--light);
     */
    display: flex;

    justify-content: space-between;

    flex-direction: column;

    padding: 0px;

}


@media screen and (max-width: 992px) {

    section.main-single-section .container,
    section.new-blog-slider .container,
    section.shidos-breadcrumb .container {

        margin-inline: 10px !important;

    }

}



@media screen and (max-width: 576px) {

    section.new-blog-slider .container {
        margin-inline: 20px;
    }

    .shidos-product-category .top-cat .top-cat-filter {

        display: flex;

        justify-content: right;

        gap: 10px;

        align-items: center;

    }




    .main-section .flex-viewport {

        border: none;

        border-radius: 15px !important;

    }

}

.left-header-sec>a,
.left-header-sec>button {

    width: 50px;

    height: 50px;

    display: flex;

    padding: 10px;

}

.main-header .left-header-sec a.favotate i {

    font-size: 20px;

    line-height: normal;

    display: flex;

}

.user-logged-in-drop-down {
    top: 50px;
    z-index: 999;
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 3px 10px 0 #2727270f;
    width: 190px;
    /* right: 50px; */
    right: 50%;
    transform: translate(50%, 0px);
}


.shidos-myaccount ul li a::before {

    font-size: 20px !important;

}

.woocommerce-account .woocommerce-MyAccount-navigation {

    width: 100%;

    padding: 10px 0 0 0;

    flex: 1;

    border-radius: 12px;

}


.down-header .right-down-header ul#fl-menu li a {

    display: flex;

    gap: 5px;

}

.main-header .left-header-sec>.p-add-to-card .xoo-wsc-sc-cont,
.main-header .left-header-sec .login-register {

    padding: unset;

    border-radius: 15px;

    width: max-content !important;

    display: flex;

    gap: 5px;

    padding-inline: 15px;
    opacity: 1;

}

.ins-toggle-btn {

    position: fixed;

    height: 80px;

    width: 80px;

    background-color: var(--ins_toggle_bg);

    color: var(--ins_toggle_icon);

    border-radius: 50%;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 6px solid var(--ins_toggle_border);

    box-shadow: inset 0px 0px 4px rgba(109, 38, 0, 0.15);

    transition: 0150ms;

    -webkit-transition: 0150ms;

    -moz-transition: 0150ms;

    -ms-transition: 0150ms;

    -o-transition: 0150ms;

    cursor: pointer;

    box-shadow: none;

}

.overlay-search {
    backdrop-filter: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 88%);
    z-index: 99;
    visibility: hidden;
    backdrop-filter: blur(5px);
}

.product-pro-new2 article.off-product {

    border: none;

}



@media screen and (max-width: 768px) {

    body.page nav.breadcrumbs,
    body.single nav.breadcrumbs {
        margin-inline: 0 !important;
    }

    .shidos-blog-cat {
        margin-top: 40px;
    }

    #zuck-modal-content .story-viewer .slides .item>.media {
        max-width: 80%;
    }

    .main-header .container {

        justify-content: space-between !important;

    }



    .main-header form.relative,
    .main-header .login-register {

        display: none !important;

    }

    .user-logged-in-drop-down {
        right: -140%;
    }




}

header .right-header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 90%;
}


@media screen and (min-width: 768px) {



    .down-header .list-menu {
        align-items: center;
        display: flex;
        height: 40px;
        height: 100%;
    }

    header .down-header {
        background: #000000d6;

    }

    .down-header .right-down-header {
        display: flex;
        justify-content: start;
        gap: 30px;
        flex-wrap: wrap;
        color: white;
        align-items: center;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 55px;
        padding: 0;
    }

    .main-single-section .container .left {
        max-width: 30%;
    }


    .search-mobile-popup .content-ajax-search {
        padding-inline: 50px;
    }

    .woocommerce-checkout span.select2 {
        display: flex;
    }

    form.checkout.woocommerce-checkout {
        display: grid !important;
        grid-template-columns: 2fr 1fr;
        justify-content: space-between;
        width: 100%;
        gap: 2em;
    }


    body.single-product .right .count-down-single {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: unset;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--main-color);
        color: white;
        border-radius: 0px 0px 12px 12px;
    }

    body.single-product .right .countdown-timer {
        color: white;
    }



    .main-section .container .right {
        flex-direction: column;
    }

    li.menu-item-has-children::after {
        font-family: icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\f131";
        transition: all 0.315;
        color: #bdbdbd;
    }

    li.menu-item-has-children:hover::after {
        content: "\f143";
    }

    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
        justify-content: center;
        display: flex;
        flex-direction: row !important;
        gap: 10px;
    }

    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }


    .single_add_to_cart_button.button.alt {
        margin-inline: auto !important;
        width: 100% !important;
        text-wrap: nowrap;
    }

    .woo-variation-swatches.wvs-show-label .variations td,
    .woo-variation-swatches.wvs-show-label .variations th {
        justify-content: center !important;
    }

    .login-register-box {
        grid-template-columns: 1fr;
    }

    .login-register-box form input {
        max-width: unset;
    }

    .top-cat-filter .floadtnig-filter i {
        display: none;
    }

}

.attachment-product.size-product.wp-post-image {

    border-radius: 12px;

    height: auto;

    aspect-ratio: 1;

    width: 100%;

    max-width: 120px;

}

.scroller .scroller__inner.tag-list img {

    width: 88px;

    height: 88px !important;

    display: flex !important;

}




.off-product .shi-archive-swatches span.tooltiptext i {
    border-radius: 50%;
    background: var(--light);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
    display: block;
    height: 100%;
    width: 100%;
    contain: unset;
}

.left .card .product-brand {
    display: flex;
    justify-content: space-between;
}


button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    opacity: 0.5;
    cursor: not-allowed;
}



/* Change border color of checkout fields on focus */
.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    /* Remove default focus outline */
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: unset;
    background: var(--main-color);
}


span.infinite_horizontal_loop:hover {
    background: var(--main-color);
}

.product-box-inner span {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: left;
}

.shidos-review-flex .shidos-review-list span.shidos-review-stars {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}


#datafetch .search-pr,
#datafetch .search-po {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background: var(--light);
    width: 20px;
    display: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    border-radius: 0 7px 7px 0;
}

#datafetch span.search-item-price,
#datafetch .is-not-in-stock {
    text-align: right;
    display: inherit;
    width: 100% !important;
    color: var(--main-color);
}


div#chart {
    position: fixed;
    top: 10%;
    z-index: 9999;
    background: white;
    transform: translate(50%, 50%);
    bottom: 50%;
    right: 50%;
    max-width: 90vw;
    width: 430px;
    margin: auto;
    border-radius: 12px;
    margin-inline: auto !important;
    display: flex;
    justify-content: center;
}

.chart-container .apexcharts-text tspan {
    font-family: "YekanBakh-VF";
    font-size: larger;
}


body.theme-Shidos-v500.woocommerce-account.woocommerce-page p.woocommerce-LostPassword.lost_password {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

mark {
    background: var(--main-color);
    color: white;
    padding: 3px;
    border-radius: 3px;
}

.woocommerce-order-details th {
    text-align: right;
}


body.rtl .woosw-list .woosw-copy .woosw-copy-url {
    flex: 1;
}

body.single-post .main-single-section .container {
    margin-inline: 0 !important;
    border: none;
}

.floating-mobile-footer .wn_popup_toggler {
    background-color: unset;
}


.woosw-added .icon-heart {
    color: white;
}

.shidos-to-header {
    background-color: var(--main-color) !important;
}

.shidos-product-brands .brand-item a.type-2 {
    cursor: pointer;
    transition: var(--wn-transition);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 19px 50px -31px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border: solid 1px #F0F0F0;
    border-radius: 25px;
}

body.single-product h1.product_title.entry-title {
    padding: 10px 0;
}


body.single-product .notiny-container.notiny-container-fluid-top div {
    border-radius: var(--shi-border-radius);
}

.xoo-wsc-container .xoo-wsc-header {
    color: var(--text);
    background-color: #f9f9f9;
    border-top-left-radius: var(--shi-border-radius);
}

.xoo-wsc-cart-active .xoo-wsc-container,
.xoo-wsc-slider-active .xoo-wsc-slider {
    right: 0;
    border-radius: var(--shi-border-radius);
}

.xoo-wsc-footer {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    box-shadow: 0 -1px 10px #0000001a;
    border-bottom-left-radius: var(--shi-border-radius);
}

.xoo-wsc-footer {
    box-shadow: unset;
}

.mega-menu-items ul.right-menu>li>a {
    border-radius: var(--shi-border-radius);
    color: var(--text);
    display: flex;
    justify-content: start;
    gap: 10px;
    display: flex;
}

.main-shidos-simple-product.cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    border-bottom: solid 1px var(--light);
}

body.woocommerce-cart section.hero-product.cart-custom {
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    flex-grow: 1;
    width: 100%;
    height: fit-content;
}


.swiper-button-prev,
.swiper-button-next {
    background: white !important;
    box-shadow: 0 10px 50px 0 #00000026;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: var(--main-color);
}

.main-shidos-simple-product-cross-sale__product .swiper-button-next.slider-2527-next::after,
.main-shidos-simple-product-cross-sale__product .swiper-button-prev.slider-2527-prev::after {
    content: " ";
}


.shidos-blog-type-2 .post_thumbnail {
    position: relative;
    width: 140px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    height: 140px;
}

.shidos-blog-type-2 .post_thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: var(--shi-border-radius);
}

section.shidos-blog-type-2 {
    background: var(--main-color);
    padding: 10px;
    border-radius: var(--shi-border-radius);
    color: white;
}

.shidos-blog-type-2 .title-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border: solid 1px white;
    border-radius: var(--shi-border-radius);
    padding: 3px;
}

.shidos-blog-type-2 article.post-content a {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

section.new-blog-slider .blogs img:hover {
    transform: unset;
}


section.shidos-blog-type-2 img:hover {
    transform: unset;
}




.new-main-slider__wrapper .swiper-pagination {
    background: #00000047;
    width: fit-content !important;
    margin: 15px 25px;
    border-radius: 1em;
}

/* حذف فلش‌ها در Chrome، Safari، Edge، و Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* حذف فلش‌ها در Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.xoo-wsc-header .xoo-wsch-top.flex {
    justify-content: space-between;
}

.main-shidos-simple-product-cross-sale__product .swiper-button-prev:after,
.main-shidos-simple-product-cross-sale__product .swiper-rtl .swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
    content: " ";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: " ";
}

.mid-middle-app-section {
    display: flex;
    background: var(--main-color);
    justify-content: space-between;
    align-items: center;
    border-radius: var(--shi-border-radius);
    padding: 15px;
    color: white;
    position: relative;
}

.mid-middle-app-section span.app-section-title {
    font-size: 1.1em;
}

.mid-middle-app-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.2;
    top: -70px;
    right: -80px;
    pointer-events: none;
    z-index: 0;
    transform: translateZ(0);
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist>a {
    flex-direction: row !important;
    display: flex !important;
    align-items: center;
}

section.product-pro-new3 .info-product span.pr-3-cat {
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--light);
    padding: 4px 6px;
    border-radius: 0px var(--shi-border-radius) var(--shi-border-radius) 0px;
}

.attachment-product.size-product.wp-post-image {
    max-width: 140px !important;
}

.product-pro-new3 .product-box-inner span {
    display: flex;
}

footer .floating-contact-us .flo-btn i:hover,
footer .floating-contact-us .flo-btn:hover i {
    color: white;
}

article.off-product-type-4 {
    border-radius: var(--shi-border-radius);
    padding: 12px;
    min-height: 320px;
    height: max-content;
    z-index: -2;
    overflow: hidden;
}



article.off-product-type-4 span.product-label {
    justify-self: right;
    /* display: flex; */
    justify-content: right;
    position: absolute;
    right: 1em;
    top: 1em;
    background: var(--main-color);
    color: white;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 13px;
    z-index: 99;
}

article.off-product-type-4 .index-prices .price_onsale {
    display: flex;
    align-items: baseline;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
    gap: 4px;
}

article.off-product-type-4 .index-prices span.index-discount-pro {
    background: var(--main-color);
    padding: 4px 6px;
    color: white;
    border-radius: var(--shi-border-radius);
    display: flex;
}

article.off-product-type-4 .hover-parent:hover {
    bottom: 10px !important;
    transition: all 0.345s;
}


article.off-product-type-4 .info-product {
    display: block;
}


article.off-product-type-4:hover .thumb-pro img {
    top: 0px;
    transition: all 0.345s;
}

article.off-product-type-4 a.quick_add2cart-type-4.button {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--main-color);
    width: 100%;
    margin-inline: auto;
    color: white;
    border-radius: 6px;
    padding: 5px;
}

article.off-product-type-4 a.quick_add2cart-type-4.button i.icon-bag-happy {
    color: white !important;
}

article.off-product-type-4 .regular-price span.woocommerce-Price-amount.amount bdi,
article.off-product-type-4 .regular-price bdi {
    text-decoration: line-through;
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 3px;
    color: gray;
    font-weight: 200 !important;
}


article.off-product-type-4 span.max-price>span.price {
    font-weight: 700 !important;
    color: var(--main-color);
    font-size: 1.3em;
}

article.off-product-type-4 span.max-price {
    color: var(--main-color);
    font-weight: 700 !important;

}

article.off-product-type-4 .regular-price span.woocommerce-Price-currencySymbol {
    display: none;
}

article.off-product-type-4 .sale-price span.woocommerce-Price-amount.amount bdi {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 3px;
    font-size: 1.3em;
}

article.off-product-type-4 .hover-effect {
    padding: 12px;
}




article.off-product-type-4 .index-prices {
    margin-bottom: 20px;
}

article.off-product-type-4 .hover-parent {
    position: absolute;
    bottom: 0;
    bottom: -55px;
    right: 0;
    left: 0;
    border-top: solid 1px var(--shi-border-color);
    background: white;
    border-radius: var(--shi-border-radius);
    z-index: -1;
    transition: all 0.445s;

}

article.off-product-type-4 span.sale-price {
    display: flex;
    justify-content: left;
    justify-content: space-between;
}

article.off-product-type-4 .thumb-pro img {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0px;
    z-index: -2;
    margin-inline: auto;
}

article.off-product-type-4 .off-product-type-4:hover .hover-parent {
    transition: all 0.215s;
    bottom: 0;
}


article.off-product-type-4 button.woosw-btn.woosw-added i {
    color: var(--main-color);
}

article.off-product-type-4 button.woosw-btn {
    border: none;
    background: none;
}


.widget.relative ul li a {
    text-wrap: wrap;
}

body.page .main-single-section .container .blog,
body.single .breadcrumbs,
body.page .breadcrumbs,
body.single h1,
body.page h1 {
    border: solid 1px var(--light);
    border-radius: var(--shi-border-radius);
    padding: 15px;
}

body.single h1,
body.page h1 {
    margin-bottom: 15px;
}

body.page .main-single-section .container .blog {
    display: flex;
    flex-direction: column;
    border-radius: var(--shi-border-radius);
    gap: 10px
}

footer .mid-middle-app-section .app-images {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

footer .mid-middle-app-section .app-images a {
    display: flex;
}


footer .mid-middle-app-section .app-images a img {
    border-radius: var(--border-radius);
}

.shidos-discount-card {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(20, 20, 20, 0.06);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: transform .2s ease;
}

.shidos-discount-card__center-box {
    margin-top: 10px;
    padding: 10px;
    border: 2px dashed #000000db;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0000004a;
    width: 80%;
}

.shidos-discount-card--link:hover {
    transform: translateY(-4px);
}

.shidos-discount-card__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    position: relative;
}

.shidos-discount-card__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.shidos-discount-card__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shidos-discount-card__icon {
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shidos-discount-card__status {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 500;
    height: 32px;
}

.shidos-discount-card__icon i,
.shidos-discount-card__icon svg {
    color: #fff;
    fill: #fff;
}



.shidos-status--active {
    background: #e6fef3;
    color: #11694d;
}

.shidos-status--coming {
    background: #fff4e6;
    color: #b76a00;
}

.shidos-status--expired {
    background: #f7eaef;
    color: #8a2840;
}

.shidos-discount-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 8px 0;
}

/* --- NEW: مرکز کارت باکس تخفیف --- */
.shidos-discount-card__center-box {
    position: relative;
    background: #0000003b;
    color: #fff;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform .2s ease;
    border: dashed 2px #000000db;
}

.shidos-discount-card__center-box:hover {
    transform: scale(1.05);
}

.shidos-discount-card__percent {
    width: 100%;
    height: 60px;
    position: absolute;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    left: -55px;
    bottom: -55px;
    right: 0px;
}

.shidos-discount-card__percent span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

div.wn_overlay {
    z-index: 95 !important;
}


.main-section .middle .eng {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}

.copy-code-btn {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: background .2s ease;
}

.wpforms-submit-container>button {
    border: none;
    background: var(--main-color);
    color: white;
    height: 46px;
    border-radius: var(--shi-border-radius);
    width: 120px;
}

.viwcpf_wrap_filter-content .viwcpf_filter-title {
    font-weight: 600;
    background: #00000008;
    padding: 8px 10px;
    border-radius: 6px;
    width: 100%;
    display: block;
}

span.irs-to,
span.irs-from {
    display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.checkout-review-order.one-column {
    border: 1px solid #eee;
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 10px;
}

.review-products .review-item {
    padding: .6rem 0;
}

.woocommerce-checkout .review-item .item-title {
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    font-size: 0.876em;
}

.review-item .item-subtotal {
    color: #666;
    font-size: 0.9rem;
    text-align: right;
}


.review-totals .label {
    font-weight: 600;
}

.review-totals .value {
    float: right;
}

.review-totals div {
    margin-bottom: .5rem;
}


body.woocommerce-cart .cart-collaterals {
    min-width: 25%;
}

body.single .widget.relative ul li a:before {
    content: "•";
    margin-left: 6px;
    color: #555;
    font-size: 18px;
}


.single-product .left .price ins span bdi {
    text-decoration: none;
    font-size: 1.2em !important;
}


body.single .widget.relative ul li a span {
    text-wrap: wrap;
}

.woocommerce-checkout input#billing_email,
.woocommerce-checkout input#billing_phone {
    text-align: left;
    padding-left: 5px;
}

.woocommerce-checkout .section-title {
    margin-bottom: 20px;
}