/* @import url(font-icon.css); */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    direction: rtl;
}

ins,
del {
    text-decoration: none;
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
}

[tabindex='-1']:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin: 0;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0;
}

blockquote {
    margin: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

a:focus {
    outline: 0;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

svg {
    overflow: visible;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: right;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin: 0;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

form {
    margin: 0;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

em,
i {
    font-style: normal;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

html,
body {
    font-size: 16px;
    font-family: iranyekan, 'icomoon';
    color: #212529;
}

i {
    vertical-align: middle;
}

button {
    background: transparent;
}

input:focus {
    outline: none;
}

body {
    position: relative;
    overflow-x: hidden;
}

header {
    margin-bottom: 30px;
    position: relative;
}

header .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 8px 15px;
}

header nav{
    background-color: #eee;
    border-radius: 27px;
}

@media screen and (max-width: 586px) {
    header .topbar {
        padding: 15px 8px 15px;
    }
}

header .topbar .left-top-bar {
    display: flex;
    align-items: center;
    position: relative;
}

.menu-row i.icon-Message {
    position: relative;
    color: white;
    border-radius: 15px;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
    background-color:#28a745;
}

.menu-row i.icon-Message span#cart-title{
    font-size: 11px;
    font-weight: bold;
    vertical-align: 4px;
    color: white;
    margin-right: 6px;
}

.backet-shop {
    position: absolute;
    width: 465px;
    text-align: center;
    -webkit-box-shadow: -5px 5px 15px 0 rgb(49 49 49 / 9%);
    box-shadow: -5px 5px 15px 0 rgb(49 49 49 / 9%);
    background-color: #fff;
    left: 2px;
    top: -56px;
    padding: 15px 0;
    border-radius: 10px;
    display: none;
    opacity: 0;
    padding: 25px;
    z-index: 9999;
}

.backet-shop.active-bs {
    display: block;
    -webkit-animation: open-cart 0.3s linear forwards;
    animation: open-cart 0.3s linear forwards;
}

.overly-cart {
    position: absolute;
    inset: 0;
    z-index: 9998;
    display: none;
}

.overly-cart.active-bs {
    display: block;
}

@-webkit-keyframes open-cart {
    from {
        top: 20px;
        opacity: 0;
    }

    to {
        top: 90px;
        opacity: 1;
    }
}

@keyframes open-cart {
    from {
        top: 20px;
        opacity: 0;
    }

    to {
        top: 90px;
        opacity: 1;
    }
}

.backet-shop img {
    margin: 45px auto 40px;
}

.empty-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.empty-description {
    max-width: 288px;
    margin: auto;
    color: #464646;
    font-size: 15px;
    margin: 32px auto;
    line-height: 1.67;
}

header .topbar .left-top-bar i:hover {
    color: #c06;
}

header .topbar .left-top-bar .login {
    line-height: 44px;
    border-radius: 3px;
    background-color: #c06;
    color: #fff;
    font-size: 15px;
    padding: 0 24px;
}

#account-link{
    border: 1px solid #c06 ;
    border-radius: 3px;
}
header .topbar .left-top-bar .login .btn-login {
}

header .topbar .search form {
    display: flex;
    width: 100%;
}

header .topbar .wrapper-search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
    transition: 0.3s;
}

header .topbar .wrapper-search > i {
    display: none;
}
header .topbar .wrapper-search  i.mdi-magnify::before {
    margin-top: -2px;
    vertical-align: -3px;
}

#close-search:hover {
    cursor: pointer;
}

header .topbar .wrapper-search.focus {
    position: absolute;
    left: 0;
    right: 0;
    height: 160px;
    margin-bottom: 20px;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0 3px 20px rgba(48, 19, 19, 0.1);
    padding: 0 13px;
}

header .topbar .wrapper-search.focus .search {
    width: 90%;
    height: 60px;
}

header .topbar .wrapper-search.focus i {
    display: block;
}

header .topbar .wrapper-search .search {
    display: flex;
    align-items: center;
    /* flex-basis: 50%; */
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-radius: 28px;
    background-color: #f5f5f5;
    border: none;
    position: relative;
}

header .topbar .search i {
    font-size: 26px;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    background-color: #b5b1b1;
    border-radius: 14px;
}

header .topbar .search input {
    background: transparent;
    border: 0;
    width: 100%;
    transition: 0.3s;
}

header .topbar .search input:focus {
}

header .topbar .search input::placeholder {
    color: #c06;
}

header .topbar .logo-pri figure {
}

header .topbar .logo-pri figure img {
}

header .topbar .icon-Message.mobile {
    display: none;
}

.wrapper-search {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

.result-search-ajax {
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    background: rgb(255, 255, 255);
    /* height: 150px; */
    height: auto;
    width: 100%;
    z-index: 999;
    line-height: 2;
    max-height: 400px;
    padding: 20px 10px;
    overflow: hidden;
}

.result-search-ajax ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .result-search-ajax ul {
        display: block;
    }

    .result-search-ajax ul li {
        line-height: 2.5;
    }
}

.result-search-ajax li {
    line-height: 1.7;
    flex: 1 25%;
}

header nav {
    border-bottom: 1px solid #e6e6e6;
}

header nav > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    position: relative;
}

.catgury-nav {
    background-color: #fff;
    position: absolute;
    border-top: 1px solid #e6e6e6;
    padding: 18px 0;
    left: 0;
    right: 0;
    min-height: 100px;
    /* opacity: 0; */
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

header nav ul li .sub-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    min-width: 220px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0, 0, 1);
    transition: 0.3s;

    /* animation: hide-animation .2s; */
}

header nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    /* animation: hide-animation .2s; */
}

@keyframes hide-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    100% {
        transform: scale3d(0, 0, 1);
        opacity: 1;
    }
}

header nav ul li .sub-menu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-top: 10px solid transparent;
    top: -20px;
    left: 80%;
}

header nav ul li .sub-menu li {
    transition: 0.3s;
    position: relative !important;
}

header nav ul li .sub-menu li:first-child {
    border-radius: 8px 8px 0 0;
}

header nav ul li .sub-menu li:last-child {
    border-radius: 0 0 8px 8px;
}

header nav ul li .sub-menu li:hover {
    background-color: rgb(224, 224, 224);
}

header nav ul li .sub-menu li a {
    display: block;
    padding: 0 10px;
}

header nav > ul > li {
    padding: 4px 0 !important;
    position: relative;
}

header nav > ul li:not(:last-child) {
}

header nav > ul > li > a {
    color: #000;
    line-height: 25px;
    font-size: 15px;
    position: relative;
    display: inline-block;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 8px 16px !important;
}

header nav > ul > li:hover > a {
    color: #c06;
}

header nav > ul > li:not(:first-child) > a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background-color: #000;
    top: 50%;
}

header nav > ul li ul {
    /* position: absolute; */
}

#page-category .box-pic img {
    width: 100%;
}

.mini-card {
    position: relative;
}

.mini-card a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.mini-card a:hover img {
    transform: scale(1.1);
}

.mini-card .col {
    padding: 0 15px;
}

.mini-card .cover-mini-card {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.mini-card a img {
    transition: transform 0.5s;
}

.product-section {
}

.product-name-price-share {
}

.product-brand {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0 0;
    text-align: right;
    line-height: 1.8;
}

.menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

.menu-mobile ul {
    /* display: none; */
    justify-content: space-between;
    padding: 10px 20px;
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.menu-mobile ul li.active a,
.menu-mobile ul li.active a i::before {
    color: #1ac977;
}

.menu-mobile ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.menu-mobile ul li a {
    font-size: 9px;
}

.menu-mobile ul li a i {
    font-size: 24px;
    margin-bottom: 5px;
}

.baner {
    margin-bottom: 30px;
}

.baner.baner-tow {
    display: block !important;
    padding-right: 12px;
    padding-left: 12px;
}


.baner img {
    border-radius: 16px;
    transition: 0.3s;
}

.baner img:hover {
    opacity: 0.7;
    transform: scale(0.98);
}

section.shgift-day {
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
}

.shgift-day .top-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.shgift-day .top-sec > p {
    margin: -15px auto 0;
    font-size: 26px;
    font-weight: 500;
}

.shgift-day .top-sec > span {
    font-size: 14px;
    display: none;
    font-weight: 500;
    color: #c06;
    padding-left: 8px;
}

.shgift-day .top-sec .timer {
    color: #db2e20;
    font-weight: 800;
    font-size: 18px;
}

.shgift-day .more-shgift-day {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.shgift-day .more-shgift-day a {
    color: #c06;
    border-width: 2px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    border: 1px solid #bdc4d3;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    width: 270px;
}

.shgift-day .more-shgift-day a:hover {
    border: 1px solid #c06;
}

.sw {
    width: 300px;
}

.product-box {
    position: relative;
}

.wrapper-ic-heart {
    position: absolute;
    top: 7px;
    right: 7px;
}

.wrapper-ic-heart {
    position: absolute;
    top: 7px;
    right: 7px;
    background: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    z-index: 9;
    cursor: pointer;
}

.wrapper-ic-heart:hover i,
.wrapper-ic-heart.active:hover i {
    color: #ff0000;
}

.ic-heart-cu {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.3;
}

.box-pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 384px;
}

.box-pic .product-takhfif {
    position: absolute;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: absolute;
    top: 17px;
    left: 0;
    background-color: #db2e20;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
    text-align: center;
    font-weight: bold;
    z-index: 2;
}

.box-pic img {
    transition: 0.3s;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
}

.box-pic .fri-pic {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.1s;
}

.product-box:hover .box-pic .pri-pic {
    opacity: 0;
    visibility: hidden;
}

.product-box:hover .box-pic .fri-pic {
    opacity: 1;
    visibility: visible;
}

.ovly-pic {
    background-color: rgba(111, 115, 119, 0.07);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 5px 0px #db2e20a3;
    box-shadow: inset 0px 0px 5px 0px #db2e20a3;
    z-index: 2;
}

.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.top-box .mark-product {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.top-box .old-price {
    font-size: 12px;
    font-weight: 500;
    color: #8c8c8c;
    text-decoration: line-through;
    text-align: left;
}

.price-title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.price-title-box .title-box {
    font-size: 13px;
    font-size: 14px;
    text-align: right;
    color: #666;
    width: 60%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.price-pri {
    font-size: 13px;
    color: #c06;
    font-weight: 800;
    text-decoration: none;
}

.size-product {
    display: flex;
    align-items: center;
}

.size-product ul li {
    border: 1px solid #d6d5d5;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    color: #555;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
}

.size-product ul li a {
    padding: 0 10px;
    display: block;
    color: #323232;
}

.haveis-product {
    background-color: #db2e20;
    color: #fff;
    line-height: 38px;
    font-size: 13px;
    padding: 0 12px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    flex-wrap: wrap;
}

.haveis-product span:last-child {
    font-weight: 700;
    font-size: 18px;
}

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

#clockdiv {
    display: flex;
    align-items: center;
    margin-right: 15px;
    flex-direction: row-reverse;
}

#clockdiv .box-clock {
    color: #fff;
    padding: 10px;
    background-color: #db2e20;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 5px;
}

.mini-pic {
}

.mini-pic ul {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    visibility: visible;
    transition: 0.3s;
}

.mini-pic ul li {
    width: 48px;
    height: 55px;
    border-radius: 8px;
    overflow: hidden;
}

.mini-pic ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-pic ul li:not(:last-child) {
    margin-left: 7px;
}

.mini-pic ul li:first-child {
    border: 1px solid #1ac977;
}

.product-box:hover .mini-pic ul {
    opacity: 1;
    visibility: visible;
}

footer {
    padding-top: 40px;
    border-top: 5px solid #e8e6e6;
}

.menu-footer {
}

.menu-footer .title-menu-f {
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    padding-bottom: 32px;
    line-height: normal;
}

.menu-footer li {
}

.menu-footer li a {
    font-size: 14px;
    color: #272727;
    padding-bottom: 8px;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    transition: 0.3s;
}

.menu-footer li a::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #c06;
    bottom: 8px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
}

.menu-footer li a:hover {
    color: #c06;
}

.menu-footer li a:hover::before {
    transform: scaleX(1);
}

.footer--contect {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-bottom: 3px;
}

.title-footer-contect {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.time-work {
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-contact-info {
    line-height: 56px;
    padding-left: 8%;
    /* float: right; */
    font-size: 14px;
    display: flex;
    align-items: center;
}

.footer-contact-info span {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
}

.footer-contact-info a {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    transition: 0.3s;
}

.footer-contact-info:hover a {
    color: #c06;
}

.footer-social {
    text-align: left;
}

.download-app {
    display: block;
    width: 70%;
    color: #c06;
    border: 1px solid #c06;
    border-radius: 23px;
    margin: 33px auto 33px 0;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.footer-social ul li {
    margin-right: 10px;
}

.footer-social ul li a {
    display: block;
    padding: 10px;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid #000;
}

.footer-titile {
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    padding-bottom: 32px;
    line-height: normal;
    margin-top: 30px;
}

.footer-namad {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-namad img {
    cursor: pointer;
    transition: 0.3s;
    max-width: 90px;
}

.footer-namad li {
    margin-right: 15px;
    /* flex: 1; */
}

.footer-namad li:hover img {
    transform: scale(1.1);
}

.footer-text {
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    font-size: 14px;
    color: #212529;
}

.sec-swpers {
    position: relative;
    padding: 15px 0;
}

.shegeft {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.swiper-wrapper {
}

.sec-swpers .swiper-button-prev {
    left: -40px !important;
    height: 100%;
    right: auto !important;
    transform: translateY(-50%);
}

.sec-swpers .swiper-button-next {
    right: -40px !important;
    left: auto !important;
    height: 100%;
    transform: translateY(-50%);
}

.all-brand {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
    direction: rtl;
    text-align: center;
    margin-bottom: 75px;
}

.all-brand .title-all-brand {
    font-size: 26px;
    margin-bottom: 60px;
    font-weight: 500;
    text-align: center;
}

.all-brand .brand-slider {
    position: relative;
}

.all-brand .swiper-brand {
    overflow: hidden;
}

.all-brand .swiper-brand .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-brand .brand-slider .swiper-button-prev-brand {
    left: -40px;
}

.all-brand .brand-slider .swiper-button-next-brand {
    right: -40px;
}

.home-mode-suggest {
}

.home-mode-suggest .part-title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.home-mode-suggest .suggest-slider {
    position: relative;
}

.home-mode-suggest .swiper-suggest {
    overflow: hidden;
}

.home-mode-suggest .swiper-suggest .swiper-slide {
}

.home-mode-suggest .suggest-slider .swiper-button-prev-suggest {
    left: -40px;
    height: 100%;
    transform: translateY(-50%);
}

.home-mode-suggest .suggest-slider .swiper-button-next-suggest {
    right: -40px;
    height: 100%;
    transform: translateY(-50%);
}

.title-slider-suggest {
    font-size: 15px;
    margin-top: 30px;
    height: 30px;
    overflow-y: hidden;
    line-height: 30px;
    transition: 0.3s;
}

.home-mode-suggest .swiper-slide:hover .title-slider-suggest {
    color: #c06;
}

.newsletter {
    background-color: #f8f8f8;
    background-image: url(/themes/defaultTheme/img/page-index/newsletter.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 75px;
    direction: rtl;
    margin-bottom: 75px;
}

.newsletter .part-title {
    font-size: 24px;
    font-weight: 500;
}

.newsletter p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
}

#newsletter-form {
    position: relative;
    top: 38px;
    margin: 15px auto 0px;
    width: 650px;
    height: 75px;
    background-color: rgb(255, 255, 255);
    border-radius: 38px;
    padding: 12px 20px 0px;
}

#newsletter-form input {
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(238, 238, 238, 0.933);
    border: none;
    color: rgb(179, 179, 179);
    line-height: 52px;
    width: 450px;
    box-shadow: none;
    border-radius: 40px;
    float: right;
    padding-right: 16px;
}

#newsletter-form #newsletter-btn {
    width: 140px;
    line-height: 52px;
    background-color: rgb(0, 191, 111);
    color: rgb(179, 179, 179);
    border: none;
    border-radius: 30px;
    box-shadow: none;
    text-align: left;
    display: flex;
    float: left;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.2s ease 0s;
}

#newsletter-btn span {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

#feature {
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}

#feature .feature-box {
    background-image: url(/themes/defaultTheme/img/page-index/featurebg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70%;
    text-align: center;
    position: relative;
    height: 230px;
}

#feature .feature-box::after {
    content: ' ';
    width: 100%;
    height: calc(100% + 70px);
    background-color: #fff;
    opacity: 0.95;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    top: -70px;
    display: block;
    z-index: 1;
}

#feature .feature-box:hover::after {
    opacity: 0.84;
}

#feature .feature-box .feature-box-img {
    height: 100px;
    width: 100%;
    position: absolute;
    top: -70px;
    z-index: 2;
}

#feature .feature-box .feature-box-img img {
    width: 100px;
}

#feature .feature-box p {
    position: relative;
    z-index: 2;
    font-size: 13px;
    max-width: 270px;
    margin: auto;
    color: #666666;
    font-weight: 500;
}

#feature .feature-box p.feature-title {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    margin-bottom: 15px;
    max-width: 80%;
    font-size: 20px;
    font-weight: bold;
}

#section-question {
    /*background-image: url(/themes/defaultTheme/img/page-index//bg-2.png);*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 100%;

}

#section-question .col-4 {
    /*padding: 30px !important;*/
}

#section-question .box {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;


}

#section-question .box img {
    transition: 0.3s;
    width: 175px;
}

#section-question .box:hover img {
    transform: scale(0.95);
}

.box-text .category-title{
    font-weight: bolder!important;
}

#section-question .box .box-text {
    bottom: 0;
    color: #243570;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;

}

.pic-menu-sec {
    margin-bottom: 50px;
}

.pic-menu-sec .col-3 {
    padding: 0 !important;
}

.pic-menu-sec img {
    transition: 0.1s;
}

.pic-menu-sec figure:hover img {
    opacity: 0.5;
}

.pic-menu-sec-txt {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    color: #3c3c3c;
    font-weight: 900;
}


.price-mobile {
    display: none;

}

.price-mobile del,
.price-mobile del + span {
    font-size: 10px;
    font-weight: 500;
    color: #8c8c8c;
    text-decoration: line-through;
    text-align: left;
}

.price-mobile ins,
.price-mobile ins + span {
    font-size: 11px;
    color: #c06;
    font-weight: 800;
    text-decoration: none;
}

.wrapper-baner-mobile {
    margin-bottom: 15px;
}

.wrapper-baner-mobile img {
    border-radius: 8px;
}

.swiper-banner-mobile {
    position: relative;
    margin-bottom: 80px;
}

.swiper-banner-mobile .swiper-pagination {
    bottom: -10px;
}

.swiper-banner-mobile .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    border-radius: 5px;
    height: 4px;
}

.swiper-banner-mobile .swiper-pagination .swiper-pagination-bullet-active {
    background: #c06;
}

#callus-mobile {
    background: #f0f0f0;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.callus-mobile-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 21px auto;
}

.callus-mb-subtitle {
    text-align: center;
    color: #898989;
    font-size: 11px;
    font-weight: 400;
    /* font-family: IRANSans; */
    margin-bottom: 12px;
}

.liat-callus-mb {
    line-height: 30px;
}

.liat-callus-mb li a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 12px;
    /* flex-direction: row-reverse; */
}

.liat-callus-mb li a i {
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1.3;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #59d89c;
}

.banner-mobile {
    display: none;
}

#callus-mobile {
    display: none;
}

.mini-img-footer {
    display: none;
}

.mini-img-footer img {
    width: 36px;
}

.mini-img-footer ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    flex: 1;
}

.mini-img-footer ul li span {
    font-size: 0.7rem;
    text-align: center;
    font-weight: 700;
}

.more-home-mb {
    font-size: 12px;
    font-weight: 500;
    color: #c06;
    display: none;
}

.swiper-pagination-suggest {
    width: 100%;
    bottom: -30px !important;
    display: none;
}

.swiper-pagination-suggest .swiper-pagination-bullet {
    background: #000;
    margin-right: 5px;
    width: 6px;
    height: 6px;
}

.swiper-pagination-suggest .swiper-pagination-bullet-active {
    background: #000 !important;
    width: 20px;
    border-radius: 5px;
}

.baner-titile-mobile {
    margin: 3rem auto 0;
    position: relative;
    color: #1ac977;
    font-size: 13px;
    font-weight: bold;
    display: none;
}

.swiper-pagination-brand {
    bottom: -30px !important;
    display: none;
}

.swiper-pagination-brand .swiper-pagination-bullet {
    margin-right: 2px;
    width: 10px;
    height: 2px;
    background: #000;
    border-radius: 3px;
}

.swiper-pagination-brand .swiper-pagination-bullet-active {
    background: #1ac977;
    width: 15px;
    height: 3px;
    border-radius: 5px;
}

.mini-img-footer {
    margin-bottom: 1rem;
}

.mini-img-footer li {
    margin-bottom: 5px;
}

.moarfi-mobile {
    position: relative;
    display: none;
}

.wrapper-p {
    height: 140px;
    overflow: hidden;
    transition: height 0.3s;
}

.wrapper-p.show {
    height: auto;
}

.wrapper-p ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 0;
}

.wrapper-p p {
    font-size: 11px;
    text-align: justify;
    color: #898989;
    line-height: 2.27;
}

.moarfi-mobile .title {
    font-size: 17px;
    font-weight: bold;
    padding-top: 16px;
}

.moarfi-mobile-more {
    position: absolute;
    padding: 20px 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 52%, rgba(255, 255, 255, 0.6) 84%, rgba(255, 255, 255, 0) 100%);
    bottom: -20px;
    right: 0;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #1ac977;
}

.menu-mobile ul li {
}

.social-media-footer {
}

.social-media-footer i,
.social-media-footer a {
    transition: 0.2s ease-in;
}

.social-media-footer li:hover a {
    border-color: #c06;
}

.social-media-footer li:hover a i {
    filter: invert(26%) sepia(54%) saturate(4277%) hue-rotate(257deg) brightness(83%) contrast(96%);
}

.home-mode-suggest .more-shgift-day {
    display: flex;
    justify-content: center;
}

.home-mode-suggest .more-shgift-day a {
    color: #1ac977;
    border-width: 2px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    border: 1px solid #bdc4d3;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    width: 270px;
}

.home-mode-suggest .more-shgift-day a:hover {
    border: 1px solid #1ac977;
}

#baner-tow {
    margin-bottom: 4rem;
}

#baner-tow .col-12 {
    overflow: hidden;
    border-radius: 10px;
}

#baner-tow img {
    border-radius: 10px;
    transition: 0.3s ease;
}

#baner-tow .col-12:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.new {
}

.new img {
    border-radius: 10px;
    /* padding: 0 15px; */
}

.left-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 1rem;
}

.right-txt {
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 12px;
}

#moree {
    color: #c06;
    font-size: 14px;
}

#moree:hover {
    cursor: pointer;
}

.colapss {
    display: none;
}

.colapss.show {
    display: block;
}

.product-card-count {
    color: #f16422;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.mini-pic li {
    width: 48px;
    /* line-height: 48px; */
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
}

.mini-pic li.active {
    border: 1px solid #1ac977;
}

.pic-baner-big {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 25px;
    margin-right: 8px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #1ac977;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1ac977;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#overly-modal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 998;
}

#overly-modal.show {
    display: block;
}

.modal-primri {
    inset: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 500;
}

.modal-wrapper {
    background: #fff;
    width: 40%;
    min-height: 400px;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-modal {
    position: absolute;
    left: 25px;
    top: 50px;
    line-height: 0;
    cursor: pointer;
}

.modal-contianer {
}

.modal-contact {
}

.login {
}

.input-box {
    width: 100%;
    line-height: 60px;
    height: 55px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #c5c7cb;
    border-radius: 10px;
}

.input-box.erorr {
    border-color: #fe4d54;
}

.input-box i {
    margin-left: 10px;
}

.input-box input {
    background: transparent;
    height: 100%;
    width: 100%;
    font-size: 16px;
}

.input-box input::placeholder {
    font-size: 12px;
    color: rgb(153, 151, 151);
}

.modal-contact .title {
    font-size: 22px;
    font-weight: 500;
    color: #28292c;
    margin-bottom: 30px;
    display: block;
}

.modal-contact .description {
    font-size: 14px;
    color: #797979;
    margin-bottom: 30px;
    /* text-align: right; */
}

.modal-contact .erorr {
    display: block;
    font-size: 11px;
    color: #f16422;
    text-align: right;
    padding: 5px;
    margin-bottom: 10px;
}

.more-btn {
    background: #c06;
    color: #fff;
    width: 100%;
    line-height: 60px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 30px; */
    min-height: 60px;
}

.login-bani .input-box {
    border: none;
    /* padding: 0; */
    padding: 0 45px !important;
    margin-bottom: 10px !important;
}

.login-bani .input-box input {
    border: 1px solid #c5c7cb;
    text-align: center;
    line-height: 60;
    height: 50px;
    border-radius: 10px;
}

.login-bani .input-box input:not(:first-child) {
    margin-left: 20px;
}

.login-bani .number-user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-bani .number-user span {
    margin-left: 30px;
}

.login-bani .erorr {
    padding-right: 15px;
    display: block;
}

/* responsive */

@media screen and (max-width: 992px) {
    section.shgift-day {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .container.respon {
        padding-right: 15px;
        padding-left: 15px;
    }

    .shgift-day .container,
    #baner-tow .container,
    .home-mode-suggest .container {
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 0;
        width: 100%;
    }

    .menu-mobile ul li {
        display: inline-block;
        width: 43%;
    }

    .menu-mobile ul li span {
        white-space: nowrap;
    }

    .moarfi-mobile {
        display: block;
        /* margin-bottom: 5rem; */
        position: relative;
    }

    .home-mode-suggest .more-shgift-day {
        display: none;
    }

    .swiper-pagination-suggest {
        display: block;
    }

    .home-mode-suggest .part-title {
        font-size: 16px;
        text-align: right;
    }

    .all-brand {
        padding-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    #callus-mobile {
        display: block;
    }

    .mini-img-footer {
        display: block;
    }

    #feature {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    .size-product {
        display: none;
    }

    footer {
        display: none;
    }

    header {
        margin-bottom: 0;
    }

    header .topbar {
        justify-content: center;
        flex-direction: column;
    }

    header .topbar .left-top-bar {
        display: none;
    }

    header .topbar .left-top-bar .login {
        display: none;
    }

    header .topbar .search input::placeholder {
        font-size: 12px;
    }

    header .topbar .logo-pri {
        margin-bottom: 15px;
    }

    header .topbar .search {
        flex-basis: 100%;
    }

    header nav {
        display: none;
    }

    .swiper-banner-mobile {
        margin-bottom: 45px;
    }

    .menu-mobile {
        display: flex;
    }

    .gift-card {
        display: block;
    }

    .mini-card {
        /* display: none; */
    }

    .shgift-day .top-sec .timer > span {
        display: none;
    }

    .shgift-day .top-sec .timer > span {
        display: none;
    }

    #feature .feature-box p.feature-title {
        padding-top: 20px;
        max-width: 100%;
    }

    .footer-namad {
        justify-content: center;
    }

    header .topbar .search i {
        font-size: 20px;
    }

    .top-box .old-price {
        display: none;
    }

    .price-pri {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .shgift-day .top-sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .shgift-day .top-sec > p {
        margin: 0;
        font-size: 16px;
        color: #000;
    }

    .shgift-day .top-sec > span {
        display: block;
    }

    .shgift-day .top-sec > figure {
        width: 40%;
    }

    .haveis-product {
        font-size: 9px;
        padding: 0 5px;
        line-height: 27px;
        margin-top: 0;
    }

    #page-category .product-box {
        margin-bottom: 15px;
    }

    .box-pic {
        margin-bottom: 5px;
        height: 280px;
    }

    #page-category .box-pic {
        margin-bottom: 5px;
        height: 275px;
    }

    .baner {
        display: none;
    }

    .baner.baner-tow {
        padding-left: 12px;
        padding-right: 12px;
        display: block !important;
    }

    .haveis-product span:last-child {
        font-size: 11px;
    }

    .title-box {
        font-size: 10px;
    }

    .top-box .mark-product {
        font-size: 10px;
        font-weight: 600;
        text-align: right;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .top-box {
        margin-bottom: 5px;
    }

    .all-brand .title-all-brand {
        display: none;
    }

    .price-title-box {
        margin-bottom: 0;
    }

    .price-title-box .title-box {
        width: 100%;
    }

    #section-question .box .box-text {
        font-size: 11px;
        left: 13px;
    }

    .pic-menu-sec-txt {
        font-size: 12px;
    }

    .price-mobile {
        display: flex;
        justify-content: space-between;
    }

    .more-shgift-day,
    .shgift-day .more-shgift-day {
        /*display: none;*/
    }

    #clockdiv .box-clock {
        font-size: 11px;
        padding: 7px;
        border-radius: 3px;
    }

    .product-box {
        min-height: 250px;
    }

    .box-pic .product-takhfif {
        width: 30px;
        height: 20px;
        font-size: 10px;
        line-height: 22px;
    }

    #section-question {
        padding-bottom: 15px;
        padding-top: 15px;
        background-size: 95% 100%;
        margin-bottom: 10px;
    }

    .more-home-mb {
        display: block;
        padding-left: 10px;
    }

    .baner-titile-mobile {
        display: block;
    }

    .swiper-pagination-brand {
        display: block;
    }

    #section-question .col-4 {
        padding: 15px !important;
    }
}

@media screen and (max-width: 1400px) {
    .shgift-day .container {
        max-width: 90%;
    }

    #page-category .box-pic {
        height: 300px;
    }
}

@media screen and (max-width: 1400px) {
    .shgift-day .container {
        max-width: 90%;
    }

    #page-category .box-pic {
        height: 280px;
    }
}

@media screen and (max-width: 786px) {
    .home-mode-suggest .container:last-child {
        display: none;
    }

    .mini-pic {
        display: none;
    }

    #page-category .box-pic {
        height: 330px;
    }
}

@media screen and (min-width: 1441px) {
    .container {
        max-width: 1400px;
    }

    #section-question .box .box-text {
        left: 93px;
    }
}

@media screen and (max-width: 586px) {
    .container.respon {
        padding-right: 15px;
        padding-left: 15px;
    }

    .moarfi-mobile {
        /* margin-bottom: 5rem; */
    }

    .backet-shop {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: -56px;
        padding: 10px;
    }

    .wrapper-box-shoping {
        padding: 0 !important;
    }

    .box-shoping {
        padding: 5px !important;
    }

    .box-pic {
        margin-bottom: 5px;
        height: 200px;
    }

    #page-category .box-pic {
        height: 250px;
    }

    .table-order-details img.thumbnail-product{
        width: 100px!important;
    }
    .table-order-details .details-product{
        margin-right: 5px!important;
    }
}

/* auther page */
.dropdown-menu {
    border: none;
    border-radius: 10px;
}

.dropdown-item {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

a:hover {
    color: inherit;
}

.modal {
    top: 50%;
    transform: translateY(-50%);
}

.modal-body {
    margin-top: 15px;
    padding: 0 2.5rem 1rem 2rem;
}

.login-bani .more-btn {
    display: block;
}

.login-bani .edit-number {
    font-size: 12px;
    color: #c06;
}

.login-bani .number-user span:first-child {
    font-size: 14px;
    color: #6c757d;
    cursor: no-drop;
}

/* start mobile bottom nav*/
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    z-index: 2;
}

.bottom-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 8px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    padding: 8px 0px 3px;
}

.bottom-nav__link i {
    font-size: 25px;
    line-height: 20px;
}

.bottom-nav__link i,
.bottom-nav__link img {
    margin-bottom: 5px;
}

.bottom-nav__link:hover {
    /* background-color: #eeeeee; */
}

.bottom-nav__link--active,
.bottom-nav__link--active i:before,
.bottom-nav__link:hover,
.bottom-nav__link:hover i:before {
    color: #c06;
}

.bottom-nav__link:hover img,
.bottom-nav__link--active img {
    filter: invert(26%) sepia(54%) saturate(4277%) hue-rotate(257deg) brightness(83%) contrast(96%);
}

.bottom-nav__icon {
    font-size: 18px;
}

/* end mobile bottom nav*/

.backet-shop:first-child {
    display: none;
}

.backet-shop-full {
}

.btn-more-backet {
    line-height: 2;
    background-color: #c06;
    border: 1px solid #c06;
    font-size: 14px;
    padding: 7px 14px;
    color: #fff;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    border-radius: 7px;
}

.btn-more-backet:hover {
    background-color: #ffffff;
}

.total-price {
    line-height: 52px;
    border-radius: 8px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    color: #1d1d1d;
}

.total-price .price {
    color: #c06;
    font-size: 18px;
    font-weight: 500;
}

.wrapper-box-shoping {
    max-height: 350px;
    width: 100%;
    padding: 0 15px;
    overflow-y: auto;
    position: relative;
}

.box-shoping .mdi-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    background: #e9e9e9;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
}

.wrapper-box-shoping del {
    text-decoration: line-through;
    color: #f37a23;
}

.wrapper-box-shoping img {
    width: 96px;
    /* margin-left: 7px; */
    margin: 0 0 0 7px !important;
}

.box-shoping {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.box-shoping-ditals {
    flex: 1;
    color: #666;
    font-size: 12px;
}

.price-box {
    font-size: 14px;

    color: #000;
}

.c-black {
    font-size: 13px;
    color: #000;
}

.box-shoping-ditals .title-cart-shoping {

    text-align: right;
    font-size: 13px;
    color: #000;
    margin-bottom: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

#product-status ul {
    line-height: 2;
    margin-right: 3%;
    list-style: auto !important;
}

#login-form {
    padding: 0 45px;
}

#main-image .owl-item {
    text-align: center;
    margin-bottom: 15px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    /* width: auto; */
}

.product-image-background {
    pointer-events: none;
}

.account {
}

.account:hover {
    color: #c06;
}

.account .mdi-account-circle-outline {
    font-size: 26px;
}

.dropdown-menu-left {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-menu-left .dropdown-item {
    padding: 5px 15px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.dropdown-menu-left .dropdown-item i {
    font-size: 20px;
}

.dropdown-menu-left .dropdown-item:hover i::before {
    color: #c06;
}

.dropdown-menu-left .dropdown-item i.mdi-logout-variant::before {
    color: #ff0e0e;
}

.dropdown-menu-left .dropdown-item:hover {
}

.row .mdi-heart-outline {
    position: relative;
    font-size: 22px;

    cursor: pointer;
    transition: 0.3s;
    background-color: #eee;
    border-radius: 10px;
    padding: 6px 9px;
}

.wrapper-how-to-size {
}

.how-to-size {
    color: #1ac977;
    padding: 15px 20px;
    border-radius: 7px;
    border: 1px solid #d6d5d5;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

#how-to-size-molad .modal-dialog {
    max-width: 786px !important;
}

#sizeChartBox ul {
    line-height: 2;
}

.how-to-size:hover {
    border-color: #1ac977;
}

.breadcrumb {
    border-radius: 0 !important;
}

#update-cart {
    background: #c06;
    color: #fff;
    border: 1px solid transparent;
}

#update-cart:hover {
    background: transparent !important;
    border-color: #c06;
    color: #c06;
}

.checkout-item del {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 13px;
    margin: 0 5px;
}

:root {
    --orange: #f16422;
    --green: #1ac977;
}

.top-page-title-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 13px;
    z-index: 2;
    padding: 18px 16px;
    text-align: center;
    -webkit-box-shadow: rgba(213, 214, 216, 0.5) 0px 5px 10px 0px;
    box-shadow: rgba(213, 214, 216, 0.5) 0px 5px 10px 0px;
    background-color: #fff;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.top-page-title-category .title {
    font-size: 13px;
    font-weight: 600;
    margin: 0px;
    display: block;
}

.top-page-title-category i.back {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-page-catgory .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.renge-price .price-input {
    margin: 30px 0 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.renge-price .price-input .field {
    /* background: red; */
    height: 45px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.renge-price .field input {
    width: 100%;
    height: 100%;
    outline: none;
    margin-left: 12px;
    border: 1px solid #999;
    font-size: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    -moz-appearance: textfield;
}

/* remove Arrows */
.renge-price input[type='number']::-webkit-outer-spin-button,
.renge-price input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.renge-price .slider-pr {
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    position: relative;
}

.renge-price .slider-pr .progress {
    height: 5px;
    border-radius: 5px;
    position: absolute;
    background: #28a745;
    left: 25%;
    right: 25%;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    top: -5px;
    height: 5px;
    width: 100%;
    background: none;
    -webkit-appearance: none;
    pointer-events: none;
    border: none;
    left: 0;
}

.renge-price input[type='range']::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
    background: #28a745;
    border: none;
}

.renge-price input[type='range']::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: #28a745;
    border: none;
}

#page-category .title-catgory {
    color: var(--orange);
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#page-category .wrapper-search {
    margin-bottom: 15px;
    height: 50px;
    font-size: 11px;
    padding: 5px;
    margin-left: 50px;
    border-radius: 8px;
    background-color: #f9f9f9;
    line-height: 50px;
}

#page-category .wrapper-search .search-catagory {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page-category .wrapper-search .search-catagory i {
    margin-left: 10px;
    color: #8c8c8c;
    font-size: 23px;
    width: 40px;
    text-align: center;
}

#page-category .wrapper-search .search-catagory input {
    width: 100%;
    background: transparent;
}

#page-category .top-slider {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-category .top-slider__top-slider--right {
    font-weight: 500;
    font-size: 15px;
}

#page-category .top-slider .top-slider--left {
    color: #f16422;
    font-size: 13px;
    margin-top: 7px;
    font-weight: 500;
}

#page-category .selected-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d7d7cc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#page-category .selected-filter ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    border: solid 1px #eee;
    font-size: 12px;
    color: #6f6f6f;
    padding: 5px;
}

#page-category .selected-filter ul li span {
    margin-left: 8px;
}

#page-category .listCatgory {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7cc;
}

#page-category .listCatgory .listCatgory-title {
    text-align: right;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

#page-category .listCatgory .wrapper-menu-catagory {
    height: 300px;
    overflow-y: auto;
}

#page-category .listCatgory .wrapper-menu-catagory::-webkit-scrollbar {
    width: 5px;
}

#page-category .listCatgory .wrapper-menu-catagory::-webkit-scrollbar-track {
    display: block;
}

#page-category .listCatgory .wrapper-menu-catagory::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--green);
}

#page-category .listCatgory .wrapper-menu-catagory ul li a:hover {
    color: var(--green);
    font-weight: 600;
}

#page-category .listCatgory .wrapper-menu-catagory ul li {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    color: #656565;
    font-weight: 600;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 12px;
}

#page-category .listCatgory .wrapper-menu-catagory ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#page-category .listCatgory .wrapper-menu-catagory ul li ul li ul {
    margin-right: 10px;
}

#page-category .wrapper-brand .wrapper-brand-title {
    text-align: right;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

#page-category .renge-price .title {
    padding: 2px 0px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
}

#page-category .warpper-color {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

#page-category .warpper-color .title {
    padding: 2px 0px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
}

#page-category .warpper-color .warpper-listcolor {
    width: 100%;
    max-height: 75px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#page-category .warpper-color .warpper-listcolor.show {
    overflow-y: auto;
    height: 200px;
    max-height: none;
}

#page-category .warpper-color .warpper-listcolor.show::before {
    display: none;
}

#page-category .warpper-color .warpper-listcolor::before {
    content: '';
    position: absolute;
    height: 9px;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: all;
}

#page-category .warpper-color .warpper-listcolor::-webkit-scrollbar {
    width: 5px;
}

#page-category .warpper-color .warpper-listcolor::-webkit-scrollbar-track {
    display: block;
}

#page-category .warpper-color .warpper-listcolor::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--green);
}

#page-category .warpper-color .warpper-listcolor ul {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 40px;
}

#page-category .warpper-color .warpper-listcolor ul li {
    margin: 0 5px;
    position: relative;
}

#page-category .warpper-color .warpper-listcolor ul li:hover .tooltip-custom {
    opacity: 1;
}

#page-category .warpper-color .warpper-listcolor ul li .tooltip-custom {
    position: absolute;
    padding: 5px 10px;
    display: block;
    opacity: 0;
    font-size: 10px;
    color: #fff;
    background: #000;
    top: 40%;
    left: calc(100% + 7px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
}

#page-category .warpper-color .warpper-listcolor ul li .tooltip-custom::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid #000;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    right: 100%;
}

#page-category .warpper-color .warpper-listcolor ul li:hover .item-color {
    outline: 1px solid #1ac977;
    outline-offset: 4px;
}

#page-category .warpper-color .warpper-listcolor ul li .item-color {
    border-radius: 50%;
    background: #ff3838;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 5px 10px 5px;
    cursor: pointer;
}

#page-category .warpper-color #more-color {
    display: block;
    text-align: center;
    font-size: 12px;
}

#page-category .filter-features .filter-features-title {
    padding: 2px 0px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
}

#page-category .filter-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page-category .filter-features ul li {
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    margin-left: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #797979;
}

#page-category .filter-features ul li.active {
    border: 1px solid var(--green);
    color: var(--green);
}

#page-category .sort-filter-wrapper {
    padding: 0 10px;
    line-height: 51px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-category .sort-filter-wrapper .sort-filter--txt {
    margin-left: 10px;
    color: #8c8c8c;
    font-size: 14px;
}

#page-category .sort-filter-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#page-category .sort-filter-wrapper ul li {
    padding: 0 10px;
    color: #1d1d1d;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    border-bottom: 1px solid transparent;
}

#page-category .sort-filter-wrapper ul li:hover {
    border-bottom: 1px solid var(--green);
}

#page-category .sort-filter-wrapper .available-products {
    font-size: 14px;
}

#page-category .sort-filter-wrapper .available-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page-category .paginationPage-Catagory {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 14px;
}

#page-category .paginationPage-Catagory .prev-page,
#page-category .paginationPage-Catagory .next-page {
    white-space: nowrap;
}

#page-category .paginationPage-Catagory ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /*margin: 0 10px;*/
}

#page-category .paginationPage-Catagory ul li {
    margin-right: 5px;
}

#page-category .paginationPage-Catagory ul li.active a {
    background: var(--green);
    color: #fff;
}

#page-category .paginationPage-Catagory ul li a {
    padding: 10px 13px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#page-category .paginationPage-Catagory ul li a:hover {
    color: var(--green);
}

#page-category .box-catgoury .product-box {
    /* padding: 0 15px 15px 15px; */
    padding: 0;
}

@media screen and (max-width: 992px) {
    #page-category .title-catgory {
        display: none;
    }

    .sort-filter-wrapper {
        display: none !important;
    }

    #page-category .paginationPage-Catagory.top {
        display: none;
    }

    /* #page-category .col-6 {
        display: none;
    } */
    #page-category .col-lg-3 {
        display: none;
    }

    #page-category .box-catgoury .col-6:not(odd) {
        padding-left: 5px;
    }

    #page-category .box-catgoury .col-6:not(even) {
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    /* header .topbar {
        display: none;
    } */
}

.box-slide {
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
}

.box-slide #clockdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
    color: #db2e20;
    font-weight: bold;
    font-size: 21px;
}

.box-slide #clockdiv span {
    padding: 5px 7px;
    line-height: 1.5;
}

.box-slide .swiper-slide-product {
    overflow: hidden;
}

.box-slide .swiper-slide-product .product-box {
    padding: 5px;
}

.box-slide .swiper-slide-product .box-pic {
    padding: 5px;
}

.box-slide .ovly-pic {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-slide .swiper-slide:hover .box-pic .pri-pic {
    opacity: 1;
    visibility: visible;
}

#filter-mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    border-radius: 30px 30px 0 0;
    z-index: 9999;
    background: #fff;
    padding: 15px 10px;
}

#filter-mobile .line-show {
    width: 20%;
    height: 3px;
    border-radius: 3px;
    background: #b4b4b4;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*# sourceMappingURL=catagort.css.map */

/* start wrapper-catgory-boxss-mb */

.wrapper-catgory-boxss-mb {
}

.top-catgory-mb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 15px;
    font-size: 20px;
}

.more-catgory-mb {
    color: #c06;
    font-size: 16px;
    font-weight: 500;
}

.wrapper-box-mb {
    margin-bottom: 15px;
    padding: 15px 20px;
    /* overflow-x: auto; */
    /* display: flex;
        flex: 1 1 25%; */
}

.box-mb {
    background: #f0f0f1;
    padding: 5px;
    border-radius: 5px;
    /* margin-left: 5px; */
    transition: 0.3s;

}

.box-mb:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.wr-pic {
    /* width: 100%; */
    /* height: 60px; */
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 5px;
}

.wr-pic::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000000a;
    pointer-events: none;
}

.wr-pic img {
    object-fit: cover;
    /* width: 100%;
     height: 100%; */
}

.title-box-mb {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 5px;
    color: #262626;
}

.number-pro {
    color: #918f8f;
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .wrapper-catgory-boxss-mb {
    }

    .top-catgory-mb {
        padding: 2px 15px;
        font-size: 16px;
        font-weight: 600;
    }

    .wrapper-box-mb {
        padding: 5px 10px;
    }

    .box-mb {
        padding: 5px;
    }

    .wr-pic {
        width: 100%;

        position: relative;
    }

    .title-box-mb {
        font-size: 9px;
        margin-bottom: 2px;
        color: #000;
    }

    .number-pro {
        font-size: 7px;
    }
}

.show-menuFilter {
    position: fixed;
    bottom: 20px;
    text-align: center;
    cursor: pointer;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 998;
}

.menu_mobileFilter {
    position: fixed;
    height: 100vh;
    width: 300px;
    overflow-y: auto;
    background: #fff;
    right: 0;
    top: 0;
    transform: translate(100%);
    transition: 0.3s;
    z-index: 1000;
}

.menu_mobileFilter.active {
    transform: translate(0);
}

.overly-menuFilter {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}

.overly-menuFilter.show {
    display: block;
}

/* .active{
    border-bottom: 1px solid var(--green)!important;
} */

.hight-sabet {
    height: 5.5rem;
    width: 100%;
}

#price-block .title-product-name {
    /* max-width: 60%; */
    font-size: 28px;
}

#price-block .product-discount {
    text-align: right;
}

#price-block .price-primri {
    padding-top: 5px;
    color: #c06;
    font-size: 23px;
    margin-top: 0px;
    font-weight: 600;
    text-decoration: none;
}

#price-block .price-primri.del-price {
    text-decoration: line-through;
    color: #949597 !important;
    padding: 5px;
    font-size: 13px;
    margin-top: 11px;
    display: block;
}

#price-block .takhfif-you {
    font-size: 13px;
}

#price-block .discounted1 {
    background: #fd7e14;
    color: #fff;
    padding: 1px 5px;
    font-size: 13px;
    margin: 5px 0;
    border-radius: 50px;
}

#price-block .discounte_price1 {
    padding-top: 5px;
    color: #c06;
    font-size: 23px;
    margin-top: 0px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    #price-block .title-product-name {
        max-width: 55%;
        font-size: 15px;
    }

    #price-block .product-discount {
        text-align: left;
    }

    #price-block .discounted1 {
        background: #fff;
        color: #fd7e14;
        padding: 0 2px;
    }

    #price-block .discounte_price1 {
        padding-top: 5px;
        color: #c06;
        font-size: 18px;
        margin-top: 0px;
    }

    #price-block .takhfif-you {
        font-size: 0.7rem;
    }

}

#menuMB-profile {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.show-filters,
.sort-filter {
    border-radius: 7px;
    border: 1px solid #b9b9b9;
    padding: 10px 7px;
    font-size: 14px;
    cursor: pointer;
}

.show-filters i {
    font-size: 18px;
    line-height: 16px;
}

.wraper-sort-mb {
    width: 90%;
    margin: 0 auto;
}

.form-sort-mb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.form-sort-mb .wr-input-label {
    flex-basis: 49.5%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddcdc;
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 10px;
}

.form-sort-mb input {
    margin-left: 5px;
}

.form-sort-mb label {
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 568px) {
    #page-category {
        padding: 0 20px;
    }
}

@media screen and (max-width: 400px) {
    #page-category .box-pic {
        height: 220px;
    }
}

.snaAgrin {
    text-align: center;
    color: #ff0e0e;
    font-size: 12px;
    padding: 15px 0;
    margin-bottom: 20px;
    font-weight: 600;

}


@media screen and (max-width: 786px) {
    .checkout-item {
        display: flex;
        flex-direction: column;
    }

    .checkout-item td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .checkout-item .strong {
        font-size: 22px;
        margin-bottom: 5px;

    }

    #cart-update-form td {

    }

    .remove_from_cart {

    }

}

@media screen and (max-width: 1200px) {
    #page-category .sort-filter-wrapper ul {
        flex-wrap: wrap;

    }

}

.custom-swl-popup{
    display: flex !important;
    -webkit-box-shadow: -5px 5px 15px 0 rgb(49 49 49 / 9%) !important;
    box-shadow: -5px 5px 15px 0 rgb(49 49 49 / 9%) !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 25px !important;
    z-index: 9999 !important;
    position: unset!important;
}
.custom-swl-confirm-btn{
    width: 60%!important;
    line-height: 2!important;
    background-color: #c06 !important;
    border: 1px solid #c06 !important;
    font-size: 14px!important;
    padding: 7px 14px!important;
    color: #fff!important;
    -webkit-transition: 0.2s all!important;
    -o-transition: 0.2s all!important;
    transition: 0.2s all!important;
    border-radius: 7px!important;
}

.swal2-icon.swal2-success {
    border-color: #c06 !important;
}

.swal2-success-line-long,.swal2-success-line-tip{
    background-color: #c06 !important;

}
.swal2-success-circular-line-left,.swal2-success-fix,.swal2-success-circular-line-right{
    background-color: unset!important;
}
.swal2-show{
    -webkit-animation: open-cart 0.3s linear forwards!important;
    animation: open-cart 0.3s linear forwards!important;
}
.swal2-confirm{
    background-color:#c06 ;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-left:2px;
}

.category-content-seo{
    margin-bottom: 1rem!important;
}

.mdi-whatsapp{
    position: relative;
    top: 4.5px;
}

.quart-banner-box{

    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #eee;

}
.quart-banner-box img{
    width: 100%;
}

.product-info-box{
    padding: 7px;
    border: 1px solid #c06;
    border-radius: 8px;

}
