@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-300px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-300px) rotate(-360deg);
    }
}

@keyframes circle2 {
    0% {
        transform: rotate(100deg) translate(-300px) rotate(-100deg);
    }

    100% {
        transform: rotate(460deg) translate(-300px) rotate(-460deg);
    }
}

@keyframes circle3 {
    0% {
        transform: rotate(200deg) translate(-300px) rotate(-200deg);
    }

    100% {
        transform: rotate(560deg) translate(-300px) rotate(-560deg);
    }
}

@keyframes circle4 {
    0% {
        transform: rotate(300deg) translate(-300px) rotate(-300deg);
    }

    100% {
        transform: rotate(660deg) translate(-300px) rotate(-660deg);
    }
}

@keyframes circle5 {
    0% {
        transform: rotate(0deg) translate(-160px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-160px) rotate(-360deg);
    }
}

@keyframes circle6 {
    0% {
        transform: rotate(100deg) translate(-160px) rotate(-100deg);
    }

    100% {
        transform: rotate(460deg) translate(-160px) rotate(-460deg);
    }
}

@keyframes circle7 {
    0% {
        transform: rotate(200deg) translate(-160px) rotate(-200deg);
    }

    100% {
        transform: rotate(560deg) translate(-160px) rotate(-560deg);
    }
}

@keyframes circleMobile {
    0% {
        transform: rotate(0deg) translate(-148px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-148px) rotate(-360deg);
    }
}

@keyframes circleMobile2 {
    0% {
        transform: rotate(100deg) translate(-148px) rotate(-100deg);
    }

    100% {
        transform: rotate(460deg) translate(-148px) rotate(-460deg);
    }
}

@keyframes circleMobile3 {
    0% {
        transform: rotate(200deg) translate(-148px) rotate(-200deg);
    }

    100% {
        transform: rotate(560deg) translate(-148px) rotate(-560deg);
    }
}

@keyframes circleMobile4 {
    0% {
        transform: rotate(300deg) translate(-148px) rotate(-300deg);
    }

    100% {
        transform: rotate(660deg) translate(-148px) rotate(-660deg);
    }
}

@keyframes circleMobile5 {
    0% {
        transform: rotate(100deg) translate(-80px) rotate(-100deg);
    }

    100% {
        transform: rotate(460deg) translate(-80px) rotate(-460deg);
    }
}

@keyframes circleMobile6 {
    0% {
        transform: rotate(200deg) translate(-80px) rotate(-200deg);
    }

    100% {
        transform: rotate(560deg) translate(-80px) rotate(-560deg);
    }
}

@keyframes circleMobile7 {
    0% {
        transform: rotate(300deg) translate(-80px) rotate(-300deg);
    }

    100% {
        transform: rotate(660deg) translate(-80px) rotate(-660deg);
    }
}

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

    100% {
        opacity: 1;
    }
}

@keyframes bounceInLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(-20px);
        opacity: 0;
    }
}

@font-face {
    font-family: "IRANSansX";
    src: url("../fonts/IRANSansX-Regular.woff") format("woff");
}

@font-face {
    font-family: "IRANSansX-Bold";
    src: url("../fonts/IRANSansX-Bold.woff") format("woff");
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

p {
    line-height: 27px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-family: "IRANSansX-Bold";
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    max-width: 100%;
    border-color: #c0c0c0;
    border-width: 1px;
    margin: 30px auto;
    display: block;
}

input,
select {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IRANSansX-Bold";
}

:focus {
    outline: 0;
}

ul li {
    list-style: none;
}

body {
    direction: rtl;
    font-family: "IRANSansX";
    font-size: 14px;
    background-color: #f8f8f8;
}

body.white-bg {
    background-color: #fff;
}

.mt-cu-pl {
    margin-top: 180px;
}

.links {
    display: block;
    width: auto;
    border-radius: 4px;
    padding: 12px;
    line-height: 25px;
}

.links li {
    display: inline;
    list-style: none;
    margin-left: 7px;
    vertical-align: middle;
}

.links li::after {
    content: url("../images/new.svg");
    display: inline-block;
    margin-right: 7px;
}

.links li:last-child::after {
    display: none;
}

.links li a {
    color: #7f7f7f;
}

.links li a:hover {
    color: #565656;
}

.links li span {
    color: #7f7f7f;
}

.links li:last-child {
    margin: 0;
}

#mlsldiv {
    direction: ltr;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(4, 4, 4, 0.707);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.7rem;
    color: #fff;
    z-index: 10000;
}

#mlsldiv a {
    position: relative;
    top: 4px;
    display: inline-block;
    color: #f83c3c;
    padding-bottom: 8px;
    margin-left: 20px;
    border-bottom: 0.3rem dotted;
}

#mlsldiv a:hover {
    color: #be2a2a;
}

.out-side {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(29, 30, 36, 0.6);
    z-index: 998;
    cursor: pointer;
}

.out-side-plp {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    z-index: 4;
    cursor: pointer;
}

.out-side-up {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(29, 30, 36, 0.6);
    z-index: 1010;
    cursor: pointer;
}

.out-side-support {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(29, 30, 36, 0.6);
    z-index: 1010;
    cursor: pointer;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title h2 {
    font-size: 18px;
}

.title button {
    font-family: "IRANSansX-Bold";
}

.title button svg {
    margin-right: 4px;
}

.support-call {
    position: fixed;
    bottom: 80px;
    left: 25px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    z-index: 990;
    transition: all 0s;
}

.support-call p {
    height: 57.3px;
    font-family: "IRANSansX-Bold";
    color: #092474;
    padding: 0 20px 0 45px;
    transform-origin: left center;
    background-color: #b9d1fe;
    border-radius: 10px 50px 50px 10px;
    margin-left: -34px;
    align-self: stretch;
    display: flex;
    align-items: center;
    transform: scaleX(1);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.support-call p.support {
    transform: scaleX(0);
    width: 0;
    padding: 0;
    overflow: hidden;
}

.support-call .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1765fc;
    color: white;
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 12px;
    text-decoration: none;
    flex-direction: column;
    border: 5px solid #b9d1fe;
    z-index: 5;
    cursor: pointer;
}

.support-call .circle span:not(.info) {
    line-height: 12px;
    font-family: "IRANSansX-Bold";
}

.support-call .circle .info {
    position: absolute;
    top: 32px;
    left: 32px;
    background-color: white;
    color: #1765fc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.support-call .circle:hover + .support {
    transform: scaleX(1) !important;
    width: 160px;
    padding: 0 20px 0 45px;
}

.support-call ul {
    position: absolute;
    left: 0;
}

.support-call ul li {
    position: absolute;
    left: 8px;
    bottom: -24px;
}

.support-call ul li:nth-child(2) {
    transition: all 0.4s;
}

.support-call ul li:nth-child(1) {
    transition: all 0.4s;
    transition-delay: 0.4s;
}

.support-call ul li svg {
    width: 48px;
    height: 48px;
}

.support-call ul li .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 48px;
    height: 48px;
    background: #30b667;
    border-radius: 50%;
}

.support-call ul li .whatsapp svg {
    width: 30px;
    height: auto;
    filter: brightness(0%) invert(1);
}

.support-call ul.active li:nth-child(2) {
    padding-bottom: 65px;
}

.support-call ul.active li:nth-child(1) {
    padding-bottom: 130px;
}

.support-call.active .circle {
    background: #777777;
    border-color: #bbbbbb;
}

.support-call.active .circle svg path {
    fill: #777777;
}

.support-call.active p {
    background: #bbbbbb;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .support-call ul li:nth-child(1) {
        display: none;
    }
}

.splide:not(.splide-components) {
    transition: all 0s !important;
}

.splide:not(.splide-components) .splide__list {
    transition: all 0s !important;
}

.splide-components.splide-components-active {
    transition: all 0s !important;
}

.splide-components.splide-components-active .splide__list {
    transition: all 0s !important;
}

.title-border {
    font-size: 16px;
    color: #092474;
}

.title-border::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    height: 14px;
    border: 2px solid #fd6451;
    margin-left: 5px;
    border-radius: 6px;
}

.category-section {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 105px;
    padding-bottom: 110px;
    z-index: 991;
    overflow-y: auto;
    overflow-x: hidden;
}

.category-section .search-mobile-box {
    position: relative;
    margin-bottom: 20px;
}

.category-section .search-mobile-box svg {
    position: absolute;
    width: 20px;
    left: 14px;
    top: 8px;
}

.category-section .search-mobile-box input {
    width: 100%;
    height: 40px;
    padding: 5px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.category-section .category-items li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-radius: 0px;
}

.category-section .category-items li:last-child {
    border-bottom: none;
}

.category-section .category-items li .all-link {
    display: block;
    color: #707070;
    padding: 0px 15px 15px;
    margin: 8px 0;
    font-size: 15px;
}

.category-section .category-items li .j-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    text-align: right;
    color: #092474;
}

.category-section .category-items li .j-link.blue {
    color: #1765fc;
}

.category-section .category-items li.active-tab {
    background: #f9f9f9;
}

.category-section .category-items li button {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    text-align: right;
}

.category-section .category-items li button svg:nth-of-type(1) {
    margin-left: 4px;
}

.category-section .category-items li button svg:nth-of-type(2) {
    position: absolute;
    top: 19px;
    left: 15px;
}

.category-section .category-items li button span {
    font-size: 15px;
    color: #092474;
}

.category-section .category-items li button.active svg:nth-of-type(2) {
    transform: scaleY(-1);
}

.category-section .category-items li button.active span {
    color: #1765fc;
}

.category-section .category-items li .submenu {
    height: 0;
    overflow: hidden;
    padding: 0 10px;
}

.category-section .category-items li .submenu li {
    padding: 0 15px;
    margin: 8px 0;
}

.category-section .category-items li .submenu li:first-child {
    margin-top: 15px;
}

.category-section .category-items li .submenu li .submenu .all-link {
    display: block;
    color: #707070;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.category-section .category-items li .submenu li .submenu li {
    border: none;
}

.category-section .category-items li .submenu li button {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
}

.category-section .category-items li .submenu li button svg:nth-of-type(1) {
    position: absolute;
    top: 16px;
    left: 1px;
    margin: 0;
}

.category-section .category-items li .submenu li button span {
    font-family: "IRANSansX-Bold";
    font-size: 13px;
    color: #404040;
}

.category-section .category-items li .submenu li button.active svg:nth-of-type(1) {
    transform: scaleY(-1);
}

.category-section .category-items li .submenu li button.active span {
    color: #1765fc;
}

.category-section .category-items li .submenu li li {
    padding: 8px 15px;
}

.category-section .category-items li .submenu li li:first-child {
    margin-top: 8px;
}

.category-section .category-items li .submenu li li a {
    font-size: 13px;
    color: #000000;
}

.alert-show {
    position: absolute;
    left: 0;
    width: 300px;
    max-width: 100%;
    padding: 8px;
    color: #000;
    background: #ffffff;
    border: 8px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.alert-show p {
    display: inline;
    color: #000;
}

.alert-show.success {
    background: #e9f9f1;
}

.alert-show.unsuccess {
    background: #faeaed;
}

.alert-show-container {
    top: 7rem;
    z-index: 10;
    left: 0;
    right: 0;
}

.bounceInLeft {
    animation: bounceInLeft 0.6s ease-in-out;
}

.bounceOutLeft {
    animation: bounceOutLeft 0.6s ease-in-out;
}

.out-side-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.381);
    cursor: pointer;
}

.modal .modal-content {
    border-radius: 4px;
}

.modal .modal-content .modal-header {
    border: none;
}

.modal .modal-content .modal-footer {
    border: none;
}

.modal .box-green {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(48, 182, 104, 0.1);
    padding: 10px 15px;
    margin: 0 0 12px 0;
    border-radius: 4px;
}

.modal .box-green div {
    width: 8%;
}

.modal .box-green div svg {
    margin-top: 3px;
    margin-left: 5px;
}

.modal .box-green p {
    width: 92%;
}

.modal.send-shopping-list .modal-header {
    padding-bottom: 0;
}

.modal.send-shopping-list .form-control {
    background: #e0e0e0;
    border: 1px solid #dddddd !important;
    border-radius: 4px;
    margin: 12px 0 20px;
}

.modal.send-shopping-list .form-control:focus {
    background: #f7f7f7;
    border: 1px solid #0283fe !important;
    border-radius: 4px;
}

.modal.send-shopping-list .files-uploaded {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    flex-wrap: wrap;
}

.modal.send-shopping-list .files-uploaded li {
    position: relative;
    width: calc(25% - 12px);
    height: 104px;
    border: 1px solid #1765fc;
    margin-bottom: 15px;
}

.modal.send-shopping-list .files-uploaded li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal.send-shopping-list .files-uploaded li .delete {
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 2;
}

.modal.send-shopping-list .red label {
    color: #cc304b;
}

.modal.send-shopping-list .red .form-control {
    background: rgba(204, 48, 75, 0.1);
    color: #cc304b;
    border: 1px solid #cc304b !important;
}

.modal.send-shopping-list .show-more-content-box {
    margin: 12px 0;
}

.modal.send-shopping-list .show-more-content-box .show-more-content-btn {
    position: relative;
    width: 100%;
    display: block;
    color: #1765fc;
    border-top: 1px solid #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 20px 15px;
    text-align: right;
}

.modal.send-shopping-list .show-more-content-box .show-more-content-btn svg {
    position: absolute;
    left: 15px;
    top: 25px;
    transform: scaleY(-1);
}

.modal.send-shopping-list .show-more-content-box .show-more-content-btn.active svg {
    transform: scaleY(1);
}

.modal.send-shopping-list .show-more-content-box .content {
    height: 0;
    overflow: hidden;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu {
    position: relative;
    width: 100%;
    display: block;
    background: #e0e0e0;
    border: 1px solid #dddddd !important;
    padding: 0.875rem 0.9rem;
    margin: 12px 0 20px;
    border-radius: 4px;
    text-align: right;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu.active {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu.active svg {
    transform: scaleY(1);
}

.modal.send-shopping-list .show-more-content-box .content .select-cu svg {
    position: absolute;
    left: 0.5rem;
    top: 10px;
    transform: scaleY(-1);
}

.modal.send-shopping-list .show-more-content-box .content .select-cu:hover {
    background: #f7f7f7;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
    visibility: hidden;
    opacity: 0;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box.active {
    visibility: visible;
    opacity: 1;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box li {
    padding: 15px;
    cursor: pointer;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box li.active {
    background: #ededed;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box li.active:hover {
    background: #ededed;
}

.modal.send-shopping-list .show-more-content-box .content .select-cu-box li:hover {
    background: #f6f6f6;
}

.modal.send-shopping-list .btn-default[type=submit]:disabled {
    background-color: transparent;
    border: 1px solid #bbbbbb;
}

.modal.modal-factor .order-status li {
    margin-top: 35px;
    margin-bottom: 10px;
}

.modal.modal-factor .order-status li .details {
    display: flex;
    justify-content: space-between;
}

.modal.modal-factor .order-status li .details .child:nth-child(2) {
    margin-right: auto;
    margin-left: 40px;
}

.modal.modal-factor .order-status li .details .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

.modal.modal-factor .order-status li .details .child .status {
    color: #7f7f7f;
    background: rgba(127, 127, 127, 0.1);
    padding: 5px 6px;
    font-size: 14px;
    border-radius: 4px;
}

.modal.modal-factor .order-status li .details .child .status.orange {
    color: #ff7362;
    background: rgba(255, 114, 98, 0.1);
}

.modal.modal-factor .order-status li .details .child .status.green {
    color: #30b667;
    background: rgba(48, 182, 104, 0.1);
}

.modal.modal-factor .order-status li .details .child .status.red {
    color: #cc304b;
    background: rgba(204, 48, 74, 0.1);
}

.modal.modal-factor .order-status li .details .child .status.blue {
    color: #1765fc;
    background: rgba(23, 99, 252, 0.1);
}

.modal.modal-factor .order-status li .details .child .number {
    font-family: "IRANSansX-Bold";
}

.modal.modal-factor .order-status li .main-order-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 12px 5px;
    margin-top: 20px;
    border-radius: 4px;
}

.modal.modal-factor .order-status li .main-order-content .child {
    width: 20%;
}

.modal.modal-factor .order-status li .main-order-content .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 15px;
}

.modal.modal-factor .order-status li .main-order-content .child span:nth-child(1).bold {
    font-family: "IRANSansX-Bold";
}

.modal.modal-factor .order-status li .main-order-content .child .number {
    font-family: "IRANSansX-Bold";
}

.modal.modal-factor .order-status li .main-order-content .child .number span {
    display: inline;
    font-family: "IRANSansX";
    font-size: 12px;
}

.modal.modal-factor .order-status li .main-order-content .child .btn-default {
    padding: 0.6rem 0.6rem;
    font-size: 14px;
}

.modal.modal-factor .order-status li .main-order-content .child .factory {
    display: flex;
    justify-content: space-between;
}

.modal.modal-factor .order-status li .main-order-content .child .factory a {
    font-size: 12px;
    color: #1765fc;
}

.modal.modal-factor .order-status li .main-order-content .child .factory a:hover {
    color: #598ff9;
}

.modal.modal-factor .order-status li .main-order-content .child .factory li:first-child a {
    border-left: 1px solid #1765fc;
    padding-left: 12px;
}

button {
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.btn {
    border: none;
    padding: 0.6rem 0.9rem;
    border-radius: 0.25rem;
    box-shadow: none !important;
}

.btn-default {
    background-color: #1765fc;
    color: #fff;
}

.btn-default svg {
    margin-left: 0.1875rem;
}

.btn-default:active,
.btn-default:focus {
    background-color: #1765fc;
    color: #fff;
}

.btn-default:hover {
    background: #598ff9;
    color: #fff;
}

.btn-white-default {
    background-color: transparent;
    color: #1765fc;
    border: 1px solid #bbbbbb;
}

.btn-white-default svg {
    margin-left: 0.1875rem;
}

.btn-white-default:active,
.btn-white-default:focus {
    background-color: transparent;
    color: #1765fc;
    border: 1px solid #bbbbbb;
}

.btn-white-default:hover {
    background: rgba(0, 0, 0, 0.031372549);
    color: #1765fc;
    border: 1px solid #bbbbbb;
}

.btn-mega-menu {
    background-color: #fff;
    margin-left: auto;
}

.btn-mega-menu svg {
    margin-left: 0.1875rem;
}

.btn-mega-menu.active {
    background: #e0e0e0;
}

.btn-mega-menu.active:active,
.btn-mega-menu.active:focus {
    background: #e0e0e0;
}

.btn-mega-menu:active,
.btn-mega-menu:focus {
    background: #fff;
}

.btn-mega-menu:hover {
    background: #e0e0e0;
}

.btn-user {
    background-color: #fff;
    margin: 0 1.25rem;
}

.btn-user svg {
    margin-right: 0.1875rem;
}

.btn-user:active,
.btn-user:focus {
    background: #fff;
}

.btn-user:hover {
    background: #e0e0e0;
}

.btn-order {
    display: block;
    background-color: #30b667;
    color: #fff;
    margin: 20px auto;
    padding: 0.6rem 2.5rem;
}

.btn-order img {
    vertical-align: middle;
    margin-left: 5px;
}

.btn-order:active,
.btn-order:focus {
    background-color: #30b667;
    color: #fff;
}

.btn-order:hover {
    background: #2ba15c;
    color: #fff;
}

.btn-show-more-mobile {
    padding-top: 10px;
    color: #7f7f7f;
    text-align: right;
}

.show-more-text,
.show-more-text-btn {
    display: block;
    color: #1765fc;
    width: -moz-max-content;
    width: max-content;
    margin-top: 12px;
    margin-right: auto;
}

.btn-default-second {
    color: #1765fc;
    background: #b9d1fe;
}

.btn-default-second:active,
.btn-default-second:focus {
    color: #1765fc;
    background: #b9d1fe;
}

.btn-default-second:hover {
    color: #1765fc;
    background: #d7e5fe;
}

.form-control {
    padding: 0.675rem 0.9rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    border: none !important;
    box-shadow: none !important;
}

.report-box {
    position: relative;
    margin: 25px 10px 10px;
    padding: 8px;
    text-align: right;
    background-color: #fff;
    border: 0.3px solid #bbbbbb;
    border-radius: 4px;
}

.report-box img {
    width: 100%;
    min-height: 147px;
    border-radius: 4px;
    background-color: #bbbbbb;
}

.report-box h3 {
    font-size: 18px;
    margin-top: 12px;
}

.report-box h3 a {
    color: #000000;
    line-height: 27px;
}

.report-box p {
    font-size: 14px;
}

.report-box ul {
    margin: 10px 0 6px;
}

.report-box ul li {
    color: #404040;
    font-size: 14px;
    margin: 15px 0;
}

.report-box .btn-default {
    width: 100%;
    margin-top: 15px;
}

header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10003;
    padding: 0 0 0.4375rem;
    font-size: 14px;
    background-color: #fff !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

header .btn-user,
header .btn-mega-menu {
    font-size: 14px;
}

header .navbar {
    padding-top: 0;
}

header .navbar .navbar-nav {
    display: flex;
    align-items: center;
}

header .navbar .navbar-nav li {
    margin-left: 20px;
}

header .navbar .navbar-nav li:nth-child(2) a {
    color: blue;
}

header .navbar .navbar-nav li a,
header .navbar .navbar-nav li button {
    font-family: "IRANSansX-Bold";
    font-weight: 500;
    color: #1d1e24;
}

header .navbar .navbar-nav li a:hover,
header .navbar .navbar-nav li button:hover {
    color: #1765fc;
}

header .navbar .navbar-nav li a.active,
header .navbar .navbar-nav li button.active {
    color: #1765fc;
}

header .navbar .navbar-nav li a.active:hover,
header .navbar .navbar-nav li button.active:hover {
    color: #598ff9;
}

header .navbar .top-header {
    position: relative;
    background-color: #fff;
    z-index: 10;
    padding-top: 1.1rem;
}

header .navbar .top-header .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

header .navbar .container {
    position: relative;
}

header .navbar .container .navbar-brand img {
    width: 48px;
    filter: brightness(0%) invert(1);
}

header .navbar .container .btn-contact-us {
    padding: 0.64rem 0.9rem;
}

header .navbar .container .search-box {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto 0 1rem;
}

header .navbar .container .search-box form {
    position: relative;
}

header .navbar .container .search-box .form-control {
    text-align: center;
    padding: 10.8px 14.4px 10.8px 14.4px;
}

header .navbar .container .search-box .form-control:focus,
header .navbar .container .search-box .form-control:hover {
    background: #e0e0e0;
}

header .navbar .container .search-box svg {
    position: absolute;
    left: 0.625rem;
    top: 0.6875rem;
    z-index: 2;
}

header .navbar .container .search-box .search-result {
    position: absolute;
    top: 4.125rem;
    right: 0;
    left: 0;
    background: #fff;
    width: 43.75rem;
    height: 25rem;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    border-radius: 0.25rem;
    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.263911);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

header .navbar .container .search-box .search-result::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

header .navbar .container .search-box .search-result::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

header .navbar .container .search-box .search-result::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

header .navbar .container .search-box .search-result::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

header .navbar .container .search-box .search-result .title {
    display: block;
    font-family: "IRANSansX-Bold";
    border-bottom: 0.0625rem solid #000;
    padding-bottom: 0.75rem;
    margin-bottom: 0.4375rem;
}

header .navbar .container .search-box .search-result .not-find {
    text-align: center;
    margin-top: 6.25rem;
}

header .navbar .container .search-box .search-result ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

header .navbar .container .search-box .search-result ul li {
    margin: 0.9375rem 0;
}

header .navbar .container .search-box .search-result ul li a {
    display: inline-block;
    color: #000000;
}

header .navbar .container .search-box .search-result ul li a img {
    margin-left: 0.25rem;
    vertical-align: sub;
}

header .navbar .container .search-box .search-result ul li a span {
    color: #1765fc;
}

header .navbar .container .search-box .search-result ul li a:hover {
    color: #1765fc;
}

header .navbar .container .basket {
    display: block;
    position: relative;
    top: 0.1875rem;
}

header .navbar .container .basket img {
    filter: brightness(0%) invert(1);
}

header .navbar .container .basket span {
    min-width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.625rem;
    right: -0.75rem;
    background: #30b667;
    color: #fff;
    padding: 0.125rem;
    text-align: center;
    border: 0.0625rem solid #f1f1f1;
    border-radius: 20px;
    line-height: 1.25rem;
}

header .mega-menu {
    height: 75vh;
    position: absolute;
    top: 0.4375rem;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.263911);
    border-radius: 0.25rem;
    overflow: hidden;
}

header .mega-menu.mega-menu-show {
    display: flex;
}

header .mega-menu .mega-menu-child:nth-child(1) {
    width: 20%;
    height: 75vh;
    background: #f7f7f7;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

header .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

header .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

header .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

header .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

header .mega-menu .mega-menu-child:nth-child(2) {
    width: 80%;
}

header .mega-menu .mega-menu-child .cat-mega-menu li a {
    font-family: "IRANSansX-Bold";
    position: relative;
    display: block;
    background: #f7f7f7;
    color: #2c2d37;
    padding: 1.25rem 0.75rem;
}

header .mega-menu .mega-menu-child .cat-mega-menu li a::after {
    content: url("../images/angel-left.svg");
    position: absolute;
    left: 0.5rem;
    top: 0.9313rem;
    display: inline-block;
}

header .mega-menu .mega-menu-child .cat-mega-menu li a:hover {
    background: #fff;
    color: #1765fc;
}

header .mega-menu .mega-menu-child .cat-mega-menu li.active a {
    background: #fff;
    color: #1765fc;
}

header .mega-menu .mega-menu-child .boxs .box {
    display: none;
    flex-wrap: wrap;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(1) {
    width: 70%;
    height: 75vh;
    padding: 1.25rem 0.75rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(2) {
    width: 30%;
    height: 75vh;
    padding: 1.25rem 0.75rem;
    overflow-x: hidden;
    border-right: 1px solid #e7e7e7;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

header .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

header .mega-menu .mega-menu-child .boxs .box .child h5 a {
    position: relative;
    font-family: "IRANSansX-Bold";
    font-size: 0.9375rem;
    color: #000;
    line-height: 1.875rem;
}

header .mega-menu .mega-menu-child .boxs .box .child h5 a::before {
    content: "";
    display: inline-block;
    height: 1.3125rem;
    border: 1.6px solid #1765fc;
    position: relative;
    top: 0.3125rem;
    margin-left: 0.375rem;
    border-radius: 0.75rem;
}

header .mega-menu .mega-menu-child .boxs .box .child h5 a:hover {
    color: #1765fc;
}

header .mega-menu .mega-menu-child .boxs .box .child .brands {
    margin-top: 0.9375rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.9375rem 0.625rem;
}

header .mega-menu .mega-menu-child .boxs .box .child .brands li {
    position: relative;
    width: 48%;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 0.25rem;
    padding: 0.375rem;
}

header .mega-menu .mega-menu-child .boxs .box .child .brands li span {
    font-family: "IRANSansX-Bold";
    display: inline-block;
    color: #777777;
    margin-right: 0.3125rem;
}

header .mega-menu .mega-menu-child .boxs .box .child .brands li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
}

header .mega-menu .mega-menu-child .boxs .box .child .brands li:hover {
    background: #e0e0e0;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu {
    width: 33.3333333333%;
    padding: 0 0.625rem;
    margin-bottom: 0.9375rem;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu:last-child {
    margin-left: auto;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li a {
    display: inline-block;
    color: #000;
    line-height: 1.875rem;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li a:hover {
    color: #1765fc;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.title a {
    position: relative;
    font-family: "IRANSansX-Bold";
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.title a::before {
    content: "";
    display: inline-block;
    height: 1.3125rem;
    border: 1.6px solid #1765fc;
    position: relative;
    top: 0.3125rem;
    margin-left: 0.375rem;
    border-radius: 0.75rem;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.font-sm a {
    font-weight: 400;
    font-size: 0.875rem;
    color: #404040;
}

header .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.font-sm a:hover {
    color: #1765fc;
}

header .user-not-login {
    height: 88.5vh;
    width: 360px;
    position: absolute;
    left: 0;
    top: 4.7rem;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
    z-index: 7;
}

header .user-not-login::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

header .user-not-login::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

header .user-not-login::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

header .user-not-login::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

header .user-not-login .main-basket-content-u {
    padding: 18px 18px 0 18px;
}

header .user-not-login .toggle {
    --width: 90px;
    --height: calc(var(--width) / 3);
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

header .user-not-login .toggle input {
    display: none;
}

header .user-not-login .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background: #777777;
    transition: all 0.4s ease-in-out;
}

header .user-not-login .toggle:hover .slider {
    background: rgba(119, 119, 119, 0.7);
}

header .user-not-login .toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

header .user-not-login .toggle input:checked + .slider {
    background: #30b667;
}

header .user-not-login .toggle input:checked + .slider::before {
    top: 2px;
    left: 1px;
}

header .user-not-login .toggle:hover input:checked + .slider {
    background: #2ba15c;
}

header .user-not-login .toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

header .user-not-login .toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

header .user-not-login .toggle .labels::after {
    content: attr(data-off);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    right: 7px;
    color: #fff;
    opacity: 1;
    transition: all 0s;
    transform: rotate(180deg);
}

header .user-not-login .toggle .labels::before {
    content: attr(data-on);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    left: calc(var(--height) - var(--width) + 7px);
    color: #ffffff;
    opacity: 0;
    transition: all 0s;
}

header .user-not-login .toggle input:checked ~ .labels::after {
    opacity: 0;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

header .user-not-login .toggle input:checked ~ .labels::before {
    opacity: 1;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

header .user-not-login hr {
    margin: 20px 0;
}

header .user-not-login .pay-way-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

header .user-not-login .pay-way-flex p {
    color: #7f7f7f;
    font-size: 12px;
}

header .user-not-login .invoice-text {
    padding: 18px 18px 5px;
    background: #f7f7f7;
    margin-top: 20px;
    border-radius: 4px;
}

header .user-not-login .invoice-price {
    padding: 18px;
    background: #f7f7f7;
    border-radius: 4px;
}

header .user-not-login .invoice-price li:first-child {
    margin-top: 0;
}

header .user-not-login .order-basket-btn-box {
    background: #fff;
    position: sticky;
    bottom: 0;
    padding: 15px;
    z-index: 10;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
}

header .user-not-login .box-green {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(48, 182, 104, 0.1);
    padding: 15px;
    margin: 12px 0;
    border-radius: 4px;
}

header .user-not-login .box-green div {
    width: 8%;
}

header .user-not-login .box-green div svg {
    margin-left: 5px;
}

header .user-not-login .box-green p {
    width: 92%;
}

header .user-not-login .btn-success {
    display: block;
    width: 100%;
    padding: 13px;
    background: #30b667;
    border-radius: 4px;
}

header .user-not-login .btn-success:hover {
    background: #2ba15c;
}

header .user-not-login .show-more-content-box .content {
    min-height: 30vh;
}

header .user-not-login .show-more-content-box .content li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

header .user-not-login .show-more-content-box .content li:last-child {
    border-bottom: none;
}

header .user-not-login .show-more-content-box .content .btn-delete {
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #b9d1fe;
    border-radius: 2px;
    margin-left: 5px;
}

header .user-not-login .show-more-content-box .content .btn-delete img {
    width: 20px;
}

header .user-not-login .show-more-content-box .content h5 {
    font-size: 0.8rem;
    line-height: 29px;
}

header .user-not-login .show-more-content-box .content b {
    font-family: "IRANSansX-Bold";
    font-weight: normal;
    margin-left: 3px;
}

header .user-not-login .show-more-content-box .content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header .user-not-login .show-more-content-box .content ul li {
    width: 50%;
    display: block;
    font-size: 11px;
    padding: 8px 0;
    border: none;
}

header .user-not-login .show-more-content-box .content ul li span {
    display: inline;
    font-size: 11px;
}

header .user-not-login .show-more-content-box .content ul li .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 5px 3px;
    margin-left: 8px;
    border-radius: 4px;
}

header .user-not-login .show-more-content-box .content ul li .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

header .user-not-login .show-more-content-box .content ul li .price-day-discount::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #ff7362;
    position: absolute;
    left: -5px;
    transform: rotate(45deg);
    top: 2px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
}

header .user-not-login .show-more-content-box .content ul li p {
    display: inline-block;
    font-size: 11px;
}

header .user-not-login .show-more-content-box .content ul li input {
    width: 60%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
}

header .user-not-login .show-more-content-box .content ul li input:focus {
    border: 1px solid #1765fc;
}

header .user-not-login .flex {
    display: flex;
}

header .user-not-login .flex .child:nth-child(2) {
    margin-right: 40px;
    margin-left: auto;
}

header .user-not-login .flex .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

header .user-not-login h6 {
    font-family: "IRANSansX";
    margin-bottom: 10px;
}

header .user-not-login p {
    color: #404040;
}

header .user-not-login ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

header .user-not-login ul li .child {
    width: 50%;
}

header .user-not-login ul li .child:nth-child(even) {
    text-align: left;
}

header .user-not-login ul li span {
    color: #404040;
}

header .user-not-login ul li span span {
    display: inline-block;
    font-family: "IRANSansX-Bold";
    color: #000;
    margin-left: 5px;
}

header .navbar .navbar-brand img {
    filter: brightness(100%) invert(0) !important;
}

header .navbar .btn-mega-menu {
    font-family: "IRANSansX-Bold";
    background: #f9f9f9 !important;
}

header .navbar .btn-mega-menu:hover {
    color: #000 !important;
    background: #e0e0e0 !important;
}

header .navbar .search-box .form-control {
    background: #f9f9f9 !important;
}

header .navbar .btn-user {
    background: #fff !important;
}

header .navbar .btn-user:hover {
    background: #fff !important;
}

header .navbar .basket img {
    filter: brightness(100%) invert(0) !important;
}

header .navbar .search-box .search-result {
    border-radius: 0 0 0.25rem 0.25rem !important;
    box-shadow: none !important;
}

header .mega-menu {
    border-radius: 0 0 0.25rem 0.25rem !important;
    box-shadow: none !important;
}

main section .intro-section {
    color: #fff;
    position: relative;
    margin-top: 155px;
}

main section .intro-section .container {
    height: 386px;
}

main section .intro-section .slider-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 386px;
    overflow: hidden;
    border-radius: 5px;
}

main section .intro-section #sliderbs {
    overflow: hidden;
    border-radius: 5px;
}

main section .intro-section img {
    width: 100%;
}

main section .intro-section .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 9px;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    top: 35%;
}

main section .intro-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: unset;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #b9d1fe;
    margin: 5px 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

main section .intro-section .carousel-indicators .active {
    height: 45px;
    background-color: #b9d1fe;
}

main section .intro-section .slider-box .slider {
    position: relative;
    height: 386px;
    background: gray;
    z-index: 1;
}

main section .intro-section .slider-box .slider .slide {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease-in-out;
}

main section .intro-section .slider-box .slider .slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1 !important;
}

main section .intro-section .slider-box .slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

main section .intro-section .dots {
    position: absolute;
    left: 20px;
    top: 35%;
    z-index: 12;
}

main section .intro-section .dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #b9d1fe;
    border-radius: 10px;
    margin-bottom: 9px;
    cursor: pointer;
}

main section .intro-section .dots li.active {
    height: 45px;
    background-color: #b9d1fe;
}

main section .intro-section .dots li.active:hover {
    height: 45px;
}

main section .intro-section .dots li:last-child {
    margin-bottom: 0;
}

main section .intro-section .dots li:hover {
    height: 18px;
}

main section .intro-section .brands {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

main section .intro-section .brands li {
    text-align: center;
}

main section .intro-section .brands li img {
    display: block;
    margin: 0 auto;
    filter: brightness(0%) invert(1);
}

main section .intro-section .brands li span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
}

main section .price-day-section {
    margin-top: 70px;
}

main section .price-day-section .border {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin-top: 25px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: hidden;
}

main section .price-day-section .border div[class^=col-] {
    padding: 0 !important;
}

main section .price-day-section .box-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: column;
    min-height: 100%;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
}

main section .price-day-section .box-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

main section .price-day-section .box-img a {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: block;
    color: #545454;
    padding: 6px;
    background: #d8d8d8;
    margin: 6px 0;
    border-radius: 4px;
    z-index: 2;
}

main section .price-day-section .box-img h4 {
    position: relative;
    color: rgb(30, 27, 27);
    margin-top: 7%;
    font-size: 22px;
    text-align: right;
    z-index: 2;
}

main section .price-day-section .box-img span {
    width: -moz-max-content;
    width: max-content;
    display: block;
    position: relative;
    margin: auto 0 15px;
    color: #fff;
    z-index: 2;
}

main section .price-day-section .splide .box {
    position: relative;
    min-height: 312px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    padding: 20px;
    margin: 15px 10px;
    background: #ffffff;
    border: 0.25px solid #e0e0e0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

main section .price-day-section .splide .box h4 {
    font-size: 18px;
    text-align: right;
}

main section .price-day-section .splide .box h4 a {
    color: #000;
    line-height: 30px;
}

main section .price-day-section .splide .box .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

main section .price-day-section .splide .box .details.details-bg-gray {
    border-radius: 4px;
}

main section .price-day-section .splide .box .details .gray {
    color: #7f7f7f;
}

main section .price-day-section .splide .box .details .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 7px 9px;
    border-radius: 4px;
}

main section .price-day-section .splide .box .details .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

main section .price-day-section .splide .box .details .price-day-discount::after {
    content: "";
    width: 22.1px;
    height: 22px;
    background: #ff7362;
    position: absolute;
    right: -9px;
    transform: rotate(45deg);
    top: 3.3px;
    z-index: 1;
    border-radius: 4px 3px 4px 4px;
}

main section .price-day-section .splide .box .details span {
    font-family: "IRANSansX-Bold";
}

main section .price-day-section .splide .box .details span span {
    font-family: "IRANSansX";
    color: #777777;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 6px;
}

main section .price-day-section .splide .box .order-box {
    margin: 15px 0 0;
}

main section .price-day-section .splide .box .order-box .btn-add-basket {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #1765fc;
    color: #1765fc;
    border-radius: 4px;
}

main section .price-day-section .splide .box .order-box .btn-add-basket:hover {
    background: #d7e5fe;
}

main section .price-day-section .splide .box .order-box .order-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main section .price-day-section .splide .box .order-box .order-control input {
    width: 50%;
    height: 44.8px;
    background: #ffffff;
    text-align: center;
    border: 0.5px solid #1765fc;
    border-radius: 4px;
    flex-grow: 1;
    margin: 0 7px;
}

main section .price-day-section .splide .box .order-box .order-control button {
    background-color: #1765fc;
    width: 44.8px;
    height: 44.8px;
    border-radius: 4px;
}

main section .price-day-section .splide .box .order-box .order-control button:hover {
    background-color: #598ff9;
}

main section .price-day-section .splide .box .more-info {
    display: inline-block;
    color: #1765fc;
}

main section .price-day-section .splide .box .more-info:hover {
    color: #598ff9;
}

main section .price-day-section .splide .box .btn-show-more {
    display: block;
    width: 100%;
    margin: auto 0;
}

main section .price-day-section .splide .box .btn-show-more button {
    width: 100%;
    background: #c1d4fb;
    color: #1765fc;
    border-radius: 4px;
}

main section .price-day-section .splide .box .btn-show-more button:hover {
    background: #b1cafa;
}

main section .price-day-section .splide li:last-child .box .btn-show-more {
    width: 80%;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    z-index: 55;
    margin: auto;
}

main section .price-day-section .splide li:last-child .box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.627);
    z-index: 50;
}

main section .categories-section {
    margin-top: 225px;
}

main section .categories-section .categories-desktop {
    margin-top: 34px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

main section .categories-section .categories-desktop .cat-item {
    position: relative;
    width: 16.6666666667%;
    text-align: center;
}

main section .categories-section .categories-desktop .cat-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
    border: 0.5px solid rgba(187, 187, 187, 0.3529411765);
    margin: auto 0;
}

main section .categories-section .categories-desktop .cat-item:nth-child(1)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(7)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(14)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(21)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(28)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(35)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(42)::after,
main section .categories-section .categories-desktop .cat-item:nth-child(49)::after {
    display: none;
}

main section .categories-section .categories-desktop .cat-item.active .box {
    position: absolute;
    background: #b4cbf9;
    z-index: 10;
    top: -43px;
    transform: scale(1.2);
}

main section .categories-section .categories-desktop .cat-item.active .box h5,
main section .categories-section .categories-desktop .cat-item.active .box a,
main section .categories-section .categories-desktop .cat-item.active .box img,
main section .categories-section .categories-desktop .cat-item.active .box li {
    transform: scale(0.8);
}

main section .categories-section .categories-desktop .cat-item.active .box ul {
    display: block;
    margin-top: 15px;
    text-align: right;
}

main section .categories-section .categories-desktop .cat-item.active .box ul li {
    margin-bottom: 13px;
}

main section .categories-section .categories-desktop .cat-item.active .box ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #092474;
    margin-left: 6px;
    border-radius: 50%;
    vertical-align: middle;
}

main section .categories-section .categories-desktop .cat-item.active .box ul li:last-child {
    margin: 0;
}

main section .categories-section .categories-desktop .cat-item.active .box ul li a {
    color: #092474;
    font-size: 14px;
}

main section .categories-section .categories-desktop .cat-item.active .box ul li a.more {
    color: #404040;
}

main section .categories-section .categories-desktop .box {
    position: relative;
    padding: 80px 10px 20px;
    border-radius: 4px;
}

main section .categories-section .categories-desktop .box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    text-align: center;
}

main section .categories-section .categories-desktop .box h5 {
    font-size: 16px;
    margin-top: 10px;
}

main section .categories-section .categories-desktop .box h5 a {
    color: #092474;
}

main section .categories-section .categories-desktop .box h5 a:hover {
    color: #081d5e;
}

main section .categories-section .categories-desktop .box ul {
    display: none;
}

main section .categories-section .categories-desktop .box.active {
    background: rgba(23, 101, 252, 0.3);
}

main section .categories-section .categories-desktop .box.active ul {
    display: block;
    margin-top: 15px;
    text-align: right;
}

main section .categories-section .categories-desktop .box.active ul li {
    margin-bottom: 13px;
}

main section .categories-section .categories-desktop .box.active ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #092474;
    margin-left: 6px;
    border-radius: 50%;
    vertical-align: middle;
}

main section .categories-section .categories-desktop .box.active ul li:last-child {
    margin: 0;
}

main section .categories-section .categories-desktop .box.active ul li a {
    color: #092474;
    font-size: 14px;
}

main section .categories-section .categories-desktop .box.active ul li a.more {
    color: #404040;
}

main section .categories-section .splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(-1);
}

main section .categories-section .splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(1);
}

main section .categories-section .splide__arrow {
    background: transparent;
    opacity: 1;
}

main section .categories-section .splide__arrow svg {
    height: auto;
    width: 2rem;
}

main section .customers-section {
    margin-top: 60px;
}

main section .customers-section .splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(-1);
}

main section .customers-section .splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(1);
}

main section .customers-section .splide__arrow {
    background: transparent;
    top: 39%;
    opacity: 1;
}

main section .customers-section .splide__arrow svg {
    height: auto;
    width: 2rem;
}

main section .customers-section .splide {
    margin-top: 40px;
}

main section .customers-section .splide .box img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .customers-section .splide .box span {
    display: block;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}

main section .success-report-section {
    margin-top: 90px;
    margin-bottom: 40px;
}

main section .success-report-section .main-content {
    width: 1000px;
    margin: 0 auto;
}

main section .success-report-section .splide-components {
    margin-top: 40px;
}

main section .success-report-section .splide-components .splide__pagination {
    bottom: -1.5rem;
}

main section .success-report-section .splide-components .splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: transparent;
    opacity: 1;
    border-radius: 15px;
    border: 1px solid #1765fc;
    transition: all 0.3s ease-in-out;
}

main section .success-report-section .splide-components .splide__pagination__page:hover {
    width: 19px;
}

main section .success-report-section .splide-components .splide__pagination__page.is-active {
    background: #110606;
    transform: scale(1);
    z-index: 1;
    width: 50px;
    background: #1765fc;
}

main section .success-report-section .splide-components .splide__pagination__page.is-active:hover {
    width: 40px;
}

main section .success-report-section .splide-components .splide__slide.is-next .report-box {
    top: -7px;
    transform: scale(1.04);
    border: 1px solid #1765fc;
    box-shadow: 2px 2px 2px rgba(23, 101, 252, 0.2);
}

main section .success-report-section .splide-components .splide__slide.is-next .report-box .btn-default {
    width: 100%;
    margin-top: 35px;
}

main section .brands-sections {
    margin-top: 60px;
}

main section .brands-sections .main-content {
    width: 1000px;
    margin: 0 auto;
}

.price-day-section .container {
    width: 1212px;
}

main section .brands-sections .main-content ul {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

main section .brands-sections .main-content ul li {
    position: relative;
    width: 16.6666666667%;
    text-align: center;
    padding: 26px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

main section .brands-sections .main-content ul li h4 {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    padding-top: 20px;
}

main section .brands-sections .main-content ul li h4 span {
    display: inline-block;
    color: red;
}

main section .brands-sections .main-content ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
    border: 0.5px solid rgba(187, 187, 187, 0.3529411765);
    margin: auto 0;
}

main section .brands-sections .main-content ul li .link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

main section .brands-sections .main-content ul li img {
    display: inline-block;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .brands-sections .main-content ul li span {
    display: block;
    color: #23242e;
    margin-top: 10px;
    line-height: 27px;
}

main section .brands-sections .main-content ul li:nth-child(1)::after,
main section .brands-sections .main-content ul li:nth-child(7)::after,
main section .brands-sections .main-content ul li:nth-child(14)::after,
main section .brands-sections .main-content ul li:nth-child(21)::after,
main section .brands-sections .main-content ul li:nth-child(28)::after,
main section .brands-sections .main-content ul li:nth-child(35)::after,
main section .brands-sections .main-content ul li:nth-child(42)::after,
main section .brands-sections .main-content ul li:nth-child(49)::after {
    display: none;
}

main section .brands-sections .main-content ul li:hover {
    border: 1px solid #1765fc;
}

main section .brands-sections .main-content ul li:hover::after {
    display: none;
}

main section .brands-sections .main-content ul li:hover + li::after {
    display: none;
}

main section .purchase-process {
    margin-top: 90px;
}

main section .purchase-process .main-content {
    width: 1188px;
    margin: 55px auto 10px;
}

main section .purchase-process .main-content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

main section .purchase-process .main-content ul li {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px 10px 10px;
}

main section .purchase-process .main-content ul li img {
    position: absolute;
    right: 19px;
    top: -19px;
}

main section .purchase-process .main-content ul li span {
    display: block;
    font-family: "IRANSansX-Bold";
    font-size: 16px;
    color: #092474;
    margin: 13px 0;
}

main section .purchase-process .main-content ul li p {
    font-size: 14px;
    color: #707070;
}

main section .purchase-process .main-content ul li::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 10px;
    width: 56px;
    height: 56px;
    background-color: #fed1cb;
    border-radius: 50%;
}

main section .blog-section {
    margin-top: 90px;
    margin-bottom: 40px;
}

main section .blog-section .main-content {
    width: 1000px;
    margin: 0 auto;
}

main section .blog-section .splide-components {
    margin-top: 40px;
}

main section .blog-section .splide-components .box {
    position: relative;
    margin: 25px 10px 10px;
    padding: 8px 10px;
    text-align: right;
    background-color: #fff;
    border: 0.3px solid #bbbbbb;
    border-radius: 4px;
}

main section .blog-section .splide-components .box img {
    width: 100%;
    min-height: 147px;
    border-radius: 4px;
    background-color: #bbbbbb;
}

main section .blog-section .splide-components .box h3 {
    font-size: 17px;
    font-weight: normal;
    margin: 18px 0 10px;
}

main section .blog-section .splide-components .box h3 a {
    color: #000000;
    line-height: 27px;
}

main section .blog-section .splide-components .box span {
    font-size: 14px;
}

main section .blog-section .splide-components .box p {
    font-size: 14px;
    color: #3c3c3c;
    margin-top: 10px;
}

main section .blog-section .splide-components .box ul {
    display: flex;
    justify-content: space-between;
}

main section .blog-section .splide-components .box ul li {
    margin-top: 15px;
}

main section .blog-section .splide-components .box ul li svg {
    width: auto;
    height: 13px;
}

main section .blog-section .splide-components .box ul li span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}

main section .blog-section .splide-components .box .btn-white {
    width: 100%;
    color: #1765fc;
    margin-top: 15px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
}

main section .blog-section .splide-components .box .btn-white:hover {
    background: #f5f5f5;
}

main section .blog-section .splide-components .splide__pagination {
    bottom: -1.5rem;
}

main section .blog-section .splide-components .splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: transparent;
    opacity: 1;
    border-radius: 15px;
    border: 1px solid #1765fc;
    transition: all 0.3s ease-in-out;
}

main section .blog-section .splide-components .splide__pagination__page:hover {
    width: 19px;
}

main section .blog-section .splide-components .splide__pagination__page.is-active {
    background: #110606;
    transform: scale(1);
    z-index: 1;
    width: 50px;
    background: #1765fc;
}

main section .blog-section .splide-components .splide__pagination__page.is-active:hover {
    width: 40px;
}

main section .blog-section .splide-components .splide__slide.is-next .box {
    top: -20px;
    border: 1px solid #1765fc;
    box-shadow: 2px 2px 2px rgba(23, 101, 252, 0.2);
}

main section .blog-section .splide-components .splide__slide.is-next .box .btn-white {
    width: 100%;
    margin-top: 35px;
}

main section .all-brands-section {
    margin-top: 120px;
}

main section .all-brands-section select {
    max-width: 100%;
    width: 300px;
    font-family: "IRANSansX-Bold";
    background-color: #fff;
    padding: 10px 6px;
    border: 0.5px solid #bbbbbb;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

main section .all-brands-section ul {
    margin-top: 25px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

main section .all-brands-section ul li {
    position: relative;
    width: 14.2857142857%;
    text-align: center;
    padding: 26px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

main section .all-brands-section ul li .link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

main section .all-brands-section ul li img {
    display: inline-block;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .all-brands-section ul li span {
    display: block;
    color: #23242e;
    margin-top: 10px;
    line-height: 27px;
}

main section .all-brands-section ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
    border: 0.5px solid rgba(187, 187, 187, 0.3529411765);
    margin: auto 0;
}

main section .all-brands-section ul li:nth-child(1)::after,
main section .all-brands-section ul li:nth-child(8)::after,
main section .all-brands-section ul li:nth-child(15)::after,
main section .all-brands-section ul li:nth-child(22)::after,
main section .all-brands-section ul li:nth-child(29)::after,
main section .all-brands-section ul li:nth-child(36)::after,
main section .all-brands-section ul li:nth-child(43)::after,
main section .all-brands-section ul li:nth-child(50)::after {
    display: none;
}

main section .all-brands-section ul li:hover {
    border: 1px solid #1765fc;
}

main section .all-brands-section ul li:hover::after {
    display: none;
}

main section .all-brands-section ul li:hover + li::after {
    display: none;
}

main section .all-customers {
    margin-top: 120px;
}

main section .all-customers hr {
    max-width: 95%;
    border-color: #a0a0a0;
    margin: 15px auto 4px;
    display: block;
}

main section .all-customers ul {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 15px;
    margin: 30px 0;
}

main section .all-customers ul li .box img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .all-customers ul li .box span {
    display: block;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}

main section .all-success-report-section {
    margin-top: 60px;
}

main section .all-success-report-section hr {
    max-width: 95%;
    border-color: #a0a0a0;
    margin: 15px auto 4px;
    display: block;
}

main section .all-success-report-section .report-box {
    margin: 25px 0px 10px;
}

main section .all-questions-section {
    margin-top: 120px;
}

main section .all-questions-section .questions-box .question {
    width: 75%;
    margin-left: auto;
    background: #f8f8f8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 15px;
    margin-top: 25px;
}

main section .all-questions-section .questions-box .question span {
    display: block;
    color: #3c3c3c;
}

main section .all-questions-section .questions-box .question span::before {
    content: url("../images/questions.svg");
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

main section .all-questions-section .questions-box .question .white-box {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px;
    margin-top: 12px;
}

main section .all-questions-section .questions-box .question .white-box ul {
    height: 185px;
    overflow: hidden;
}

main section .all-questions-section .questions-box .question .white-box ul li {
    margin-bottom: 10px;
}

main section .all-questions-section .questions-box .question .white-box ul li:last-child {
    margin: 0;
}

main section .offer-section {
    margin-top: 120px;
}

main section .offer-section .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 18px;
}

main section .offer-section .content .child:nth-child(1) {
    width: 60%;
    background: #092474;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 20px 30px 20px 40px;
}

main section .offer-section .content .child:nth-child(1) h6 {
    color: #fff;
    margin: 23px 0 18px;
    font-size: 18px;
}

main section .offer-section .content .child:nth-child(1) p {
    color: #fff;
    text-align: center;
}

main section .offer-section .content .child:nth-child(2) {
    position: relative;
    width: 40%;
    padding: 35px 30px;
    background: #b9d1fe;
}

main section .offer-section .content .child:nth-child(2) form {
    width: 80%;
    margin: 0 auto;
}

main section .offer-section .content .child:nth-child(2) form h5 {
    font-size: 17px;
    margin-bottom: 24px;
}

main section .offer-section .content .child:nth-child(2) form div {
    margin-bottom: 17px;
}

main section .offer-section .content .child:nth-child(2) form div:last-child {
    margin: 0;
}

main section .offer-section .content .child:nth-child(2) form label {
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
}

main section .offer-section .content .child:nth-child(2) form input {
    display: block;
    width: 100%;
    background: #f7f7f7;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-top: 8px;
}

main section .offer-section .content .child:nth-child(2) form .upload-resume-btn {
    display: block;
    width: 100%;
    background: #f7f7f7;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-top: 8px;
}

main section .offer-section .content .child:nth-child(2) form .upload-resume-btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

main section .offer-section .content .child:nth-child(2) form .uploaded-box {
    height: 35.6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    padding: 11px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 8px 0 0 0 !important;
}

main section .offer-section .content .child:nth-child(2) form .uploaded-box div {
    margin: 0;
}

main section .offer-section .content .child:nth-child(2) form .uploaded-box div span {
    max-width: 150px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: ltr;
}

main section .offer-section .content .child:nth-child(2) form .btn-default {
    width: 100%;
}

main section .offer-section .content .child:nth-child(2)::after {
    content: "";
    display: block;
    height: 100%;
    width: 15px;
    background: #b9d1fe;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    border-radius: 0 20px 20px 0;
}

main section .job-section {
    margin-top: 80px;
}

main section .job-section .box {
    background: #ffffff;
    padding: 20px 15px;
    margin-top: 15px;
}

main section .job-section .box span {
    display: inline-block;
    font-family: "IRANSansX-Bold";
    font-size: 17px;
    color: #333333;
    margin-bottom: 16px;
}

main section .job-section .box .accordion-paragraph {
    height: 54px;
    text-align: justify;
    overflow: hidden;
}

main section .job-section .box .show-more-text-btn {
    margin-top: 16px;
}

main section .job-section .box .show-more-text-btn.active svg {
    transform: scaleY(-1);
}

main section .job-section .box p {
    font-size: 14px;
}

main section .job-section .box form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: flex-end;
    gap: 12px;
}

main section .job-section .box form h5 {
    font-size: 17px;
}

main section .job-section .box form div {
    width: calc(25% - 15px);
}

main section .job-section .box form div label {
    display: inline-block;
    font-size: 12px;
}

main section .job-section .box form div .btn-default {
    padding: 0.37rem 0.9rem;
    width: 100%;
}

main section .job-section .box form div input {
    width: 100%;
    display: block;
    margin-top: 7px;
    background: #f7f7f7;
    padding: 6px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

main section .job-section .box form div .upload-resume-btn {
    height: 36px;
    display: block;
    width: 100%;
    background: #f7f7f7;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-top: 8px;
}

main section .job-section .box form div .upload-resume-btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

main section .job-section .box form div .uploaded-box {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    padding: 11px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 8px 0 0 0 !important;
}

main section .job-section .box form div .uploaded-box div {
    width: auto;
    margin: 0;
}

main section .job-section .box form div .uploaded-box div span {
    font-family: "IRANSansX";
    font-size: 15px;
    max-width: 150px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: ltr;
    margin: 0;
}

main section .why-us-section {
    margin-top: 70px;
}

main section .why-us-section .hexagonal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: right;
    margin-top: 77px;
    gap: 20px;
}

main section .why-us-section .hexagonal li {
    width: calc(25% - 20px);
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 20px;
}

main section .why-us-section .hexagonal li svg {
    width: 120px;
    height: 120px;
    padding: 11px;
    border-radius: 50%;
    background: #fed1cb;
    margin-top: -66px;
}

main section .why-us-section .hexagonal li p {
    color: #092474;
    font-size: 14px;
    margin: 25px auto 0;
}

main section .about-us-page-title {
    margin-top: 93px;
}

main section .about-us-page-title img {
    width: 100%;
}

main section .about-us-page-title .content {
    position: relative;
    top: -10px;
    background: #092474;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

main section .about-us-page-title .content p {
    font-size: 19px;
    margin-top: 20px;
}

main section .about-us-page-title .content p svg {
    width: 17px;
    height: auto;
    margin: 0 7px;
}

main section .our-story-section {
    margin-top: 70px;
}

main section .our-story-section .line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
    top: 94px;
}

main section .our-story-section .hexagonal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 15px;
    margin-top: 37px;
}

main section .our-story-section .hexagonal li {
    position: relative;
    width: 25%;
}

main section .our-story-section .hexagonal li .hexagonal-img {
    position: relative;
    width: 130px;
    background-color: #f8f8f8;
    z-index: 2;
}

main section .our-story-section .hexagonal li:nth-child(odd) .hexagonal-img {
    position: relative;
    top: 12px;
    transform: scaleY(-1);
}

main section .our-story-section .hexagonal li .icon {
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    width: 67px;
    height: 67px;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .our-story-section .hexagonal li span {
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-family: "IRANSansX-Bold";
    color: #092474;
    background: #fd6451;
    padding: 7px;
    margin: 25px auto 0;
}

main section .our-story-section .hexagonal li p {
    width: 80%;
    font-size: 14px;
    margin: 20px auto 0;
}

main section .our-story-section .splide li .hexagonal-img {
    position: relative;
    top: 37px;
    width: 130px;
    background-color: #f8f8f8;
    z-index: 2;
}

main section .our-story-section .splide li:nth-child(odd) .hexagonal-img {
    top: 48px;
    transform: scaleY(-1);
}

main section .our-story-section .splide li .icon {
    display: block;
    position: absolute;
    top: 57px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    width: 67px;
    height: 67px;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .our-story-section .splide li span {
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-family: "IRANSansX-Bold";
    color: #092474;
    background: #fd6451;
    padding: 7px;
    margin: 50px auto 0;
}

main section .our-story-section .splide li p {
    width: 80%;
    font-size: 14px;
    margin: 20px auto 0;
}

main section .our-story-section .splide .splide__pagination {
    bottom: -2rem;
}

main section .our-story-section .splide .splide__pagination__page {
    width: 8px;
    height: 8px;
    border: 1px solid #fd6451;
    background: transparent;
    border-radius: 20px;
    opacity: 1;
}

main section .our-story-section .splide .splide__pagination__page.is-active {
    width: 48px;
    background: #fd6451;
    transform: scale(1);
    z-index: 1;
}

main section .team-section {
    margin-top: 70px;
}

main section .team-section .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 15px;
}

main section .team-section .content .child .title-border {
    margin-bottom: 10px;
}

main section .team-section .content .child:nth-child(1) {
    position: relative;
    width: 62%;
    background: rgba(23, 101, 252, 0.3);
    border-radius: 0px 4px 4px 0px;
    padding: 20px;
    top: -3px;
}

main section .team-section .content .child:nth-child(2) {
    width: 38%;
}

main section .team-section .content .child:nth-child(2) img {
    width: 100%;
    border-radius: 4px 4px 0px 4px;
}

main section .construction-sales-team {
    margin-top: 85px;
}

main section .construction-sales-team .content .box {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main section .construction-sales-team .content .box .child:nth-child(1) {
    width: 38%;
}

main section .construction-sales-team .content .box .child:nth-child(1) img {
    width: 100%;
    border-radius: 4px;
}

main section .construction-sales-team .content .box .child:nth-child(2) {
    width: 62%;
    padding-right: 15px;
}

main section .construction-sales-team .content .box .child:nth-child(2) .title-border {
    margin-bottom: 15px;
}

main section .construction-sales-team #slides-btn {
    position: relative;
    top: -16px;
    width: 62%;
    margin-right: auto;
    padding-right: 15px;
}

main section .construction-sales-team #slides-btn li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #1765fc;
    border-radius: 25px;
    cursor: pointer;
}

main section .construction-sales-team #slides-btn li.active {
    width: 40px;
    background-color: #1765fc;
}

main section .construction-sales-team #slides-btn li.active:hover {
    width: 40px;
}

main section .construction-sales-team #slides-btn li:hover {
    width: 20px;
}

main section .our-mission-section {
    margin-top: 100px;
}

main section .our-mission-section ul {
    width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 60px;
}

main section .our-mission-section ul li {
    position: relative;
    background: #ffffff;
    padding: 85px 15px 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

main section .our-mission-section ul li h5 {
    font-size: 16px;
    color: #092474;
}

main section .our-mission-section ul li p {
    font-size: 14px;
    margin-top: 10px;
}

main section .our-mission-section ul li img {
    position: absolute;
    top: -16px;
    right: 23px;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .our-mission-section ul li::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 10px;
    display: block;
    background: #fed1cb;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

main section .our-values-section {
    position: relative;
    margin-top: 100px;
    padding: 10px 0;
    height: 750px;
    overflow: hidden;
}

main section .our-values-section .circle-box-big {
    width: 620px;
    height: 620px;
    border: 1px solid #bbbbbb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

main section .our-values-section .circle-box-big .circle {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
}

main section .our-values-section .circle-box-big .circle svg {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    margin-top: 18px;
}

main section .our-values-section .circle-box-big .circle .title-border {
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 10px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

main section .our-values-section .circle-box-big .circle::before {
    content: "";
    background: #fed1cb;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

main section .our-values-section .circle-box-big .circle:nth-child(1) {
    animation: circle 12s linear infinite;
}

main section .our-values-section .circle-box-big .circle:nth-child(1)::before {
    top: 22px;
}

main section .our-values-section .circle-box-big .circle:nth-child(1) .title-border {
    margin-top: 0;
    margin-bottom: 22px;
}

main section .our-values-section .circle-box-big .circle:nth-child(2) {
    animation: circle2 12s linear infinite;
}

main section .our-values-section .circle-box-big .circle:nth-child(3) {
    animation: circle3 12s linear infinite;
}

main section .our-values-section .circle-box-big .circle:nth-child(4) {
    animation: circle4 12s linear infinite;
}

main section .our-values-section .circle-box-little {
    width: 370px;
    height: 370px;
    border: 1px solid #bbbbbb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

main section .our-values-section .circle-box-little .circle {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
}

main section .our-values-section .circle-box-little .circle svg {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    margin-top: 18px;
}

main section .our-values-section .circle-box-little .circle .title-border {
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 10px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

main section .our-values-section .circle-box-little .circle::before {
    content: "";
    background: #fed1cb;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

main section .our-values-section .circle-box-little .circle:nth-child(1) {
    animation: circle5 11s linear infinite;
}

main section .our-values-section .circle-box-little .circle:nth-child(2) {
    animation: circle6 11s linear infinite;
}

main section .our-values-section .circle-box-little .circle:nth-child(3) {
    animation: circle7 11s linear infinite;
}

main section .our-values-section .logo {
    width: 70px;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

main section .product-section {
    margin-top: 160px;
}

main section .product-section .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

main section .product-section .content .child:nth-child(1) {
    width: 40%;
    height: 378px;
    position: relative;
}

main section .product-section .content .child:nth-child(1) img {
    width: 100%;
    height: 378px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

main section .product-section .content .child:nth-child(1) ul {
    position: absolute;
    bottom: 20px;
}

main section .product-section .content .child:nth-child(1) ul li {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.384068);
    border-radius: 4px;
    margin-left: 9px;
    overflow: hidden;
}

main section .product-section .content .child:nth-child(1) ul li.active {
    border: 3px solid #1765fc;
}

main section .product-section .content .child:nth-child(1) ul li:first-child {
    margin-right: 12px;
}

main section .product-section .content .child:nth-child(1) ul li img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

main section .product-section .content .child:nth-child(2) {
    width: 30%;
    padding: 0 20px;
}

main section .product-section .content .child:nth-child(2) h1 {
    font-size: 18px;
    margin-top: 5px;
}

main section .product-section .content .child:nth-child(2) .option-title {
    display: block;
    color: #4e4e4e;
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 15px;
}

main section .product-section .content .child:nth-child(2) .select {
    height: 42px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    overflow: hidden;
}

main section .product-section .content .child:nth-child(2) .select .flex {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    cursor: pointer;
}

main section .product-section .content .child:nth-child(2) .select .flex:hover {
    background: #e0e0e0;
}

main section .product-section .content .child:nth-child(2) .select .flex .child-flex:nth-child(1) span {
    font-size: 14px;
    color: #7f7f7f;
}

main section .product-section .content .child:nth-child(2) .select .flex .child-flex:nth-child(2) span {
    font-size: 10px;
    color: #777777;
    display: inline-flex;
    flex-flow: row-reverse;
    align-items: center;
}

main section .product-section .content .child:nth-child(2) .select .flex .child-flex:nth-child(2) span span {
    display: block;
    font-family: "IRANSansX-Bold";
    font-size: 16px;
    color: #000;
    margin-right: 4px;
}

main section .product-section .content .child:nth-child(2) .select svg {
    position: relative;
    top: -3px;
    transform: scaleY(-1);
}

main section .product-section .content .child:nth-child(2) .select .box {
    height: 128px;
    margin: 5px 12px 12px 12px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

main section .product-section .content .child:nth-child(2) .select .box::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

main section .product-section .content .child:nth-child(2) .select .box::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

main section .product-section .content .child:nth-child(2) .select .box::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

main section .product-section .content .child:nth-child(2) .select .box::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

main section .product-section .content .child:nth-child(2) .select .box li {
    margin-bottom: 8px;
}

main section .product-section .content .child:nth-child(2) .select .box li:last-child {
    margin: 0;
}

main section .product-section .content .child:nth-child(2) .select .box li .form-check .form-check-input {
    float: right;
    margin-left: 9px;
    margin-top: 0px;
    width: 1.4em;
    height: 1.4em;
    cursor: pointer;
}

main section .product-section .content .child:nth-child(2) .select .box li .form-check-input:checked[type=checkbox] {
    background-image: url("../images/plus-checkbox.svg");
    background-size: 12px;
}

main section .product-section .content .child:nth-child(2) .select .box li .form-check-label {
    margin-top: 4px;
}

main section .product-section .content .child:nth-child(2) .select .box li .form-check-input:focus {
    box-shadow: none;
}

main section .product-section .content .child:nth-child(2) .pro-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

main section .product-section .content .child:nth-child(2) .pro-details .detail {
    width: 50%;
    margin: 10px 0;
}

main section .product-section .content .child:nth-child(2) .pro-details .detail:nth-child(even) {
    text-align: left;
}

main section .product-section .content .child:nth-child(2) .pro-details .detail:nth-child(even) span {
    display: inline-block;
    font-size: 15px;
    font-family: "IRANSansX-Bold";
}

main section .product-section .content .child:nth-child(2) .pro-details .detail:nth-child(even) span span {
    font-family: "IRANSansX";
    color: #777777;
    font-size: 13px;
}

main section .product-section .content .child:nth-child(2) .pro-details .detail:nth-child(odd) span {
    color: #7f7f7f;
    font-size: 15px;
}

main section .product-section .content .child:nth-child(3) {
    width: 30%;
    height: 378px;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}

main section .product-section .content .child:nth-child(3) .order-all {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    padding: 20px;
    background: #ffffff;
    border: 0.25px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

main section .product-section .content .child:nth-child(3) .order-all h4 {
    font-size: 18px;
    text-align: right;
}

main section .product-section .content .child:nth-child(3) .order-all h4 a {
    color: #000;
    line-height: 30px;
}

main section .product-section .content .child:nth-child(3) .order-all .order-all-title {
    color: #4e4e4e;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}

main section .product-section .content .child:nth-child(3) .order-all .details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
}

main section .product-section .content .child:nth-child(3) .order-all .details.details-bg-gray {
    background: #f7f7f7;
    padding: 15px 10px;
    border-radius: 4px;
}

main section .product-section .content .child:nth-child(3) .order-all .details .gray {
    font-family: "IRANSansX";
    color: #000;
}

main section .product-section .content .child:nth-child(3) .order-all .details .price-day-discount {
    position: relative;
    display: block;
    background-color: #ff7362;
    position: relative;
    padding: 7px 9px;
    border-radius: 4px;
    margin-bottom: 10px;
}

main section .product-section .content .child:nth-child(3) .order-all .details .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

main section .product-section .content .child:nth-child(3) .order-all .details .price-day-discount::after {
    content: "";
    width: 22.1px;
    height: 22px;
    background: #ff7362;
    position: absolute;
    right: -9px;
    transform: rotate(45deg);
    top: 3.3px;
    z-index: 1;
    border-radius: 4px 3px 4px 4px;
}

main section .product-section .content .child:nth-child(3) .order-all .details span {
    font-family: "IRANSansX-Bold";
}

main section .product-section .content .child:nth-child(3) .order-all .details span span {
    font-family: "IRANSansX";
    color: #777777;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 6px;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box {
    margin: 15px 0 0;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .btn-add-basket {
    width: 100%;
    display: block;
    background: #1765fc;
    color: #fff;
    border-radius: 4px;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .btn-add-basket img {
    vertical-align: middle;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .btn-add-basket:hover {
    background-color: #598ff9;
    color: #fff;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .order-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .order-control input {
    height: 43.2px;
    background: #ffffff;
    text-align: center;
    border: 0.5px solid #1765fc;
    border-radius: 4px;
    flex-grow: 1;
    margin: 0 7px;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .order-control button {
    background-color: #1765fc;
    width: 43.2px;
    height: 43.2px;
    border-radius: 4px;
}

main section .product-section .content .child:nth-child(3) .order-all .order-box .order-control button:hover {
    background-color: #598ff9;
}

main section .product-section .content .child:nth-child(3) .order-all .btn-show-more {
    display: block;
    width: 100%;
    margin: auto 0;
}

main section .product-section .content .child:nth-child(3) .order-all .btn-show-more button {
    width: 100%;
    background: #c1d4fb;
    color: #1765fc;
    border-radius: 4px;
}

main section .product-section .content .child:nth-child(3) .order-all .btn-show-more button:hover {
    background: #b1cafa;
}

main section .product-description {
    margin-top: 35px;
    font-family: IRANSansX;
}

main section .product-description span {
    line-height: 25px;
}

main section .product-description h2 {
    font-size: 20px;
    margin-bottom: 17px;
    margin-top: 35px;
    font-weight: bold;
    font-family: IRANSansX;
}

main section .product-description h3 {
    font-size: 18px;
    margin-bottom: 17px;
    margin-top: 17px;
    font-weight: bold;
    font-family: IRANSansX;
}

main section .product-description h4 {
    font-size: 16px;
    margin-bottom: 17px;
    margin-top: 35px;
    font-weight: bold;
    font-family: IRANSansX;
}

main section .product-description ul li {
    list-style: inside;
    color: #201335;
    margin: 12px 0;
    padding: 3px;
    line-height: 27px;
}

main section .product-description ul li a {
    color: #1765fc;
    padding-right: 3px;
}

main section .product-description ul li a:after {
    /* content: url("../images/arrow-left-pro.svg");*/
    display: inline-block;
    margin-right: 6px;
    align-items: center;
}

main section .product-description ol li {
    list-style: inside;
    color: #201335;
    margin: 12px 0;
    line-height: 27px;
}

main section .product-description ol li a {
    color: #1765fc;
    padding-right: 3px;
}

main section .product-description ol li a:after {
    /* content: url("../images/arrow-left-pro.svg");*/
    display: inline-block;
    margin-right: 6px;
    align-items: center;
}


main section .factor-section {
    margin-top: 160px;
}

main section .factor-section .box-content {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 18px;
    border-radius: 4px;
}

main section .factor-section .box-content .factor-title {
    display: flex;
    justify-content: space-between;
}

main section .factor-section .box-content .factor-title .child:nth-child(2) {
    margin-right: auto;
    margin-left: 40px;
}

main section .factor-section .box-content .factor-title .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

main section .factor-section .box-content .factor-title .child .status {
    display: inline-block;
    color: #7f7f7f;
    background: rgba(127, 127, 127, 0.1);
    padding: 8px 8px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 11px;
}

main section .factor-section .box-content .factor-title .child .status.orange {
    color: #ff7362;
    background: rgba(255, 114, 98, 0.1);
}

main section .factor-section .box-content .factor-title .child .status.green {
    color: #30b667;
    background: rgba(48, 182, 104, 0.1);
}

main section .factor-section .box-content .factor-title .child .status.red {
    color: #cc304b;
    background: rgba(204, 48, 74, 0.1);
}

main section .factor-section .box-content .factor-title .child .status.blue {
    color: #1765fc;
    background: rgba(23, 99, 252, 0.1);
}

main section .factor-section .box-content .brand-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 21px 0 14px;
}

main section .factor-section .box-content .price-day-discount {
    position: relative;
    display: block;
    background-color: #ff7362;
    position: relative;
    padding: 7px 9px;
    border-radius: 4px;
    margin-bottom: 10px;
}

main section .factor-section .box-content .price-day-discount span {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin: 0;
    z-index: 2;
}

main section .factor-section .box-content .price-day-discount::after {
    content: "";
    width: 22.1px;
    height: 22px;
    background: #ff7362;
    position: absolute;
    right: -9px;
    transform: rotate(45deg);
    top: 3.3px;
    z-index: 1;
    border-radius: 4px 3px 4px 4px;
}

main section .factor-section .box-content .factor-content li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 10px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}

main section .factor-section .box-content .factor-content li div {
    position: relative;
}

main section .factor-section .box-content .factor-content li div:nth-child(1) {
    width: 2%;
}

main section .factor-section .box-content .factor-content li div:nth-child(2) {
    width: 20%;
}

main section .factor-section .box-content .factor-content li div:nth-child(3) {
    width: 15%;
}

main section .factor-section .box-content .factor-content li div:nth-child(4) {
    width: 20%;
}

main section .factor-section .box-content .factor-content li div:nth-child(5) {
    width: 23%;
}

main section .factor-section .box-content .factor-content li div:nth-child(6) {
    width: 11%;
}

main section .factor-section .box-content .factor-content li span {
    color: #7c7c7c;
}

main section .factor-section .box-content .factor-content li .number {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-top: 43px;
}

main section .factor-section .box-content .factor-content li .black {
    font-size: 14px;
    color: #000000;
    margin-top: 36px;
}

main section .factor-section .box-content .factor-content li p {
    color: #7c7c7c;
    font-size: 10px;
    margin-top: 22px;
}

main section .factor-section .box-content .factor-content li p span {
    color: #000;
    font-size: 14px;
}

main section .factor-section .box-content .factor-content li .discount {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -20px;
    margin: 0;
    color: #777;
    font-size: 12px;
    text-decoration: line-through;
}

main section .factor-section .box-content .factor-content li .discount span {
    color: #777;
    font-size: 10px;
}

main section .factor-section .box-content .final-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e7faf1;
    padding: 12px 10px;
    margin: 20px 0;
    border-radius: 4px;
}

main section .factor-section .box-content .final-price-box .child .green {
    color: #67a08a;
    font-size: 14px;
}

main section .factor-section .box-content .final-price-box .child p {
    font-family: "IRANSansX-Bold";
}

main section .factor-section .box-content .final-price-box .child:nth-child(2) {
    margin-right: auto;
    margin-left: 20px;
}

main section .factor-section .box-content .final-price-box .child:nth-child(2) p {
    font-size: 14px;
}

main section .factor-section .box-content .final-price-box .child:nth-child(3) p {
    position: relative;
    top: 2px;
}

main section .factor-section .box-content .final-price-box .child:nth-child(3) p span {
    font-family: "IRANSansX";
    color: #777777;
    font-size: 10px;
}

main section .factor-section .box-content .buttons {
    display: flex;
    justify-content: flex-end;
}

main section .factor-section .box-content .buttons li {
    margin-right: 8px;
}

main section .factor-section .box-content .gray-text {
    color: #404040;
}

main section .factor-section .factor-final-box {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 18px;
    border-radius: 4px;
}

main section .factor-section .factor-final-box .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

main section .factor-section .factor-final-box .buttons li {
    width: 50%;
    list-style: none;
}

main section .factor-section .factor-final-box .buttons li:first-child {
    padding-left: 10px;
}

main section .factor-section .factor-final-box .buttons li:last-child {
    padding-right: 10px;
}

main section .factor-section .factor-final-box .buttons li .btn-default-second {
    display: block;
    font-size: 13px;
    width: 100%;
}

main section .factor-section .factor-final-box .flex {
    display: flex;
}

main section .factor-section .factor-final-box .flex .child:nth-child(2) {
    margin-right: 40px;
    margin-left: auto;
}

main section .factor-section .factor-final-box .flex .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

main section .factor-section .factor-final-box h6 {
    font-family: "IRANSansX";
    margin-bottom: 10px;
}

main section .factor-section .factor-final-box p {
    color: #404040;
}

main section .factor-section .factor-final-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

main section .factor-section .factor-final-box ul li .child {
    width: 50%;
}

main section .factor-section .factor-final-box ul li .child:nth-child(even) {
    text-align: left;
}

main section .factor-section .factor-final-box ul li span {
    color: #404040;
}

main section .factor-section .factor-final-box ul li span span {
    display: inline-block;
    font-family: "IRANSansX-Bold";
    color: #000;
    margin-left: 5px;
}

main section .basket-factor .empty-box {
    margin: 40px 0 30px;
    text-align: center;
}

main section .basket-factor .empty-box h6 {
    margin: 12px 0 20px;
}

main section .basket-factor .empty-box span {
    display: block;
    color: #404040;
    margin-bottom: 15px;
}

main section .basket-factor .empty-box a {
    color: #1765fc;
}

main section .basket-factor .empty-box a svg {
    margin-right: 5px;
}

main section .basket-factor .box-content .factor-content li div:nth-child(5) {
    width: 16%;
}

main section .basket-factor .box-content .factor-content li div:nth-child(7) {
    width: 15%;
}

main section .basket-factor .box-content .factor-content li .buttons {
    text-align: left;
}

main section .basket-factor .box-content .factor-content li .buttons li {
    padding: 10px 4px;
    margin: 0;
}

main section .basket-factor .box-content .factor-content li .buttons li:last-child {
    padding-left: 0;
}

main section .basket-factor .box-content .factor-content li .buttons li button {
    width: 34px;
    height: 34px;
    background-color: #b9d1fe;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 0;
}

main section .basket-factor .box-content .factor-content li .buttons li button:hover {
    background-color: #d7e5fe;
}

main section .basket-factor .box-content .factor-content li .edit {
    display: none;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 25px;
    text-align: left;
}

main section .basket-factor .box-content .factor-content li .edit li {
    display: inline-block;
    padding: 0;
}

main section .basket-factor .box-content .factor-content li .edit li .btn-default {
    height: 34px;
    padding: 5px;
    font-size: 12px;
}

main section .basket-factor .box-content .factor-content li .edit li input {
    width: 34px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #1765fc;
    text-align: center;
    margin-left: 4px;
    border-radius: 4px;
}

main section .basket-factor .toggle {
    --width: 90px;
    --height: calc(var(--width) / 3);
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

main section .basket-factor .toggle input {
    display: none;
}

main section .basket-factor .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background: #777777;
    transition: all 0.4s ease-in-out;
}

main section .basket-factor .toggle:hover .slider {
    background: rgba(119, 119, 119, 0.7);
}

main section .basket-factor .toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

main section .basket-factor .toggle input:checked + .slider {
    background: #30b667;
}

main section .basket-factor .toggle input:checked + .slider::before {
    top: 2px;
    left: 1px;
}

main section .basket-factor .toggle:hover input:checked + .slider {
    background: #2ba15c;
}

main section .basket-factor .toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

main section .basket-factor .toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

main section .basket-factor .toggle .labels::after {
    content: attr(data-off);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    right: 7px;
    color: #fff;
    opacity: 1;
    transition: all 0s;
    transform: rotate(180deg);
}

main section .basket-factor .toggle .labels::before {
    content: attr(data-on);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    left: calc(var(--height) - var(--width) + 7px);
    color: #ffffff;
    opacity: 0;
    transition: all 0s;
}

main section .basket-factor .toggle input:checked ~ .labels::after {
    opacity: 0;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

main section .basket-factor .toggle input:checked ~ .labels::before {
    opacity: 1;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

main section .basket-factor hr {
    margin: 20px 0;
}

main section .basket-factor .pay-way-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

main section .basket-factor .pay-way-flex p {
    color: #7f7f7f;
    font-size: 12px;
}

main section .basket-factor .box-yellow {
    display: flex;
    justify-content: space-between;
    background: rgba(253, 190, 1, 0.1);
    padding: 15px;
    margin: 12px 0;
    border-radius: 4px;
    flex-wrap: wrap;
}

main section .basket-factor .box-yellow div {
    width: 8%;
}

main section .basket-factor .box-yellow div svg {
    margin-left: 5px;
}

main section .basket-factor .box-yellow p {
    width: 92%;
}

main section .basket-factor .box-green {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(48, 182, 104, 0.1);
    padding: 15px;
    margin: 12px 0;
    border-radius: 4px;
}

main section .basket-factor .box-green div {
    width: 8%;
}

main section .basket-factor .box-green div svg {
    margin-left: 5px;
}

main section .basket-factor .box-green p {
    width: 92%;
}

main section .basket-factor .btn-success {
    display: block;
    width: 100%;
    padding: 13px;
    background: #30b667;
    border-radius: 4px;
}

main section .basket-factor .btn-success:hover {
    background: #2ba15c;
}

main section .contact-us-plp-section {
    padding-top: 160px;
    padding-bottom: 25px;
}

main section .contact-us-plp-section .title-box {
    background: #e8f0ff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

main section .contact-us-plp-section .title-box .child {
    width: 50%;
}

main section .contact-us-plp-section .title-box .child h4 {
    color: #092474;
}

main section .contact-us-plp-section .title-box .child img {
    display: block;
    width: 300px;
    max-width: 70%;
    margin: 20px auto 0;
}

main section .contact-us-plp-section .title-box .child .text-box {
    height: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

main section .contact-us-plp-section .title-box .child .text-box h5 {
    color: #092474;
}

main section .contact-us-plp-section .title-box .child .text-box p {
    margin-top: 15px;
}

main section .contact-us-plp-section .links {
    margin-bottom: 20px;
}

main section .contact-us-plp-section .flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

main section .contact-us-plp-section .flex .child {
    background-color: #e8f0ff;
    width: 50%;
    text-align: center;
}

main section .contact-us-plp-section .flex .child img {
    width: 400px;
    height: auto;
    min-height: 300px;
    max-height: 320px;
    -o-object-fit: contain;
    object-fit: contain;
}

main section .contact-us-plp-section .flex .child img[src=""] {
    content: url("../images/empty.png");
}

main section .contact-us-plp-section .flex .child:nth-child(2),
main section .contact-us-plp-section .flex .child:nth-child(3) {
    position: relative;
    background: #092474;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

main section .contact-us-plp-section .flex .child:nth-child(2)::before,
main section .contact-us-plp-section .flex .child:nth-child(3)::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 15px;
    background: #092474;
    border-radius: 0 20px 20px 0;
    z-index: 2;
}

main section .contact-us-plp-section .flex .child:nth-child(2) .buttons,
main section .contact-us-plp-section .flex .child:nth-child(3) .buttons {
    width: 70%;
    margin: 20px auto 0;
}

main section .contact-us-plp-section .flex .child:nth-child(2) .buttons li,
main section .contact-us-plp-section .flex .child:nth-child(3) .buttons li {
    margin: 20px 0;
}

main section .contact-us-plp-section .flex .child:nth-child(2) .buttons li .btn-white,
main section .contact-us-plp-section .flex .child:nth-child(3) .buttons li .btn-white {
    width: 100%;
    height: 52px;
    display: block;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 4px;
}

main section .contact-us-plp-section .flex .child:nth-child(2) .buttons li .btn-white svg,
main section .contact-us-plp-section .flex .child:nth-child(3) .buttons li .btn-white svg {
    filter: brightness(0%) invert(1);
}

main section .contact-us-plp-section .flex .child:nth-child(2) .buttons li .btn-blue,
main section .contact-us-plp-section .flex .child:nth-child(3) .buttons li .btn-blue {
    height: 52px;
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #092474;
    border-radius: 4px;
}

main section .contact-us-plp-section .flex .child:nth-child(2) .buttons li .btn-blue:hover,
main section .contact-us-plp-section .flex .child:nth-child(3) .buttons li .btn-blue:hover {
    background: #d7e5fe;
    border: 1px solid #d7e5fe;
}

main section .filter-plp-section {
    margin-bottom: -35px;
    position: sticky;
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 25px;
    top: 80px;
    z-index: 7;
    margin-top: 16px;
}

main section .filter-plp-section h6 {
    color: #333333;
    margin-bottom: 10px;
}

main section .filter-plp-section .item {
    margin-top: 15px;
}

main section .filter-plp-section .item li {
    font-family: "IRANSansX-Bold";
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 15px;
}

main section .filter-plp-section .item li button {
    background: #ffffff;
    padding: 12px 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

main section .filter-plp-section .item li button:hover {
    background: #f5f5f5;
}

main section .filter-plp-section .main-content {
    margin-top: 4px;
}

main section .filter-plp-section .main-content .search-plp {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

main section .filter-plp-section .main-content .search-plp input {
    background: #ffffff;
    border: 1px solid #1765fc;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
    width: 390px;
    max-width: 100%;
}

main section .filter-plp-section .main-content .search-plp input::-moz-placeholder {
    color: #1765fc;
    opacity: 1;
}

main section .filter-plp-section .main-content .search-plp input::placeholder {
    color: #1765fc;
    opacity: 1;
}

main section .filter-plp-section .main-content .search-plp input:hover {
    background: #d7e5fe;
}

main section .filter-plp-section .main-content .search-plp svg {
    position: absolute;
    top: 13px;
    right: 8px;
}

main section .filter-plp-section .main-content .main-mega-search-content {
    position: relative;
    display: inline-block;
}

main section .filter-plp-section .main-content .main-mega-search-content #filter-mega.active-btn {
    background: rgba(23, 101, 252, 0.7);
}

main section .filter-plp-section .main-content .main-mega-search-content .num {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-top: 2px;
    border-radius: 50%;
    background: #092474;
    vertical-align: middle;
}

.catTitle {
    padding-right: 7%;
    margin-bottom: 40px;
    background-color: white;
    height: 35px;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search {
    display: none;
    position: absolute;
    width: 488px;
    height: 340px;
    background: #fff;
    border-radius: 4px;
    z-index: 10;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 13px;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.25));
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child {
    width: 50%;
    padding: 15px;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat {
    height: 284px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li {
    position: relative;
    display: block;
    padding: 15px 4px;
    cursor: pointer;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li svg {
    position: absolute;
    left: 1px;
    top: 8px;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li.active {
    background: #f9f9f9;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li:hover {
    background: #f9f9f9;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li .selected-items {
    padding: 0;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li .selected-items li {
    display: inline-block;
    background: #1765fc;
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    border-radius: 4px;
    margin-top: 12px;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child:nth-child(1) .filter-cat li .selected-items li svg {
    position: static;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child .mega-search-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main section .filter-plp-section .main-content .main-mega-search-content .mega-search .child .mega-search-flex button {
    position: relative;
    top: -6px;
    color: #1765fc;
}

main section .filter-plp-section .all-filter-box .filter-box {
    display: none;
}

main section .filter-plp-section .box {
    height: 284px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
}

main section .filter-plp-section .box::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

main section .filter-plp-section .box::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

main section .filter-plp-section .box::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

main section .filter-plp-section .box::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

main section .filter-plp-section .box li {
    margin-bottom: 8px;
}

main section .filter-plp-section .box li:last-child {
    margin: 0;
}

main section .filter-plp-section .box li .form-check .form-check-input {
    float: right;
    margin-left: 9px;
    margin-top: 0px;
    width: 1.4em;
    height: 1.4em;
    cursor: pointer;
}

main section .filter-plp-section .box li .form-check-input:checked[type=checkbox] {
    background-image: url("../images/plus-checkbox.svg");
    background-size: 12px;
}

main section .filter-plp-section .box li .form-check-label {
    margin-top: 4px;
}

main section .filter-plp-section .box li .form-check-input:focus {
    box-shadow: none;
}

main section .plp-products-section {
    margin-top: -16px;
    background-color: #fff;
    padding: 0 0 20px;
}

main section .plp-products-section .gray-text {
    color: #404040;
}

main section .plp-products-section .price-day-discount {
    position: relative;
    display: inline-block;
    height: 22px;
    background-color: #ff7362;
    color: #fff !important;
    position: relative;
    padding: 0.6px 17px;
    margin-right: 10px;
    border-radius: 4px;
}

main section .plp-products-section .price-day-discount span {
    position: relative;
    top: -2px;
    color: #fff !important;
    margin: 0;
    z-index: 2;
}

main section .plp-products-section .price-day-discount::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #ff7362;
    position: absolute;
    right: -6px;
    transform: rotate(45deg);
    top: 3px;
    z-index: 1;
    border-radius: 3px;
}

main section .plp-products-section .factor-final-box {
    position: sticky;
    top: 245px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 18px;
    border-radius: 4px;
}

main section .plp-products-section .factor-final-box.final-plp {
    background: #f9f9f9;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box {
    margin: 18px 0 12px;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .show-more-content-btn {
    position: relative;
    width: 100%;
    display: block;
    color: #1765fc;
    border-top: 1px solid #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 20px 15px;
    text-align: right;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .show-more-content-btn svg {
    position: absolute;
    left: 15px;
    top: 25px;
    transform: scaleY(-1);
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .show-more-content-btn.active svg {
    transform: scaleY(1);
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content {
    height: 0;
    overflow: hidden;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 5px;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content .flex .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 7px 9px;
    border-radius: 4px;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content .flex .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    font-size: 13px;
    z-index: 2;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content .flex .price-day-discount::after {
    content: "";
    width: 22.1px;
    height: 22px;
    background: #ff7362;
    position: absolute;
    right: -9px;
    transform: rotate(45deg);
    top: 3.3px;
    z-index: 1;
    border-radius: 4px 3px 4px 4px;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content .flex .brand-name {
    color: #333333;
    font-size: 16px;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul {
    border-bottom: 1px solid #dddddd;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li {
    display: block;
    padding: 0;
    margin: 8px 12px;
    padding-bottom: 22px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dddddd;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li div {
    margin-bottom: 15px;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li div:last-child {
    margin: 0;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li p {
    display: inline-block;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li p span {
    display: inline-block;
    font-size: 10px;
    color: #777777;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li .discount {
    font-family: "IRANSansX";
    text-decoration: line-through;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li .d-flex {
    justify-content: space-between;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li span {
    display: inline;
    color: #7c7c7c;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li .bold {
    display: block;
    font-family: "IRANSansX-Bold";
    color: #000;
    text-align: left;
}

main section .plp-products-section .factor-final-box.final-plp .show-more-content-box .content ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 14px;
}

main section .plp-products-section .factor-final-box .flex {
    display: flex;
}

main section .plp-products-section .factor-final-box .flex .child:nth-child(2) {
    margin-right: 40px;
    margin-left: auto;
}

main section .plp-products-section .factor-final-box .flex .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

main section .plp-products-section .factor-final-box h6 {
    font-family: "IRANSansX";
    margin-bottom: 10px;
}

main section .plp-products-section .factor-final-box p {
    color: #404040;
}

main section .plp-products-section .factor-final-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

main section .plp-products-section .factor-final-box ul li .child {
    width: 50%;
}

main section .plp-products-section .factor-final-box ul li .child:nth-child(even) {
    text-align: left;
}

main section .plp-products-section .factor-final-box ul li span {
    color: #404040;
}

main section .plp-products-section .factor-final-box ul li span span {
    display: inline-block;
    font-family: "IRANSansX-Bold";
    color: #000;
    margin-left: 5px;
}

main section .plp-products-section .toggle {
    --width: 90px;
    --height: calc(var(--width) / 3);
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

main section .plp-products-section .toggle input {
    display: none;
}

main section .plp-products-section .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background: #777777;
    transition: all 0.4s ease-in-out;
}

main section .plp-products-section .toggle:hover .slider {
    background: rgba(119, 119, 119, 0.7);
}

main section .plp-products-section .toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

main section .plp-products-section .toggle input:checked + .slider {
    background: #30b667;
}

main section .plp-products-section .toggle input:checked + .slider::before {
    top: 2px;
    left: 1px;
}

main section .plp-products-section .toggle:hover input:checked + .slider {
    background: #2ba15c;
}

main section .plp-products-section .toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

main section .plp-products-section .toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

main section .plp-products-section .toggle .labels::after {
    content: attr(data-off);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    right: 7px;
    color: #fff;
    opacity: 1;
    transition: all 0s;
    transform: rotate(180deg);
}

main section .plp-products-section .toggle .labels::before {
    content: attr(data-on);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    left: calc(var(--height) - var(--width) + 7px);
    color: #ffffff;
    opacity: 0;
    transition: all 0s;
}

main section .plp-products-section .toggle input:checked ~ .labels::after {
    opacity: 0;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

main section .plp-products-section .toggle input:checked ~ .labels::before {
    opacity: 1;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

main section .plp-products-section hr {
    margin: 20px 0;
}

main section .plp-products-section .pay-way-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

main section .plp-products-section .pay-way-flex p {
    color: #7f7f7f;
    font-size: 12px;
}

main section .plp-products-section .box-yellow {
    display: flex;
    justify-content: space-between;
    background: rgba(253, 190, 1, 0.1);
    padding: 15px;
    margin: 12px 0;
    border-radius: 4px;
    flex-wrap: wrap;
}

main section .plp-products-section .box-yellow div {
    width: 8%;
}

main section .plp-products-section .box-yellow div svg {
    margin-left: 5px;
}

main section .plp-products-section .box-yellow p {
    width: 92%;
}

main section .plp-products-section .box-green {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(48, 182, 104, 0.1);
    padding: 15px;
    margin: 12px 0;
    border-radius: 4px;
}

main section .plp-products-section .box-green div {
    width: 8%;
}

main section .plp-products-section .box-green div svg {
    margin-left: 5px;
}

main section .plp-products-section .box-green p {
    width: 92%;
}

main section .plp-products-section .btn-success {
    display: block;
    width: 100%;
    padding: 13px;
    background: #30b667;
    border-radius: 4px;
}

main section .plp-products-section .btn-success:hover {
    background: #2ba15c;
}

main section .plp-products-section .product-box {
    margin-top: 14px !important;
}

main section .plp-products-section .product-box img {
    display: inline-block;
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    background: white;
}

main section .plp-products-section .product-box div {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

main section .plp-products-section .product-box div h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

main section .plp-products-section .product-box div a {
    color: #000000;
}

main section .plp-products-section .product-day {
    background: #f1f1f1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 14px;
    height: 86px;
    overflow: hidden;
    padding-bottom: 5px;
}

main section .plp-products-section .product-day .button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    cursor: pointer;
}

main section .plp-products-section .product-day .button div:nth-child(1) {
    width: 70%;
}

main section .plp-products-section .product-day .button.active-button svg {
    transform: scaleY(1);
}

main section .plp-products-section .product-day .button h6 {
    font-size: 17px;
}

main section .plp-products-section .product-day .button p {
    text-align: center;
    font-size: 14px;
}

main section .plp-products-section .product-day .button p span {
    color: #7c7c7c;
    font-size: 12px;
}

main section .plp-products-section .product-day .button svg {
    transform: scaleY(-1);
}

main section .plp-products-section .product-day .flex-day {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    padding: 15px 5px;
    margin: 14px;
    margin-top: 15px;
    border-radius: 4px;
}

main section .plp-products-section .product-day .flex-day .total-price-day span {
    animation: fadeIn 0.3s ease-in-out;
}

main section .plp-products-section .product-day .flex-day:hover {
    box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(odd) {
    display: block !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(1) {
    width: 10% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(2) {
    width: 10% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(3) {
    width: 10% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(4) {
    width: 15% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(5) {
    display: none !important;
    width: 15% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(6) {
    width: 20% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1) .child-flex-day:nth-child(7) {
    width: 20% !important;
}

main section .plp-products-section .product-day .flex-day:nth-child(1):hover {
    box-shadow: none;
}

main section .plp-products-section .product-day .flex-day span {
    font-size: 14px;
    color: #4c4c4c;
}

main section .plp-products-section .product-day .flex-day p {
    font-size: 14px;
}

main section .plp-products-section .product-day .flex-day p b {
    font-weight: 400;
    font-size: 12px;
}

main section .plp-products-section .product-day .flex-day p span {
    display: inline-block;
    font-size: 10px;
    color: #777777;
}

main section .plp-products-section .product-day .flex-day .price {
    font-family: "IRANSansX-Bold";
}

main section .plp-products-section .product-day .flex-day .price .number-price {
    direction: ltr;
    display: inline-block;
    color: #201335;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-left: 5px;
}

main section .plp-products-section .product-day .flex-day .price .title-price {
    font-family: "IRANSansX";
    font-size: 11px;
    color: #777777;
}

main section .plp-products-section .product-day .flex-day .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 7px 9px;
    border-radius: 4px;
}

main section .plp-products-section .product-day .flex-day .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

main section .plp-products-section .product-day .flex-day .price-day-discount::after {
    content: "";
    width: 22.1px;
    height: 21.8px;
    background: #ff7362;
    position: absolute;
    left: -9px;
    transform: rotate(45deg);
    top: 3.2px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
}

main section .plp-products-section .product-day .flex-day .btn-more-pro-details-toggle {
    position: relative;
    z-index: 5;
}

main section .plp-products-section .product-day .flex-day .btn-more-pro-details-toggle > svg {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(200deg) brightness(80%) contrast(119%);
}

main section .plp-products-section .product-day .flex-day .btn-quotation {
    position: relative;
    width: 100%;
    display: block;
    color: #1765fc;
    background: #b9d1fe;
    border-radius: 4px;
    padding: 9px 0;
    font-size: 13px;
    z-index: 5;
}

main section .plp-products-section .product-day .flex-day .btn-quotation img {
    width: 12px;
    vertical-align: middle;
}

main section .plp-products-section .product-day .flex-day .btn-quotation:active,
main section .plp-products-section .product-day .flex-day .btn-quotation:focus {
    color: #1765fc;
    background: #b9d1fe;
}

main section .plp-products-section .product-day .flex-day .btn-quotation:hover {
    color: #1765fc;
    background: #d7e5fe;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .btn-add-basket-plp {
    width: 100%;
    display: block;
    color: #1765fc;
    background: #b9d1fe;
    border-radius: 4px;
    padding: 9px 0;
    font-size: 13px;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .btn-add-basket-plp img {
    width: 12px;
    vertical-align: middle;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .btn-add-basket-plp:active,
main section .plp-products-section .product-day .flex-day .order-box-plp .btn-add-basket-plp:focus {
    color: #1765fc;
    background: #b9d1fe;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .btn-add-basket-plp:hover {
    color: #1765fc;
    background: #d7e5fe;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .order-control-plp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .order-control-plp input {
    font-size: 12px;
    height: 38.2px;
    width: 35%;
    background: #ffffff;
    text-align: center;
    border: 0.5px solid #1765fc;
    border-radius: 4px;
    flex-grow: 1;
    margin: 0 7px;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .order-control-plp button {
    background-color: #1765fc;
    width: 38.2px;
    height: 38.2px;
    padding-top: 4px;
    border-radius: 4px;
}

main section .plp-products-section .product-day .flex-day .order-box-plp .order-control-plp button:hover {
    background-color: #598ff9;
}

main section .plp-products-section .product-day .flex-day .more-pro-details {
    display: none;
    position: absolute;
    right: 39%;
    top: calc(100% + 10px);
    width: 360px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.294848);
    padding: 15px 20px;
    text-align: right;
    z-index: 6;
}

main section .plp-products-section .product-day .flex-day .more-pro-details h5 {
    font-size: 14px;
}

main section .plp-products-section .product-day .flex-day .more-pro-details ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

main section .plp-products-section .product-day .flex-day .more-pro-details ul li {
    width: 50%;
}

main section .plp-products-section .product-day .flex-day .more-pro-details ul li:nth-child(even) {
    text-align: left;
}

main section .plp-products-section .product-day .flex-day .more-pro-details ul li:nth-child(even) p {
    font-family: "IRANSansX-Bold";
}

main section .plp-products-section .product-day .flex-day .more-pro-details ul li:nth-child(even) p span {
    font-family: "IRANSansX";
}

main section .plp-products-section .product-day .flex-day .more-pro-details .btn {
    width: 100%;
    display: block;
}

main section .plp-products-section .product-day .flex-day .close-box-all {
    position: absolute;
    left: 11px;
    top: 12px;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 360px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.294848);
    padding: 15px 20px;
    text-align: right;
    z-index: 6;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details h5 {
    font-size: 14px;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details .order-box-quotation .order-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details .order-box-quotation .order-control input {
    height: 38.2px;
    width: 35%;
    background: #ffffff;
    text-align: center;
    border: 0.5px solid #1765fc;
    border-radius: 4px;
    flex-grow: 1;
    margin: 0 7px;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details .order-box-quotation .order-control button {
    background-color: #1765fc;
    width: 38.2px;
    height: 38.2px;
    padding-top: 4px;
    border-radius: 4px;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details .order-box-quotation .order-control button:hover {
    background-color: #598ff9;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details ul li {
    width: 50%;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details ul li:nth-child(even) {
    text-align: left;
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details ul li:nth-child(even) p {
    font-family: "IRANSansX-Bold";
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details ul li:nth-child(even) p span {
    font-family: "IRANSansX";
}

main section .plp-products-section .product-day .flex-day .quotation-pro-details .btn {
    width: 100%;
    display: block;
}

main section .plp-products-section .product-day .flex-day .child-flex-day {
    position: relative;
    text-align: center;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(odd) {
    display: none;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:last-child {
    display: block;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(2) {
    width: 10%;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(4) {
    width: 10%;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(6) {
    width: 10%;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(8) {
    width: 15%;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(10) {
    width: 15%;
    display: none;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(12) {
    width: 20%;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(13) {
    width: 20%;
    display: block !important;
}

main section .plp-products-section .product-day .flex-day .child-flex-day:nth-child(14) {
    width: 15%;
}

main section .by-type-section {
    margin-top: 60px;
}

main section .filter-by-brand-n {
    margin-top: 30px;
}

main section .filter-by-brand-n .tabs {
    font-family: "IRANSansX-Bold";
    margin-top: 15px;
}

main section .filter-by-brand-n .tabs li {
    position: relative;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

main section .filter-by-brand-n .tabs li.active {
    box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #1765fc;
}

main section .filter-by-brand-n .tabs li.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    background-color: #1765fc;
}

main section .filter-by-brand-n .main-content-w {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .alert {
    width: 60%;
    background-color: #faeaed;
    display: flex;
    align-items: center;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .alert svg {
    margin-left: 5px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child button:not(.select-cu) {
    position: relative;
    display: block;
    font-family: "IRANSansX-Bold";
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: right;
    padding: 20px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-top-color: #dddddd;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child button:not(.select-cu) span {
    position: absolute;
    left: 10px;
    font-family: "IRANSansX";
    font-size: 14px;
    color: #000;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child button:not(.select-cu) span svg {
    margin-right: 8px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child button:not(.select-cu).active {
    color: #092474;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child button:not(.select-cu).active span svg {
    transform: scale(-1);
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child button:not(.select-cu):hover {
    border: 1px solid #dddddd;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n {
    height: 0;
    overflow: hidden;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 7px;
    border: 1px solid transparent;
    border-bottom-color: #dddddd !important;
    border-radius: 4px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li span {
    font-size: 12px;
    margin: 0 4px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li:hover {
    border: 1px solid blue;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li:last-child {
    border-bottom-color: transparent;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li:last-child:hover {
    border: 1px solid blue;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child {
    position: relative;
    padding: 0 12px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .label span {
    color: #777777;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu {
    position: relative;
    width: 90%;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 9px;
    border: 1px solid #1765fc;
    border-radius: 4px;
    text-align: right;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu svg {
    position: absolute;
    left: 5px;
    top: 4px;
    transform: scale(-1);
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box {
    display: none;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 12px;
    position: absolute;
    width: 390px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
    top: 59px;
    border-radius: 4px;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
    z-index: 1007;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box .close-select-cu {
    position: absolute;
    left: 15px;
    top: 7px;
    width: auto;
    border: none !important;
    padding: 0;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box.active {
    display: block;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box li {
    display: block;
    padding: 10px 5px;
    border: none;
    cursor: pointer;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box li.blue {
    color: #1765fc !important;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid #333333;
    vertical-align: middle;
    margin-left: 8px;
    border-radius: 4px;
    text-align: center;
    padding-top: 5px;
    padding-left: 1px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .select-cu-box li.active::before {
    content: url("../images/plus-checkbox.svg");
    background: #1765fc;
    border: 1px solid #1765fc;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 5px 3px;
    margin-left: 8px;
    border-radius: 4px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .price-day-discount::after {
    content: "";
    width: 17px;
    height: 19px;
    background: #ff7362;
    position: absolute;
    left: -7px;
    transform: rotate(45deg);
    top: 2px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .price {
    font-family: "IRANSansX-Bold";
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .price span {
    font-family: "IRANSansX";
    color: #777777;
    font-size: 12px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .btn-blue {
    width: auto;
    display: inline-block;
    padding: 9px;
    font-family: "IRANSansX";
    font-size: 13px;
    color: #bbbbbb;
    border: 1px solid #bbbbbb;
    margin-left: 4px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .btn-blue svg {
    width: 20px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .btn-blue.active {
    color: #1765fc;
    background: rgba(23, 101, 252, 0.3);
    border-color: rgba(23, 101, 252, 0.3);
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .btn-blue.active svg path {
    fill: #1765fc;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .btn-add-mobile-2 {
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1765fc;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child .btn-edit-mobile-2 {
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: rgba(23, 101, 252, 0.3);
    border: 1px solid rgba(23, 101, 252, 0.3);
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child input {
    width: 140px;
    border: 1px solid #1765fc;
    border-radius: 4px;
    padding: 11px;
    font-size: 11px;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child:nth-child(1) {
    padding: 15px 0 0;
    width: 35%;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child:nth-child(2) {
    width: 20%;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child:nth-child(3) {
    padding: 25px 0 0;
    width: 22%;
    text-align: center;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child:nth-child(4) {
    padding: 15px 0 0;
    width: 23%;
    text-align: left;
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child:nth-child(4) .close-s {
    display: none;
}

@media screen and (max-width: 992px) {
    main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n ul li .child:nth-child(4) .close-s {
        display: inline-block;
        width: auto;
        padding: 0;
        border: none;
        position: absolute;
        left: 20px;
        top: 10px;
    }
}

main section .filter-by-brand-n .main-content-w .main-content-w-box .main-content-w-child .acc-filter-by-brand-n.active {
    height: auto;
    overflow: unset;
}

main section .by-type-section ul {
    margin-top: 25px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

main section .by-type-section ul li {
    position: relative;
    width: 14.2857142857%;
    text-align: center;
    padding: 26px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

main section .by-type-section ul li .link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

main section .by-type-section ul li img {
    width: 80%;
    margin: 0 auto;
}

main section .by-type-section ul li span {
    display: block;
    color: #092474;
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
}

main section .by-type-section ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
    border: 0.5px solid rgba(187, 187, 187, 0.3529411765);
    margin: auto 0;
}

main section .by-type-section ul li:nth-child(1)::after,
main section .by-type-section ul li:nth-child(8)::after,
main section .by-type-section ul li:nth-child(15)::after,
main section .by-type-section ul li:nth-child(22)::after,
main section .by-type-section ul li:nth-child(29)::after,
main section .by-type-section ul li:nth-child(36)::after,
main section .by-type-section ul li:nth-child(43)::after,
main section .by-type-section ul li:nth-child(50)::after {
    display: none;
}

main section .by-type-section ul li:hover {
    border: 1px solid #1765fc;
}

main section .by-type-section ul li:hover::after {
    display: none;
}

main section .by-type-section ul li:hover + li::after {
    display: none;
}

main section .by-brand-section {
    margin-top: 60px;
    margin-bottom: 80px;
}

main section .by-brand-section ul {
    margin-top: 25px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

main section .by-brand-section ul li {
    position: relative;
    width: 11.1111111111%;
    text-align: center;
    padding: 26px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

main section .by-brand-section ul li .link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

main section .by-brand-section ul li img {
    width: 40%;
    margin: 0 auto;
}

main section .by-brand-section ul li span {
    display: block;
    color: #092474;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
}

main section .by-brand-section ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60%;
    border: 0.5px solid rgba(187, 187, 187, 0.3529411765);
    margin: auto 0;
}

main section .by-brand-section ul li:nth-child(1)::after,
main section .by-brand-section ul li:nth-child(10)::after,
main section .by-brand-section ul li:nth-child(19)::after,
main section .by-brand-section ul li:nth-child(28)::after,
main section .by-brand-section ul li:nth-child(37)::after,
main section .by-brand-section ul li:nth-child(46)::after,
main section .by-brand-section ul li:nth-child(55)::after,
main section .by-brand-section ul li:nth-child(64)::after {
    display: none;
}

main section .by-brand-section ul li:hover {
    border: 1px solid #1765fc;
}

main section .by-brand-section ul li:hover::after {
    display: none;
}

main section .by-brand-section ul li:hover + li::after {
    display: none;
}

/* new codes */
main section .order-section {
    margin-top: 150px;
}

main section .order-section.active-menu {
    position: relative;
    z-index: 1;
}

main section .order-section .page-title {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 19px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

main section .order-section .page-title h3 {
    font-size: 18px;
}

main section .order-section .page-title .back-btn {
    position: absolute;
    right: 10px;
    top: 19px;
}

main section .order-section .page-title .back-btn svg {
    width: 20px;
    height: auto;
}

main section .order-section .order-side-factor {
    height: 88.5vh;
    width: 360px;
    position: fixed;
    left: 0;
    top: 4.7rem;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
    z-index: 1007;
}

main section .order-section .order-side-factor::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

main section .order-section .order-side-factor::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

main section .order-section .order-side-factor::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

main section .order-section .order-side-factor::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

main section .order-section .order-side-factor .main-basket-content-u {
    padding: 18px 18px 0 18px;
}

main section .order-section .order-side-factor .toggle {
    --width: 90px;
    --height: calc(var(--width) / 3);
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

main section .order-section .order-side-factor .toggle input {
    display: none;
}

main section .order-section .order-side-factor .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background: #777777;
    transition: all 0.4s ease-in-out;
}

main section .order-section .order-side-factor .toggle:hover .slider {
    background: rgba(119, 119, 119, 0.7);
}

main section .order-section .order-side-factor .toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

main section .order-section .order-side-factor .toggle input:checked + .slider {
    background: #30b667;
}

main section .order-section .order-side-factor .toggle input:checked + .slider::before {
    top: 2px;
    left: 1px;
}

main section .order-section .order-side-factor .toggle:hover input:checked + .slider {
    background: #2ba15c;
}

main section .order-section .order-side-factor .toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

main section .order-section .order-side-factor .toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

main section .order-section .order-side-factor .toggle .labels::after {
    content: attr(data-off);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    right: 7px;
    color: #fff;
    opacity: 1;
    transition: all 0s;
    transform: rotate(180deg);
}

main section .order-section .order-side-factor .toggle .labels::before {
    content: attr(data-on);
    font-family: "IRANSansX";
    position: absolute;
    top: 1.5px;
    left: calc(var(--height) - var(--width) + 7px);
    color: #ffffff;
    opacity: 0;
    transition: all 0s;
}

main section .order-section .order-side-factor .toggle input:checked ~ .labels::after {
    opacity: 0;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

main section .order-section .order-side-factor .toggle input:checked ~ .labels::before {
    opacity: 1;
    transform: translateX(calc(var(--width) - var(--height))) rotate(180deg);
}

main section .order-section .order-side-factor hr {
    margin: 20px 0;
}

main section .order-section .order-side-factor .pay-way-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

main section .order-section .order-side-factor .pay-way-flex p {
    color: #7f7f7f;
    font-size: 12px;
}

main section .order-section .order-side-factor .invoice-text {
    padding: 18px 18px 5px;
    background: #f7f7f7;
    margin-top: 20px;
    border-radius: 4px;
}

main section .order-section .order-side-factor .invoice-price {
    padding: 18px;
    background: #f7f7f7;
    border-radius: 4px;
}

main section .order-section .order-side-factor .invoice-price li:first-child {
    margin-top: 0;
}

main section .order-section .order-side-factor .order-basket-btn-box {
    background: #fff;
    position: sticky;
    bottom: 0;
    padding: 15px;
    z-index: 10;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
}

main section .order-section .order-side-factor .box-green {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(48, 182, 104, 0.1);
    padding: 15px;
    margin: 12px 0;
    border-radius: 4px;
}

main section .order-section .order-side-factor .box-green div {
    width: 8%;
}

main section .order-section .order-side-factor .box-green div svg {
    margin-left: 5px;
}

main section .order-section .order-side-factor .box-green p {
    width: 92%;
}

main section .order-section .order-side-factor .btn-success {
    display: block;
    width: 100%;
    padding: 13px;
    background: #30b667;
    border-radius: 4px;
}

main section .order-section .order-side-factor .btn-success:hover {
    background: #2ba15c;
}

main section .order-section .order-side-factor .show-more-content-box .content {
    min-height: 30vh;
}

main section .order-section .order-side-factor .show-more-content-box .content li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

main section .order-section .order-side-factor .show-more-content-box .content li:last-child {
    border-bottom: none;
}

main section .order-section .order-side-factor .show-more-content-box .content .btn-delete {
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #b9d1fe;
    border-radius: 2px;
    margin-left: 5px;
}

main section .order-section .order-side-factor .show-more-content-box .content .btn-delete img {
    width: 20px;
}

main section .order-section .order-side-factor .show-more-content-box .content h5 {
    font-size: 0.8rem;
    line-height: 29px;
}

main section .order-section .order-side-factor .show-more-content-box .content b {
    font-family: "IRANSansX-Bold";
    font-weight: normal;
    margin-left: 3px;
}

main section .order-section .order-side-factor .show-more-content-box .content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li {
    width: 50%;
    display: block;
    font-size: 11px;
    padding: 8px 0;
    border: none;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li span {
    display: inline;
    font-size: 11px;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 5px 3px;
    margin-left: 8px;
    border-radius: 4px;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li .price-day-discount::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #ff7362;
    position: absolute;
    left: -5px;
    transform: rotate(45deg);
    top: 2px;
    z-index: 1;
    border-radius: 4px 4px 4px 4px;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li p {
    display: inline-block;
    font-size: 11px;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li input {
    width: 60%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
}

main section .order-section .order-side-factor .show-more-content-box .content ul li input:focus {
    border: 1px solid #1765fc;
}

main section .order-section .order-side-factor .flex {
    display: flex;
}

main section .order-section .order-side-factor .flex .child:nth-child(2) {
    margin-right: 40px;
    margin-left: auto;
}

main section .order-section .order-side-factor .flex .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

main section .order-section .order-side-factor h6 {
    font-family: "IRANSansX";
    margin-bottom: 10px;
}

main section .order-section .order-side-factor p {
    color: #404040;
}

main section .order-section .order-side-factor ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

main section .order-section .order-side-factor ul li .child {
    width: 50%;
}

main section .order-section .order-side-factor ul li .child:nth-child(even) {
    text-align: left;
}

main section .order-section .order-side-factor ul li span {
    color: #404040;
}

main section .order-section .order-side-factor ul li span span {
    display: inline-block;
    font-family: "IRANSansX-Bold";
    color: #000;
    margin-left: 5px;
}

main section .order-section .main-box .alert-success {
    display: flex;
    background: rgba(48, 182, 104, 0.11);
    padding: 10px;
    margin: 15px 0 20px;
    border-radius: 4px;
    align-items: center;
}

main section .order-section .main-box .alert-success svg {
    margin-left: 8px;
}

main section .order-section .main-box form {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

main section .order-section .main-box form label {
    position: absolute;
    right: 0;
    top: 0;
}

main section .order-section .main-box form input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: 1px solid #777777;
    border-radius: 4px;
    padding: 5px 9px;
}

main section .order-section .main-box form input:disabled {
    border: 1px solid #777777;
}

main section .order-section .main-box form input.text-blue {
    color: #1765fc;
}

main section .order-section .main-box form input:focus,
main section .order-section .main-box form input.active {
    border: 1px solid #1765fc;
}

main section .order-section .main-box form .order-serch-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
}

main section .order-section .main-box form .order-serch-box ul {
    width: 100%;
    height: 300px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bbbcc1 #f1f1f1;
    scrollbar-width: thin;
    z-index: 1007;
}

main section .order-section .main-box form .order-serch-box ul::-webkit-scrollbar {
    width: 0.5625rem;
    height: 0.625rem;
}

main section .order-section .main-box form .order-serch-box ul::-webkit-scrollbar-track {
    background: #fff;
    border: 0.0625rem solid #d6d6d6;
}

main section .order-section .main-box form .order-serch-box ul::-webkit-scrollbar-thumb {
    background: rgba(63, 63, 63, 0.3529411765);
    border-radius: 0;
    border: 0.0625rem solid #d7e6dc;
}

main section .order-section .main-box form .order-serch-box ul::-webkit-scrollbar-thumb:hover {
    background: #929398;
}

main section .order-section .main-box form .order-serch-box ul li {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

main section .order-section .main-box form .order-serch-box ul li:last-child {
    border-bottom: 1px solid transparent;
}

main section .order-section .main-box form .order-serch-box ul li:hover {
    background: #f2f2f2;
}

main section .order-section .main-box form .order-serch-box .blue {
    color: #1765fc;
}

main section .order-section .main-box form .order-serch-box .d-flex {
    justify-content: space-between;
    margin-top: 10px;
}

main section .order-section .main-box form .order-serch-box .d-flex span {
    color: #777777;
    font-size: 12px;
}

main section .order-section .main-box form .order-serch-box .d-flex span b,
main section .order-section .main-box form .order-serch-box .d-flex span span {
    color: #000;
}

main section .order-section .main-box form .final-box {
    position: relative;
    background: #f7f7f7;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    padding: 20px 10px 10px 10px;
}

main section .order-section .main-box form .final-box button {
    position: absolute;
    left: 10px;
    top: 6px;
    display: inline-block;
    background-color: transparent;
    height: auto;
    padding: 0;
    border: none;
    width: auto;
}

main section .order-section .main-box form .final-box .d-flex {
    justify-content: space-between;
    margin-top: 10px;
}

main section .order-section .main-box form .final-box .d-flex span {
    color: #777777;
    font-size: 12px;
}

main section .order-section .main-box form .final-box .d-flex span b,
main section .order-section .main-box form .final-box .d-flex span span {
    color: #000;
}

main section .order-section .main-box form button {
    display: block;
    height: 45px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #777777;
    color: #777777;
    border-radius: 4px;
}

main section .order-section .main-box form button.active {
    background: rgba(23, 101, 252, 0.3);
    border: 1px solid rgba(23, 101, 252, 0.3);
    color: #1765fc;
}

main section .order-section .main-box form button.active svg path {
    fill: #1765fc;
}

main section .order-section .main-box form button.active:hover {
    background: rgba(23, 99, 252, 0.345);
}

main section .order-section .main-box form .child {
    position: relative;
    padding-top: 30px;
}

main section .order-section .main-box form .child:nth-child(1) {
    width: calc(50% - 10px);
}

main section .order-section .main-box form .child:nth-child(2) {
    width: calc(25% - 10px);
}

main section .order-section .main-box form .child:nth-child(3) {
    width: calc(25% - 10px);
}

main section .invoice-section {
    margin-top: 150px;
    margin-bottom: 30px;
}

main section .invoice-section .page-title {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 19px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

main section .invoice-section .page-title h3 {
    font-size: 18px;
}

main section .invoice-section .page-title .back-btn {
    position: absolute;
    right: 10px;
    top: 19px;
}

main section .invoice-section .page-title .back-btn svg {
    width: 20px;
    height: auto;
}

main section .invoice-section .alert-success {
    display: flex;
    width: 50%;
    background: rgba(48, 182, 104, 0.11);
    padding: 10px;
    margin: 15px 0 20px;
    border-radius: 4px;
    align-items: center;
}

main section .invoice-section .alert-success svg {
    margin-left: 8px;
}

main section .invoice-section .buttons {
    width: 400px;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

main section .invoice-section .buttons .btn-green {
    background: #30b667;
    border-radius: 4px;
    color: #fff;
}

main section .invoice-section .buttons .btn-green:hover {
    background: #2ba15c;
}

main section .invoice-section .buttons .btn-white {
    width: 100%;
    color: #1765fc;
    border: 1px solid #1765fc;
    border-radius: 4px;
}

main section .invoice-section .buttons .child a {
    display: block;
}

main section .invoice-section .buttons .child a button {
    width: 100%;
    display: block;
}

main section .invoice-section .buttons .child:nth-child(1) {
    width: 100%;
}

main section .invoice-section .buttons .child:nth-child(2) {
    width: calc(50% - 10px);
}

main section .invoice-section .buttons .child:nth-child(3) {
    width: calc(50% - 10px);
}

main section .invoice-section .main-box {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 18px;
}

main section .invoice-section .main-box .factor-title {
    display: flex;
    justify-content: space-between;
}

main section .invoice-section .main-box .factor-title p {
    color: #858585;
    margin-top: 10px;
}

main section .invoice-section .main-box .factor-title .child:nth-child(2) {
    margin-right: auto;
    margin-left: 40px;
}

main section .invoice-section .main-box .factor-title .child:nth-child(3) {
    margin-left: 40px;
}

main section .invoice-section .main-box .factor-title .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 20px;
}

main section .invoice-section .main-box .factor-title .child .status {
    position: relative;
    top: -5px;
    display: inline-block;
    color: #7f7f7f;
    background: rgba(127, 127, 127, 0.1);
    padding: 8px 8px;
    font-size: 14px;
    border-radius: 4px;
}

main section .invoice-section .main-box .factor-title .child .status.orange {
    color: #ff7362;
    background: rgba(255, 114, 98, 0.1);
}

main section .invoice-section .main-box .factor-title .child .status.green {
    color: #30b667;
    background: rgba(48, 182, 104, 0.1);
}

main section .invoice-section .main-box .factor-title .child .status.red {
    color: #cc304b;
    background: rgba(204, 48, 74, 0.1);
}

main section .invoice-section .main-box .factor-title .child .status.blue {
    color: #1765fc;
    background: rgba(23, 99, 252, 0.1);
}

main section .invoice-section .main-box table,
main section .invoice-section .main-box th,
main section .invoice-section .main-box td {
    border: 1px solid rgba(112, 112, 112, 0.2784313725);
    border-collapse: collapse;
}

main section .invoice-section .main-box .table {
    margin-top: 15px;
    margin-bottom: 0;
}

main section .invoice-section .main-box .table thead th {
    background: rgba(247, 247, 247, 0.7);
    color: #4c4c4c;
    padding: 19px 7px;
    font-weight: normal;
}

main section .invoice-section .main-box .table thead th:nth-child(5) {
    width: 200px;
}

main section .invoice-section .main-box .table thead th:nth-child(6) {
    width: 200px;
}

main section .invoice-section .main-box .table tbody tr td span {
    display: block;
    margin-top: 10px;
}

main section .invoice-section .main-box .table tbody tr td span .discount {
    color: #777777;
    text-decoration: line-through;
}

main section .invoice-section .main-box .table tbody tr td span .little {
    color: #777777;
    font-size: 13px;
    margin-right: 4px;
}

main section .invoice-section .main-box .table tbody tr td span .price-day-discount {
    position: relative;
    display: inline-block;
    background-color: #ff7362;
    position: relative;
    padding: 5px 3px;
    margin-left: 12px;
    border-radius: 4px;
}

main section .invoice-section .main-box .table tbody tr td span .price-day-discount span {
    position: relative;
    color: #fff;
    margin: 0;
    z-index: 2;
}

main section .invoice-section .main-box .table tbody tr td span .price-day-discount::after {
    content: "";
    width: 18px;
    height: 19px;
    background: #ff7362;
    position: absolute;
    left: -7px;
    transform: rotate(45deg);
    top: 2px;
    z-index: 1;
    border-radius: 5px;
}

main section .invoice-section .main-box .table tbody tr td span span {
    margin: 0;
    display: inline-block;
}

main section .invoice-section .main-box .box {
    width: 400px;
    margin-right: auto;
    background: #eaf8f0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main section .invoice-section .main-box .box .child {
    width: 50%;
    border: 1px solid rgba(112, 112, 112, 0.2784313725);
    padding: 18px;
    text-align: center;
}

main section .invoice-section .main-box .box .child span {
    display: block;
}

main section .invoice-section .main-box .box .child span .discount {
    color: #777777;
    text-decoration: line-through;
}

main section .invoice-section .main-box .box .child span .little {
    color: #777777;
    font-size: 13px;
    margin-right: 4px;
}

main section .invoice-section .main-box .box .child span span {
    margin: 0;
    display: inline-block;
}

/* end codes */
.auth-section {
    height: 100vh;
    overflow: hidden;
}

.auth-section .row {
    padding: 0;
    margin: 0;
}

.auth-section .col-lg-6 {
    position: relative;
    height: 100vh;
}

.auth-section .col-lg-6:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

/*
.auth-section .col-lg-6:nth-child(1) .alert-danger {
    position: absolute;
    top: -80px;
    width: 336px;
    margin: 0 auto;
    background: #cc304b;
    padding: 12px 10px 12px 25px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}


.auth-section .col-lg-6:nth-child(1) .alert-danger p {
    color: #fff;
}

.auth-section .col-lg-6:nth-child(1) .alert-danger .alert-delete {
    position: absolute;
    left: 10px;
    top: 17px;
}
*/

.auth-section .col-lg-6:nth-child(1) .auth-box {
    position: relative;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .auth-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 45px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .text-gray {
    color: #4d4d4d;
    text-align: center;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .change-verify-auth {
    display: block;
    width: -moz-max-content;
    width: max-content;
    background: #1b1b1b;
    color: #fff;
    padding: 8px 6px;
    margin: 6px auto;
    border-radius: 4px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .change-verify-auth svg {
    margin-right: 5px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .verify-auth {
    color: #9b9b9b;
    text-align: center;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .verify-auth a {
    display: inline-block;
    color: #000000;
    margin-right: 9px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .alert-info {
    display: flex;
    align-items: center;
    background: rgba(32, 198, 118, 0.1019607843);
    padding: 10px 8px;
    border-radius: 4px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box .alert-info p {
    font-size: 13px;
    margin-right: 4px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form label {
    display: inline-block;
    position: relative;
    color: #7c7c7c;
    font-size: 13px;
    margin-top: 15px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form label svg {
    position: absolute;
    top: -6px;
    left: -12px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form .form-control {
    background: #e0e0e0;
    border: 1px solid #dddddd !important;
    border-radius: 4px;
    margin: 12px 0 20px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form .form-control:focus {
    background: #f7f7f7;
    border: 1px solid #000000 !important;
    border-radius: 4px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form #verify-auth-box {
    width: 235px;
    background: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 10px;
    margin: 16px auto;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form #verify-auth-box input {
    font-size: 22px;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #1765fc;
    text-align: center;
    letter-spacing: 15px;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form .btn-default {
    display: block;
    width: 100%;
    padding: 0.675rem 0.9rem;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form.red label {
    color: #cc304b;
}

.auth-section .col-lg-6:nth-child(1) .auth-box form.red .form-control {
    background: rgba(204, 48, 75, 0.1);
    color: #cc304b;
    border: 1px solid #cc304b !important;
}

.auth-section .col-lg-6:nth-child(2) {
    background: #092474;
}

.auth-section .col-lg-6:nth-child(2) .description {
    width: 360px;
    max-width: 100%;
    margin: 30vh auto 0;
}

.auth-section .col-lg-6:nth-child(2) .description img {
    display: block;
    /*width: 158px;*/
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    /*filter: brightness(0%) invert(1);*/
}

.auth-section .col-lg-6:nth-child(2) .description h6 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 40px 0 16px;
}

.auth-section .col-lg-6:nth-child(2) .description ul li {
    color: #fff;
    margin-bottom: 15px;
    list-style: inside;
}

.auth-section .col-lg-6:nth-child(2) .description ul li a {
    color: #fff;
    font-size: 14px;
}

.panel {
    margin-top: 160px;
    margin-bottom: 20px;
}

.panel section aside .panel-menu .top-menu {
    position: relative;
    background-color: #092474;
    padding: 60px 15px 15px;
    border-radius: 4px 4px 20px 20px;
    z-index: 1;
}

.panel section aside .panel-menu .top-menu img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
    vertical-align: middle;
}

.panel section aside .panel-menu .top-menu .user-info {
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
}

.panel section aside .panel-menu .top-menu .user-info h5 {
    font-family: "IRANSansX";
    font-weight: 400;
    font-size: 16px;
}

.panel section aside .panel-menu .top-menu .user-info ul {
    margin-top: 7px;
}

.panel section aside .panel-menu .top-menu .user-info ul li {
    display: inline-block;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.panel section aside .panel-menu .top-menu .user-info ul li:nth-child(1) {
    border-left: 1.5px solid rgba(255, 255, 255, 0.1803921569);
    padding-left: 7px;
    margin-left: 5px;
}

.panel section aside .panel-menu .bottom-menu ul {
    height: 500px;
    margin-top: -20px;
    border: 1px solid #dddddd;
    padding: 50px 0 10px;
    border-radius: 4px;
}

.panel section aside .panel-menu .bottom-menu ul li a,
.panel section aside .panel-menu .bottom-menu ul li button {
    width: 100%;
    display: block;
    color: #1b1b1b;
    padding: 20px 15px;
    position: relative;
    text-align: right;
}

.panel section aside .panel-menu .bottom-menu ul li a svg,
.panel section aside .panel-menu .bottom-menu ul li button svg {
    margin-left: 6px;
}

.panel section aside .panel-menu .bottom-menu ul li a::before,
.panel section aside .panel-menu .bottom-menu ul li button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 85%;
    border: 1px solid #dddddd;
    margin: 0 auto;
}

.panel section aside .panel-menu .bottom-menu ul li a::after,
.panel section aside .panel-menu .bottom-menu ul li button::after {
    content: url("../images/angel-left.svg");
    position: absolute;
    left: 7px;
    top: 22px;
    display: inline-block;
}

.panel section aside .panel-menu .bottom-menu ul li a span,
.panel section aside .panel-menu .bottom-menu ul li button span {
    font-family: "IRANSansX-Bold";
    min-width: 30px;
    height: 30px;
    position: absolute;
    left: 31px;
    top: 20px;
    display: inline-block;
    background: #1765fc;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
}

.panel section aside .panel-menu .bottom-menu ul li a:hover,
.panel section aside .panel-menu .bottom-menu ul li button:hover {
    background: #f7f7f7;
}

.panel section aside .panel-menu .bottom-menu ul li:first-child a::before,
.panel section aside .panel-menu .bottom-menu ul li:first-child button::before {
    display: none;
}

.panel section aside .panel-menu .bottom-menu ul li.active a,
.panel section aside .panel-menu .bottom-menu ul li.active button {
    background: #f7f7f7;
}

.panel section aside .panel-menu .bottom-menu ul li.active a::before,
.panel section aside .panel-menu .bottom-menu ul li.active button::before {
    display: none;
}

.panel section aside .panel-menu .bottom-menu ul li.active + li a::before,
.panel section aside .panel-menu .bottom-menu ul li.active + li button::before {
    display: none;
}

.panel section section .main-box {
    min-height: 615px;
    background: #f7f7f7;
    border: 1px solid #dddddd;
    padding: 20px 15px;
    border-radius: 4px;
}

.panel section section .main-box .text-gray {
    color: #858585;
    font-size: 14px;
}

.panel section section .main-box .tabs {
    border-bottom: 1px solid #e1e1e1;
}

.panel section section .main-box .tabs li {
    display: inline-block;
}

.panel section section .main-box .tabs li button {
    position: relative;
    top: 1px;
    padding: 0 14px 10px;
    border-bottom: 1px solid transparent;
}

.panel section section .main-box .tabs li.active button {
    color: #1765fc;
    border-bottom: 1px solid #1765fc;
}

.panel section section .main-box .boxs .box {
    display: none;
}

.panel section section .main-box .boxs .box form h4 {
    color: #858585;
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0;
}

.panel section section .main-box .boxs .box form .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.panel section section .main-box .boxs .box form .flex .child {
    position: relative;
    width: calc(50% - 20px);
}

.panel section section .main-box .boxs .box form .flex .child label {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
}

.panel section section .main-box .boxs .box form .flex .child input {
    display: block;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 8px;
}

.panel section section .main-box .boxs .box form .flex .child input.password-input {
    padding: 8px 8px 8px 40px;
}

.panel section section .main-box .boxs .box form .flex .child .toggle-password {
    position: absolute;
    left: 8px;
    top: 30px;
}

.panel section section .main-box .boxs .box form .flex .child .toggle-password svg {
    width: 25px;
    height: auto;
}

.panel section section .main-box .boxs .box form .flex .child .toggle-password.active svg path {
    fill: #1765fc;
}

.panel section section .main-box .boxs .box form .buttons {
    text-align: left;
    margin-top: 30px;
}

.panel section section .main-box .boxs .box form .buttons .btn-default {
    min-width: 120px;
    margin-right: 6px;
}

.panel section section .main-box .boxs .box .order-status li {
    margin-top: 35px;
    margin-bottom: 10px;
}

.panel section section .main-box .boxs .box .order-status li .details {
    display: flex;
    justify-content: space-between;
}

.panel section section .main-box .boxs .box .order-status li .details .child:nth-child(2) {
    margin-right: auto;
    margin-left: 40px;
}

.panel section section .main-box .boxs .box .order-status li .details .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 19px;
}

.panel section section .main-box .boxs .box .order-status li .details .child .status {
    color: #7f7f7f;
    background: rgba(127, 127, 127, 0.1);
    padding: 5px 6px;
    font-size: 14px;
    border-radius: 4px;
}

.panel section section .main-box .boxs .box .order-status li .details .child .status.orange {
    color: #ff7362;
    background: rgba(255, 114, 98, 0.1);
}

.panel section section .main-box .boxs .box .order-status li .details .child .status.green {
    color: #30b667;
    background: rgba(48, 182, 104, 0.1);
}

.panel section section .main-box .boxs .box .order-status li .details .child .status.red {
    color: #cc304b;
    background: rgba(204, 48, 74, 0.1);
}

.panel section section .main-box .boxs .box .order-status li .details .child .status.blue {
    color: #1765fc;
    background: rgba(23, 99, 252, 0.1);
}

.panel section section .main-box .boxs .box .order-status li .details .child .number {
    font-family: "IRANSansX-Bold";
}

.panel section section .main-box .boxs .box .order-status li .main-order-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 12px 5px;
    margin-top: 20px;
    border-radius: 4px;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child {
    width: 20%;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child span:nth-child(1) {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 15px;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child span:nth-child(1).bold {
    font-family: "IRANSansX-Bold";
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .number {
    font-family: "IRANSansX-Bold";
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .number span {
    display: inline;
    font-family: "IRANSansX";
    font-size: 12px;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .btn-default {
    padding: 0.6rem 0.6rem;
    font-size: 14px;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .factory {
    display: flex;
    justify-content: space-between;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .factory a {
    font-size: 12px;
    color: #1765fc;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .factory a:hover {
    color: #598ff9;
}

.panel section section .main-box .boxs .box .order-status li .main-order-content .child .factory li:first-child a {
    border-left: 1px solid #1765fc;
    padding-left: 12px;
}

footer {
    margin-top: 5rem;
}

footer .top-footer {
    background-color: #fff;
    padding: 2.1875rem 0;
}

footer .top-footer .flex {
    display: flex;
}

footer .top-footer .flex div {
    padding: 0 0.9375rem;
}

footer .top-footer .flex div .logo img {
    width: 7.1875rem;
}

footer .top-footer .flex div p {
    width: 18.75rem;
    color: #909090;
}

footer .top-footer .flex div span {
    color: #000000;
    display: block;
    margin: 1.125rem 0;
}

footer .top-footer .flex div .social {
    margin-top: 1.5625rem;
}

footer .top-footer .flex div .social li {
    display: inline-block;
    margin-left: 0.75rem;
    vertical-align: middle;
}

footer .top-footer .flex div .social li:last-child {
    margin: 0;
}

footer .top-footer .flex div h4 {
    color: #858585;
    font-size: 1rem;
    margin-bottom: 2.75rem;
}

footer .top-footer .flex div .quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

footer .top-footer .flex div .quick-links li {
    padding: 0 0 0 0.3125rem;
}

footer .top-footer .flex div .quick-links li a {
    display: block;
    transition: all 0.4s ease-in-out;
}

footer .top-footer .flex div .quick-links li a::before {
    content: url("../images/arow.svg");
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: middle;
}

footer .top-footer .flex div .quick-links li a span {
    position: relative;
    display: inline;
    right: 0;
    color: #444444;
    font-family: "IRANSansX-Bold";
    margin: 0;
    line-height: 1.6875rem;
    transition: right 0.4s ease-in-out;
}

footer .top-footer .flex div .quick-links li a:hover span {
    right: 0.375rem;
}

footer .bottom-footer {
    background: #f9f9f9;
    padding: 2.1875rem 0 1.25rem;
}

footer .bottom-footer img {
    width: 5.3125rem;
}

.auth-input-ltr {
    text-align: left;
    direction: ltr;
}

.auth-input-rtl {
    text-align: right;
    direction: rtl;
}

/*# sourceMappingURL=style.css.map */
