body {
    font-family: "Alexandria", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
}

.select2 {
    direction: rtl;
}

.select2-dropdown {
    direction: rtl;
}

.cart--buttons {
    position: relative;
}

.cart--buttons > .btn {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.cart--buttons > .btn.show {
    background: #fff;
    color: #ac964d;
}

.cart--buttons .dropdown-toggle::after {
    display: none;
}

.cart--amount {
    position: absolute;
    background: red;
    width: 16px;
    height: 16px;
    color: #fff;
    line-height: 14px;
    font-size: 10px;
    border-radius: 100%;
    right: 0;
    top: 0;
    border: 2px solid #fff;
}

.here--slider-item {
    position: relative;
}

.hero--slider-title {
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 15%;
    left: 0;
}

.hero-slider .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.hero-slider .owl-item h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.hero-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.hero-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border-radius: 30px;
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
    background: #d6bb8a;
    width: 20px;
    transition: all 0.2s ease;
}

.hero-slider .owl-dots,
.owl-theme .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

.banner--box {
    position: relative;
}

.banner--box .banner--content {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner--box .banner--content h2 {
    color: #fff;
    margin-top: 50px;
    background: #0000007d;
    padding: 15px 0;
    display: block;
    border-right: 20px solid #45abba;
    padding-right: 15px;
    text-align: right;
}

.banner--box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-srt {
    width: 317px;
}

.cart-srt img {
    width: 50px;
    height: 50px;
}

.cart-srt .delete-product {
    position: absolute;
    left: 10px;
    padding: 0 5px;
    background: transparent;
    color: #000;
}

.cart-srt .amo {
    font-size: 11px;
}

.cart-srt .input-group {
    max-width: 75px;
}

.cart-srt .input-group .form-control {
    padding: 0;
    height: 30px !important;
    line-height: 1;
    width: 25px !important;
    flex: auto !important;
}

.cart-srt .input-group .btn {
    padding: 0 6px;
    height: 31px;
    line-height: 1;
}

.product--card {
    position: inherit;
    border: 1px solid #eeeeee;
}

.product--card-img {
    position: relative;
    height: 620px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .product--card-img {
        height: 300px;
    }
}

.product--card-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product--card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.product--card-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ribbons_holder {
    position: absolute;
    right: 0px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    justify-content: flex-start;
}

.card_ribbon {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    text-shadow: none;
    font-weight: 600;
    background-color: rgb(220, 53, 69, 0.8);
    color: #fff;
    z-index: 1;
}

.card_ribbon::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 9px solid transparent;
    border-width: 18px 8px;
    border-color: rgb(220, 53, 69, 0.8);
    border-left-color: transparent !important;
    left: -16px;
}

@media (max-width: 575.98px) {
    .card_ribbon {
        font-size: 10px;
        font-weight: 500;
        padding: 3px 7px;
        line-height: normal;
    }

    .card_ribbon::before {
        border-width: 9px 8px;
        left: -16px;
    }
}

.card_ribbon.bestSeller_ribbon {
    background-color: rgb(220, 53, 69, 0.8);
}

.card_ribbon.bestSeller_ribbon:before {
    border-color: rgb(220, 53, 69, 0.8);
}

.card_ribbon.new_ribbon {
    background-color: rgb(40, 167, 69, 0.8);
}

.card_ribbon.new_ribbon:before {
    border-color: rgb(40, 167, 69, 0.8);
}

.card_ribbon.stockOut_ribbon {
    background-color: rgb(108, 117, 125, 0.8);
}

.card_ribbon.stockOut_ribbon:before {
    border-color: rgb(108, 117, 125, 0.8);
}

.card_ribbon.sale_ribbon {
    background-color: rgb(255, 108, 0, 0.8);
}

.card_ribbon.sale_ribbon:before {
    border-color: rgb(255, 108, 0, 0.8);
}

.product--card-title {
    background: #fbfbfb;
}

.ptoduct--card-title h5 {
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .ptoduct--card-title h5 {
        font-size: 12px;
    }
}

.product--card-price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #888888;
}

.product--card-span {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product--card-span-left {
    position: absolute;
    top: 15px;
    left: 15px;
}

.product--card-compare {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    color: #d19d00;
    display: block;
    line-height: 45px;
    font-size: 16px;
}

.addTo_cart {
    font-weight: 600;
    border: 1px solid;
}

.stockOut_btn {
    background-color: #dc3545 !important;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #dc3545 !important;
    opacity: 1 !important;
}

.heart_btn {
    background-color: #dc3545;
    font-weight: 500;
    color: #fff;
}

.heart_btn:hover {
    background-color: #c12634;
}

@media (max-width: 575.98px) {
    .addTo_cart,
    .stockOut_btn {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }

    .heart_btn {
        padding: 10px 14px !important;
    }

    .qty_width {
        width: 50% !important;
    }
}

[id*="button-add"],
[id*="button-minus"] {
    background-color: #989db8;
    color: #fff !important;
    flex-shrink: 0;
    width: 30px;
    transition: 0.3s;
}

[id*="button-add"]:hover,
[id*="button-minus"]:hover {
    background-color: #328490;
}

.countdown.show .running {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    padding: 30px 0;
}

.countdown.show .running timer {
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    color: #212529;
}

.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds {
    width: 20px;
    text-align: left;
    margin: 0 13px;
}

@media (max-width: 480px) {
    .countdown.show .running timer {
        font-size: 40px;
    }

    .countdown.show .running timer .days,
    .countdown.show .running timer .hours,
    .countdown.show .running timer .minutes,
    .countdown.show .running timer .seconds {
        width: 49px;
    }
}

.countdown.show .running .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 17px;
}

.countdown.show .running .labels span {
    width: 43px;
    text-align: center;
    margin: 0px 2px;
    font-size: 11px;
}

@media (max-width: 480px) {
    .countdown.show .running .labels span {
        width: 69px;
    }
}

.countdown.show .running .text {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}

.countdown.show .running button {
    border: none;
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}

.countdown.show .running .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

.countdown.show .ended {
    display: none;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown.show .ended .text {
    font-size: 20px;
}

.countdown.show .ended button {
    border: none;
    background-color: #5a0000;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}

.countdown.show .ended .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

.offer-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.offer-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #45abba;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border-radius: 30px;
}

.offer-slider .owl-dots .owl-dot.active span,
.offer-slider .owl-dots .owl-dot:hover span {
    background: #d6bb8a;
    width: 20px;
    transition: all 0.2s ease;
}

.offer-slider .owl-dots {
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
}

.testimonial--card {
    background: #eefafc;
    padding: 20px;
    margin: 0px 40px;
    margin-bottom: 15px;
}

.testimonial-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #e5e5e5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border-radius: 30px;
}

.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
    background: #45abba;
    width: 20px;
    transition: all 0.2s ease;
}

.testimonial-slider .owl-dots {
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
}

.testimonial-slider .owl-nav {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
}

.products-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #e5e5e5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border-radius: 30px;
}

.products-slider .owl-dots .owl-dot.active span,
.products-slider .owl-dots .owl-dot:hover span {
    background: #45abba;
    width: 20px;
    transition: all 0.2s ease;
}

.products-slider .owl-dots {
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
}

.products-slider .owl-nav {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
}

.products-slider .owl-nav button.owl-next {
    left: -40px !important;
}

.products-slider .owl-nav button.owl-prev {
    right: -40px !important;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #eee !important;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #45abba !important;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 0;
    position: absolute;
}

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

.footer--top {
    background: var(--bs-secondary-bg);
}

.icon--circle {
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--bs-primary);
    font-size: 30px;
    border-radius: 100%;
}

.footer--social {
    position: relative;
}

.footer--social li a {
    width: 30px;
    height: 30px;
    display: block;
    background: var(--bs-primary);
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: 0.3s;
}

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

.footer--widget li {
    margin: 15px 0;
}

.footer--widget li a {
    color: #fff;
}

.footer--bottom {
    color: var(--bs-primary-text);
    border-top: 1px solid var(--bs-primary-text);
}

.payment-icons li a {
    opacity: 0.7;
}

.payment-icons li a:hover {
    opacity: 1;
}

.page--title .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.product--card-image {
    position: relative;
}

.product--card-image .btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    padding: 0;
    line-height: 20px;
    font-size: 11px;
    color: #000;
    top: 10px;
    right: 10px;
}

.product--card-image img {
    width: 100%;
}

.product--image {
    position: relative;
}

.product--image .badge {
    position: absolute;
    top: 15px;
    right: 0;
}

.product--image-buttons {
    position: absolute;
    top: 25%;
    right: 0;
    padding: 15px;
}

.product--image-buttons .btn {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: block;
    margin: 0 0 15px 0;
}

.share--buttons li a {
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
}

.nav-tabs .nav-link {
    position: relative;
    padding: 20px 30px;
    border-width: 0;
    background: transparent;
    margin-bottom: 1px;
}

.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
    content: "";
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: 10%;
    left: 10%;
    background: #bc9a5e;
    display: block;
    z-index: 9;
}

.form--holder .nav-tabs {
    background: #fff;
    border-radius: 50px;
    border-width: 0;
    padding: 10px;
}

.form--holder .nav-tabs .nav-link {
    padding: 10px 25px;
    border-radius: 50px;
    display: block;
    width: 100%;
}

.form--holder .nav-tabs .nav-item.show .nav-link,
.form--holder .nav-tabs .nav-link.active {
    background: #eee;
}

.form--holder .nav-tabs .nav-item.show .nav-link:after,
.form--holder .nav-tabs .nav-link.active:after {
    display: none;
}

@media (max-width: 575.98px) {
    .myOrders_tabs {
        width: 90% !important;
    }

    .orderStatus_list {
        flex-direction: column;
        gap: 12px;
    }

    .myOrder_name {
        font-size: 14px !important;
    }
}

.form--holder .nav-item {
    width: 50%;
}

.cart--buttons .dropdown-menu.show {
    right: auto;
    left: 0;
}

@media (max-width: 991.98px) {
    .cart--buttons .dropdown-menu.show {
        right: 0;
        left: auto;
    }
}

.cart--buttons .dropdown-menu {
    padding: 10px;
    border-radius: 0;
    min-width: 250px;
}

.complete_payment {
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media only screen and (max-width: 992px) {
    .here--slider-item {
        height: 30vh;
    }

    .here--slider-item a {
        display: block;
        height: 100%;
    }

    .here--slider-item a img {
        height: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .here--slider-item {
        height: 20vh;
    }

    .here--slider-item a {
        display: block;
        height: 100%;
    }

    .here--slider-item a img {
        height: 100% !important;
    }

    .hero--slider-title {
        position: absolute;
        top: 25%;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
    }

    .hero-slider .owl-item.active h1 {
        font-size: 25px;
        text-align: center;
    }

    .products-slider .owl-nav button.owl-next {
        left: 0 !important;
    }

    .products-slider .owl-nav button.owl-prev {
        right: 0 !important;
    }
}

.sec_title {
    color: var(--bs-primary-text);
}

.offer_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 20px;
    height: 100%;
}

.offer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 575.98px) {
    .offer_tit {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
}

.truncate-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* or set a specific width */
}

.truncate-title-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
