/*
Theme Name: Ashrafi
Theme URI: https://ashraafi.com
Author: ahmad naraghi
Author URI: https://ashraafi.com
Description: this wordpress theme for ashraafi site
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.1
Version: 2.6.1

! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

::before,
::after {
    --tw-content: '';
}

:root {
    color-scheme: light only;
    --primary-color: #3DBACB;
    --dark-primary-color: #1f6169;
    --lite-primary-color: #bbdfe4;
    --secondary-color: #979797;
    --accent-color: #a4eee5;
    --text-color: #333333;
    --background-color: #ffffff;
    --border-color: #dddddd;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: "IRYekan";
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

@media (min-width:768px) {
    #modal-menu-mobile.modal-menu-mobile-active {
        width: 100%;
        right: 0
    }

    .user-reg {
        display: none
    }

    #modal-menu-mobile.modal-menu-mobile-active>div:first-child {
        width: 25%;
        overflow: visible !important
    }

    #modal-menu-mobile.modal-menu-mobile-active>div:last-child {
        width: 75%
    }

    #modal-menu-mobile.desktop-view .item-submenu-mobile {
        position: relative
    }

    #modal-menu-mobile.desktop-view .desktop-active-item {
        background-color: rgba(0, 0, 0, .03)
    }

    #modal-menu-mobile.desktop-view .item-submenu-mobile-sec {
        transition: none !important
    }

    #modal-menu-mobile.desktop-view>div:first-child>ul>li>.item-submenu-mobile-sec.active {
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        min-height: 300px;
        max-height: 100vh;
        background: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
        border-right: 1px solid #eee;
        z-index: 10;
        padding: 2% 2% 80% 2%;
        display: block !important;
        overflow-y: auto
    }
}

#menu-cat {
    cursor: pointer
}

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

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

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

[hidden] {
    display: none;
}

@font-face {
    font-family: "IRYekan";
    font-weight: 300;
    src: url(assets/font/IRYekan-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "IRYekan";
    font-weight: 500;
    src: url(assets/font/IRYekan-Bold.woff) format("woff");
    font-display: swap;
}

html,
:host {
    font-family: "IRYekan", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.border-1 {
    border-width: 1px;
}

.border-t-1 {
    border-top-width: 1px;
}

.border-b-1 {
    border-bottom-width: 1px;
}

.border-l-1 {
    border-left-width: 1px;
}

.border-r-1 {
    border-right-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

.bg-red-pr {
    background-color: #ef4056;
}

.bg-ashr {
    background-color: var(--primary-color);
}

.bg-ashr-d {
    background-color: var(--dark-primary-color);
}

.bg-ashr-l {
    background-color: var(--lite-primary-color);
}

.bg-ashr-c {
    background-color: #7d5927;
}

.shadow-ashr-inner {
    box-shadow: inset var(--primary-color) 0 0 10px;
}

.shadow-ashr {
    box-shadow: var(--primary-color) 0 0 10px;
}

.border-ashr {
    border-color: var(--primary-color);
}

.border-ashr-d {
    border-color: var(--dark-primary-color);
}

.border-ashr-c {
    border-color: #7d5927;
}

.text-ashr-d {
    color: #393939;
}

.text-ashr-d:hover {
    color: #A66A0E
}

.text-ashr-l {
    color: var(--lite-primary-color);
}

.text-ashr-c {
    color: #7d5927;
}

.has-ashrl-background-color {
    background-color: var(--lite-primary-color);
}

.has-ashrl-color {
    color: var(--lite-primary-color);
}

.has-ashrl-border-color {
    border-color: var(--lite-primary-color);
}

.has-ashr-background-color {
    background-color: var(--primary-color);
}

.has-ashr-border-color {
    border-color: var(--primary-color);
}

.has-ashr-color {
    color: var(--primary-color);
}

.has-ashrd-border-color {
    border-color: var(--dark-primary-color);
}

.has-ashrd-background-color {
    background-color: var(--dark-primary-color);
}

.has-ashrd-color {
    color: var(--dark-primary-color);
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: inherit;
}

.owl-nav .owl-next {
    position: absolute;
    left: 0;
}

.owl-nav .owl-prev {
    position: absolute;
}

.scroll-none {
    scrollbar-width: none;
}

.\!text-xxs {
    font-size: .6rem !important;
}

.\!block {
    display: block !important;
}

.text-xxs {
    font-size: .6rem;
    line-height: 1rem;
}

form.ajax-auth {
    z-index: 0 !important;
}

.slider_desc {
    margin-top: 0;
    overflow: hidden;
    transition: all .5s ease 0s;
    max-height: 100px;
}

.shadow-3d-in {
    box-shadow: inset #ebebeb -2px -2px 14px;
}

.shadow-b-div {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 1)), to(rgba(0, 0, 0, 0)));
}

.bg-gray-150 {
    background-color: #F0F0F1;
}

.shadow-1-top {
    --tw-shadow: 0 -1px 1px rgba(0, 0, 0, .14), 0 -2px 2px rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 -1px 1px var(--tw-shadow-color), 0 -2px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-columns {
    margin-bottom: 0;
}

nav.navigation.pagination {
    text-align: center;
    margin: 10px;
}

nav.navigation.pagination>.nav-links {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.abs-center-d {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guaven_woos_suggestion_unlisted {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
}

.guaven_woos_suggestion {
    border-color: var(--dark-primary-color) !important;
    border-width: 1px !important;
}

div#digits_country_list_wrapper {
    display: none !important;
}

.d-ltr {
    direction: ltr;
}

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

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-width: 2px !important;
    border-color: #8FC84D !important;
    -webkit-box-shadow: 0 0 0 1000px #FFEB3B42 inset !important;
    transition: background-color 1s ease-in-out .5s !important;
}

.lable-checbox-custom {
    display: block;
    position: relative;
    padding: 10px;
    padding-right: 25px;
    cursor: pointer;
    font-size: .8rem;
    border-bottom: solid 1px #e4e4e4;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.lable-checbox-custom:nth-last-child(1) {
    border-bottom: none;
}

.lable-checbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checbox-custom {
    position: absolute;
    top: 9px;
    right: 0;
    height: 16px;
    width: 16px;
    border-radius: 5px;
    border: solid 2px #515f72bd;
}

.lable-checbox-custom:hover input~.checkmark-checbox-custom {
    background-color: #2196F3;
    border: none;
}

.lable-checbox-custom input:checked~.checkmark-checbox-custom {
    background-color: #2196F3;
    border: none;
}

.checkmark-checbox-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.lable-checbox-custom input:checked~.checkmark-checbox-custom:after {
    display: block;
}

.lable-checbox-custom .checkmark-checbox-custom:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 3px 0;
    transform: rotate(45deg);
}

.slider-switch-checkbox:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    border-radius: 20px;
    transition: .4s;
}

input:checked+.slider-switch-checkbox:before {
    transform: translateX(20px);
}

.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.woocommerce-shipping-totals th {
    width: 60%;
}

.cross-sells li {
    text-align: -webkit-center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

.guaven_woos_titlediv {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 5px !important;
    margin-right: 55px !important;
}

.guaven_woos_suggestion_list,
.guaven_woos_suggestion_unlisted li {
    border-bottom: solid #7a4b294a 1px !important;
    margin: 5px !important;
    padding: 5px !important;
    overflow: hidden !important;
}

.guaven_woos_img {
    aspect-ratio: 1 / 1 !important;
    position: static !important;
}

.guaven_woos_div {
    float: right !important;
    padding: 0 !important;
}

.woos_sku {
    display: inline-block !important;
    width: auto;
    padding: 1px 10px;
    margin: 0 2px;
    background-color: var(--lite-primary-color);
    float: inline-end;
}

.guaven_woos_mobile_div_state .guaven_woos_titlediv>span {
    display: inline !important;
}

.guaven_woos_mobile_div_state .guaven_woos_suggestion {
    padding: 0 !important;
}

.container {
    width: 100%;
}

.menu-icon-ashraafi {
    height: 35px;
    width: 35px;
    -o-object-fit: cover;
    object-fit: cover;
}

h1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

h2 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem;
    font-weight: 300;
    line-height: 2rem;
}

h3 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem;
    font-weight: 300;
    line-height: 2rem;
}

h4 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 300;
}

p {
    text-align: justify;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.50rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

main {
    width: 100%;
}

main>section {
    margin-left: auto;
    margin-right: auto;
    padding-left: .25rem;
    padding-right: .25rem;
}

input,
textarea {
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    padding: .25rem;
}

input:focus-visible,
textarea:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

input[type=number] {
    width: 2.25rem;
    text-align: center;
}

.adinr,
.reinr,
am-num {
    margin-left: .25rem;
    margin-right: .25rem;
    display: flex;
    width: 2.25rem;
    cursor: pointer;
    place-content: center;
    align-items: center;
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    padding: .25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
    height: fit-content;
}

.reinr:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.adinr:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.h-line-between {
    margin-left: .5rem;
    margin-right: .5rem;
    height: 1.5rem;
    align-self: center;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-ring-color: rgb(15 23 42 / .05);
}

.btn-svg-prime {
    display: inline-flex;
    align-items: center;
}

.btn-svg-prime>a {
    border-radius: .5rem;
    padding: .5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.btn-svg-prime>a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 235 237 / var(--tw-bg-opacity));
}

.content-text ol li {
    list-style: decimal;
    list-style-position: inside;
}

.img-btn-show-search {
    display: inline-block;
    width: 100%;
    height: 43px;
    max-width: 100%;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: 2.5rem;
    object-fit: contain;
    object-position: right;
    cursor: text;
}

#top-header-mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#top-header-desktop {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.nav-item {
    margin-left: .25rem;
    margin-right: .25rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-bottom-width: 2px;
    border-color: transparent;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 300;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.nav-item:hover {
    background-color: transparent;
}

.nav-item-primery {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: transparent;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.nav-item-primery.active {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
}

#submenu-cat {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: max-content;
    z-index: 50;
    border-radius: .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#submenu-cat.active {
    display: block;
}

.nav-item-primery a {
    display: flex;
    align-items: center;
}

.nav-item span {
    align-self: center;
    fill: #4b5563;
    padding-left: .25rem;
    padding-right: .25rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.nav-item svg {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.nav-item a {
    display: flex;
    align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#menu-weblog {
    position: relative;
}

#menu-weblog:hover #submenu-weblog {
    display: block;
}

#submenu-weblog {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: max-content;
    z-index: 50;
    border-radius: .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#submenu-weblog>ul>li {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity));
}

#submenu-weblog>ul>li:last-child {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

#submenu-weblog>ul>li:hover {
    --tw-text-opacity: 1;
    color: var(--dark-primary-color);
}

#submenu-weblog {
    box-shadow: rgba(0, 0, 0, .25) 0 0 5px;
    position: absolute;
    top: 2.6rem;
    right: 0;
    z-index: 20;
    display: none;
    width: -moz-max-content;
    width: max-content;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
}

#submenu-weblog:hover {
    display: block;
}

.btn_add_to_cart {
    position: relative;
    background-color: var(--primary-color);
    margin-top: .75rem;
    margin-bottom: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: .375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.1rem;
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.btn_add_to_cart:after {
    content: "";
    width: 30px;
    height: 93%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 6px;
}

button#add_to_card_phone {
    background-color: var(--primary-color);
    box-shadow: #8a8a8aa8 0 0 3px;
    color: rgb(255, 255, 255)
}

button#add_to_card_phone:after {
    content: "";
    width: 30px;
    height: 93%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.btn_add_to_cart.notif_availabil {
    background-color: rgb(115 115 115 / var(--tw-bg-opacity)) !important;
    background-image: none;
    color: white;
}

.btn_add_to_cart.notif_availabil:after {
    display: none;
}

.btn_add_to_cart:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.toolbar_mob {
    width: 100%;
    bottom: 0;
    position: fixed;
    background: #fff;
    padding: 4px;
    display: flex;
    --tw-shadow: 0 -1px 1px rgba(0, 0, 0, .14), 0 -2px 2px rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 -1px 1px var(--tw-shadow-color), 0 -2px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 31;
}

.btn_add_to_cart img {
    position: absolute;
    display: none;
    height: 2.5rem;
    width: 2.5rem;
    padding: .25rem;
    opacity: .75;
}

.single_add_to_cart_button {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: .75rem;
    line-height: 1rem;
    padding: .75rem;
}

#btn_show_go_cart_page {
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity));
    padding: 0;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 300ms;
}

.btn-lite {
    margin-top: .5rem;
    margin-bottom: .5rem;
    align-items: center;
    border-radius: .5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.tag-link-footer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: .5rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.tag-link-footer:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.download-app-btn-footer {
    margin-top: .25rem;
    display: flex;
    height: 2rem;
    align-items: center;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.sticky-h {
    position: fixed;
    top: 0;
}

.main-scrolled {
    padding-top: 4rem;
}

.top-header-div {
    width: 100%;
}

#header-sticky-phone {
    --tw-shadow: 0 1px 5px rgba(0, 0, 0, .14), 0 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color), 0 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 30;
    display: flex;
    min-height: 4rem;
    width: 100%;
    justify-content: space-around;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 4px;
    gap: 4px;
}

#header-sticky-lg {
    z-index: 30;
    margin-bottom: 3rem;
    display: none;
    min-height: 4rem;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.sec-costom-menu {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-top: 7%;
    height: 190px;
    min-height: 190px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

#btn-menu-mobile {
    width: 8.333333%;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}

#modal-menu-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 40;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: .55;
    opacity: 0;
    transition-duration: 500ms;
}

.modal-menu-mobile-active {
    right: 0 !important;
    opacity: 1 !important;
}

.item-submenu-mobile {
    fill: #737373;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}

.item-submenu-mobile>span,
.item-submenu-mobile>a {
    display: flex;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
}

.item-submenu-mobile-sec {
    overflow: hidden;
    overflow-y: clip;
    overflow-x: visible;
    padding-right: .5rem;
    padding-left: .5rem;
    transition-duration: 500ms;
    height: 0;
}

#product_menu>li:nth-child(-n+5)>span,
#product_menu>li:nth-child(-n+5)>a {
    border-bottom: 1px solid var(--primary-color)24;
    padding-bottom: 12px !important;
    font-weight: 500
}

.item-submenu-mobile-sec.active {
    border-right: 1px solid #e5e5e5;
    padding-right: 12px;
    background-color: #f5f5f5;
    height: auto;
}

.link-submenu-mobile {
    position: relative;
    display: flex;
    align-items: center;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
}

.link-submenu-mobile-a {
    position: relative;
    display: flex;
    align-items: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .75rem;
    line-height: 1rem;
}

.link-submenu-mobile-a svg {
    position: revert;
    padding-left: 1px;
}

.div-modal-primery {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
    transition-duration: 100ms;
}

#div-header-cart-show:hover #header-cart-show {
    display: block
}

#header-cart-show {
    box-shadow: rgba(0, 0, 0, .25) 0 0 5px;
    position: absolute;
    top: 3rem;
    left: .75rem;
    width: 24rem;
    border-radius: .5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

#header-cart-show.active {
    display: block;
}

#products-header-cart-show {
    max-height: 18rem;
    overflow: auto;
    padding: .5rem;
}

.ddphcs {
    display: flex;
    width: 100%;
    align-items: center;
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.ddphcs:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.dkphcs {
    margin: .5rem;
    display: flex;
    width: 33.333333%;
    flex-direction: column;
    justify-content: space-between;
}

.dbphcs {
    margin: .5rem;
    width: 66.666667%;
    justify-content: space-between;
}

.dbphcs p:nth-child(1) {
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.dbphcs p:nth-child(2) {
    margin-left: .25rem;
    margin-right: .25rem;
    display: inline-flex;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dbphcs p:nth-child(3) {
    float: left;
    margin-right: auto;
    margin-top: .25rem;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(5 46 22 / var(--tw-text-opacity));
}

#total-price-header-cart-show {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
}

.number-cart-header {
    display: none;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

#footer_products-header-cart-show {
    position: relative;
    height: 2.5rem;
    width: 100%;
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.guaven_woos_suggestion {
    max-height: 80vh;
    overflow: auto;
}

.btn_lite_ashr {
    display: flex;
    border-radius: .5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.btn_lite_ashr span {
    align-self: center;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.btn_lite_ashr svg {
    height: 1.5rem;
    width: 1.5rem;
    align-self: center;
    padding-right: .75rem;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.price-lable {
    position: relative;
    top: -.25rem;
    margin-top: .125rem;
    margin-bottom: .125rem;
    margin-right: .25rem;
    font-size: .75rem;
    line-height: 1rem;
}

footer {
    border-top: 1px solid;
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding: 1rem .5rem;
}

footer>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
}

.select_box_ashr {
    padding: 5px 0;
    border-color: var(--primary-color);
    color: var(--dark-primary-color);
    display: flex;
    width: 100%;
    border-radius: .375rem;
    border-width: 1px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.select_box_ashr select {
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.select_box_ashr select:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.select_box_ashr option {
    font-weight: 300;
}

.button {
    border-color: var(--dark-primary-color);
    color: var(--dark-primary-color);
    align-items: center;
    border-radius: .375rem;
    border-width: 1px;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-align: center;
    cursor: pointer;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.button:hover {
    background-color: var(--dark-primary-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button:disabled {
    border-width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.accordion {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    overflow: hidden;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .5rem;
}

.accordion__intro {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: .25rem;
}

.accordion__intro::before {
    margin-left: .5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
    --tw-content: '+';
    content: var(--tw-content);
}

.accordion__intro h4 {
    padding-top: 0;
    padding-bottom: 4px;
    font-size: .9rem;
}

.accordion__intro h3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5rem;
}

.accordion__content h4 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    color: var(--dark-primary-color);
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.accordion__content p {
    line-height: 1.5rem;
    font-size: 13px;
}

.link-submenu-mobile svg.w-5.h-5 {
    position: absolute;
    right: -18px;
}

#inloader_div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    height: 100%;
    width: 100%;
    cursor: wait;
    overflow: hidden;
    background-color: rgb(3 7 18 / .5);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 100ms;
}

#inloader_div img {
    position: relative;
    top: 47%;
    margin-left: auto;
    margin-right: auto;
    width: 9rem;
}

.products {
    box-sizing: border-box;
    display: grid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.btn-1-3 {
    background-color: var(--lite-primary-color);
    color: var(--dark-primary-color);
    display: flex;
    width: 100%;
    cursor: pointer;
    justify-content: center;
    gap: .5rem;
    border-radius: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.btn-1-3:hover {
    background-color: var(--dark-primary-color);
    color: var(--lite-primary-color);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.-left-1\/3 {
    left: -33.333333%;
}

.-right-1\/3 {
    right: -33.333333%;
}

.-right-10 {
    right: -2.5rem;
}

.-top-5 {
    top: -1.25rem;
}

.-top-8 {
    top: -2rem;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.left-1\/2 {
    left: 50%;
}

.left-1\/20 {
    left: 5%;
}

.top-1\/20 {
    top: 5%;
}

.left-9 {
    left: 2.25rem;
}

.right-0 {
    right: 0;
}

.right-0\.5 {
    right: .125rem;
}

.right-2 {
    right: .5rem;
}

.right-5 {
    right: 1.25rem;
}

.right-auto {
    right: auto;
}

.mt-auto {
    margin-top: auto;
}

.top-0 {
    top: 0;
}

.top-1\/2 {
    top: 50%;
}

.top-2 {
    top: .5rem;
}

.top-36 {
    top: 9rem;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-60 {
    top: 15rem;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-auto {
    z-index: auto;
}

.float-left {
    float: left;
}

.float-end {
    float: inline-end;
}

.m-0 {
    margin: 0;
}

.m-2 {
    margin: .5rem;
}

.m-3 {
    margin: .75rem;
}

.m-4 {
    margin: 1rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-0\.5 {
    margin-left: .125rem;
    margin-right: .125rem;
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.my-1\.5 {
    margin-top: .375rem;
    margin-bottom: .375rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.-mb-12 {
    margin-bottom: -3rem;
}

.-mr-5 {
    margin-right: -1.25rem;
}

.-mt-0 {
    margin-top: -0px;
}

.-mt-0\.5 {
    margin-top: -.125rem;
}

.-mt-2 {
    margin-top: -.5rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-0\.5 {
    margin-left: .125rem;
}

.ml-1 {
    margin-left: .25rem;
}

.ml-2 {
    margin-left: .5rem;
}

.ml-3 {
    margin-left: .75rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-1 {
    margin-right: .25rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-3 {
    margin-right: .75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-auto {
    margin-right: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: .25rem;
}

.mt-1\.5 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.-ml-9 {
    margin-right: -36px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.\!table-cell {
    display: table-cell !important;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0;
}

.h-1 {
    height: .25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 56px;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-2\/4 {
    height: 50%;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: .75rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.max-h-\[100px\] {
    max-height: 100px;
}

.max-h-\[200px\] {
    max-height: 200px;
}

.max-h-\[100vh\] {
    max-height: 100vh;
}

.max-h-\[500px\] {
    max-height: 500px;
}

.max-h-\[80px\] {
    max-height: 80px;
}

.max-h-full {
    max-height: 100%;
}

.min-h-5 {
    min-height: 1.25rem;
}

.min-h-full {
    min-height: 100%;
}

.\!w-full {
    width: 100% !important;
}

.w-0 {
    width: 0;
}

.w-1 {
    width: .25rem;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 10%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-10 {
    width: 2.5rem;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-28 {
    width: 7rem;
}

.w-3 {
    width: .75rem;
}

.w-3\/4 {
    width: 75%;
}

.w-3\/5 {
    width: 100%;
}

.w-4 {
    width: 1rem;
}

.w-4\/5 {
    width: 90%;
}

.w-5 {
    width: 1.25rem;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-4\/12 {
    width: 58.333333%;
}

.w-8 {
    width: 2rem;
}

.w-80 {
    width: 20rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[168\%\] {
    width: 168%;
}

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.max-w-60 {
    max-width: 15rem;
}

.max-w-\[1000px\] {
    max-width: 1000px;
}

.max-w-\[1270px\] {
    max-width: 1270px;
}

.max-w-\[1280px\] {
    max-width: 1280px;
}

.max-w-\[500px\] {
    max-width: 500px;
}

.max-w-\[600px\] {
    max-width: 600px;
}

.max-w-full {
    max-width: 100%;
}

.max-w-none {
    max-width: none;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-initial {
    flex: 0 1 auto;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.border-collapse {
    border-collapse: collapse;
}

.translate-x-1 {
    --tw-translate-x: .25rem;
    translate: .25rem -.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/4 {
    --tw-translate-y: 25%;
    translate: 0 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2\/4 {
    --tw-translate-y: 50%;
    translate: 0 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-3 {
    --tw-translate-y: .75rem;
    translate: 0 .75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-z-0 {
    transform: translateZ(0);
}

.cursor-pointer {
    cursor: pointer;
}

.flex-col {
    flex-direction: column;
}

.edit {
    background: #fff0d8;
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--dark-primary-color);
    border: solid 1px;
    transition: .3s;
}

.edit:hover {
    background: var(--dark-primary-color);
    color: #fff0d8;
    transition: .3s;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.justify-end {
    justify-content: flex-end;
}

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

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.gap-0 {
    gap: 0;
}

.gap-0\.5 {
    gap: .125rem;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-4 {
    gap: 1rem;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: .25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: .5rem;
}

.rounded-md {
    border-radius: .375rem;
}

.rounded-sm {
    border-radius: .125rem;
}

.rounded-xl {
    border-radius: .75rem;
}

.border {
    border-width: 1px;
}

.border-dashed {
    border-style: dashed;
}

.border-0 {
    border-width: 0;
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-red {
    --tw-border-opacity: 1;
    border-color: #ff0800;
}

.border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: var(--primary-color);
}

.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: #ffbfbf;
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-950\/50 {
    background-color: rgb(3 7 18 / .5);
}

.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-none {
    background-image: none !important;
}

.bg-\[url\(\'\.\/\.\/assets\/img\/ashraafi-bunos\.svg\'\)\] {
    background-image: url('././assets/img/ashraafi-bunos.svg');
}

.bg-\[url\(\'\.\/assets\/img\/Ashraafi-Logo-search-p\.webp\'\)\] {
    background-image: url('./assets/img/Ashraafi-Logo-search-p.webp');
}

.bg-cover {
    background-size: cover;
}

.bg-right {
    background-position: right;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-origin-content {
    background-origin: content-box;
}

.fill-neutral-500 {
    fill: #737373;
}

.fill-neutral-700 {
    fill: #404040;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-0 {
    padding: 0;
}

.p-0\.5 {
    padding: .125rem;
}

.p-1 {
    padding: .25rem;
}

.p-1\.5 {
    padding: 6px;
}

.p-10 {
    padding: 2.5rem;
}

.p-16 {
    padding: 4rem;
}

.p-2 {
    padding: .5rem;
}

.p-3 {
    padding: .75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.\!pr-0 {
    padding-right: 0 !important;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pb-3 {
    padding-bottom: .75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-1 {
    padding-left: .25rem;
}

.pl-3 {
    padding-left: .75rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-1 {
    padding-right: .5rem;
}

.pr-2 {
    padding-right: .5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-2 {
    padding-top: .5rem;
}

.pt-3 {
    padding-top: .75rem;
}

.pt-4 {
    padding-top: 1rem;
}

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

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-\[28px\] {
    font-size: 28px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1.4rem;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 300;
}

.capitalize {
    text-transform: capitalize;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-6 {
    line-height: 1.3rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-normal {
    line-height: 1.5;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(64, 64, 64);
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.line-through {
    text-decoration-line: line-through;
}

.caret-gray-600 {
    caret-color: #4b5563;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: .5;
}

.opacity-75 {
    opacity: .75;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-neutral-300 {
    --tw-shadow-color: #d4d4d4;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
    --tw-shadow-color: #fff;
    --tw-shadow: var(--tw-shadow-colored);
}

.outline {
    outline-style: solid;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0px_6px_\#fff\] {
    --tw-drop-shadow: drop-shadow(0 0 6px #fff);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[3px_1px_4px_\#fff\] {
    --tw-drop-shadow: drop-shadow(3px 1px 4px #fff);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    filter: invert(1);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.hover\:bg-ashr:hover {
    background-color: var(--primary-color);
}

.hover\:text-ashr-d:hover {
    color: var(--dark-primary-color);
}

.hover\:block:hover {
    display: block;
}

.hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.hover\:fill-red-900:hover {
    fill: #7f1d1d;
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.svg_searchform_mob {
    width: 25px;
    height: 25px;
    object-fit: cover;
    display: table-column;
    position: absolute;
    --tw-translate-y: 25%;
    translate: 5% 30%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-text-opacity: 1;
    color: rgb(141 141 141);
    margin-right: 12px;
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bg-none:focus {
    background-image: none;
}

.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.flex-row {
    flex-direction: row;
}

nav.woocommerce-breadcrumb {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
    line-height: 1rem;
    overflow-y: hidden;
    scrollbar-width: none;
}

.arrow-owl-crs {
    background-color: var(--primary-color);
    margin-left: .5rem;
    margin-right: .5rem;
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
    opacity: .5;
}

.arrow-owl-crt {
    margin-left: .5rem;
    margin-right: .5rem;
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
    opacity: .5;
    filter: drop-shadow(0 0 6px #555);
}

footer a>img.mx-auto {
    width: 50px;
    height: 50px;
}

footer .items-footer-bpx {
    padding: 6px;
    background-color: #fff;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    border-radius: .5rem;
    justify-content: center;
    width: 7rem;
    height: fit-content;
    display: inline-flex;
    margin: 2px;
    border-width: 1px;
    align-items: center;
    aspect-ratio: 1;
}

.items-footer-bpx img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

footer .items-footer-bpx img {
    height: min-content;
}

#modal_search {
    bottom: -100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    padding: 20px;
    transition: .6s;
}

#modal_search.active {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    transition: .3s;
}

#modal_search_banner {
    padding: 10px;
}

#modal_search_banner img {
    max-height: 300px;
    margin: auto;
}

#modal_search .btn-close {
    margin-bottom: 20px;
    margin-right: auto;
    width: 36px;
    height: 36px;
    color: #ff0303;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

#modal_search_close_descktop {
    display: none;
}

#btn-val-remove {
    display: none;
    position: absolute;
    width: 40px;
    left: 44px;
    top: 4px;
    color: aliceblue;
    padding: 5px;
    cursor: pointer;
}

.searchform {
    position: relative;
    margin-bottom: 10px;
}

.btn_submit_modal_search {
    position: absolute;
    height: 100%;
    width: 40px;
    left: 0;
    top: 0;
    background-color: #9f9f9f;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    padding: 6px;
}

.modal_search_lens {
    position: absolute;
    transform: translateY(12px);
    color: rgb(163 163 163);
    height: 20px;
    width: 20px;
    right: 8px;
}

#modal_search_notic {
    display: block;
    color: #484848;
    padding: 10px 0;
    font-size: 13px;
}

#modal_search_not_find {
    display: none;
    place-items: center;
}

#modal_search_not_find img {
    margin: auto;
    width: 150px;
}

.modal_search_catatr_result {
    display: flex;
    padding: 6px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.modal_search_catatr_result a {
    color: #444;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: #ffffff 0 0 10px -4px;
    border-width: 0 0 2px 0;
}

.modal_search_catatr_result a:hover {
    border-color: #917954;
    transition: .3s;
    color: #4f3917;
}

.modal_search_product_result {
    display: flex;
    overflow: auto;
    padding: 6px 0;
    gap: 1%;
    flex-wrap: wrap;
}

.modal_search_product_result a {
    display: flex;
    gap: 1%;
    position: relative;
    width: 100%;
    background: white;
    border-bottom: solid 1px #e3e3e3;
    overflow: hidden;
    padding-bottom: 4px;
    margin-bottom: 4px;
    align-items: stretch;
    justify-content: space-between;
}

.modal_search_product_result>a>div {
    width: 74%;
    display: inline-block;
}

.modal_search_product_result>a>div>div {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.modal_search_product_result>a>div>div:last-child {
    text-align: left;
}

.modal_search_product_result a slot {
    display: inline-block;
    font-size: 11px;
    border: solid 1px;
    color: #c5c5c5;
    padding: 1px 2px;
    border-radius: 4px;
    margin-right: 3px;
}

.modal_search_product_result a slot:first-child {
    display: block;
    width: fit-content;
    margin-right: auto;
    background: #888;
    color: white;
    font-size: 12px;
}

.modal_search_product_result a em {
    position: absolute;
    display: block;
    padding: 4px;
    color: #917954;
    margin-right: auto;
    font-size: 14px;
    font-style: normal;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}

.modal_search_product_result a em span {
    text-decoration-line: line-through;
    display: inline-block;
    margin-left: 4px;
    font-size: 9px;
}

.modal_search_product_result a p {
    font-size: 10px;
    line-height: 1rem;
    text-align: right;
    white-space: pre-wrap;
    padding-bottom: 7px;
}

.modal_search_catatr_result a span {
    color: #999999;
}

.modal_search_product_result h3 {
    font-size: 13px;
    line-height: 1.3rem;
}

.modal_search_product_result a img {
    width: 25%;
    aspect-ratio: 1;
    object-fit: contain;
}

#modal_search_import {
    font-size: 14px;
    padding: 10px 0;
}

#modal_search_import div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 4px;
    font-size: 13px;
    overflow: auto;
    padding: 5px 0;
    scrollbar-width: none;
}

#modal_search_import>div>a {
    color: #6b6b6b;
    border: solid 1px;
    padding: 4px 6px;
    border-radius: 12px;
    transition: .3s;
}

#modal_search_import>div>a:hover {
    color: #3b3b3b;
    filter: drop-shadow(0 0 1px rgba(185, 142, 77, .63));
    transition: .3s;
}

#modal_search_import_title {
    display: block;
    padding-bottom: 8px;
}

.scrl_import_div {
    display: none;
    position: absolute;
    overflow: hidden;
    background: #9f9f9f;
    height: 30px;
    align-content: center;
    cursor: pointer;
    border-radius: 5px;
    color: white;
}

span.scrl_import_div.r {
    transform: translateX(15px) translateY(5px);
}

span.scrl_import_div.l {
    left: 0;
    transform: translateX(18px) translateY(5px);
}

#modal_search_suggest>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#modal_search_suggest>div>a {
    display: flex;
    width: 100%;
    height: 100px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

#modal_search_suggest>div>a>div {
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

#modal_search_suggest>div>a>div>h3 {
    line-height: 1.5rem;
    color: #535353;
}

#modal_search_suggest>div>a>div>em {
    color: #917954;
    margin-right: auto;
}

#btn_show_more_modal_search {
    display: none;
    color: white;
    padding: 5px;
    background: #000000a6;
    width: 100%;
    border-radius: 0 0 7px 7px;
}

.modal_search_inload {
    display: none;
    position: absolute;
    transform: translateY(12px);
    color: rgb(163 163 163);
    height: 20px;
    width: 20px;
    right: 8px;
}

.modal_search_div_result {
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
}

input#modal_search_input {
    background: #d2d2d2;
    color: #393939;
    border: none;
    width: 100%;
    padding: 12px 35px 12px 12px;
    border-radius: 5px;
}

input#submit {
    margin: 11px auto 0 0;
    display: block;
    padding: 5px 10px;
}

input#submit {
    margin: 11px auto 0 0;
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

input#submit:hover {
    background: #153f21;
    color: white;
    transition: .3s;
}

.div_header_section_part {
    border-color: var(--primary-color);
    width: max-content;
    border-bottom-width: 2px;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

#modal-product-title {
    font-size: 18px;
}

div#wpadminbar {
    z-index: 30;
}

#search-mob-input {
    display: inline-block;
    width: 100%;
    line-height: 2rem;
    padding: .25rem 2.5rem .25rem .25rem;
    border: none;
    border-width: 0;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 180px;
    background-position: right;
    background-position-y: center;
    background-color: transparent;
    background-image: url(./assets/img/Ashraafi-Logo-search-p.webp);
    border-radius: .375rem;
}

.img_top_h_phone img {
    object-fit: cover;
    height: 35px;
}

.guaven_woos_suggestion_catul .guaven_woos_suggestion_list {
    margin: 2px !important;
    padding: 4px !important;
    background: var(--lite-primary-color);
    border-radius: 5px;
}

@media (min-width:350px) {
    .container {
        max-width: 350px
    }

    .xs\:w-\[150\%\] {
        width: 150%
    }
}

@media not all and (min-width:350px) {
    .products {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media not all and (min-width:350px) {
    .max-xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media (min-width:480px) {
    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:top-12 {
        top: 48px
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:sticky {
        position: sticky
    }

    .sm\:mx-2 {
        margin: 8px
    }

    .sm\:block {
        display: block
    }

    .sm\:gap-3 {
        gap: 0
    }

    .inline-block.absolute.top-4.text-white.bg-ashr.rounded-sm.px-1 {
        top: auto;
        transform: translateY(-15px)
    }
}

@media (min-width:640px)and (max-width:967px) {
    html {
        margin-right: 50px
    }

    .toolbar_mob {
        width: 50px;
        height: 100%;
        right: 0;
        flex-direction: column;
        justify-content: space-around
    }

    .toolbar_mob>* {
        width: 100%
    }

    .toolbar_mob>*>span {
        display: block;
        line-height: 1rem;
        font-size: 9px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:w-unset {
        width: unset
    }

    .products {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media not all and (min-width:640px) {
    .products {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .max-sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }

    .products {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:gap-16 {
        gap: 4rem
    }

    .btn_add_to_cart {
        font-size: .75rem;
        line-height: 1rem
    }

    .desk-reg {
        display: none
    }
}

@media (min-width:968px) {
    .container {
        max-width: 1024px
    }

    h1 {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.5rem
    }

    .download-app-btn-footer {
        margin-left: .5rem;
        margin-right: .5rem;
        margin-top: 0;
        padding-left: .5rem;
        padding-right: .5rem;
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    footer .items-footer-bpx {
        padding: .75rem;
        margin: .5rem
    }

    #modal_search {
        bottom: 0;
        right: -200%;
        position: fixed;
        width: 0;
        height: 100%;
        max-height: 100%;
        z-index: 100;
        padding: 3%;
        transition: .6s
    }

    #modal_search.active {
        width: 50%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        bottom: 0;
        right: 0;
        transition: .6s
    }

    #modal_search .btn-close {
        width: 48px;
        height: 48px;
        left: 48px;
        top: 48px
    }

    #modal_search_close_descktop {
        display: block;
        position: fixed;
        width: 50.2%;
        height: 100%;
        left: 300%;
        top: 0;
        background: #000000d1;
        transition: .6s
    }

    #modal_search.active>#modal_search_close_descktop {
        left: 0;
        transition: .6s
    }

    .scrl_import_div {
        display: block
    }

    #top-header-mobile {
        display: none
    }

    p {
        line-height: 1.75rem
    }

    main>section {
        padding-left: 1rem;
        padding-right: 1rem
    }

    input[type=number] {
        height: -moz-fit-content;
        height: fit-content
    }

    #top-header-desktop {
        display: flex
    }

    .btn_add_to_cart {
        line-height: 1.1rem
    }

    .toolbar_mob {
        display: none
    }

    .tag-link-footer {
        margin-left: 0;
        margin-right: 0;
        text-align: right;
        font-size: .875rem;
        line-height: 2.5rem
    }

    #inloader_div {
        padding: 1.25rem
    }

    .accordion__intro h3 {
        font-size: 15px;
        line-height: 1.6rem
    }

    .accordion__content h4 {
        font-size: 14px
    }

    footer {
        padding: 2rem;
        padding-bottom: 0
    }

    #modal_search_suggest>div>a {
        width: 32%
    }

    #header-sticky-lg {
        display: flex
    }

    .main-scrolled-lg {
        padding-top: 4rem
    }

    .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .75rem
    }

    .btn-1-3 {
        margin-left: 0;
        margin-right: 0;
        width: 33.333333%
    }

    .lg\:w-unset {
        width: unset
    }

    .lg\:border-b-1 {
        border-bottom-width: 1px
    }

    .lg\:text-ashr-d {
        color: var(--dark-primary-color)
    }

    .lg\:shadow-b-div-none {
        -webkit-mask-image: none
    }

    .lg\:sticky {
        position: sticky
    }

    .lg\:right-10 {
        right: 2.5rem
    }

    .lg\:right-auto {
        right: auto
    }

    .lg\:top-36 {
        top: 9rem
    }

    .lg\:top-48 {
        top: 12rem
    }

    .lg\:z-auto {
        z-index: auto
    }

    .lg\:float-none {
        float: none
    }

    .lg\:m-3 {
        margin: .75rem
    }

    .lg\:m-6 {
        margin: 1.5rem
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .lg\:-mt-1 {
        margin-top: -.25rem
    }

    .lg\:border-y {
        border-top-width: 1px;
        border-bottom-width: 1px
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-3 {
        margin-bottom: .75rem
    }

    .lg\:ml-1 {
        margin-left: .25rem
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:mr-2 {
        margin-right: .5rem
    }

    .lg\:mr-4 {
        margin-right: 1rem
    }

    .lg\:mr-5 {
        margin-right: 1.25rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mr-auto {
        margin-right: auto
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:mt-5 {
        margin-top: 1.25rem
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:table-cell {
        display: table-cell
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-4 {
        height: 1rem
    }

    .lg\:h-5\/6 {
        height: 83.333333%
    }

    .lg\:h-6 {
        height: 1.5rem
    }

    .lg\:h-8 {
        height: 2rem
    }

    .lg\:h-96 {
        height: 24rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:max-h-none {
        max-height: none
    }

    .max-h-none {
        max-height: none !important
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-3\/6 {
        width: 50%
    }

    .lg\:w-4 {
        width: 1rem
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-5\/6 {
        width: 83.333333%
    }

    .lg\:w-6 {
        width: 1.5rem
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-8 {
        width: 2rem
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-fit {
        width: -moz-fit-content;
        width: fit-content
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:grow {
        flex-grow: 1
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:justify-evenly {
        justify-content: space-evenly
    }

    .lg\:gap-0 {
        gap: 0
    }

    .lg\:gap-16 {
        gap: 4rem
    }

    .lg\:gap-2 {
        gap: .5rem
    }

    .lg\:gap-3 {
        gap: .75rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:self-start {
        align-self: flex-start
    }

    .lg\:overflow-auto {
        overflow: auto
    }

    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-2 {
        padding: .5rem
    }

    .lg\:p-5 {
        padding: 1.25rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .lg\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:py-0\.5 {
        padding-top: .125rem;
        padding-bottom: .125rem
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pb-2 {
        padding-bottom: .5rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-justify {
        text-align: justify
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .lg\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .lg\:font-medium {
        font-weight: 500
    }

    .lg\:text-neutral-600 {
        --tw-text-opacity: 1;
        color: rgb(82 82 82 / var(--tw-text-opacity))
    }

    .lg\:opacity-100 {
        opacity: 1
    }

    #header-sticky-phone {
        display: none
    }

    .guaven_woos_suggestion {
        border-bottom-right-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
        --tw-shadow: 0 7px 8px rgba(0, 0, 0, .3) !important;
        --tw-shadow-colored: 0 7px 8px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
    }
}

@media (min-width:1280px) {
    .top-header-div {
        max-width: 1270px
    }

    main>section {
        max-width: 1270px;
        padding-left: 0;
        padding-right: 0
    }

    .container {
        max-width: 1280px
    }

    .img_top_h_phone img {
        object-fit: contain;
        height: auto
    }

    .products {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:w-1\/4 {
        width: 25%
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:pr-0 {
        padding-right: 0
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }

    .\32xl\:max-w-\[1280px\] {
        max-width: 1280px
    }
}

body[data-theme="dark"] {
    background-color: #121212;
    color: #e0e0e0;
}

header[data-theme="dark"],
footer[data-theme="dark"] {
    background-color: #1e1e1e;
}

a[data-theme="dark"] {
    color: var(--primary-color);
}

button[data-theme="dark"] {
    background-color: #d3d3d3;
    color: #000000;
}

@media (prefers-color-scheme:dark) {
    body {
        background-color: white;
        color: #535353
    }
}

.alerts-container-ashraafi {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.alert-ashraafi {
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-20px);
    transition: all .3s ease-in-out;
    width: max-content;
    min-width: 200px;
    max-width: 350px;
    pointer-events: auto;
    margin: auto;
}

.alert-ashraafi.show {
    opacity: 1;
    transform: translateY(0);
}

.alert-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-message {
    font-size: 14px;
    text-align: center;
}

.Org {
    padding-right: 7px;
    color: #c8a900;
}

.woocommerce-store-notice {
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all .3s ease;
}

.woocommerce-store-notice a {
    color: #007cba;
    text-decoration: underline;
}

.woocommerce-store-notice__dismiss-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #e59544;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer
}

@media (max-width:600px) {
    .woocommerce-store-notice {
        padding: 10px;
        font-size: 11px
    }

    .woocommerce-store-notice__dismiss-link {
        padding: 1px 5px;
        font-size: 11px
    }
}

.woocommerce-store-notice,
p.demo_store {
    position: fixed;
    font-size: 13px;
    background-color: var(--dark-primary-color);
    color: #fcfbfe;
}






