* {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

*:lang(ar) {
    direction: rtl !important;
    font-family: "Cairo", sans-serif;
}

.fa,
.far,
.fas,
.fab {
    font-family: "Font Awesome 6 Free";
}

.text-en {
    font-family: "Roboto", sans-serif;
}

.text-ar {
    font-family: "Cairo", sans-serif;
}

.ar-display:lang(ar) {
    display: inline-block !important;
}

.ar-display:lang(en) {
    display: none !important;
}

.en-display:lang(en) {
    display: inline-block !important;
}

.en-display:lang(ar) {
    display: none !important;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
}

.fixed-navigation-bar {
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 800;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 5px #c2c2c2;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
    padding-right: 0;
}

@media screen and (max-width: 575px) {
    .fixed-navigation-bar {
        justify-content: space-around;
        width: 100%;
    }
}

.fixed-navigation-bar .nav-item .nav-link {
    padding: 1rem;
    width: 110px;
    border: none;
    border-radius: 0;
    transition: all 0.5s;
}

.fixed-navigation-bar .nav-item .nav-link a {
    color: #5e3695 !important;
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    .fixed-navigation-bar .nav-item .nav-link {
        padding: 0.8rem 0.5rem;
        width: 85px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 414px) {
    .fixed-navigation-bar .nav-item .nav-link {
        padding: 0.8rem 0.2rem;
        width: 70px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 350px) {
    .fixed-navigation-bar .nav-item .nav-link {
        width: 60px;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 300px) {
    .fixed-navigation-bar .nav-item .nav-link {
        width: 55px;
        font-size: 0.75rem;
    }
}

.fixed-navigation-bar .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #5e3695;
}

.fixed-navigation-bar .nav-item .nav-link.active a {
    color: #ffffff !important;
}

.fixed-navigation-bar .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #7f49ca;
}

.fixed-navigation-bar .nav-item .nav-link:hover a {
    color: #ffffff !important;
    background-color: #7f49ca;
}

.fixed-navigation-bar .nav-item .nav-link .tab-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    vertical-align: middle;
}

.fixed-navigation-bar .nav-item .nav-link .tab-name i {
    display: inline-block;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 414px) {
    .fixed-navigation-bar .nav-item .nav-link .tab-name i {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .fixed-navigation-bar .nav-item .nav-link .tab-name i {
        font-size: 28px;
    }
}

@media screen and (max-width: 365px) {
    .fixed-navigation-bar .nav-item .nav-link .tab-name i {
        font-size: 24px;
    }
}

@media screen and (max-width: 350px) {
    .fixed-navigation-bar .nav-item .nav-link .tab-name i {
        font-size: 14px;
    }
}

.fixed-navigation-bar .nav-item .nav-link .tab-name .counter {
    display: inline-block;
    width: 25px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.7rem;
    color: #ffffff;
    background-color: #10ac24;
    transition: all 0.5s;
}

@media screen and (max-width: 320px) {
    .fixed-navigation-bar .nav-item .nav-link .tab-name .counter {
        display: inline-block;
        width: 20px;
        height: 20px;
        font-size: 0.7rem;
    }
}

.fixed-navigation-bar .nav-item .nav-link.active .counter {
    color: #5e3695;
    background-color: #ffffff;
}

.fixed-navigation-bar .nav-item .nav-link:hover .counter {
    color: #7f49ca;
    background-color: #ffffff;
}

.header {
    background-color: #5e3695;
    padding: 1.5rem 0;
}

.header .brand {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .header .brand {
        justify-content: center;
    }
}

.header .brand img {
    width: 60px;
    height: auto;
}

.header-address-wrapper .address-val {
    color: #ffffff;
    font-size: 0.9rem;
}

.header-address-wrapper .change-address-btn {
    border: none;
    border-radius: 50px;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    max-width: 300px;
    color: #5e3695;
}

/* Address Modal Styles */

.address-modal .modal-header {
    border-bottom: none;
}

.address-modal .modal-dialog {
    max-width: 700px;
}

.address-modal .sub-head {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.85rem;
}

.address-modal .modal-body .brand {
    text-align: center;
    margin-bottom: 2rem;
}

.address-modal .modal-body .brand img {
    display: inline-block;
    width: 80px;
    height: auto;
    margin-bottom: 1.2rem;
}

.address-modal-form {
    text-align: center;
}

.address-group-btn {
    width: 160px;
    padding: 1rem;
    background-color: transparent;
    border: 1px solid #5e3695;
    border-radius: 6px;
    color: #5e3695;
    cursor: pointer;
    margin-right: 0.5rem;
    transition: all 0.5s;
}

.address-group-btn:lang(ar) {
    margin-left: 0.5rem;
    margin-right: 0;
}

.address-group-btn:last-child {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 450px) {
    .address-group-btn {
        width: 100px;
        font-size: 0.7rem;
    }
    .address-group-btn small {
        font-size: 0.7rem;
    }
}

.address-group-btn:lang(ar) {
    margin-right: 0;
    margin-left: 0.5rem;
}

.address-group-btn:hover {
    color: #ffffff !important;
    background-color: #5e3695;
}

.address-group-btn small {
    color: #acacac !important;
}

.address-group-btn:hover small {
    color: #ffffff;
}

.address-modal-form .btn-check:checked + .address-group-btn {
    color: #ffffff !important;
    background-color: #5e3695;
}

.address-modal-form .btn-check:checked + .address-group-btn small {
    color: #ffffff;
}

.select-branch,
input[type="date"] {
    margin-right: auto;
    margin-left: auto;
    outline: none !important;
    box-shadow: none !important;
}

.form-label,
input,
select {
    font-size: 0.9rem;
}

.save-address-data-btn {
    background-color: #5e3695;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    width: 75%;
    margin-bottom: 2rem;
    padding: 1rem;
    transition: all 0.5s;
}

@media screen and (max-width: 575px) {
    .save-address-data-btn {
        width: 90%;
    }
}

.save-address-data-btn:hover {
    background-color: #8346d8;
}

#customDateInputwrapper {
    display: none;
}

.address-group-btn small {
    font-size: 0.8rem;
}

.container-form-group {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 575px) {
    .container-form-group {
        width: 90%;
    }
}

.input-wrapper {
    position: relative;
}

.input-wrapper .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7f49ca;
}

.input-wrapper .clear-icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff0000;
    font-size: 16px;
}

.input-wrapper .icon:lang(ar) {
    position: absolute;
    right: 10px;
    left: auto;
}

.input-wrapper input,
.input-wrapper select {
    padding-left: 2.5rem;
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.9rem;
}

.input-wrapper input:lang(ar),
.input-wrapper select:lang(ar) {
    padding-right: 2.5rem;
}

.input-wrapper input.phone-input {
    padding-left: 3.8rem;
    direction: ltr !important;
}

.input-wrapper.phone-wrapper .icon {
    left: 10px !important;
    right: auto !important;
}

.input-wrapper input.phone-input:lang(ar) {
    padding-left: 3.8rem;
}

.input-wrapper .phone-key {
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
    font-size: 0.9rem;
    direction: ltr !important;
}

/* .input-wrapper .phone-key:lang(ar) {
  right: 35px;
} */

/* Products Tab */

.products-tab {
    border: none;
}

.products-tab .cat-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    transition: all 0.3s;
}

.products-tab .cat-name img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.products-tab .cat-name span {
    font-size: 0.8rem;
}

.products-tab {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
}

.products-tab .nav-item .nav-link {
    border: none;
    border: 1px solid #5e3695;
    border-radius: 15px;
    margin-left: 0.5rem;
    color: #5e3695;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .products-tab {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 576px) {
    .products-tab {
        justify-content: space-between;
    }
    .products-tab .nav-item .nav-link {
        width: 75px !important;
        padding: 0.2rem;
        height: 100%;
    }
    .products-tab .nav-item .nav-link p span {
        font-size: 12px;
    }
}

.products-tab .nav-item .nav-link.active {
    background-color: #5e3695;
    color: #ffffff;
}

.products-tab .nav-item .nav-link.active img {
    border: 1px solid #ffffff;
}

.products-tab .nav-item .nav-link:hover {
    background-color: #7f49ca;
    color: #ffffff;
}

.products-tab .nav-item .nav-link:hover img {
    border: 1px solid #ffffff;
}

@media screen and (max-width: 1200px) {
    .products-tab .nav-item {
        margin-bottom: 0.5rem;
    }
}

.products-tab-content {
    padding: 4rem 0;
}

.products-section .section-head {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 1.3rem;
}

.products-section .section-head h4 {
    margin-bottom: 0;
}

@media screen and (max-width:414px){
    .products-section .section-head {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    .products-section .section-head h4 {
        width: 60%;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .products-section .section-head .count {
        font-weight: 700;
    }
}

/* Product item styles */

.product-card {
    position: relative;
    padding: 0.8rem;
    box-shadow: 0 0 5px #cacaca;
    border-radius: 5px;
    padding-bottom: 4rem;
    overflow: hidden;
}

.product-card.block-card {
    margin-bottom: 1.5rem;
}

.product-card .price {
    display: inline-block;
    background-color: #1464cc;
    color: #ffffff;
    padding: 0.2rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 50px;
}

@media screen and (max-width: 414px) {
    .product-card .price {
        padding: 0.2rem 0.4rem;
        font-size: 0.7rem;
    }
}

.product-card .image {
    margin-bottom: 0.5rem;
}

.product-card .image img {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-card .title {
    display: block;
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 18px;
    margin: 1rem 0;
    color: #000000;
    height: 36px;
    overflow: hidden;
    transition: all 0.5s;
}

@media screen and (max-width: 414px) {
    .product-card .title {
        font-size: 0.8rem;
    }
}

.product-card .title:hover {
    color: #7f49ca;
}

.product-card .action-btns {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}

.product-card .action-btns a , .product-card .action-btns button {
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: 1px solid #7f49ca;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    background-color: transparent;
    color: #7f49ca;
    transition: all 0.5s;
}

.product-card .action-btns a:hover , .product-card .action-btns button:hover {
    background-color: #7f49ca;
    color: #ffffff;
}

.product-card .card-badge {
    position: absolute;
    top: 3em;
    left: -2.5em;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    font-size: 0.7rem;
    width: 12em;
    background-color: #02b110;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 450px) {
    .product-card .card-badge {
        top: 2em;
        left: -2.9em;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
}

.product-card .card-badge.danger {
    background-color: #ff2c2c;
}

/* Product Swiper */

.has-pagination {
    padding-bottom: 4rem;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    background-color: transparent;
    opacity: 1;
    transition: all 0.6s;
}

.swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%) scale(0);
    transform: translate(-50%) scale(0);
    transition: all 0.5s;
}

.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
}

.swiper-pagination.dark .swiper-pagination-bullet {
    border: 2px solid #7f49ca;
}

.swiper-pagination.dark .swiper-pagination-bullet::after {
    background-color: #7f49ca;
}

.swiper-button-prev,
.swiper-button-next {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    width: 30px;
    height: 80px;
    border: 2px solid #7f49ca;
    background-color: #7f49cae3;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 600;
}

.swiper-button-next {
    right: 0 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.swiper-button-next:lang(ar) {
    left: 0 !important;
    right: auto !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.swiper-button-prev {
    left: 0 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-button-prev:lang(ar) {
    right: 0 !important;
    left: auto !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Backrop */

.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    z-index: 900;
}

.custom-backdrop.hidden {
    display: none;
}

/* Auth forms */

.auth-form-container {
    position: fixed;
    top: 0;
    left: -1500px;
    width: 30%;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s;
}

@media screen and (max-width: 1200px) {
    .auth-form-container {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .auth-form-container {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .auth-form-container {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .auth-form-container {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .auth-form-container {
        width: 100%;
    }
}

.auth-form-container .register-form {
    display: none;
    padding-top: 15rem !important;
}

@media screen and (max-height: 450px) {
    .auth-form-container .register-form {
        padding-top: 30rem !important;
    }
}

@media screen and (min-height: 900px) {
    .auth-form-container .register-form {
        padding-top: 5rem !important;
    }
}

.auth-form-container .head {
    position: absolute;
    right: 20px;
    top: 20px;
}

.auth-form-container .head:lang(ar) {
    left: 20px;
    right: auto;
}

.close-form-container-btn {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #535353;
    font-size: 1.3rem;
    transition: all 0.5s;
}

.close-form-container-btn:hover {
    -webkit-transform: rotateZ(180deg) scale(1.07);
    transform: rotateZ(180deg) scale(1.07);
}

.auth-form {
    width: 100%;
    padding: 0 1.5rem;
}

.auth-form .form-head {
    text-align: center;
    margin-bottom: 3rem;
}

.auth-form .auth-btn {
    width: 100%;
    background-color: #7f49ca;
    color: #ffffff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    padding: 0.625rem;
    transition: all 0.4s;
}

.auth-form .auth-btn:hover {
    background-color: #8f53e4;
}

.auth-form input {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

/* Search Page Content */

.search-page-content {
    display: none;
}

/* Search Loader */

.section-with-loader {
    position: relative;
}

.section-with-loader .loader {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 500;
}

.section-with-loader .loader img {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -50%);
    width: 50px;
}

/* Cart Style */

.cart-section .subhead h6 {
    font-weight: 600;
    font-size: 1.1rem;
}

.cart-section .product-details {
    border-radius: 5px;
    padding: 1.5rem;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .cart-section .product-details {
        padding: 0.5rem;
    }
}

.cart-section .product-details .content .item {
    border-bottom: 1px solid #c7c6c6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .cart-section .product-details .content .item {
        border: 1px solid #c7c6c6;
        padding: 1.5rem;
        border-radius: 8px;
        margin-bottom: 0.5rem;
    }
}

.cart-section .product-details .content .item:last-child {
    border-bottom: none;
}

.cart-section .product-details .content .item .info {
    display: flex;
}

.cart-section .product-details .content .item .info .image {
    overflow: hidden;
    box-shadow: 0 0 5px #dddddd;
    border-radius: 8px;
}

.cart-section .product-details .content .item .info .image img {
    width: 100%;
    max-width: 120px;
}

.cart-section .product-details .content .item .info .name {
    margin-bottom: 0.5rem;
}

.cart-section .product-details .content .item .info .name a {
    display: inline-block;
    color: #61452f;
    text-decoration: none;
    max-width: 245px;
    font-size: 0.85rem;
    transition: all 0.5s;
}

.cart-section .product-details .content .item .info .name a:hover {
    color: #a67650;
}

@media only screen and (max-width: 767px) {
    .cart-section .product-details .content .item .info .name a {
        font-size: 0.8rem;
    }
}

.cart-section .product-details .content .item .info .meta {
    font-size: 0.8rem;
    color: #707070;
}

@media only screen and (max-width: 767px) {
    .cart-section .product-details .content .item .info .meta {
        font-size: 0.7rem;
    }
}

.cart-section .product-details .content .item .info .meta .delete-btn {
    background-color: transparent;
    color: #ff2323;
    border: none;
    outline: none;
    box-shadow: none;
}

.cart-section .product-details .content .item .qty-controller {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-section .product-details .content .item .qty-controller .item-qty {
    font-size: 0.8rem;
}

.cart-section .product-details .content .item .qty-controller .ctrl-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00b900;
    color: #ffffff;
    font-size: 0.75rem;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .cart-section .product-details .content .item .qty-controller .ctrl-btn {
        width: 20px;
        height: 20px;
        font-size: 0.5rem;
    }
}

.cart-section .product-details .content .item .qty-controller .ctrl-btn:hover {
    background-color: #26aa26;
}

.cart-section
.product-details
.content
.item
.qty-controller
.ctrl-btn.sub-btn {
    background-color: #acacac;
}

.cart-section
.product-details
.content
.item
.qty-controller
.ctrl-btn.sub-btn:hover {
    background-color: #9e9d9d;
}

.cart-section .product-details .content .item .item-price,
.cart-section .product-details .content .item .item-total-price {
    color: #026288;
}

@media only screen and (max-width: 767px) {
    .cart-section .product-details .content .item .item-price,
    .cart-section .product-details .content .item .item-total-price {
        font-size: 0.8rem;
    }
}

.cart-section .order-details {
    border-radius: 5px;
    box-shadow: 0 0 5px #979797;
    padding: 1.5rem;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .cart-section .order-details {
        padding: 1.5rem 1rem;
    }
}

.cart-section .order-details .content .content-row {
    font-size: 0.9rem;
}

.cart-section .order-details .content .content-row .value {
    color: #026288;
}

.coupon-btn {
    height: 100%;
    border: none;
    background-color: #00b900;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #ffffff;
    font-size: 0.8rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    transition: all 0.6s;
}

.coupon-btn:lang(ar) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.coupon-btn:hover {
    background-color: #27ce27;
}

.coupon-btn.cancel-coupon {
    background-color: #ff2323;
}

.coupon-btn.cancel-coupon:hover {
    background-color: #e28484;
}

.coupon-form input {
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.9rem;
}

.checkout-btn {
    border: none;
    background-color: #5e3695;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0.8rem 1rem;
    width: 100%;
    transition: all 0.6s;
}

.checkout-btn:hover {
    background-color: #883af5;
}

.empty-shopping-cart {
    background-color: #eeeeee;
    border-radius: 10px;
    font-size: 1.2rem;
}

.empty-shopping-cart i {
    font-size: 2rem;
    color: #5e3695;
}

/* Single Product Section */

.single-product-section {
    padding: 6rem 0;
}

.single-product-section .title {
    max-width: 600px;
    margin-bottom: 1rem;
}

.single-product-section .price {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.single-product-section .price .actual {
    font-size: 1.2rem;
}

.single-product-section .price .final {
    color: #006dc7;
    font-weight: bold;
}

.single-product-section .price.has-discount::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #ff4141;
}

.single-product-section .price.has-discount:lang(ar):after {
    width: 55px;
    left: auto;
    right: 0;
}

.single-product-section .desc {
    margin-bottom: 1.5rem;
}

.single-product-section .desc p {
    color: #636363;
}

.single-product-section .category {
    margin-bottom: 1.3rem;
}

.single-product-section .category .name {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #186dc7;
    border-radius: 50px;
    padding: 0.2rem 1.5rem;
    font-size: 0.8rem;
}

.single-product-section .category .cal {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #a8a8a8;
    border-radius: 50px;
    padding: 0.2rem 1.5rem;
    font-size: 0.8rem;
}

.single-product-section .add-to-cart {
    min-width: 200px;
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: none;
    background-color: #5e3695;
    color: #ffffff;
    padding: 0.8rem;
    border-radius: 5px;
    transition: all 0.5s;
}

.single-product-section .add-to-cart:hover {
    background-color: #804bca;
}

.single-product-section .in-cart-container .action-btn {
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: none;
    background-color: #07a52f;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 5px;
    transition: all 0.5s;
}

.single-product-section .in-cart-container .action-btn:hover {
    background-color: #18b940;
}

.single-product-section .in-cart-container .qty {
    display: inline-block;
    text-align: center;
    margin: 0 1rem;
}

.single-product-section .in-cart-container .action-btn.remove-btn {
    background-color: #808080;
}

.single-product-section .in-cart-container .action-btn.remove-btn:hover {
    background-color: #b4b4b4;
}

.single-product-section .review-form {
    padding-bottom: 5rem;
}

.single-product-section .review-form .post-reply-btn {
    float: right;
    margin-top: 1rem;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #00b900;
    color: #ffffff;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
}

.single-product-section .comments .item {
    box-shadow: 0 0 5px #c7c7c7;
    padding: 1.2rem;
    margin-bottom: 1rem;
    border-radius: 6px;
}

.single-product-section .comments .item .holder {
    color: #026288;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.single-product-section .comments .item .text {
    margin-bottom: 0;
}

/* Profile Sidebar */

.profile-sidebar {
    position: fixed;
    top: 0;
    left: -1500px;
    width: 30%;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1000;
    padding: 4rem 0 2rem 0;
    transition: all 0.7s;
    box-shadow: 5px 0 5px #bbbbbb;
}

@media screen and (max-width: 1200px) {
    .profile-sidebar {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .profile-sidebar {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .profile-sidebar {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .profile-sidebar {
        width: 70%;
    }
}

@media screen and (max-width: 350px) {
    .profile-sidebar {
        width: 85%;
    }
}

@media screen and (max-width: 320px) {
    .profile-sidebar {
        width: 100%;
    }
}

.profile-sidebar .head {
    position: absolute;
    right: 20px;
    top: 20px;
}

.profile-sidebar .head:lang(ar) {
    left: 20px;
    right: auto;
}

.close-sidebar-btn {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #535353;
    font-size: 1.3rem;
    transition: all 0.5s;
}

.close-sidebar-btn:hover {
    -webkit-transform: rotateZ(180deg) scale(1.07);
    transform: rotateZ(180deg) scale(1.07);
}

.profile-sidebar .side-link {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    color: #5e3695;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.5s;
}

.profile-sidebar .side-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #5e3695;
    display: none;
}

.profile-sidebar .side-link:lang(ar)::after {
    left: auto;
    right: 0;
}

.profile-sidebar .side-link:hover {
    padding-left: 1.8rem;
}

.profile-sidebar .side-link:lang(ar):hover {
    padding-right: 1.8rem;
}

.profile-sidebar .side-link:hover::after {
    display: block;
}

.profile-sidebar .side-link:last-child {
    border-bottom: none;
}

/* Profile form container */

.profile-form-container {
    position: fixed;
    top: 0;
    left: -1500px;
    width: 30%;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s;
}

@media screen and (max-width: 1200px) {
    .profile-form-container {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .profile-form-container {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .profile-form-container {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .profile-form-container {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .profile-form-container {
        width: 100%;
    }
}

.profile-form-container .profile-form {
    padding-top: 15rem !important;
}

@media screen and (max-height: 850px) {
    .profile-form-container .profile-form {
        padding-top: 20rem !important;
    }
}

@media screen and (max-height: 450px) {
    .profile-form-container .profile-form {
        padding-top: 30rem !important;
    }
}

@media screen and (min-height: 700px) {
    .profile-form-container .profile-form {
        padding-top: 15rem !important;
    }
}

@media screen and (min-height: 850px) {
    .profile-form-container .profile-form {
        padding-top: 10rem !important;
    }
}

@media screen and (min-height: 1000px) {
    .profile-form-container .profile-form {
        padding-top: 5rem !important;
    }
}

.profile-form-container .head {
    position: absolute;
    right: 20px;
    top: 20px;
}

.profile-form-container .head:lang(ar) {
    left: 20px;
    right: auto;
}

.close-form-container-btn {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #535353;
    font-size: 1.3rem;
    transition: all 0.5s;
}

.close-form-container-btn:hover {
    -webkit-transform: rotateZ(180deg) scale(1.07);
    transform: rotateZ(180deg) scale(1.07);
}

.profile-form {
    width: 100%;
    padding: 0 1.5rem;
}

.profile-form .form-head {
    text-align: center;
    margin-bottom: 3rem;
}

.profile-form .auth-btn {
    width: 100%;
    background-color: #7f49ca;
    color: #ffffff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    padding: 0.625rem;
    transition: all 0.4s;
}

.profile-form .auth-btn:hover {
    background-color: #8f53e4;
}

.profile-form input,
.profile-form select {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.profile-form .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* Addresses Container */

.addresses-container {
    position: fixed;
    top: 0;
    left: -1500px;
    width: 30%;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1200;
    padding: 5rem 0 2rem 0;
    transition: all 0.7s;
}

@media screen and (max-width: 1200px) {
    .addresses-container {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .addresses-container {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .addresses-container {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .addresses-container {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .addresses-container {
        width: 100%;
    }
}

.addresses-container .head {
    position: absolute;
    right: 20px;
    top: 20px;
}

.addresses-container .head:lang(ar) {
    left: 20px;
    right: auto;
}

.addresses-container .addresses-list .item {
    position: relative;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 1rem 1rem 3rem 1rem;
    margin-bottom: 1rem;
}

.addresses-container .addresses-list .item .delete-address {
    position: absolute;
    bottom: 15px;
    right: 1rem;
    border: 1px solid #ff3838;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    color: #ff3838;
    font-size: 0.8rem;
    transition: all 0.4s;
}

.addresses-container .addresses-list .item .delete-address:hover {
    color: #ffffff;
    background-color: #ff3838;
}

.addresses-container .addresses-list .item .delete-address:hover i {
    color: #ffffff;
}

.addresses-container .addresses-list .item .delete-address:lang(ar) {
    right: auto;
    left: 1rem;
}

.addresses-container .addresses-list .item .delete-address i {
    color: #ff3838;
}

.addresses-container .addresses-list .item:last-child {
    margin-bottom: 0;
}

.addresses-container .addresses-list .item i {
    color: #7c47c7;
}

.addresses-container .addresses-list .item a {
    display: block;
    text-decoration: none;
    line-height: 24px;
    font-size: 0.9rem;
    color: #000000;
    transition: all 0.5s;
}

.addresses-container .addresses-list .item a:hover {
    color: #5e3695;
}

.add-address-btn {
    width: 100%;
    background-color: #7f49ca;
    color: #ffffff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    padding: 0.625rem;
    transition: all 0.4s;
}

.add-address-btn:hover {
    background-color: #8f53e4;
}

/* Address Form Container */

.address-form-container {
    position: fixed;
    top: 0;
    left: -1500px;
    width: 30%;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1300;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s;
}

@media screen and (max-width: 1200px) {
    .address-form-container {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .address-form-container {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .address-form-container {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .address-form-container {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .address-form-container {
        width: 100%;
    }
}

.address-form-container .address-form {
    padding-top: 15rem !important;
}

@media screen and (max-height: 699px) {
    .address-form-container .address-form {
        padding-top: 25rem !important;
    }
}

@media screen and (max-height: 450px) {
    .address-form-container .address-form {
        padding-top: 30rem !important;
    }
}

@media screen and (min-height: 700px) {
    .address-form-container .address-form {
        padding-top: 17rem !important;
    }
}

.address-form-container .head {
    position: absolute;
    right: 20px;
    top: 20px;
}

.address-form-container .head:lang(ar) {
    left: 20px;
    right: auto;
}

/* Orders Page Styles */

.orders-section {
    padding: 3rem 0;
}

.orders-section .orders-tabs {
    margin-bottom: 1.5rem;
}

.orders-section .orders-tabs .nav-link {
    color: #000000;
}

@media screen and (max-width: 414px) {
    .orders-section .orders-tabs .nav-link {
        font-size: 0.9rem;
    }
}

.orders-section .orders-tabs .nav-link.active {
    color: #5e3695;
}

.orders-section .orders-container {
    padding: 2rem 0;
}

.orders-section .orders-container .item {
    position: relative;
    padding: 1.5rem;
    background-color: #f5f3f3;
    border-radius: 10px;
    font-size: 0.9rem;
    box-shadow: 0 0 5px #c4c4c4;
    height: 100%;
}

.orders-section .orders-container .item .state {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background-color: #9c06aa;
    padding: 0.2rem 1rem;
    color: #ffffff;
    border-radius: 50px;
}

.orders-section .orders-container .item .state.cancelled {
    background-color: #ff3e4f;
}

.orders-section .orders-container .item .state.success {
    background-color: #12d400;
}

@media screen and (max-width: 414px) {
    .orders-section .orders-container .item {
        padding: 1rem;
    }
}

.orders-section .orders-container .item i {
    font-size: 0.8rem;
}

.orders-section .orders-container .item .section {
    margin-bottom: 1rem;
}

.orders-section .orders-container .item .head {
    color: #5e3695;
    margin-bottom: 0.8rem;
}

.orders-section .orders-container .item ul {
    padding: 0.5rem 1rem;
}

.orders-section .orders-container .item ul li {
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
}

.orders-section .orders-container .item ul li:lang(ar) {
    padding-right: 1rem;
    padding-left: 0;
}

.orders-section .orders-container .item ul li::marker {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
}

.orders-section .orders-container .item .qty {
    color: #006dc7;
}

.orders-section .orders-container .item .price {
    color: #006dc7;
}

.orders-section .item .section .price-content p {
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

/* Payment Options Container */

.payment-options-container {
    position: fixed;
    top: 0;
    left: -1500px;
    width: 30%;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1200;
    padding: 5rem 0 2rem 0;
    transition: all 0.7s;
}

@media screen and (max-width: 1200px) {
    .payment-options-container {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .payment-options-container {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .payment-options-container {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .payment-options-container {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .payment-options-container {
        width: 100%;
    }
}

.payment-options-container .head {
    position: absolute;
    right: 20px;
    top: 20px;
}

.payment-options-container .head:lang(ar) {
    left: 20px;
    right: auto;
}

.payment-options-container .option button {
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 0.5s;
}

.payment-options-container .option button:hover {
    background-color: #5e3695;
    color: #ffffff;
}

.payment-options-container .option button img {
    width: 70px;
    height: auto;
    display: inline-block;
    margin-right: 2rem;
}

.payment-options-container .option button img:lang(ar) {
    margin-right: 0;
    margin-left: 2rem;
}

.payment-options-container .option button:hover img {
    background-color: #ffffff;
    border-radius: 50%;
}

.payment-options-container .option button p {
    font-weight: 600;
}

.manage-address-btn {
    background-color: #ebebeb;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    transition: all 0.5s;
}

.btn-main {
    background-color: transparent;
    color: #5e3695;
    border: 1px solid #5e3695 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.5s;
}

.btn-main:hover {
    background-color: #5e3695;
    color: #ffffff;
    transition: all 0.5s;
}

.btn-range {
    border-radius: 5px;
}

.btn-range i.fa-caret-down {
    position: relative;
    float: right;
    top: 3px;
}

.btn-range:hover {
    color: #9b5df3;
}
/* New Orders Styles */

.orders-container-section .orders-list .order-item {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 5px #d3d3d3;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.orders-container-section .orders-list .order-item a {
    text-decoration: none;
    color: #5e3695;
}

.orders-container-section .icon-input-group {
    position: relative;
}

.orders-container-section .icon-input-group .icon {
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff3838;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.orders-container-section .icon-input-group .icon:lang(ar) {
    left: 3rem;
    right: auto;
}

.orders-container-section .icon-input-group input {
    padding-right: 1.5rem;
    outline: none;
    box-shadow: none;
}

.orders-container-section .icon-input-group input:lang(ar) {
    padding-right: 0;
    padding-left: 1.5rem;
}

/* Order Details Section */

@media print {
    .print-container,
    .fixed-navigation-bar {
        display: none;
    }
}

@media print {
    * {
        color: #000000 !important;
        font-weight: normal !important;
        font-family: "Open Sans", sans-serif !important;
    }
}

/* Order Details Section */

@media print {
    .print-container,
    .fixed-navigation-bar {
        display: none;
    }
}

@media print {
    * {
        font-family: Arial, Helvetica, sans-serif !important;
    }
}

.order-details-table-container {
    overflow: auto;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.order-details-table-container *:not(.fa) {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.order-details-table {
    width: 100%;
}

.order-details-table .brand {
    margin-bottom: 1rem;
}

.order-details-table .brand img {
    width: 100px;
    height: auto;
}

.order-details-table .print-btn-container {
    margin-bottom: 1.5rem;
}

.order-details-table .print-btn {
    background-color: #5e3695;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0.3rem 1rem;
}

@media print {
    .order-details-table .print-btn-container {
        display: none;
    }
}

.order-details-table .invoice-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid rgb(177, 177, 177);
}

.order-details-table .meta .wrap {
    display: flex;
    justify-content: start;
}

.order-details-table .meta-row .label {
    margin-right: 2.5rem;
    width: 75px;
}

.order-details-table .meta-row p {
    margin-bottom: 0.4rem;
}

.order-details-table .meta-row .wrap:last-child {
    border-bottom: 1px solid rgb(177, 177, 177);
    padding-bottom: 1rem;
}

.order-details-table .meta-row .wrap:last-child p {
    margin-bottom: 0;
}

.order-details-table .product-row {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgb(177, 177, 177);
}

.order-details-table .product-row .head {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.order-details-table .product-row .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.order-details-table .product-row .wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

/* Owl */

.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    width: 35px;
    height: 70px;
    background-color: #7c47c7 !important;
    color: #ffffff !important;
    font-size: 30px !important;
}

.owl-nav .owl-next {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.owl-nav .owl-prev {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.owl-dots {
    margin-top: 2rem !important;
}

.owl-dot.active {
    color: #5e3695;
}

.owl-stage-outer {
    padding: 0.5rem 0;
}

/* 25/08/2022 */

.single-category-content {
    padding-bottom: 5rem !important;
}

.single-category-content .products-container {
    margin-top: 1.8rem !important;
}

.single-category-content .products-pagination {
    text-align: center;
    margin-bottom: 3rem;
}

.single-category-content .products-pagination .pagination-link {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #5e3695;
    color: #5e3695;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.4s;
}

.single-category-content .products-pagination .pagination-link:hover,
.single-category-content .products-pagination .pagination-link.active {
    background-color: #5e3695;
    color: #ffffff;
}

.single-category-content .products-pagination .pagination-link:lang(ar) {
    margin-right: 0;
    margin-left: 5px;
}

.single-category-content .products-pagination .pagination-link:last-of-type {
    margin-right: 0;
    margin-left: 0;
}

.single-category-content .products-pagination .pagination-link.text {
    width: 100px;
    border-radius: 50px;
}
