@import url("../../icons/ximi/style.css");

/* @import url('../../../css2-1'); */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
:root {
    --primary: #fff;
    --green-1: #9bab67;
    --green-2: #5c6f3d;
    --green-3: #c6c7a5;
    --green-4: #f5f5f5;
    --gold: #f2e233;
    --font: #3c5353;
    --font-2: #0090a1;
}
body {
    direction: ltr;
}

/* Navigation */
.main-menu .navigation {
    flex: unset;
}
.main-header .nav-outer {
    width: auto;
    margin: auto;
}
/* font-family: 'Emilys Candy', serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Roboto ,'Vazirmatn'', serif;
font-family: 'Raleway ,'IBM Plex Sans Arabic'', sans-serif;
font-family: 'Roboto ,'Vazirmatn'', sans-serif;
font-family: 'Seaweed Script', cursive;
font-family: 'Tangerine', cursive; */
.container {
    max-width: 1600px !important;
}
.bg-1 {
    background: var(--primary) !important;
}
.bg-4 {
    border: 1px solid #e4e4eb !important;
    background: #ffffff80 !important;
    backdrop-filter: blur(25px) !important;
}
.bg-5 {
    background: #ebdab6;
}
.fs-50 {
    font-size: 45px !important;
    line-height: 50px !important;
    text-transform: capitalize;
}
.fs-25 {
    font-size: 25px !important;
    line-height: 1 !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
.fs-35 {
    font-size: 35px !important;
    line-height: 38px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
.fs-30{
    font-size: 30px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    line-height: normal !important;
}
.opac-6{
    opacity: .6;
}
.fs-20 {
    font-size: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
}
.ry-180 {
    transform: rotateY(180deg);
}
.fc-gold {
    color: var(--gold) !important;
}
.fc-red{
    color: #db1d1d !important;
}
.mt--3{
    margin-top: -30px;
}
.mb--3{
    margin-bottom: -30px;
    position: relative;
}
.text-underline {
    text-decoration: underline !important;
    text-underline-offset: 5px;

}
.border-right-l {
    border-right: 1px solid #bdbdbd;
}
.border-left-l {
    border-left: 1px solid #bdbdbd;
}
.border-left-l-g {
    border-left: 2px solid var(--gold);
}
.bg-6 {
    background-color: #fff;
}
.bg-7{
    background:url(../../../img/skincare-22.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%; 
}
.main-title-2 {
    color: var(--main-color);
    font-family: Roboto ,'Vazirmatn';
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 75px;
    text-align: start;
}
.main-title-4 {
    color: var(--main-color);
    font-family: Roboto ,'Vazirmatn';
    text-transform: uppercase;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-align: start;
}
.main-title-4 span {
    padding-inline-start: 45px;
}
.main-title-3 {
    color: var(--font);
    font-family: Roboto ,'Vazirmatn';
    font-size: 40px;
    font-style: normal;
    line-height: 55px;
    text-align: start;
    text-transform: capitalize;
}
.main-title-2 span {
    color: var(--gold);
    text-transform: uppercase;
}
.title-2 {
    color: var(--gold);
    font-family: playfaire,'Alexandria';
    font-size: 25px;
    font-style: normal;
    line-height: 40px;
    text-align: start;
    text-transform: capitalize;
}
.f-light {
    color: var(--primary) !important;
}
.p-6 {
    padding: 60px;
}
.border-bottom-l {
    border-bottom: 1px solid #bdbdbd;
}
.line-title {
    font-family: Tangerine;
    text-wrap: nowrap;
    margin-inline-start: -150px;
    margin-inline-end: -108px;
    font-size: 30px;
    z-index: -1;
    position: absolute;
    /* background: #16191c; */
    color: #cbb306;
}
.line-title span {
    font-family: Roboto ,'Vazirmatn';

    /* background: #16191c; */
    color: #16191c;
}
.main-paragraph-2 {
    font-family: roboto, 'Vazirmatn';
    line-height: 25px;
    font-weight: 300;
    color: var(--font-2);
    text-align: start;
}
.main-paragraph-3 {
    font-family: Roboto ,'Vazirmatn';
    line-height: 23px;
    font-size: 14px;
    color: var(--main-color);
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--gold) !important;
}
.main-menu li a::after {
    content: "";
    border-bottom: 2px solid var(--primary);
    width: 70%;
    display: block;
    position: absolute;
    transform: translateY(5px);

    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
    height: 14px; 
    margin: auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.main-menu li a:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}
.main-menu .active::after {
    content: "";
    border-bottom: 2px solid var(--primary);
    width: 70%;
    display: block;
    position: absolute;
    transform: translateY(5px);
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
    height: 1px; 
    margin: auto;
}
.owl-carousel.owl-loaded {
    direction: initial;
}
/* HELPERS */
.bg-2 {
    background-color: var(--font-2);
}
.bg-3 {
    background-color: var(--green-4);
}
.section-p-l {
    padding-right: 3rem;
    padding-left: 3rem;
}

.main-header.header-style-one .header-lower {
    /* background: var(--font-2); */
    /* border-top: 1px solid #bdbdbd91 !important; */
}
.owl-carousel .owl-item img {
    max-height: 350px;
}
.sponsors-carousel.owl-carousel .owl-item img {
    max-height: 60px !important;
}

.products-card {
    /* max-height: 515px;
    max-width: 360px; */
    padding: 0px;
    background: #fdfdf1;
    margin: 0 3px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    border-radius: 8px;
    border: 1px solid rgba(154, 125, 10, 0.224);
    position: relative;
    box-shadow: -1px 6px 14px 2px rgb(133 132 118 / 11%);
}
.products-card:hover {
    /* border: 1px solid var(--font-2); */

    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 19px 21px -7px; */
}
.products-card:hover .product-title {
    /* color: var(--font-2); */
}
.product-price {
    text-wrap: nowrap;
}
.products-card-style-2 {
    max-height: 515px;
    max-width: 350px;
}
.products-card-style-3 {
    max-height: 575px;
    height: 100%;
    max-width: 350px;
    justify-content: space-between;
}
.product-image-box {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.product-image {
    /* min-width: 300px !important;
    max-height: 300px !important; */
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px 8px 0 0;

}
.price-box-f {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.product-title {
    text-transform: capitalize;
    font-family: Roboto ,'Vazirmatn';
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    color: var(--font);
    transition: all 0.3s;

}
.price {
    text-transform: uppercase;
    font-family: Roboto ,'Vazirmatn';
    color: var(--font);
    text-wrap: nowrap;
    font-weight: 600;

}
.dis-price {
    text-transform: uppercase;
    font-family: Roboto ,'Vazirmatn';
    padding-inline-end: 12px;
    font-size: 14px;
    text-decoration: line-through;
    color: #363c42a2;
    line-height: normal !important;
}
.product-desc-text {
    font-family: Roboto ,'Vazirmatn';
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: var(--font);
    text-align: start;
    margin-top: 3px;
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
}
.product-desc-text-2 {
    font-family: Roboto ,'Vazirmatn';
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: var(--font);
    text-align: start;
    margin-top: 3px;
    margin-bottom: 0;
    width: 100%;
}
.loop .owl-stage-outer {
    padding-bottom: 40px;
}
.product-desc {
    padding: 15px;
}
.tag-label {
    pad: 8px;
    font-size: 14px;
    position: absolute;
    z-index: 4;
    font-family: Roboto ,'Vazirmatn';
    line-height: 16px;
}
.tags-container-l {
    left: 33px;
    top: 33px;
}
.tags-container-l .stauts-label{
    border-radius: 8px 0 8px 0 ;
}
.tags-container {
    left: 0;
    top: 10px;
}
.discount-label-l {
    background-color: #2bcac8;
    right: 33px;
    color: var(--primary);
    top: 33px;
    padding: 8px;
    border-radius: 0 8px 0 8px;
}
.discount-label {
    background-color: var(--font-2);
    right: 10px;
    color: var(--primary);
    top: 10px;
    padding: 8px;
    border-radius: 8px;
}
.stauts-label {
    background-color:  #ffdf5e;
    padding: 6px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: Raleway ,'Vazirmatn';
    border-radius: 0 5px 5px 0;
    font-size: 10px;
    color: var(--font);
    width: fit-content;
}
.rating {
    font-size: 10px;
    line-height: 18px;
    color: var(--gold);
}
.owl-dots {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.owl-dots::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;

}
.owl-dots button.owl-dot {
    width: 20px;
    height: 7px;
    background-color: #bdbdbd;
    border: 0px;
    border-radius: 0;
    margin: 0;
}
.owl-dots button.owl-dot.active {
    width: 10px;
    height: 7px;
    opacity: 1;
    background-color: #000;
    border: #000;
    transition: opacity 300ms linear;
    cursor: default;
}
/* BUTTONS */
.btn-l {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    cursor: pointer;
    transition: all 0.3s;
    align-items: center;
    width: fit-content;
    background-color: var(--font-2);
    color: var(--primary);
    padding: 9px 25px !important;
    line-height: normal !important;
    font-size: 16px !important;
    border-radius: 50px !important;
}
.btn-l:hover {
    background-color: #fdfdf1;
    color: var(--font-2);
}
.btn-l:hover .btn-l-img-box::after {
    width: 56px;
    height: 56px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.btn-l:hover .btn-l-img-box img {
    transform: translateX(-5px);
}
.btn-l:hover a {
    transform: translateX(-5px);
}
.btn-l-con {
    width: 75px;
}
.btn-l-img-box {
    width: 50px;
    display: flex;
    position: relative;
}
.btn-l-img-box::after {
    content: "";
    border: 1px solid black;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.btn-l-img-box img {
    object-fit: contain;
    transition: all 0.3s;
}
.btn-l a {
    font-family: Roboto ,'Vazirmatn';
    line-height: 16px;
    font-size: 14px;
    color: black;
}
.btn-l-sec {
    cursor: pointer;
    transition: all 0.3s;
    background: var(--font-2);
    border: 1px solid var(--font-2);
    color: var(--primary) !important;
    padding: 11px 28px;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Raleway ,'Vazirmatn';
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
}
.btn-l-sec:hover {
    background: transparent;
    color: var(--font) !important;
}
.btn-l-third {
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    color: var(--font) !important;
    border: 1px solid var(--font-2);
    padding: 11px 28px;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Raleway ,'Vazirmatn';
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    border-radius: 8px !important;
}
.btn-l-third:hover {
    color: var(--gold)!important;
    border: 1px solid var(--gold);
}
.btn-l-sec:active {
    /* background: var(--font-2);
    color: var(--primary) !important; */
}
.fs-14{
    font-size: 14px !important;
    line-height: 20px;
}
/* Quantity Input */
.qty-input {
    color: var(--font);
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--font);
}
.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: 500;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}
.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.qty-input-sm {
    width: 28px !important;
    height: 2rem !important;
    font-size: 14px !important;
}
.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}
.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: var(--font);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.qty-input .qty-count--minus {
    border-right: 1px solid var(--font);
    border-radius: 0!important;
}
.qty-input .qty-count--add {
    border-left: 1px solid var(--font);
    border-radius: 0!important;
}
.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}
.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    /* border-radius: 4px;
    box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
    transform: scale(1.5); */
}
.pm-box{
    cursor: pointer;
    font-size: 12px !important;
    padding: 12px;
    border: 1px solid var(--green-3);
    width: 100%;
    margin: 5px;
}
.pm-box.selected { border: 1px solid var(--font) !important; }
.pm-box:hover{
    border: 1px solid var(--font);
}
.form-check-input:checked[type="radio"] {
    background-image: none !important;
    background-color: #5c6f3d !important;
}
.pm-box input:hover{
    cursor: pointer;
}
.pm-box label:hover{
    cursor: pointer;
}
.footer-l {
    border-top: 1px solid var(--font);
}
.footer-soc li {
    background: transparent;
    border-radius: 0;
    color: var(--font-2);
    transition: scale 0.3s;
}
.footer-soc li:hover {
    background-color: transparent;
    color: #ffdf5e;
    scale: 1.2;
    cursor: pointer;
}
.footer-link {
    font-family: Roboto ,'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--main-color);
    text-transform: capitalize;
}
.footer-link:hover {
    color: var(--gold) !important;
}
.second-title-2 {
    font-family: Roboto ,'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 17px;
    color: var(--main-color);
}
.footer-logo-l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
.bottom-footer-list li a:hover {
    color: var(--gold) !important;
}

.faq-q {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid var(--gold);
    background: transparent;
    backdrop-filter: none;
}
.faq-q.active {
    border: none;
    border-bottom: 1px solid var(--font);
}
.bg-p1 {
    /* background-image: url(../../../img/test4.png);
    background-size: 50%; */
}

.icons-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    float: right;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
    color: var(--primary);
}
.icons-nav a {
    color: var(--primary) !important;
}
.icon-nav:hover {
    color: var(--gold);
}
@media only screen and (max-width: 941px) {
    .nav-outer {
        order: 1;
    }
    .logo-box {
        /* padding: 12px 15px !important; */
    }
    .icons-nav {
        order: 3;
        margin-inline-start: auto;
    }
    .logo-res-container {
        justify-content: start !important;
    }
}
@media only screen and (max-width: 941px) {
    .nav-outer .mobile-nav-toggler {
        font-size: 22px;
        color: var(--primary);
    }
}
@media only screen and (max-width: 741px) {
    .section-p-l {
        padding-right: 10px;
        padding-left: 10px;
    }
    .flex-sm-1{
        flex:1
    }
}

/* SHOP PAGE */
.filter-item {
    font-family: Raleway ,'Vazirmatn';
    font-style: normal;
    /* font-weight: 700; */
    font-size: 14px;
    line-height: 17px;
    color: var(--font);
    position: relative;
    display: block;
    background: transparent;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 400;
    padding: 10px 5px;
    padding-inline-end: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}
.filter-item:hover {
    color: var(--gold);
}
.filter-item.active {
    color: var(--gold);
    border-bottom: 1px soild var(--gold);
}
.sort-btn {
    min-width: 100px;
    white-space: nowrap;
    position: relative;
}
.sort-btn .filter-item {
    text-align: end;
}
.sort-options {
    position: absolute;
    background: var(--primary);
    z-index: 10000;
    padding: 15px;
    right: 0;
    top: 33px;
    border: 1px solid var(--font);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 19px 21px -7px;
    animation: grow 0.3s;
    transform-origin: top;
}
@keyframes grow {
    0% {
        scale: 0;
    }
    100% {
        scale: 1;
    }
}
.sort-nav-item {
    font-family: Raleway ,'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--font);
    position: relative;
    display: block;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 400;
    padding: 3px;
    padding-inline-end: 10px;
}
.sort-nav-item:hover {
    color: var(--gold);
}
.sort-nav-item.active {
    color: #000;
    font-weight: bold;
}
.filter-nav {
    overflow-x: scroll;
    white-space: nowrap;
    min-height: 20px;
    scrollbar-width: none;
    position: absolute;
}
.filter-nav-container{
    height: 52px;
}

/* width */
.filter-nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track */
.filter-nav::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.filter-nav::-webkit-scrollbar-thumb {
    background: var(--green-3);
}

/* Handle on hover */
.filter-nav::-webkit-scrollbar-thumb:hover {
    background: var(--font);
}

/* Product Page */
.owl-nav {
    width: fit-content;
    /* position: relative;
    top: 50%;
    transform: translateY(-50%);
   
    display: flex;
    justify-content: space-between;
    align-items: center; */
}
.owl-next.disabled, .owl-prev.disabled {
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    cursor: not-allowed !important;
}
.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
}
.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
}
.owl-nav button {
    width: 30px;
    display: flex;
    height: 30px;
    line-height: 0px;
    font-size: 27px;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}
.owl-nav button span {
    height: inherit;
    line-height: .8;
}
.product-box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 550px;
    aspect-ratio: 3 / 3;
    margin: auto;
    margin-bottom: 30px;
}
.product-slider .owl-item img {
    max-height: unset;
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.product-slider {
    max-width: 550px;
}

/* Login in */
.form-control,
.form-select {
    border-radius: 0;
    border: none;
    padding: 6px 12px;
}
.input-group-text {
    background-color: transparent;
    border: 1px solid var(--font);
    border-radius: 0;
}
a:hover {
    text-decoration: none;
    color: var(--gold);
}

.select-country-l {
    /* appearance: auto; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

textarea.form-control {
    min-height: 100px !important;
}

/* CART */
.note-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--font-2);
}
.pos-rel{
    position: relative;
}
.pos-rel:hover .cart-number{
    background-color: var(--gold);
    color: var(--font);
}
.pos-rel:hover .icon-nav{
    color: var(--gold);
}
.cart-number{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gold);
    color: var(--font);
    font-size: 9px;
    line-height: 1;
    width: 20px;
    height: 20px;
    top: -7px;
    left: 50%;
    position: absolute;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 100 !important;
}
.txt-cap{
    text-transform: capitalize;
}
/* Checkout */
.address-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 12px;
}
.free-shipping{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
    background-color: var(--font);
}


/* Header */
.coins-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    color: var(--primary);
}

.lang-l{
    color: var(--primary);
    font-size: 14px;
    padding: 3px;
}
.lang-l.active{
    color: var(--gold);
}
.coin-nav-item{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 25px;
    color: var(--font);
    padding: 17px 12px;
    text-transform: capitalize;
    font-size: 14px;
    /* border-bottom: 1px solid #0f312e; */
}
.coin-nav-item:hover{
    /* translate: 30px; */
    transform: translateX(-10px);
}
.coin-nav-item img{
    object-fit: contain;
    height: 30px;
}
#coin-options{
    top: 35.5px;
}

/* track order */
.order-status{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    color: #ddd;
    border-radius: 50%;
}
.order-status.active{
    background: var(--gold);
    color: var(--font);
}
.order-track-container{
    width: 100%;
    display: flex;
    align-items: center;
}
.order-line{
    width: calc((100% - 120px)/6);
    height: 7px;
    background: #ddd;
}
.order-line.active{
    background: var(--gold);
}
.order-status-text{
    gap: 10px;
}
.order-status-text p{
    /* font-size: 10px; */
    word-break: break-word;
}

/* Search */

/* The Modal (background) */
.search-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4444444444; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #000000cc; /* Fallback color */
    justify-content: center;
    align-items: center;
  }
  
  /* Modal Content */
  .search-modal-content {
    background-color: var(--primary); /* Fallback color */
    width:90vw;
    height:90vh;
    /* max-width: 600px;
    max-height: fit-content; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--font-2);
    animation: grow 0.3s;
    border-radius: 8px;
  }
  
  /* The Close Button */
  .search-close {
    color: var(--font-2);
    font-size: 20px;
    /* font-weight: bold; */
    line-height: normal;
    align-self:flex-end;
    margin: 12px 18px;
  }
  
  .search-close:hover,
  .search-close:focus {
    color: var(--gold);
    text-decoration: none;
    cursor: pointer;
  }
.el-animate{
    animation: e_fadeIn 3s, e_zoomOut 1s;
}
.el-animate-2{
    animation:e_fadeIn .3s, e_zoomOut .2s;
}
.el-fadeIn{
    animation: e_fadeIn 3s;
}

/* About us */
.about-img{
    max-height: 380px;
    object-fit: cover;
}
  /* Animation */
  @keyframes e_fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
  }
  @keyframes e_zoomOut {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  }

  @media (max-width: 770px){
    .mt--3{
        margin-top: 0px;
    }
    .mb--3{
        margin-bottom: 0px;
        position: relative;
    }
}

/* orders */
.orders-prods{
    gap: 10px;
    flex-wrap: wrap;
}
.max-w-lg-490{
    max-width: 490px;
}
.profile-nav-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    text-transform: capitalize;
    flex-wrap: wrap;
}
@media (max-width: 992px){
    .max-w-lg-490{
        max-width: unset;
    }
   
    .w-lg-100-l{
        display: block;
        max-width: 390px;
        margin-inline-start: auto;
        width: 100% !important;
    }
}

/* test for making all owl items same height */
.owl-stage{
    display: flex;

}
.owl-item{
    display: flex;
align-self: stretch;
}
.slide-item{
    width: 100%;
}

.message-modal{
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.42);
    justify-content: flex-start;
    align-items: flex-end;
}
.messsage-modal-content{
    background-color: var(--primary); /* Fallback color */
    width:fit-content;
    height: fit-content;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid var(--gold) !important;
    animation:slideIn-M 0.5s ease forwards;
    border-radius: 8px;
}
@media (max-width: 500px){
    .messsage-modal-content{
        width:100%;
        min-width: unset;
    }
}

.pagination{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.page-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
.page-item a{
    color: var(--font);
    font-size: 14px !important;
}
.page-item.active{
    color: #000 !important;
    border-radius: 4px;
    background-color: var(--gold);
}
.page-item.active a{
    color: #fff !important;
}
.page-item.active a:hover{
    color: #fff !important;
}
.page-item.disabled a{
    color: #0f312e!important;
}
.tc-green{
    color: #5c6f3d;
}
.tc-white{
    color: #f2e233 !important;
}
@media only screen and (max-width: 500px) {
    .fs-sm-14 {
        font-size: 14px !important;
        line-height: normal !important;
    }
}