.dropDownPosition {
    inset: -22px auto auto -40px !important;
}

.nestedMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.nestedMenuPosition {
    inset: 0px auto auto 100% !important
}

.nestedMenu::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
    rotate: -90deg;
}



body.dark-mode .nestedMenu::after {
    color: white;
}


body.dark-mode .dropDownPosition,
body.dark-mode .dropDownPosition .nestedMenuPosition {
    background-color: #000;
    color: white;
}


body.dark-mode .dropDownPosition :hover,
body.dark-mode .dropDownPosition .nestedMenu .nestedMenuPosition li:hover {
    color: #AB8000 !important;
}



.priceFontSizeContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.priceFontSize {
    font-size: 60px !important;
    line-height: 95%;
    letter-spacing: 4%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.priceFontSize::after {
    content: "";
    padding-top: 1rem;
    display: block;
    width: 96% !important;
    border-bottom: 2px solid #B07B54;
    filter: blur(1px);
}

.rowContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}


.goldPriceItemFont {
    font-weight: bold;
    font-size: 22px;
    line-height: 25.2px;
    vertical-align: middle;
    color: #AB8000 !important;
    overflow: hidden !important;
}

.removeOverFlow {
    overflow: hidden !important;
    text-decoration: underline;
    text-underline-offset: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #AB8000;
}

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

.backgroundImage {
    background-image: url("/frontend/img/hero/image-5.png");
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10%;
    padding: 0 2%;
}


.heroTopText {
    font-weight: 900;
    font-size: 80px;
    line-height: 60px;
    color: #FFE79F;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.heroTopTextArabic {
    font-weight: 900;
    font-size: 80px;
    line-height: 60px;
    color: #FFE79F;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}

.heroTopSubText p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.heroTopButton {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    color: #FFFFFFD9;
    border: 1px solid #FFE79F;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.heroTopButton:hover {
    background-color: #FFBF00;
}

.heroBottomText {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 65px;
    line-height: 65px;
    color: #DCA604;
}

.heroBottomTextArabic {
    display: flex;
    flex-direction: column-reverse;
    font-weight: 400;
    font-size: 65px;
    line-height: 65px;
    color: #DCA604;
}

.heroBottomSubText {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #565555;
}

.heroBottomButton {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border: 1px solid #FFBF00;
    border-radius: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.heroBottomButton:hover {
    background-color: #FFBF00;
}


@media only screen and (max-width: 1000px) {
    .hidden {
        display: none !important;
    }

    .backgroundImage {
        padding: 4% 4% !important;
    }
}



.cmbSelectFilter .nice-select {
    position: unset !important;
}


.cmbSelectFilter .nice-select .list {
    left: unset;
    right: 12px;
}

.cmbSelectFilter .nice-select .list li {
    padding-right: 17px;
}


.cmbSelectFilter .nice-select::after {
    right: 2%;
    top: 55%;
    left: unset;
}


.cmbSelectFilterArabic .nice-select {
    position: unset !important;
}


.cmbSelectFilterArabic .nice-select .list {
    left: 12px !important;
}

.cmbSelectFilterArabic .nice-select .list li {
    padding-right: 17px;
}


.cmbSelectFilterArabic .nice-select::after {
    left: 24.2%;
    top: 55%;
    right: unset;
}



@media only screen and (max-width: 1300px) {
    .hideOptions {
        display: none !important;
    }

    .hideBottomOption {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 30px;
    }

    .menuHeight {
        height: 30px;
    }

    .menuHeight>div>nav>ul>li>a {
        padding: 0 !important;
    }

    .menuHeight>div>nav>ul {
        justify-content: center;
    }

    .dropDownPosition {
        inset: 0px auto auto -40px !important;
    }

}


@media only screen and (max-width: 992px) {
    .hideBottomOption {
        display: none !important
    }

    .searchPosition {
        height: -webkit-fill-available;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .heroTopTextArabic {
        font-size: 40px;
        line-height: 24px;
    }

    .heroTopSubText p {
        font-size: 14px;
        line-height: 16px
    }

    .heroTopButton {
        font-size: 14px;
        line-height: 24px;
    }

    .backgroundImage {
        gap: 30px;
        padding: 8% 4% !important;
    }

}

@media only screen and (min-width: 1300px) {
    .hideBottomOption {
        display: none !important
    }
}

.sideMenuHeight {
    height: -webkit-fill-available;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 0.5rem;
}


.newSelectItems {
    display: inline-block !important;
    border: 1px solid #E0E2E3;
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.removeSelect>div {
    display: none !important;
}



.resetMargin {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.resetPadding {
    padding: 0 !important;
}

body .row {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.bannerSection {
    border-radius: 40px !important;
    margin: 9px 10px !important;
    padding: 20px 0 !important
}

.bannerContentMargin {
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 440px) {
    .overflowProducts {
        overflow: auto;
    }

    .bannerTextSize {
        font-size: 22px !important;
        line-height: 20px !important;
    }

    .bannerTextSizeProduct {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .bannerTextSizeBread {
        font-size: 16px !important;
    }
}


.showPriceTable {
    display: none !important;
}


@media only screen and (max-width: 768px) {
    .hiddenPriceTable {
        display: none !important;
    }

    .showPriceTable {
        display: block !important;
    }

}


.priceGold {
    background: #F4F7F9;
}

.priceGold>div {
    background: white;
}

body.dark-mode .priceGold {
    background: inherit;
}


body.dark-mode .priceGold>div {
    background: #262623;
    border: 1px solid rgb(205, 163, 73);
    border-radius: 12px;
    color: white !important;
}


.product_Image {
    width: 340px;
    height: 340px;
}

.product_slider {
    width: 250px;
    height: 250px;
    max-height: 250px;
}



@media only screen and (max-width: 768px) {
    .product_Image {
        width: 100%;
        height: 100%;
    }

    .product_slider {
        width: 100%;
        height: 30dvh;
        max-height: 250px;
    }
}