@import "/public/__Global/Styles/global.css";

/*root*/
:root {
    --color-bg: #fafafa;
    --color-bg-50: #FEFEFE;
    --color-bg-100: #FDFDFD;
    --color-bg-200: #FCFCFC;
    --color-bg-300: #FBFBFB;
    --color-bg-400: #FAFAFA;
    --color-bg-500: #F9F9F9;
    --color-bg-600: #F9F9F9;
    --color-bg-700: #F8F8F8;
    --color-bg-800: #F7F7F7;
    --color-bg-900: #F6F6F6;
    --color-primary: #4C4C4C;
    --color-primary-50: #DBDBDB;
    --color-primary-100: #B7B7B7;
    --color-primary-200: #939393;
    --color-primary-300: #6F6F6F;
    --color-primary-400: #5D5D5D;
    --color-primary-500: #3A3A3A;
    --color-primary-600: #282828;
    --color-primary-700: #040404;
    --color-primary-800: #000000;
    --color-primary-900: #000000;
    --color-accent: #51bc38;
    --color-accent-50: #DCF1D7;
    --color-accent-100: #B9E4AF;
    --color-accent-200: #96D687;
    --color-accent-300: #73C95F;
    --color-accent-400: #62C24B;
    --color-accent-500: #3FB524;
    --color-accent-600: #2EAE10;
    --color-accent-700: #0BA100;
    --color-accent-800: #009300;
    --color-accent-900: #008600;
    --font-family: "iran";

    /*--base-color: #F39C12;*/
    --base-color: #019724;
    --back-color: #F2F2F2;
    --box-color: #2C3E50;
    --div-color: #ededed;

    --pop-color: #1f96fc;
    --bilt-color: #21aef1;
    --boarder-color: #033541;
    --select-color: #ffdd00;
    --hover-color: #ffa200;

    --green-color: #3cb878;
    --snow-color: #f8f8f8;
    --red-color: #cd0303;
    --yellow-color: #ffcc00;
    --gold-color: gold;

    --bg: #f2f2f2;
    --surface: rgb(231 231 231 / 82%);
    --border: #dcdcdc;
    --shadow: #c7c7c7;
    --text: #444;
    --accent: #ff8c3a;

    --thumb-size: 80px;
    --gap: 10px;
    --transition-speed: 0.3s;
}

::-webkit-scrollbar-thumb {
    background: var(--box-color) !important;
}

/* pages */
html, body {
    position: relative;
    direction: ltr;
    display: block;
    clear: both;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
    background: #fafafa;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

i svg, i img {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    cursor: pointer;
    position: relative;
}


web {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    z-index: 0;
    clear: both;
    background: #fafafa;
}

web section {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

header.desktop {
    position: relative;
    margin: 0px auto 50px auto;
    display: block;
    clear: both;
    width: calc(100% - 6%);
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    direction: rtl;
    padding: 3%;
    z-index: 100;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.desktop .line_bar span.btn1 {
    position: relative;
    margin: 15px 25px 15px 5px;
    padding: 15px 45px 15px 50px;
    border: 1px solid #c6c7c8;
    color: #212529;
    display: inline-block;
    font-size: 13px;
    font-family: var(--font-family, 'sans');
    border-radius: 12px;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.desktop .line_bar span.btn1:hover {
    border: 1px solid #161616;
}

header.desktop img.head_immg {
    position: absolute;
    margin: auto;
    display: block;
    left: 10%;
    top: 0;
    bottom: 0;
    height: 90%;
    width: auto;
}

header.desktop .line_bar span.btn1 i {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 15px;
}

header.desktop .line_bar span.btn1 contbask {
    position: absolute;
    margin: auto;
    padding: 5px;
    font-size: 8px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background: #e8e8e8;
    top: 0;
    bottom: 0;
    left: 10px;
    font-family: var(--font-family, 'sans');
}

header.desktop .line_bar span.btn2 {
    position: relative;
    margin: 15px 5px 15px 20px;
    padding: 15px 45px 15px 50px;
    border: 1px solid #c6c7c8;
    color: #f8f8f8;
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-family, 'sans');
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    border-radius: 12px;
    overflow: unset !important;
    z-index: 11;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.desktop .line_bar span.btn2:hover {
    background: var(--color-accent-400);
}

header.desktop .line_bar span.btn2 i {
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    right: 10px;
}

header.desktop .line_bar {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    margin: 5px auto;
}

header.desktop .line_bar span.search_box {
    position: relative;
    margin: 15px 5px 15px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-family, 'sans');
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 30%;
}

header.desktop .line_bar span.search_box input {
    position: relative;
    width: calc(100% - 74px);
    height: calc(100% - 24px);
    border-radius: 12px;
    background-color: #f0f0f1;
    border: none;
    padding: 14px 64px 14px 10px;
    font-weight: 400;
    color: #212529;
    font-family: var(--font-family, 'sans');
    font-size: 14px;
}

header.desktop .line_bar span.search_box input::placeholder {
    color: #5c5e60;
}

header.desktop .line_bar span.search_box i {
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    right: 20px;
}

header.desktop .line_bar h1.list {
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    direction: rtl;
    font-size: 15px;
    padding: 5px;
    font-family: var(--font-family, 'sans');
    font-weight: 500;
    right: 15px;
    text-decoration: none;
    cursor: pointer;
}


header.desktop .line_bar h1.list::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: rgba(30, 30, 30, 0.68);
    transition: width 0.3s ease;
}

header.desktop .line_bar h1.list:hover::after {
    width: 100%;
}

header.desktop .line_bar span.btn2 i:nth-of-type(2) {
    right: unset;
    left: 10px;
    cursor: pointer;
}

header.desktop .minimal_menu {
    position: absolute;
    margin: auto;
    display: none;
    width: 200px;
    max-width: 90vW;
    height: auto;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    left: -100px;
    top: 70px;
    z-index: 10;
    border: 1px solid #c6c7c8;
    animation: floatText 12s ease-in-out infinite;
    transform: rotateX(0deg) rotateY(0deg);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.desktop .minimal_menu li {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    padding: 10px;
    cursor: pointer;
    font-family: var(--font-family, 'sans');
    font-size: 14px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.desktop .minimal_menu li:hover {
    color: #181818;
    font-family: var(--font-family);
    font-weight: 900;
}

header.mobile {
    grid-template-columns: 20% 20% 20% 20% 20%;
    direction: rtl;
    clear: both;
    margin: auto;
    position: fixed;
    width: auto;
    bottom: 0;
    right: 0;
    left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    z-index: 100;
    padding: 15px 0px;
    height: 85px;
}

header.mobile {
    display: none;
    opacity: 0;
}

header.mobile .line_bar {
    position: relative;
    display: block;
    margin: 10px;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    font-size: 12px;
    font-family: var(--font-family, 'sans');
    width: calc(100% - 20px);
    cursor: pointer;
    height: calc(100% - 20px);
}

header.mobile .line_bar contbask {
    position: absolute;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    padding: 5px;
    background: var(--base-color);
    color: #f8f8f8;
    border-radius: 50%;
    top: -10%;
    left: 0px;
    right: 15%;
    opacity: 0.7;
    overflow: hidden;
    cursor: pointer;
}

header.mobile .line_bar i {
    width: 25px;
    height: 25px;
    top: 2px;
    right: 0px;
    left: 0px;
    cursor: pointer;
}

header.mobile .line_bar i svg path, header.mobile .line_bar i svg circle {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.mobile .line_bar.active {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #89c67b !important;
}

header.mobile .line_bar.active i svg path, header.mobile .line_bar.active i svg circle {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    stroke: #3fb524 !important;
    fill: #89c67b !important;
}

@keyframes floatText {
    0% {
        transform: translateY(0) rotateY(0deg);
    }
    25% {
        transform: translateY(-8px) rotateY(5deg);
    }
    50% {
        transform: translateY(0) rotateY(0deg);
    }
    75% {
        transform: translateY(8px) rotateY(-5deg);
    }
    100% {
        transform: translateY(0) rotateY(0deg);
    }
}

footer {
    background: var(--color-bg, #fafafa);
    color: #212529;
    border-top: 1px solid #E5E5E5;
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    z-index: 50;
}

footer .foot_line {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
    margin: auto;
    direction: rtl;
}

footer .foot_line h1 {
    position: relative;
    display: inline-block;
    margin: 10px 15px;
    padding: 15px 5px;
    font-family: var(--font-family, 'sans');
    font-size: 12px;
    cursor: pointer;
    color: #181818;
}

footer .foot_line h1:hover {
    font-family: var(--font-family);
    font-weight: 900;
}

footer .lin_f {
    display: flex;
    text-align: right;
    justify-content: right;
    position: relative;
    margin: 20px auto 10px auto;
    direction: rtl;
    width: 90%;
}

footer .lin_f span {
    position: relative;
    display: inline-block;
    margin: 10px 15px;
    padding: 5px 20px 5px 5px;
    font-family: var(--font-family, 'sans');
    font-size: 12px;
    cursor: pointer;
    color: #848488;
    direction: rtl;
    cursor: pointer;
    opacity: 0.8;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer .lin_f span:hover {
    color: #575760;
    opacity: 1;
}

footer .lin_f span i {
    width: 15px;
    height: 15px;
    right: 0px;
    top: 0;
    bottom: 0;
}

footer .text_bil {
    padding: 10px 15px;
    display: block;
    margin: auto 5% 20px auto;
    position: relative;
    direction: rtl;
    width: 90%;
    font-family: var(--font-family);
    font-size: 14px;
}

.enemad_foot {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    height: 80px;
    bottom: 5%;
    left: 5%;
    cursor: pointer;
}

.enemad_foot img {
    position: relative;
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
    cursor: pointer;
}

slider {
    position: relative;
    display: block;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
}

slider slide {
    display: flex;
    transition: transform 0.5s ease;
    position: relative;
    clear: both;
    margin: auto;
    width: 100%;
    height: 100%;
}

slide img {
    position: relative;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 8px;
    display: inline-block;
    z-index: 10;
}

slider span[rol="left"], slider span[rol="right"] {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    user-select: none;
    border-radius: 50%;
    margin: auto;
    transition: background-color 0.3s ease;
}

slider span[rol="left"] i, slider span[rol="right"] i {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    text-align: center;
    justify-content: center;
    top: 6px;
    cursor: pointer;
}

.slider-dots {
    position: absolute;
    display: block;
    justify-content: center;
    gap: 8px;
    margin: auto;
    width: 90%;
    height: 10px;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
    justify-content: center;
    direction: ltr;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 7px;
}

.slider-dots .dot.active {
    background-color: #333;
}

slider span[rol="left"]:hover,
slider span[rol="right"]:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

slider span[rol="left"] {
    left: 10px;
}

slider span[rol="right"] {
    right: 10px;
}

h1.titr {
    position: relative;
    margin: 30px auto;
    display: block;
    text-align: center;
    font-size: 21px;
}

gride {
    max-width: 85%;
}

.ingrid {
    position: relative;
    display: block;
    margin: 5%;
    width: 95%;
    height: 95%;
    clear: both;
    overflow: hidden;
    border-radius: 15px;
    border: 0 solid #e5e7eb;
    background: #fff;
    box-shadow: 0px 0px 1px #1818188f;
}

.ingrid .picbox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
    z-index: 1;
    border: 0.5px solid #e8e8e8;
    overflow: hidden;
}

.ingrid .picbox img.base {
    position: relative;
    display: block;
    width: 95%;
    border-radius: 15px;
    margin: 2.5%;
    z-index: 0;
    cursor: pointer;
    background: #fff;
}

.ingrid .picbox:hover * {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ingrid .picbox .list_pic {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
    display: grid;
    opacity: 0;
    grid-template-columns: 25% 25% 25% 25%;
    bottom: -100px;
    width: 100%;
    height: 25%;
    overflow: hidden;
    direction: rtl;
    z-index: 5;
    padding-top: 5px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ingrid .picbox:hover .list_pic {
    opacity: 1;
    bottom: 0px;
}

.ingrid .picbox .list_pic img {
    position: relative;
    margin: 10px;
    width: calc(100% - 20px);
    border-radius: 10px;
    height: calc(100% - 20px);
    display: block;
    cursor: pointer;
}

.ingrid .picbox .list_pic span {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    display: block;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
}

.ingrid .picbox basket {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: none;
    opacity: 0;
    background: var(--base-color);
    color: #f8f8f8;
    z-index: 5;
    border-radius: 9px;
    text-align: center;
    padding: 5px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ingrid .picbox:hover basket {
    opacity: 1;
    display: block;
}

.ingrid .picbox basket:hover {
    background: var(--color-accent);
}

.ingrid .picbox basket i, .ingrid .picbox love i {
    width: 13px;
    height: 13px;
    font-size: 13px;
    color: #f6f6f6;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}

.ingrid .picbox love {
    position: absolute;
    width: 30px;
    height: 30px;
    display: none;
    opacity: 0;
    font-size: 30px;
    background: var(--red-color);
    color: #f8f8f8;
    z-index: 5;
    border-radius: 9px;
    text-align: center;
    padding: 5px;
    top: 60px;
    right: 15px;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ingrid .picbox:hover love {
    opacity: 1;
    display: block;
}

.ingrid .picbox love:hover {
    background: #ED2424FF;
}

.ingrid .picbox off {
    position: absolute;
    width: 60px;
    height: 30px;
    display: block;
    font-size: 16px;
    background: var(--base-color);
    color: #f8f8f8;
    z-index: 5;
    border-radius: 0px 12px 12px 0px;
    text-align: center;
    padding: 10px 10px 5px 10px;
    top: 20px;
    left: -2px;
    cursor: pointer;
    direction: rtl;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ingrid h1 {
    position: relative;
    display: block;
    margin: 10px;
    clear: both;
    font-family: 'iran';
    font-size: 14px;
    font-weight: 800;
}

.ingrid h2 {
    position: relative;
    display: block;
    margin: 10px;
    clear: both;
    font-family: 'iran';
    font-size: 13px;
    font-weight: 500;
    direction: rtl;
}

h2.ty1 {
    color: var(--red-color);
}

h2.ty2 {
    color: #959595;
    text-decoration: line-through;
}

gride.redded {
    background: #d22c4e;
    border-radius: 15px;
    margin: 50px auto;
}

gride.redded .ingrid {
    background: #f8f8f8;
}

.ingrid.texty {
    background: transparent !important;
}

.ingrid.texty p {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-size: max(23px, min(3vW, 4vH));
    font-family: 'iran_b';
    color: #f6f6f6;
    width: 100%;
    height: 20%;
    right: 0;
    left: 0;
    top: 0%;
    bottom: 0%;
}

.about_box {
    position: relative;
    margin: 10px auto;
    padding: 2% 5%;
    text-align: justify;
    direction: rtl;
    font-size: 15px;
    background: #fff;
    display: block;
    clear: both;
    line-height: 30px;
    color: #6c6c6c;
    font-family: 'iran';
}

span.btn-in {
    position: relative;
    margin: auto;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: var(--color-accent-500);
    color: #f8f8f8;
    border-radius: 7px;
    font-size: 14px;
}

span.btn-in:hover {
    background: var(--color-accent-200);
    color: #f4f4f4;
}

.right_tolbar {
    position: fixed;
    display: block;
    clear: both;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #87878775;
    width: 100vW;
    height: 100vH;
    opacity: 0;
    z-index: 100;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.right_tolbar object.box_show_link {
    position: absolute;
    margin: auto;
    display: block;
    overflow: hidden;
    width: 0%;
    max-width: 457px;
    background: #fff;
    height: 100%;
    left: 0px;
    opacity: 0.5;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.right_tolbar object.box_show_link .close.icon.fui-cross {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    border-bottom: unset;
    box-shadow: unset;
    color: transparent;
    font-size: 0px;
    width: 40px;
    height: 40px;
    font-weight: 900;
    overflow: hidden;
    text-align: center;
    display: block;
    z-index: 2;
    border-radius: 50%;
}

.right_tolbar object.box_show_link .close.icon.fui-cross:before {
    color: #181818;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-weight: 100;
    font-size: 20px;
    cursor: pointer;
    left: 0;
    right: 0;
}

.right_tolbar object.box_show_link .show_responsive {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.basket_box {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.basket_box .header_box {
    position: relative;
    margin: auto;
    display: block;
    width: 96%;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #68686885;
}

.basket_box .header_box h1 {
    position: relative;
    margin: auto;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'iran_b';
    color: var(--color-primary-700);
}

.basket_box .header_box span {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
    background-color: var(--color-primary, #4C4C4C);
    color: #fff;
    top: 0;
    bottom: 0;
    font-family: 'iran';
    text-align: center;
    font-size: 13px;
    left: 20px;
}

.basket_box .listb_box {
    position: relative;
    margin: auto;
    display: block;
    width: 96%;
    height: calc(100% - 200px);
    overflow: hidden;
    border-bottom: 1px solid #68686885;
    overflow-y: auto;
    direction: rtl;
}

.basket_box .listb_box p {
    position: absolute;
    margin: auto;
    display: block;
    width: 95%;
    padding: 10px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    height: 15px;
}

.basket_box .jame_box {
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    width: 98%;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #68686885;
    direction: rtl;
}

.basket_box .jame_box span {
    position: relative;
    margin: auto;
    display: block;
    padding: 10px;
    text-align: right;
    width: 85%;
    height: auto;
    font-family: 'iran';
    font-size: 14px;
    font-weight: 700;
}

.basket_box .jame_box span:nth-of-type(2) {
    text-align: left;
}

.takmil_box {
    position: relative;
    margin: auto;
    display: block;
    width: 96%;
    height: 80px;
    overflow: hidden;
}

.btn-basket {
    background: var(--color-accent, #4C4C4C);
    color: #fff;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
    padding: 10px 15px;
    display: block;
    max-width: 85%;
    border-radius: 12px;
    margin: 10px auto;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.takmil_box span.btn-basket:hover {
    background: var(--color-accent-400, #5a5a5a);
    color: #fff;
}

.disable {
    background: #e8e8e8 !important;
    color: #B9B9B9 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none !important;
}

.tower_box {
    position: relative;
    display: grid;
    width: 90%;
    grid-template-columns: 20% 80%;
    direction: rtl;
    height: 100%;
    margin: auto;
}

.tower_box .listen_cats {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tower_box .infor_ajax {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


line-bar {
    position: relative;
    margin: 10px auto;
    display: block;
    padding: 10px 15px;
    direction: rtl;
    font-size: 14px;
    font-family: 'iran';
    color: #686868;
    width: 95%;
    max-width: 1280px;
}

line-bar a {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}


.box-controller .fil_tix .switch-box {
    display: flex;
    overflow: hidden;
    cursor: pointer;
    font-family: Vazirmatn, sans-serif;
    direction: rtl;
    position: relative;
    background-color: white;
    color: rgb(51, 51, 51);
    font-weight: bold;
    padding: 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 6px;
    margin: 10px auto;
}

.box-controller .fil_tix .switch-box .option {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    transition: all 0.3s ease;
    font-weight: bold;
}

.box-controller .fil_tix .switch-box .option.active {
    background-color: #4caf50;
    color: white;
    border-radius: 50px;
}

.box-controller .fil_tix .switch-box .option:not(.active) {
    background-color: white;
    color: #686868;
}

.status-label {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.custom-select {
    width: auto;
    position: relative;
    font-family: Vazirmatn, sans-serif;
    direction: rtl;
    user-select: none;
    margin: 10px auto;
}

.custom-select .selected {
    position: relative;
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background-color: white;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    display: block;
}


.custom-select .selected i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    left: 20px;
    color: #686868;
}

.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #686868;
    border-top: none;
    background-color: white;
    z-index: 10;
    color: #686868;
    display: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    max-height: 200px;
    overflow-y: auto;
}

.option {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.custom-select .options .option:hover {
    background-color: #f0f0f0;
}

.custom-select .options .option.active {
    background-color: #4caf50;
    color: white;
}

.box-controller {
    font-size: 14px;
    background: #fafafa;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 30px;
    display: flex;
    border: 1px solid #e5e5e5;
    width: 95%;
    max-width: 1280px;
    direction: rtl;
}

.box-controller .fil_tix {
    position: relative;
    margin: auto;
    padding: 15px;
    width: 90%;
    height: 90%;
    direction: rtl;
}

.ajaxer_cat_box {
    position: relative;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    clear: both;
    max-width: 1280px;
    min-height: 150px;
}


.btn-sub {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    margin: 50px auto;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'sans_b';
    color: #ffffff;
    width: calc(100% - 120px - 5%);
    height: auto;
    border: unset;
    border-radius: 6px;
    background: var(--base-color);
    display: block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px transparent;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.btn-sub.baraks {
    width: calc(100% - 160px - 5%);
    padding: 10px 40px;
    color: var(--base-color);
    border: 1px solid var(--base-color);
    background: rgba(255, 255, 255, 1);
}

#inphone {
    display: none;
    opacity: 0;
}


.page_numshow {
    grid-column: 1 / -1;
    font-size: 14px;
    background: #fafafa;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    border: 1px solid #e5e5e5;
    width: 95%;
    max-width: 1280px;
    direction: ltr;
    justify-content: center;
    text-align: center;
}

.page_numshow .btn-nextpage, .page_numshow .btn-lastpage {
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 10px 15px;
    width: auto;
    background: #019724;
    color: #f8f8f8;
    font-family: 'iran_b';
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.page_numshow .btn-nextpage.disable, .page_numshow .btn-lastpage.disable {
    background: #606060;
    color: #1e1e1e;
}

.page_numshow .this-page {
    position: relative;
    margin: 10px auto;
    display: block;
    max-width: 150px;
    width: 90%;
    direction: rtl;
    font-size: 18px;
}

.page_numshow .this-page a {
    position: relative;
    margin: auto 5px;
    font-size: 18px;
    font-family: 'iran';
    text-align: center;
}

.page_numshow .this-page b {
    position: relative;
    margin: auto 5px;
    font-size: 18px;
    font-family: 'iran_b';
    text-align: center;
}

.m_head_top {
    display: none;
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}

.m_head_top img.head_img {
    display: none;
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}


div.list_cats {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    font-family: "IRANSans", sans-serif;
}

div.list_cats div.cat {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 3vw;
}

div.list_cats div.cat:last-child {
    border-bottom: none;
}

div.list_cats div.cat h1 {
    font-size: clamp(16px, 2vw, 20px);
    margin: 0;
    color: #333;
    font-weight: 600;
}

div.list_cats div.cat:hover {
    background: #f9f9f9;
}

div.list_cats div.cat div.listen {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    padding: 0 3vw;
}

div.list_cats div.cat div.listen h2 {
    font-size: clamp(14px, 1.8vw, 18px);
    margin: 10px 0;
    color: #555;
    padding: 1vw;
    cursor: pointer;
}

div.list_cats div.cat.active div.listen {
    max-height: 500px;
    opacity: 1;
    padding: 2vw 3vw;
    background: #fafafa;
    border-top: 1px dashed #ddd;
}

.port_grid {
    position: relative;
    margin: 10px auto;
    width: 1280px;
    max-width: 95%;
    display: grid;
    grid-template-columns: 40% 30% 30%;
    justify-content: center;
    direction: rtl;
}


.port_grid .right_line, .port_grid .center_line, .port_grid .left_line {
    position: sticky;
    margin: auto;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.port_grid .center_line {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.left_line .price_bar {
    position: sticky;
    display: block;
    flex: 1;
    margin: 10px;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    padding: 15px;
    background: #fff;
}

.left_line .price_bar h2 {
    position: relative;
    display: block;
    margin: 10px;
    clear: both;
    font-family: 'iran';
    font-size: 13px;
    font-weight: 500;
    direction: rtl;
}

h2.ty1 {
    color: var(--red-color);
}

h2.ty2 {
    color: #959595;
    text-decoration: line-through;
}

.slider-container {
    /*max-width: 400px;*/
    width: 95%;
    position: sticky;
    flex: 1;
    padding: 10px;
    overflow: hidden;
}

.main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    transition: transform var(--transition-speed);
    cursor: zoom-in;
}

.nav-buttons {
    position: absolute;
    top: 35%;
    height: 50px;
    margin: auto;
    width: 100%;
    display: block;
    justify-content: space-between;
    right: 0;
    left: 0;
}

.nav-buttons button {
    position: absolute;
    background: #f8f8f8;
    border: none;
    color: #181818;
    width: 24px;
    height: 24px;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    transition: background var(--transition-speed);
}

.nav-buttons button:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #c8c8c8;
}

.nav-buttons button#prevBtn {
    right: 20px;
    top: 0;
    bottom: 0;
}

.nav-buttons button#nextBtn {
    left: 20px;
    top: 0;
    bottom: 0;
}

.thumbnail-row {
    display: flex;
    overflow-x: auto;
    gap: var(--gap);
    margin-top: 15px;
    padding: 5px 25px 5px 25px;
}

.thumbnail-row::-webkit-scrollbar {
    display: none;
}

.thumbnail {
    flex: 0 0 auto;
    width: var(--thumb-size);
    height: var(--thumb-size);
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity var(--transition-speed), transform var(--transition-speed);
}

.thumbnail.active {
    opacity: 1;
    transform: scale(1);
    border: 2px solid #e8e8e8;
}

.port_grid .center_line h1 {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    font-size: 20px;
    font-family: 'iran_b';
}

.port_grid .center_line .list_size, .port_grid .center_line .list_color {
    position: relative;
    margin: auto;
    display: block;
}

.port_grid .center_line .list_size li {
    position: relative;
    margin: 10px 3px;
    padding: 7px;
    display: inline-block;
    border: 1px solid var(--color-accent-300);
    background: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.port_grid .center_line .list_color li {
    position: relative;
    margin: 10px 3px;
    padding: 7px;
    display: inline-block;
    border: 1px solid #686868;
    background: transparent;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.port_grid .center_line .list_size li.this {
    font-weight: 800;
    border: 1px solid #676767;
}

.port_grid .center_line .list_color li.this {
    border: 1px solid #676767;
}

.port_grid .center_line .list_color li:hover {
    border: 1px solid var(--color-accent-900);
}

.port_grid .center_line .list_size li:hover {
    font-weight: bolder;
    border: 1px solid var(--color-accent-900);
}

.port_grid .center_line h2 {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 5px;
    font-size: 14px;
    font-family: 'iran';
    color: #686868;
}

.port_grid .center_line .document_t {
    position: relative;
    margin: 5px auto;
    text-align: justify;
    font-size: 14px;
    font-family: 'iran';
    color: #181818;
    padding: 5px;
    line-height: 25px;
}

.foot_mob {
    display: none;
}

.foot_mob h2 {
    position: absolute;
    display: block;
    margin: auto;
    clear: both;
    font-family: 'iran';
    font-size: 13px;
    font-weight: 500;
    direction: rtl;
    width: 45%;
    text-align: left;
    padding: 10px;
    top: 10px;
}

.foot_mob h2.ty2 {
    top: 30px;
}

gride.redded .ingrid.texty i {
    width: 90px;
    height: 90px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.about {
    position: relative;
    margin: 1% auto;
    padding: 4%;
    display: block;
    border-radius: 12px;
    color: #686868;
    max-width: 600px;
    border: 2px solid #686868;
}

.about h1 {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 20px;
    font-family: 'stedad_b';
    font-weight: 900;
}

.about h3 {
    position: relative;
    display: block;
    margin: 10px auto;
    font-size: 17px;
    font-family: 'stedad';
    font-weight: 300;
    text-align: justify;
    direction: rtl;
}

.about h2 {
    position: relative;
    display: block;
    margin: 20px 1%;
    font-size: 12px;
    font-family: 'stedad';
    font-weight: 600;
    direction: rtl;
    text-align: right;
    padding: 5px 40px 5px 5px;
}

.about h2 i {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 0;
}


span.lin_text {
    display: block;
    margin: 2% auto;
    clear: both;
    width: calc(90% - 60px);
    max-width: min(1200px, 95vW);
    direction: rtl;
    padding: 10px 55px 10px 5px;
    /*padding: 10px 5px 10px 5px;*/
    font-size: 14px;
    font-family: 'stedad_b';
    color: #333333;
    position: relative;
    font-weight: 600;
    text-align: right;
}

span.lin_text i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    color: #333333;
    /*display: none !important;*/
}

/*span.lin_text i svg, span.lin_text i svg * {*/
/*    fill: #2392f1 !important;*/
/*    stroke: #2392f1 !important;*/
/*}*/


span.lin_text i svg, span.lin_text i img, span.lin_text i image {
    transform: rotateY(180deg);
}


span.lin_text b.asee {
    position: absolute;
    font-size: max(10px, min(2.9vW, 1.6vH));
    color: #2392f1 !important;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: -2.5%;
    cursor: pointer;
    font-weight: 300;
    background: transparent !important;
    font-family: 'stedad' !important;
    padding: 13px 15px 10px 15px;
}

span.lin_text b.asee i {
    top: 5px;
    width: max(13px, min(3.9vW, 1.9vH));
    height: max(13px, min(3.9vW, 1.9vH));
    font-size: max(13px, min(3.9vW, 1.9vH));
    right: 100%;
    bottom: 0;
    left: unset;
    color: var(--base-color);
    cursor: pointer;
}


img.logo_log {
    position: relative;
    margin: 0px auto;
    max-width: 70%;
    max-height: 25%;
    display: block;
    clear: both;
    -webkit-user-drag: none;
}

input {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: unset !important;
}

input[type="text"], input[type="search"], textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

form, .form {
    position: relative;
    margin: 5px auto;
    z-index: 0;
    display: block;
    max-width: 420px;
}

form label, .form label {
    position: relative;
    display: block;
    margin: 8px auto;
    padding: 0px;
    direction: rtl;
}

form label input[type="text"], form label input[type="file"], form label input[type="search"], form label input[type="tel"], form label input[type="email"], form label input[type="password"], .form label input[type="text"], .form label input[type="file"], .form label input[type="search"], .form label input[type="tel"], .form label input[type="email"], .form label input[type="password"], .form label textarea, form label textarea {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 35px 10px 10px;
    font-size: 12px;
    font-family: 'sans';
    text-align: right;
    color: #333333;
    width: calc(100% - 45px - 5%);
    height: auto;
    border-radius: 6px;
    border: 1px solid #9a9a9a3b;
    background: #f5f5f5;
}


.form label textarea, form label textarea {
    resize: vertical;
    max-height: 400px;
    min-height: 100px;
}

.form label textarea::placeholder, form label textarea::placeholder, form label input::placeholder, .form label input::placeholder {
    color: #9A9A9A;
}

pre.inlog {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 11px;
    font-family: 'sans_b';
    text-align: right;
    color: #747474;
    width: calc(100% - 120px - 2%);
    direction: rtl;
}

pre.inlog b {
    color: var(--base-color);
    cursor: pointer;
    font-size: 12px;
    direction: rtl;
}

form label i, .form label i {
    font-size: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    right: calc(0% + 15px);
    color: #383838;
    text-shadow: 0px 0px 1px #383838;
}

form label i.sender, .form label i.sender {
    left: 3%;
    right: unset;
    width: 35px;
    height: 35px;
    transform: rotate(-90deg);
    cursor: pointer;
}

form label i img, .form label i img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

form label input[type="submit"], .form label input[type="submit"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    margin: 30px auto;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'sans_b';
    color: #ffffff;
    width: calc(100% - 50px - 5%);
    height: auto;
    border: unset;
    border-radius: 6px;
    background: var(--base-color);
    display: block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px transparent;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

form label select, .form label select {
    cursor: pointer;
    display: block;
    margin: 7px auto 7px auto;
    border-radius: 6px;
    border: 1px solid #9a9a9a3b;
    background: #f5f5f5;
    direction: ltr;
    padding: 10px 35px 10px 10px;
    font-size: 12px;
    font-family: 'sans';
    text-align: right;
    color: #333333;
    width: calc(100% - 45px - 5%);
}

form label select option, .form label select option {
    border: none;
    padding: 10px 15px 10px 15px;
    font-family: 'stedad';
    font-size: 12px;
    cursor: pointer;
    direction: rtl;
}

form label select optgroup, .form label select optgroup {
    padding: 10px;
    position: relative;
    font-family: 'stedad';
    padding: 10px 15px 10px 15px;
    cursor: none;
    direction: rtl;
}

form svg.icon path, .form svg.icon path {
    fill: #f8f8f8;
    stroke: #d8d8d8;
}

input:-internal-autofill-selected {
    background-color: unset !important;
    background: none !important;
    color: rgb(133, 133, 133) !important;
}

input[type="file"]::before {
    content: attr(placeholder);
    display: inline-block;
    background: -webkit-linear-gradient(top, var(--base-color), var(--hover-color));
    background: linear-gradient(top, var(--base-color), var(--hover-color));
    background: -moz-linear-gradient(top, var(--base-color), var(--hover-color));
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    direction: rtl;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}

input[type="file"]:active::before {
    background-color: #f9f9f9;
    background: linear-gradient(to bottom, #f9f9f9 0%, #e3e3e3 100%);
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.01px;
    width: 0.01px;
    margin: auto;
    padding: 0;
}

input[type="radio"] + span {
    box-shadow: 3px 3px 3px #00000091;
    position: relative;
    display: inline-block;
    text-indent: 0px;
    background: #e7e5e566;
    border: 1px solid #0b0b0b;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer;
    top: 7px;
    margin: 0px 5px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"] + span i {
    display: none !important;
    position: absolute;
    color: var(--gold-color) !important;
    font-size: 0% !important;
    text-align: center;
    z-index: 10;
    top: -20px !important;
    bottom: 0 !important;
    height: 105% !important;
    width: 105% !important;
    right: -15px;
    left: 0 !important;
    margin: 10px auto;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"]:checked + span i {
    display: block !important;
    font-size: 220% !important;
}

input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: #ccc;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    margin: 0px 10px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--pop-color);
    color: #f8f8f8;
    border-radius: 100px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
}

input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}

input[type="checkbox"]:checked + span, span[checked="checked"], span:checked {
    background: #1f5823;
}

input[type="checkbox"]:checked + span:after, span[checked="checked"]:after, span:checked:after {
    left: calc(100% - 28px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}

input[type="file"] {
    direction: rtl;
    text-align: right;
}

textarea {
    direction: rtl;
}

form label div, .form label div {
    direction: rtl;
    margin: 10px 15px;
    display: block;
    font-family: 'iran';
    padding: 5px;
    font-size: 16px;
    color: #f8f8f8;
    text-align: right;
}

form label div span, .form label div span {
    top: 10px !important;
}


form label span, .form label span {
    position: absolute;
    margin: auto;
    display: block;
    font-family: 'stedad';
    font-size: 12px;
    z-index: 10;
    padding: 5px 7px;
    border-radius: 5px;
    top: -30px;
    right: 5%;
    width: 100%;
    max-width: 80%;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

form label span.rol::after, .form label span.rol::after {
    content: '*';
    display: inline-block;
    position: relative;
    color: red;
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: 4px;
    margin: auto 5px;
}

input.roler, textarea.roler {
    border: unset !important;
    background: rgba(245, 245, 245, 1) !important;
    padding: 13px 13px 10px 10px !important;
}

input.roler svg, textarea.roler svg, input.roler i, textarea.roler i {
    display: none !important;
}

form label h1, .form label h1 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 15px;
    font-family: 'stedad_b';
    padding: 15px 5px;
    color: #333333;
    font-weight: 700;
}

form label h2, .form label h2 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 11px;
    font-family: 'stedad';
    padding: 5px 5px;
    color: #333333b3;
}

form label h3, .form label h3 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 13px;
    font-family: 'stedad';
    padding: 10px 5px;
    color: #333333c3;
}


form label .container {
    display: flex;
    gap: 10px;
    direction: ltr;
    margin: auto;
    width: 90%;
}

.container input {
    text-align: center !important;
    font-size: 20px !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    position: relative !important;
    display: block !important;
    margin: auto !important;
    padding: 10px 10px 10px 10px !important;
    font-family: 'per_add' !important;
    color: #383838 !important;
    width: calc(100% - 100px - 15%) !important;
    border-radius: 6px !important;
    border: 1px solid #9A9A9A !important;
    background: #ededed !important;
}


form label h2 a, .form label h2 a {
    position: relative;
    margin: auto 5px;
    display: inline-block;
    font-family: 'stedad_b';
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

.loginbox {
    position: relative;
    margin: 10px auto;
    padding: 5px;
    display: block;
    clear: both;
    max-width: 450px;
    border: 1px solid #686868;
    border-radius: 12px;
}

.towbox_show {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    clear: both;
    margin: auto;
}

.box-search_info {
    font-size: 14px;
    background: #fafafa;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 30px;
    display: block;
    border: 1px solid #e5e5e5;
    width: 95%;
    max-width: 1280px;
    direction: rtl;
}

.injnix_box {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
}

.box-search_info span {
    padding: 5px;
    margin: 10px;
    display: block;
    position: relative;
}

.box-search_info span.search_box {
    position: relative;
    margin: 20px auto;
    display: block;
    font-size: 14px;
    font-family: var(--font-family, 'sans');
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 90%;
}

.box-search_info span.search_box input {
    position: relative;
    width: calc(100% - 74px);
    height: calc(100% - 24px);
    border-radius: 12px;
    background-color: #f0f0f1;
    border: none;
    padding: 14px 64px 14px 10px;
    font-weight: 400;
    color: #212529;
    font-family: var(--font-family, 'sans');
    font-size: 14px;
}

.box-search_info span.search_box input::placeholder {
    color: #5c5e60;
}

.box-search_info span.search_box i {
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    right: 20px;
}


.basket_box ul.bask_list {
    position: relative;
    display: block;
    margin: 5px auto;
    clear: both;
}

.basket_box ul.bask_list li {
    position: relative;
    display: grid;
    grid-template-columns: 25% 40% 35%;
    margin: 10px auto 10px auto;
    border-bottom: 1px solid #6868683d;
}

.basket_box ul.bask_list li span {
    position: relative;
    margin: auto;
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.basket_box ul.bask_list li span img {
    position: relative;
    display: block;
    margin: 2%;
    max-width: 96%;
    max-height: 96%;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 22%);
    border-radius: 10px;
    overflow: hidden;
}

.basket_box ul.bask_list li span h1 {
    position: relative;
    margin: 5px;
    font-size: 13px;
    font-family: 'sans_b';
    color: #181818 !important;
}

.basket_box ul.bask_list li span h3 {
    position: relative;
    margin: 2px 5px;
    font-size: 11px;
    font-family: 'sans' !important;
    padding: 2px !important;
    color: #464646 !important;
}

.basket_box ul.bask_list li span.inf {
    padding: 20% 0px 2% 0px;
}

.basket_box ul.bask_list li span.inf h3:nth-child(1) {
    color: var(--base-color) !important;
    font-size: 11.5px;
    font-family: 'sans_b' !important;
}

.basket_box ul.bask_list li span.inf h3:nth-child(2) {
    color: var(--box-color) !important;
    font-size: 11.5px;
}


h3.box_color_2 {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 3px 3px rgb(20 19 19 / 25%);
    font-size: 12px;
    margin: 10px 5px 30px 5px;
    padding: 10px;
    color: var(--boarder-color);
    text-align: center;
}

h3.box_color_2 b {
    color: var(--base-color);
}


b.color {
    background: transparent;
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
    top: 5px;
}


.list_agance li img {
    width: 36px;
    height: 36px;
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
}

.list_agance li i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 5px;
}

.user_M_dashboard {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 10px 0px;
}

.user_M_dashboard center {
    overflow: hidden;
    position: relative;
    margin: auto;
    background: center center repeat;
    background-size: calc(100px * 3) calc(57.5px * 3);
    z-index: 0;
    box-shadow: 0px 0px 10vW rgb(43 41 41 / 86%) inset;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.user_M_dashboard center img {
    position: relative;
    display: block;
    margin: auto;
    border-radius: 50%;
    max-width: 100%;
    width: 120px;
    height: 120px;
    max-height: 100%;
}

.user_M_dashboard ul.pro_file {
    position: relative;
    margin: 10px 15px;
    padding: 2px;
    display: block;
    z-index: 0;
}

.user_M_dashboard ul.pro_file li {
    position: relative;
    margin: 10px auto;
    padding: 15px 50px 15px 20px;
    font-family: 'sans_b';
    font-size: 15px;
    direction: rtl;
    display: block;
    text-align: right;
    border: 3px solid #f8f8f8;
    border-radius: 12px;
    background: #272727;
    color: #eee;
}

.user_M_dashboard ul.pro_file li i {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px !important;
}

.user_M_dashboard ul.pro_file li svg.icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px;
}

.user_M_dashboard ul.pro_file li span[for] {
    position: absolute !important;
    margin: auto !important;
    font-size: 25px !important;
    top: 0;
    bottom: 0;
    left: 10px !important;
}

.fui-noty {
    background: center center no-repeat;
    background-size: cover;
}


.list_agance {
    position: relative;
    margin: 20px auto;
    display: block;
    clear: both;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    justify-content: center;
    border-radius: 0px;
}

.list_agance li {
    position: relative;
    display: block;
    clear: both;
    margin: 3px auto;
    z-index: auto;
    font-size: 14px;
    font-family: 'sans_b';
    text-align: right;
    padding: 15px 65px 15px 20px;
}

.list_agance li:not(:last-child) {
    border-bottom: 2px solid rgb(189 189 189 / 38%);
}

.menu_agance li:not(:last-child) {
    border-right: 2px solid rgb(189 189 189 / 38%);
}

.menu_agance {
    position: relative;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    clear: both;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    text-align: center;
    justify-content: center;
    border-bottom: 2px solid rgb(189 189 189 / 38%);
    border-radius: 0px;
    direction: rtl;
}

.menu_agance li {
    position: relative;
    display: block;
    clear: both;
    margin: auto;
    padding: 0;
    z-index: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
}

.menu_agance li i, .menu_agance li svg, .menu_agance li img {
    position: relative;
    margin: auto;
    display: block;
    width: 70%;
    height: auto;
    font-size: 25px;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}


.user_info {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    background: #ffffff;
    padding: 50px 10px 20px 10px;
    text-align: center;
    justify-content: center;
    border-bottom: 2px solid rgb(189 189 189 / 38%);
}

.user_info i {
    position: absolute;
    margin: auto;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #585858;
    top: 20px;
    right: 40px;
    cursor: pointer;
    z-index: 5;
}

.user_info h1 {
    position: relative;
    margin: 5px auto;
    font-family: 'kalame_b';
    font-size: 30px;
    display: block;
    color: #2e2e2e;
}

.user_info h3 {
    position: relative;
    margin: 5px auto;
    font-family: 'per_add';
    font-size: 14px;
    font-weight: 900;
    display: block;
    color: #2e2e2e;
}

h3 {
    position: relative;
    font-family: 'sans_b';
    margin: 10px 5px;
    padding: 5px 10px;
    font-size: 14px;
    direction: rtl;
    display: block;
    clear: both;
}

h3.box_color_1 {
    border-radius: 5px;
    background: #d9d9d9;
    box-shadow: 0px 3px 3px rgb(20 19 19 / 25%);
}

.towline {
    position: relative;
    margin: auto;
    display: block;
    max-width: 1000px;
}

.towline .left_line {
    position: relative;
    display: block;
    width: calc(100%);
    margin: auto;
}

.towline .left_line hover {
    position: absolute;
    margin: auto;
    width: 100px;
    height: 100px;
    max-width: 95vW;
    max-height: 95vH;
    top: 10px;
    right: 10px;
    z-index: 150;
    display: none !important;
    opacity: 0;
    border: 0px solid #181818;
    background-color: #f8f8f8de;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(24 24 24 / 55%);
}

.towline .left_line .big_demo:hover > hover, .towline .left_line .big_demo:hover ~ hover, .towline .left_line hover:hover {
    display: block;
    -moz-transition: all 0s ease !important;
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important;
}

.towline .right_line {
    position: relative;
    display: block;
    width: calc(100%);
    margin: auto;
}

.towline h3 {
    display: block;
    position: relative;
    margin: 5px auto;
    font-family: 'sans_b';
    font-size: 18px;
    direction: rtl;
    padding: 10px 10px;
    width: calc(90% - 20px);
}

.towline .right_line span[role="size"], .towline .right_line span[role="colori"] {
    position: relative;
    display: inline-block;
    margin: 10px 7.5px 15px 7.5px;
    padding: 10px 10px;
    font-family: 'per_add';
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    direction: ltr;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 52%);
    border-radius: 12px;
    text-align: center;
    justify-content: center;
    min-width: 35px;
    max-height: 35px;
    line-height: 35px;
}

.towline .right_line span[role="size"].selected, .towline .right_line span[role="colori"].selected {
    border: 2px solid #181818;
}

.towline .right_line span[role="size"] span[role="color"] {
    position: absolute;
    display: block;
    margin: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f8f8f8;
    cursor: pointer;
    bottom: -35px;
    left: 0px;
    right: 0px;
}

.towline .right_line span.selected span[role="color"] {
    border: 1px solid var(--base-color);
}

.towline .right_line input[type="number"] {
    position: relative;
    margin: 10px;
    padding: 10px 15px;
    border: unset;
    background: #f8f8f8;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    display: block;
    width: calc(100% - 50px);
    font-size: 20px;
    font-family: 'per_add';
    font-weight: 900;
}

.towline .right_line h1#pirce {
    border-radius: 5px;
    position: relative;
    margin: 10px;
    padding: 5px 20px;
    text-align: right;
    justify-content: right;
    display: block;
    font-size: 20px;
    font-family: 'per_add';
    font-weight: 900;
    color: #181818;
    background: #f8f8f8;
}

.towline .right_line h1#pirce::before {
    position: absolute;
    display: block;
    font-size: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    content: "قیمت این محصول";
    direction: rtl;
    font-family: 'sans';
    color: var(--base-color);
    margin: auto;
    left: 20px;
}

.towline .left_line img.big_demo {
    position: relative;
    display: block;
    margin: 5% auto;
    width: calc(90%);
    height: auto;
}

.towline .left_line img.small_demo {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: calc(24% - 24px);
    min-height: 15vW;
    height: auto;
    cursor: pointer;
    border-radius: 3px;
    background: url('/storage/app/public/image/shakilid/1645344814index.png') center center no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
    border-radius: 12px;
    border: 2px solid transparent;
}

.towline .p {
    clear: both;
    color: #706b6b;
    position: relative;
    display: block;
    margin: 10px;
    padding: 10px 10px;
    font-family: 'list';
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    border-bottom: 1px solid rgb(0 0 0 / 52%);
}

.show_responsive h3 {
    padding: 10px 20px;
    width: auto;
    color: #181818;
    direction: rtl;
    text-align: justify;
}

.lin_over {
    position: relative;
    display: block;
    margin: auto;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.user_info h3, .menu_agance h3 {
    text-align: center;
}


span.lin_text[role="inline"] {
    text-align: right;
    justify-content: right;
}

span.lin_text[role="inline"] i {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 10px;
}

span.lin_text[role="inline"] b.asee {
    position: absolute;
    font-size: 13px;
    color: #f8f8f8;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    font-weight: 300;
    /* background: #2c3e50 !important; */
    font-family: 'stedad', 'sans' !important;
}

span.lin_text[role="inline"] b.asee i {
    top: 0px;
    width: 13px;
    height: 13px;
    font-size: 13px;
    right: 100%;
    bottom: 0;
    left: unset;
    color: var(--base-color);
    cursor: pointer;
}

.about_text {
    position: relative;
    display: block;
    direction: rtl;
    clear: both;
    text-align: right;
    -webkit-animation-name: start;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

.about_text h1 {
    position: relative;
    display: block;
    margin: 10px;
    font-size: 17px;
    font-family: 'sans_b';
    padding: 3px 25px 3px 5px;
    color: #5e5d5d;
}

.about_text h1 svg, .about_text h1 i {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 17px;
    margin: auto;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.about_text p {
    position: relative;
    display: block;
    margin: 10px;
    font-size: 13px;
    color: #181818;
    font-family: 'sans';
    padding: 3px 5px;
    justify-content: right;
    text-align: justify;
}


.basket_box ul.bask_list {
    position: relative;
    display: block;
    margin: 5px auto;
    clear: both;
}

.basket_box ul.bask_list li {
    position: relative;
    display: grid;
    grid-template-columns: 29% 41% 29%;
    margin: 5px auto 10px auto;
}

.basket_box ul.bask_list li span {
    position: relative;
    margin: auto;
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.basket_box ul.bask_list li span img {
    position: relative;
    display: block;
    margin: 2%;
    max-width: 96%;
    max-height: 96%;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 22%);
    border-radius: 10px;
    overflow: hidden;
}

.basket_box ul.bask_list li span h1 {
    position: relative;
    margin: 5px;
    font-size: 13px;
    font-family: 'sans_b';
    color: #181818 !important;
}

.basket_box ul.bask_list li span h3 {
    position: relative;
    margin: 2px 5px;
    font-size: 11px;
    font-family: 'sans' !important;
    padding: 2px !important;
    color: #464646 !important;
}

.basket_box ul.bask_list li span.inf {
    padding: 20% 0px 2% 0px;
}

.basket_box ul.bask_list li span.inf h3:nth-child(1) {
    color: var(--base-color) !important;
    font-size: 11.5px;
    font-family: 'sans_b' !important;
}

.basket_box ul.bask_list li span.inf h3:nth-child(2) {
    color: var(--box-color) !important;
    font-size: 11.5px;
}


h3.box_color_2 {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 3px 3px rgb(20 19 19 / 25%);
    font-size: 12px;
    margin: 10px 5px 30px 5px;
    padding: 10px;
    color: var(--boarder-color);
}

h3.box_color_2 b {
    color: var(--base-color);
}


.basket_box ul.bask_list li pre {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 13px;
    color: var(--red-color);
}

.basket_box ul.bask_list li pre i {
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: 0;
    right: -1px;
    bottom: 0;
}


table {
    direction: rtl;
    border-spacing: 1px;
    border-collapse: collapse;
    overflow: hidden;
    max-width: 1000px;
    width: 99%;
    min-width: 85%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}

table * {
    position: relative;
}

table tbody {
    border-bottom: var(--base-color) 3px solid;
    box-shadow: 0px 0px 5px #231f1fa1;
}

table td, table th {
    min-width: 30px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    font-family: 'iran';
}

table thead tr {
    padding: 10px;
    border: 2px solid var(--base-color);
    font-size: 14px;
    min-height: 45px;
}

table thead th {
    font-family: 'iran_b';
    font-size: 16px;
}

table tbody td {
    font-family: 'iran';
    font-size: 14px;
}

table tbody tr:nth-of-type(2n) {
    background: #2c3e5026;
}

table tbody tr:nth-child(2n) {
    background: #442c5026;
}

table tbody tr:nth-child(2n) td {
    color: #7d7d7b;
}

table tbody tr {
    min-height: 48px;
    border-bottom: 1px solid var(--base-color);
    background: #0197240a;
}

table tbody tr:last-child {
    border: 0;
}

table td, table th {
    text-align: center;
    border-right: var(--base-color) 1.5px solid;
    border-left: var(--base-color) 1.5px solid;
}


table th {
    color: var(--base-color);
    text-align: center;
}

table td {
    font-family: naz_500;
    color: #b1afaf;
    font-size: 16px;
    direction: rtl;
}

table td img {
    display: table;
    position: relative;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    padding: 5px;
}

table td i.icon {
    position: relative !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #626262;
    cursor: pointer;
    padding: 5px;
    right: unset !important;
    left: unset !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

table td i.icon:hover {
    color: var(--back-color);
}

table tfoot td {
    background: #535758 !important;
    color: #f7f7f7 !important;
}

.linebar_war {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-family: 'kalame_b';
    background: #ffdd82;
}

chatli {
    position: fixed;
    margin: auto;
    padding: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    background: var(--base-color);
    border-radius: 50%;
    display: block;
    bottom: 5%;
    right: 5%;
    z-index: 90;
    text-align: center;
    box-shadow: 2px 2px 2px #1818185e;
    animation: floatText 12s ease-in-out infinite;
    transform: rotateX(0deg) rotateY(0deg);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

chatli i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #f8f8f8 !important;
    text-shadow: 0px 0px 1px #181818;
    top: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}

.minipopup_box {
    position: fixed;
    width: 300px;
    max-width: 100%;
    height: 600px;
    max-height: 100%;
    top: 0;
    right: 0;
    display: block;
    margin: 5px;
    z-index: 100;
    border: 2px solid rgba(44, 62, 80, 0.8);
    border-radius: 15px;
    overflow: hidden;
    background: rgba(44, 62, 80, 0.39);
}

.minipopup_box object.box_show_link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    overflow: hidden;
    border-radius: 15px;
}

.minipopup_box object.box_show_link .close {
    position: relative !important;
    background: transparent;
    display: block;
    margin: 0px auto auto 0px;
    font-size: 17px;
    font-weight: 100;
    padding: 15px 20px;
    border-radius: 3px 3px 0px 0px;
    text-align: left;
    direction: ltr;
    color: var(--red-color);
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    z-index: 520;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.minipopup_box object.box_show_link .close:before {
    cursor: pointer;
}

.minipopup_box object.box_show_link .show_responsive {
    position: relative;
    width: 100%;
    height: calc(100% - 47px);
    margin: auto;
    display: block;
    direction: ltr;
    overflow: auto;
}

.minipopup_box object.box_show_link .show_responsive iframe {
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    width: 100%;
    margin: auto;
    height: 100%;
    z-index: 0;
}


@media (max-width: 1150px) {
    :root {
        --thumb-size: 60px;
    }

    header.desktop {
        display: none;
        opacity: 0;
    }

    header.mobile {
        display: grid;
        opacity: 1;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    footer {
        visibility: hidden;
        margin-bottom: 85px;
    }

    footer * {
        display: none;
        opacity: 0;
    }

    slider {
        margin: 30px auto;
    }

    gride {
        max-width: 95%;
    }

    .tower_box {
        width: 95%;
        grid-template-columns: 100%;
    }

    .tower_box .listen_cats, .box-controller {
        opacity: 0;
        display: none;
    }

    .downe-poper-content .box-controller {
        opacity: 1;
        display: grid;
        grid-template-columns: 100%;
    }

    #inphone {
        display: block;
        opacity: 1;
    }

    .ajaxer_cat_box {
        grid-template-columns: 50% 50%;
    }

    .page_numshow {
        justify-content: center;
        grid-template-columns: 100%;
        text-align: center;
    }


    .m_head_top {
        position: relative;
        display: block;
        margin: auto;
        padding: 10px;
        border-bottom: 1px solid #c6c7c8;
        width: calc(100% - 20px);
        height: 60px;
        text-align: center;
        overflow: hidden;
        opacity: 1;
        z-index: 50;
        top: 0;
        right: 0;
        left: 0;
        background: #f8f8f8;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .m_head_top img.head_img {
        position: relative;
        display: block;
        margin: auto;
        padding: 10px;
        max-height: calc(100% - 20px);
        max-width: 100%;
        width: auto;
        height: auto;
        opacity: 1;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    web {
        margin-top: 10px;
    }

    .port_grid {
        grid-template-columns: 100%;
    }

    .m_head_top i.icon.fui-arrow-right {
        width: 25px;
        height: 25px;
        font-size: 25px;
        top: 0;
        bottom: 0;
        right: 20px;
        color: #686868;
        cursor: pointer;
        display: none;
    }

    .m_head_top .line_bar {
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 30px;
        top: 0;
        bottom: 0;
        left: 40px;
        color: #686868;
        cursor: pointer;
        margin: auto;
        display: none;
    }

    .m_head_top .line_bar contbask {
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        font-size: 8px;
        padding: 2px;
        background: var(--base-color);
        color: #f8f8f8;
        border-radius: 50%;
        top: 50%;
        left: 0px;
        right: -50%;
        opacity: 0.7;
        overflow: hidden;
        cursor: pointer;
    }

    .left_line .price_bar {
        display: none;
    }

    .foot_mob {
        position: fixed;
        display: block;
        margin: auto;
        padding: 10px;
        border-top: 1px solid #c6c7c8;
        width: calc(100% - 20px);
        height: 60px;
        text-align: center;
        overflow: hidden;
        opacity: 1;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 50;
        background: #f8f8f8;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .foot_mob .takmil_box {
        position: absolute;
        width: 40%;
        min-width: 190px;
        right: 10px;
        top: 0;
        bottom: 0;
        height: 60px;
    }

    .ingrid .picbox off {
        width: 30px;
        height: 20px;
        font-size: 12px;
    }

    .about, .loginbox {
        border: 2px solid transparent;
    }

    .ingrid .picbox basket {
        width: 20px;
        height: 20px;
        font-size: 20px;
        border-radius: 50%;
        display: block;
        opacity: 1;
    }

    .ingrid .picbox love {
        width: 20px;
        height: 20px;
        font-size: 20px;
        border-radius: 50%;
    }

    .ingrid .picbox basket i, .ingrid .picbox love i {
        width: 10px;
        height: 10px;
        font-size: 10px;
    }

    chatli {
        bottom: 15%;
        z-index: 105;
    }

    .minipopup_box {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 110;
        margin: auto;
        border: 0px solid transparent;
    }

}
