* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Tanseek Modern Pro Arabic";
    src: url("../fonts/Tanseek/tanseek-modern-pro-arabic-book.ttf")
        format("truetype");
}

@import url("https://db.onlinewebfonts.com/c/b411a1b524e73c5fb40f813acce300b0?family=FSP+DEMO+-+Mumford");

@font-face {
    font-family: "FSP DEMO - Mumford";
    src: url("https://db.onlinewebfonts.com/t/b411a1b524e73c5fb40f813acce300b0.eot");
    src: url("https://db.onlinewebfonts.com/t/b411a1b524e73c5fb40f813acce300b0.eot?#iefix")
            format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/b411a1b524e73c5fb40f813acce300b0.woff2")
            format("woff2"),
        url("https://db.onlinewebfonts.com/t/b411a1b524e73c5fb40f813acce300b0.woff")
            format("woff"),
        url("https://db.onlinewebfonts.com/t/b411a1b524e73c5fb40f813acce300b0.ttf")
            format("truetype"),
        url("https://db.onlinewebfonts.com/t/b411a1b524e73c5fb40f813acce300b0.svg#FSP DEMO - Mumford")
            format("svg");
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a.active {
    text-decoration: none;
    color: #00b4b3;
}

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

/* background-color */
.top-header {
    background-color: #f1efec;
    position: relative;
}
.list-group-itemsrch {
    cursor: pointer;
    font-size: 12px;
    padding: 7px 0;
}
.list-groupsrchprice {
    font-size: 11px;
}
.list-groupsrch {
    max-height: 300px;
    width: 96%;
    overflow-y: auto;
    z-index: 1000;
    background: white;
}
@media (min-width: 992px) {
    .forz {
        position: relative;
        z-index: 100;
    }
    .list-groupsrch {
        width: 99%;
    }

    /* .top-header{
        z-index: 1;
    } */
}

/* ***********navbar-and-search-container-vertical-line************ */
.navbar-brand img {
    max-height: 50px;
}

@media (min-width: 1441px) {
    .fixedwidth {
        width: 1450px;
    }
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-right: 15px;
    transition: color 0.3s;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 25.34px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #00b4b3;
    text-decoration: underline;
}

.navbar .nav-link i {
    font-size: 1.2rem;
    color: #333;
    margin-left: 10px;
}

.navbar .nav-link i:hover {
    color: #00b4b3;
    text-decoration: underline;
}

/* ********main-dropdown **************/
.main-dropdown .dropdown-menu a {
    text-decoration: none;
    color: #000000;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #000000;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.category-title {
    color: #000000;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
}

.main-dropdown a .d-flex {
    transition: all 0.5s;
}

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

@media only screen and (min-width: 992px) {
    #navbarNav .main-dropdown {
        width: 67vw;
    }

    .dropdown:hover .main-dropdown {
        display: flex;
        justify-content: center;
    }

    .main-dropdown.show {
        display: flex;
        justify-content: space-between;
    }
}

.navbar-nav .main-dropdown {
    width: 1250px;
    margin-left: -368px;
    border-radius: 0;
}

.nav-img {
    height: 279px;
    object-fit: contain;
}

ul.category-list a:hover {
    text-decoration: underline;
    color: #00b4b3;
}

@media (max-width: 992px) {
    .navbar .nav-link {
        text-align: start;
        display: block;
    }
}

/* search */
/* Search Text (Initially Visible) */
.search-container {
    position: relative;
    cursor: pointer;
}

.search-text {
    font-size: 24px;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    cursor: pointer;
}

.search-form {
    display: none;
    /* Initially hidden */
    position: relative;
    top: 0;
    left: 0;
    width: 150px;
}

.search-icon span i {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 8px;
}

.search-form input {
    width: 150px;
    padding: 3px 5px;
    border-radius: 0px;
    font-size: 1rem;
    outline: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* Show search input when active */
.search-container.active .search-text {
    display: none;
    /* Hide text */
}

.search-container.active .search-form {
    display: block;
    /* Show input */
}

.search-container .search-form .form-control::placeholder {
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1028px) {
    .search-form {
        width: 100px;
    }

    .search-form input {
        width: 100px;
        padding: 3px 4px;
        font-size: 12px;
    }
}

.vertical-line {
    width: 1px;
    height: 100px;
    background-color: black;
    margin: auto;
    position: absolute;
    top: 86%;
}

/********** custom-card and top-title and button***************/
/********** top-title ***********/

.top-title h3 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.top-title .title-text {
    font-family: "Tanseek Modern Pro Arabic", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    text-align: center;
    color: #000;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
}

/* **********custom-card *************/
.card-img img {
    width: 100%;
    height: 240px;
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) !important;
    object-fit: contain;
}

.custom-card {
    position: relative;
    overflow: hidden;
    /* Prevents content from getting cut */
}

.custom-img {
    position: relative;
    overflow: hidden;
}

.custom-card:hover {
    transform: scale(1.05);
    filter: brightness(1);
    transform: translateY(-10px);
    filter: brightness(1);
}

.custom-img img {
    width: 100%;
    height: 386px;
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) !important;
    object-fit: contain;
    border-radius: 16px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 134%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_button {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.custom-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
}

/* select button */
.select_button a {
    text-decoration: none;
    transition: all 1s;
    padding: 7px 25px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    background-color: #00b4b3;
    border-radius: 50px;
    border: 1px solid #00b4b3;
    min-width: 220px;
    font-size: 23px;
    line-height: 37px;
    letter-spacing: -2%;
    text-align: center;
    font-family: "Tanseek Modern Pro Arabic";
    transition: background-color 0.3s ease-in-out;
    opacity: 0.9;
}

.select_button a:hover {
    background-color: transparent;

    color: #000;
}

.custom-card:hover .select_button {
    opacity: 1;
    transform: translateY(0);
}

.stars {
    color: #00b4b3;
    margin: 10px 0;
}

.stars i:nth-child(5) {
    color: #00b4b3;
    opacity: 0.5;
}

.vertical-text {
    position: absolute;
    left: -61px;
    top: 83%;
    transform: translateY(-50%) rotate(-90deg);
    color: white;
    font-size: 24px;
    font-weight: 400;
    font-family: "Tanseek Modern Pro Arabic";
}

.view_cart_button a {
    font-weight: 700;
    text-decoration: none;
    transition: all 1s;
    padding: 0px 25px 0px 25px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 40px;
    background-color: #fff;
}

.view_cart_button a:hover {
    background-color: #000;
    color: #fff;
}

.btn-custom {
    margin-top: 15px;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.btn-custom:hover {
    background-color: #555;
}

/* view-button */
.view_button a:hover {
    background-color: #000;
    color: #fff;
}

.view_button a {
    font-weight: 700;
    text-decoration: none;
    transition: all 1s;
    padding: 0px 25px 0px 25px;
    font-size: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 47px;
    background-color: #fff;
}

/* breadcrumb */
.breadcrumb-item.active a,
.breadcrumb-item a {
    color: #939393;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;

    text-align: start;
}

.breadcrumb {
    margin: 0;
}

/* pagination */
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-item .page-link {
    border-radius: 0 0px 0px 0;
    color: #000;
    box-shadow: none;
}

.page-link:hover {
    background-color: #fff;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: #000;
    background-color: #e6e8d6;
    border-color: #e6e8d6;
}

.cart-counter {
    position: absolute;
    top: -1px;
    right: -5px;
    background-color: #00b4b3;
    color: white;
    font-size: 7px;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 50%;
    min-width: 1px;
    text-align: center;
}

.cart-container {
    position: relative;
    display: inline-block;

    cursor: pointer;
}

/************** custom-owl-carosel************/
.slider .owl-item img {
    width: 100%;
    height: 386px;
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) !important;
    object-fit: cover;
}

/*  .owl-carousel */

.slider .owl-nav .owl-next i {
    right: -50px;
    position: absolute;
    top: 30%;
    font-size: 45px;
    color: gray;
}

.slider .owl-nav .owl-prev i {
    left: -50px;
    position: absolute;
    top: 30%;
    font-size: 45px;
    color: gray;
}

.heart-icon a,
.eye-icon a {
    color: #fff;
}

.heart-icon,
.eye-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
    background: #00b4b3;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    z-index: 10;
}

.heart-icon {
    left: 10px;
}

.custom-card:hover .eye-icon,
.custom-card:hover .heart-icon {
    opacity: 1;
    transform: translateY(0);
}

.card-title {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-size: 21px;
    line-height: 0px;
}

/* hero section */

#hero-section {
    position: relative;
}

#hero-section .hero-title h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 56px;
}

#hero-section .hero-image {
    height: 500px;
    object-fit: contain;
}

#hero-section .hero-btn {
    background-color: #00b4b3;
    border: none;
    padding: 0px 30px;
    font-size: 1.2rem;
    border-radius: 50px;
    border: 1px solid #00b4b3;
    color: #fff;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 24px;
    line-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all 1s;
}

#hero-section .hero-btn:hover {
    background-color: transparent;

    color: #000;
}

#hero-section .carousel-indicators button:nth-child(1)::after {
    content: "";

    left: 43.5%;
}

#hero-section .carousel-indicators button:nth-child(2)::after {
    content: "";

    left: 51%;
}

#hero-section .carousel-indicators button.active::after {
    background-color: #00b4b3;
}

#hero-section .carousel-indicators button::after {
    position: absolute;
    bottom: 6px;
    /* Adjust position */
    background-color: #000;
    transform: translateX(-50%);
    font-size: 16px;
    color: black;
    width: 34px;
    height: 2px;
}

#hero-section .carousel-indicators {
    top: auto;
    bottom: 9px;
    justify-content: center;
    align-items: center;
    margin-left: 15%;
}

#hero-section .carousel-indicators .active {
    color: #00b4b3;
    font-size: 30px;
}

#hero-section .carousel-indicators [data-bs-target] {
    font-size: 15px;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 15px;
    margin-left: 10px;
    text-indent: -35px;
    cursor: pointer;
    background-color: transparent;
    font-family: "FSP DEMO - Mumford", sans-serif;
    margin-bottom: 2px;
}

/* Custom Arrows */
#hero-section .carousel-control-prev,
.carousel-control-next {
    width: 23px;
    height: 40px;
    background: transparent;
    border: 1px solid black;
    border-radius: 0px;
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

#hero-section .carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    background-size: contain;
}

.slider .owl-stage-outer {
    margin-top: 20px;
    padding-top: 20px;
}

#hero-section .carousel-indicators .active {
    font-size: 18px;
    font-weight: 700;
    color: #00b4b3;
    margin-bottom: 10px;
}

/******* h-s **********/

/* #h-s .custom-card .card-title {
  font-family: "FSP DEMO - Mumford", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
} */

.hs-bg {
    background-image: url(../images/Group\ 427319031\ 1.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*  all-category*/
#all-category .circle {
    width: 130px;
    height: 130px;
    background-color: #00b4b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

#all-category .circle img {
    height: 89px;
    width: 58px;
    object-fit: contain;
}

#all-category h5 {
    font-size: 16px;
    font-weight: 600;
}

/* h-s */
#h-s .custom-card .card-body .card-title {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
}

#h-s .custom-card .card-body .card-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

#search-criteria .card-body .card-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

/******* product-category ******/
#product-category .category-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

#product-category .category-card .ca-img {
    height: 229px;
    object-fit: cover;
    border-radius: 15px;
}

#product-category .category-card .cc-img {
    height: 107px;
    object-fit: cover;
    border-radius: 15px;
}

#product-category .category-card .cb-img {
    height: 351px;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
}

/* Overlay */
#product-category .category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

#product-category .category-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 1;
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

#product-category .category-card:hover img {
    transform: scale(1.1);
}

/*************** Enhance-section **************/
#enhance {
    background-color: #f9a8cb;
}

#enhance img {
    margin-bottom: -67px;
}

/*************** Review-section **************/

.reviews-section {
    background: url("../images/review-bg.png") no-repeat center center/cover;

    position: relative;
}

/* Overlay Effect */
#reviews-section .reviews-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* Section Title */

/* Swiper Styling */
#reviews-section .swiper {
    width: 100%;
    padding: 20px;
}

/* Review Card */
#reviews-section .review-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
}

/* Profile Image */
#reviews-section .review-card img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

/* Reviewer Name */
#reviews-section .review-card .review-name {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

/* Review Time */
#reviews-section .review-card .review-time {
    color: gray;

    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 24px;
    line-height: 0;
    text-align: left;
}

/* Star Rating */
#reviews-section .review-card .stars {
    color: #00b4b3;
    margin: 10px 0;
}

#reviews-section .review-card .stars i:nth-child(5) {
    color: #00b4b3;
    opacity: 0.5;
}

/* Swiper Pagination */
#reviews-section .swiper-pagination-bullet {
    background: #00b4b3 !important;
    width: 21px;
    height: 21px;
}

#reviews-section .review-card p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: start;
}

/* footer-section */

#footer .footer-link {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 19px;
    line-height: 21px;
}

#footer .social-icons h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

#footer .social-icons a i {
    font-size: 21px;
}

#footer .social-icons a {
    display: inline-block;
    border: 1px solid #000000;
    color: #000000;
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px 0 0;
    transition: all 1s ease-in-out;
    padding: 2px 0 0 0;
}

#footer .social-icons a:hover {
    background-color: #00b4b3;
    color: white;
}

#footer .vat-section img {
    object-fit: contain;
    height: 41px;
}

#footer .vat-section p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #000;
}

#footer .vat-section .vat-text {
    font-family: "Tanseek Modern Pro Arabic";
    color: #777474;
    font-size: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}

#footer .footer-logo {
    height: 42px;
    object-fit: contain;
}

#footer .foot-bg {
    background-image: url(../images/footer-bg.png);
    height: 100%;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    height: 100%;
}

#footer .nav-link {
    color: #000;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 19px;
    line-height: 21px;
    text-transform: capitalize;
}

#footer .nav-item p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: #000;
}

#footer .nav-item li {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

#footer .footer-head {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

#footer .copyright {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

#footer-delivery .fd-bg {
    background-color: #1c1c2b;
    color: #fff;
}

#footer-delivery h5 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 28px;
    line-height: 21px;
}

#footer .nav-cont li i {
    font-size: 17px;
}

#footer .nav-cont li i::before {
    display: inline-block;
    border: 1px solid #000000;
    color: #000000;
    width: 32px;
    height: 32px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    transition: all 1s ease-in-out;
    padding: 2px 0 0 0;
}

#footer .nav-cont li i:hover::before {
    color: #fff;
}

#footer .nav-cont li a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 43px;
    letter-spacing: 0%;
}

/* newsletter */
#footer .newsletter-input {
    width: 100%;
    max-width: 500px;
    border-radius: 50px;
    border: 2px solid #ddd;
    padding: 7px 17px;
    font-size: 16px;
    outline: none;
}

#footer .newsletter-button {
    background: black;
    color: white;
    border-radius: 50px;
    padding: 7px 27px;
    font-size: 11px;
    border: none;
    transition: all 0.3s;
    font-family: "FSP DEMO - Mumford", sans-serif;
}

#footer .newsletter-button:hover {
    background: #333;
}

#footer .newsletter-section h2 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;

    vertical-align: middle;
    text-transform: capitalize;
    color: #000;
}

#footer .newsletter-section p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #454545;
}

@media (min-width: 301px) and (max-width: 600px) {
    /********* navbar ************/
    .navbar-nav .main-dropdown {
        width: 100%;
        margin-left: -1px;
        border-radius: 0;
    }

    .nav-img {
        display: none;
    }

    .text-white {
        height: 0;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
        /* Ensures it stays above other content */
        background-color: #f1efec;
    }

    .vertical-line {
        height: 80px;
        top: 90%;
    }

    .top-bar {
        display: none;
    }

    hr {
        margin: 0;
    }

    .navbar-brand img {
        height: 28px;
        object-fit: cover;
    }

    /* custom top-title */
    .top-title h3 {
        font-size: 26px;
        line-height: 32px;
    }
    #reviews-section .swiper {
        width: 100%;
        padding: 20px 20px 0px 20px;
    }
    .custom-card .card-body {
        padding: 0;
    }

    .select_button a {
        padding: 2px 2px;
    }

    #search-section .search-forms .form-control {
        border-radius: 0;
    }

    .vertical-text {
        position: absolute;
        left: -61px;
        top: 77%;
    }

    .card-img img {
        height: 258px;
        object-fit: contain;
    }

    .top-title .title-text {
        font-size: 15px;
        margin-bottom: 0;
    }

    .view_button a {
        line-height: 42px;
        font-size: 23px;
    }

    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 15px;
    }

    /* hero-section */
    #hero-section .hero-image {
        height: 263px;
        object-fit: contain;
    }

    #hero-section .hero-title h1 {
        font-size: 35px;
        line-height: 40px;
    }

    #hero-section .hero-btn {
        background-color: #00b4b3;
        border: none;
        padding: 0px 26px;
        font-size: 1.2rem;
        border-radius: 50px;
        border: 1px solid #00b4b3;
        color: #fff;
        font-family: "Tanseek Modern Pro Arabic";
        font-weight: 400;
        font-size: 16px;
        line-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        transition: all 1s;
    }

    /* hero-section */
    #hero-section .carousel-indicators .active {
        font-size: 18px;
    }

    #hero-section .carousel-indicators button::after {
        font-size: 9px;
        color: black;
        width: 26px;
        height: 1px;
    }

    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 28%;
    }

    #hero-section .carousel-indicators [data-bs-target] {
        margin-right: 15px;
        margin-left: 15px;
        text-indent: -50px;
    }

    #hero-section .carousel-indicators button::after {
        width: 26px;
        height: 2px;
    }

    #hero-section .carousel-indicators {
        margin-bottom: 0px;
        margin-left: 15%;
    }

    .card-title {
        font-size: 18px;
        line-height: 0px;
    }

    .text-muted {
        font-size: 14px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 12px;
    }

    /* owl-carousel */
    .slider .owl-nav .owl-next i {
        display: none;
    }

    .slider .owl-item img {
        width: 100%;
        height: 330px;
    }

    #mothers .owl-theme .owl-nav {
        display: none;
    }

    .slider .owl-stage-outer {
        margin-top: 0px;
        padding-top: 20px;
    }

    /* enhance*/
    #enhance img {
        margin-bottom: -28px;
    }

    /* product-category */
    #product-category .category-card .cc-img {
        height: 100%;
        object-fit: cover;
    }

    #product-category .category-card .cb-img {
        height: 100%;
        object-fit: cover;
    }

    #product-category .category-text {
        font-size: 14px;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 20px;
    }

    #reviews-section .review-card .review-time {
        font-size: 16px;
    }
    #reviews-section .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    #reviews-section .review-card p {
        font-size: 10px;
    }

    /* h-s */
    #h-s .custom-card .card-body .card-title {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .hs-bg {
        background-image: none;
    }

    /* footer-section */
    #footer-delivery h5 {
        font-size: 20px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    /* custon- section */
    .nav-img {
        display: none;
    }

    .navbar-nav .main-dropdown {
        width: 100%;
        margin-left: -2px;
        border-radius: 0;
    }

    .text-white {
        height: 0;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
        /* Ensures it stays above other content */
        background-color: #f1efec;
    }

    .vertical-line {
        position: absolute;
        top: 86%;
    }

    .vertical-text {
        position: absolute;
        left: -61px;
        top: 78%;
    }

    #search-section .search-forms .form-control {
        border-radius: 0;
    }

    .top-bar {
        display: none;
    }
    #h-s .custom-card {
        margin-bottom: 20px;
    }

    .slider .owl-item img {
        height: 282px;
    }

    .top-title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    hr {
        margin: 0;
    }

    .top-title .title-text {
        font-size: 15px;
        margin-bottom: 0px;
    }

    #mothers .owl-theme .owl-nav {
        display: none;
    }

    .custom-card .card-body {
        padding: 0;
    }

    .custom-card .discount-img {
        object-fit: cover;
        height: 357px;
    }

    .custom-img img {
        width: 100%;
        height: 271px;
        object-fit: contain;
    }

    .select_button a {
        min-width: 160px;
        font-size: 23px;
        line-height: 24px;
    }

    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 17px;
    }

    /* hero-section */
    #hero-section .hero-title h1 {
        font-size: 34px;
        line-height: 40px;
    }

    #hero-section .hero-image {
        height: 300px;
        object-fit: contain;
    }

    #mothers .card-title {
        font-size: 18px;
    }

    /* hero-section */
    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 39%;
    }

    #hero-section .carousel-indicators [data-bs-target] {
        margin-right: 15px;
        margin-left: 15px;
        text-indent: -50px;
    }

    #hero-section .carousel-indicators button::after {
        width: 26px;
        height: 2px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 14px;
    }

    /* owl-carousel */
    .slider .owl-nav .owl-next i {
        display: none;
    }

    /* enhance*/

    #enhance img {
        margin-bottom: -59px;
    }

    /* product-category */
    #product-category .category-card .cc-img {
        height: 54px;
        object-fit: cover;
    }

    #product-category .category-card .ca-img {
        height: 114px;
        object-fit: cover;
    }

    #product-category .category-card .cb-img {
        height: 175px;
        object-fit: cover;
    }

    #product-category .category-text {
        font-size: 8px;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 22px;
    }

    #reviews-section .review-card .review-time {
        font-size: 18px;
    }

    #reviews-section .review-card p {
        font-size: 11px;
    }

    /* h-s */
    #h-s .custom-card .card-title {
        font-size: 20px;
    }

    .hs-bg {
        background-image: none;
    }

    /* footer */
    #footer-delivery h5 {
        font-size: 23px;
    }

    #footer .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 23px;
        margin: 0;
    }

    #footer .social-icons a i {
        font-size: 18px;
    }

    /* newsletter */
    #footer .newsletter-section h2 {
        font-size: 16px;
    }

    #footer .newsletter-section p {
        font-size: 11px;
    }

    #footer .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    /* custom-section */
    .navbar-nav .main-dropdown {
        width: 944px;
        margin-left: -215px;
        border-radius: 0;
    }

    .navbar-brand img {
        display: none;
    }

    .nav-img {
        height: 200px;
        object-fit: contain;
    }

    .vertical-line {
        top: 87%;
    }

    .card-img img {
        width: 100%;
        height: 200px;
        transition: transform 0.4scubic-bezier (0, 0, 0.2, 1) !important;
        object-fit: contain;
    }

    .view_button a {
        padding: 0px 25px 0px 25px;
        font-size: 16px;
        min-width: 100%;
        line-height: 37px;
    }

    .top-title h3 {
        font-size: 34px;
    }

    .top-title .title-text {
        font-size: 16px;
    }

    .cart-icons .nav-link {
        display: none;
    }

    #search-section {
        display: none;
    }

    .vertical-text {
        position: absolute;
        left: -10px;
        top: 82%;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 123%;
    }

    .slider .owl-item img {
        height: 302px;
    }

    .custom-img img {
        width: 100%;
        height: 100%;
    }

    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 19px;
    }

    /****** hero-section ********/
    #hero-section .hero-title h1 {
        font-size: 38px;
    }

    /* hero-section*/
    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 41%;
    }

    #hero-section .carousel-indicators [data-bs-target] {
        margin-right: 15px;
        margin-left: 15px;
        text-indent: -50px;
    }

    #hero-section .carousel-indicators button::after {
        width: 26px;
        height: 2px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 12px;
    }

    .select_button a {
        min-width: 160px;
    }

    /* enhance-section */
    #enhance img {
        margin-bottom: -48px;
    }

    /* product-category */
    #product-category .category-card .cc-img {
        height: 80px;
        object-fit: cover;
    }

    #product-category .category-card .ca-img {
        height: 153px;
    }

    #product-category .category-card .cb-img {
        height: 226px;
        object-fit: cover;
    }

    #product-category .category-text {
        font-size: 11px;
    }

    .slider .owl-nav .owl-prev i {
        font-size: 44px;
    }

    .slider .owl-nav .owl-next i {
        font-size: 44px;
    }

    #all-category .circle {
        width: 102px;
        height: 102px;
        margin: 0 2px;
    }

    #all-category .circle img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 24px;
    }

    #reviews-section .review-card .review-time {
        font-size: 20px;
    }

    #reviews-section .review-card p {
        font-size: 11px;
    }

    /* *******h-s*************** */
    #h-s .custom-card .card-title {
        font-size: 21px;
    }

    .hs-bg {
        background-image: none;
    }

    /* footer-section */
    #footer .footer-head,
    #footer .social-icons h5 {
        font-size: 15px;
    }

    #footer-delivery h5 {
        font-size: 25px;
    }

    #footer .nav-link {
        font-size: 16px;
    }

    #footer .social-icons a {
        width: 25px;
        height: 25px;
        line-height: 17px;
        margin: 0 4px 0 0;
    }

    #footer .vat-section p {
        font-size: 16px;
    }

    #footer .copyright {
        font-size: 17px;
    }

    #footer .newsletter-section h2 {
        font-size: 16px;
    }

    #footer .newsletter-section p {
        font-size: 11px;
    }

    #footer .social-icons a i {
        font-size: 14px;
    }

    #footer .footer-logo {
        height: 33px;
        object-fit: contain;
    }

    #footer .nav-item p {
        font-size: 12px;
    }

    #footer .social-icons a i {
        font-size: 16px;
    }

    #footer .social-icons a {
        width: 26px;
        height: 26px;
        line-height: 20px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    /* custom-section */
    .vertical-line {
        top: 87%;
    }

    .top-title h3 {
        font-size: 30px;
    }

    .navbar-brand img {
        display: none;
    }

    .cart-icons .nav-link {
        display: none;
    }

    .search-containers .search-form .form-control {
        display: none;
    }

    #search-section {
        display: none;
    }

    .slider .owl-item img {
        height: 300px;
    }

    .card-img img {
        height: 233px;
        object-fit: contain;
    }

    /* bread-crumbs */
    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 20px;
    }

    /*hero-section */
    #hero-section .hero-title h1 {
        font-size: 52px;
    }

    /* hero-section*/
    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 43%;
    }

    #hero-section .carousel-indicators [data-bs-target] {
        margin-right: 15px;
        margin-left: 15px;
        text-indent: -50px;
    }

    #hero-section .carousel-indicators button::after {
        width: 26px;
        height: 2px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 14px;
    }

    /* owl-carousel */

    /*  all-category*/
    #all-category .circle {
        width: 125px;
        height: 125px;
        margin: 0 10px;
    }

    #all-category .category-text {
        font-size: 15px;
    }

    /* enhance-section */
    #enhance img {
        margin-bottom: -60px;
    }

    /* product-category  */
    #product-category .category-text {
        font-size: 14px;
    }

    #product-category .category-card .cb-img {
        height: 283px;
        object-fit: cover;
    }

    #product-category .category-card .ca-img {
        height: 195px;
        object-fit: cover;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 26px;
    }

    #reviews-section .review-card .review-time {
        font-size: 22px;
    }

    #reviews-section .review-card p {
        font-size: 12px;
    }

    /* h-s */
    #h-s .custom-card .card-title {
        font-size: 25px;
    }

    /* footer */

    #footer .footer-logo {
        height: 40px;
        object-fit: contain;
    }

    #footer-delivery h5 {
        font-size: 26px;
    }

    #footer .newsletter-section h2 {
        font-size: 22px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    /* custom-section */
    .navbar-brand img {
        display: none;
    }

    .cart-icons .nav-link {
        display: none;
    }

    #search-section {
        display: none;
    }

    .slider .owl-item img {
        height: 386px;
    }

    /* bread-crumbs */
    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 22px;
    }

    /* hero-section*/
    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 43.5%;
    }

    #hero-section .carousel-indicators [data-bs-target] {
        margin-right: 15px;
        margin-left: 15px;
        text-indent: -50px;
    }

    #hero-section .carousel-indicators button::after {
        width: 26px;
        height: 2px;
    }

    #hero-section .hero-title h1 {
        font-size: 57px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 16px;
    }

    /* owl-carousel */

    /* enhance-section */
    #enhance img {
        margin-bottom: -60px;
    }

    /* product-category  */
    #product-category .category-card .cb-img {
        height: 351px;
        object-fit: cover;
    }

    #product-category .category-text {
        font-size: 16px;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 28px;
    }

    #reviews-section .review-card .review-time {
        font-size: 22px;
    }

    #reviews-section .review-card p {
        font-size: 12px;
    }

    /* footer-section */
    #footer-delivery h5 {
        font-size: 27px;
    }

    #footer .social-icons a {
        width: 36px;
        height: 36px;
        line-height: 33px;

        margin: 0 0px 0 0;
    }

    #footer .newsletter-section h2 {
        font-size: 19px;
    }

    #all-category .circle {
        width: 125px;
        height: 125px;
        margin: 0 14px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    .navbar-brand img {
        display: none;
    }

    .cart-icons .nav-link {
        display: none;
    }

    .search-containers .search-form .form-control {
        display: none;
    }

    .vertical-line {
        width: 1px;
        height: 100px;
        background-color: black;
        margin: auto;
        position: absolute;
        top: 86%;
    }

    #search-section {
        display: none;
    }

    /* bread-crumbs */
    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 24px;
    }

    /* owl-carousel */
    /* hero-section*/
    #hero-section .hero-title h1 {
        font-size: 57px;
    }

    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 45%;
    }

    #hero-section .carousel-indicators [data-bs-target] {
        margin-right: 15px;
        margin-left: 10px;
        text-indent: -30px;
    }

    #hero-section .carousel-indicators button::after {
        width: 26px;
        height: 2px;
    }

    /* enhance-section */
    #enhance img {
        margin-bottom: -60px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 16px;
    }

    /* product-category  */
    #product-category .category-card .cb-img {
        height: 337px;
        object-fit: cover;
    }

    #product-category .category-card .ca-img {
        height: 222px;
    }

    #product-category .category-text {
        font-size: 17px;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 30px;
    }

    #reviews-section .review-card .review-time {
        font-size: 24px;
    }

    #reviews-section .review-card p {
        font-size: 13px;
    }

    #footer-delivery h5 {
        font-size: 27px;
    }

    #footer .social-icons a {
        margin: 0 4px 0 0;
        width: 32px;
        height: 32px;
        line-height: 33px;
    }

    #footer .newsletter-section h2 {
        font-size: 19px;
    }

    #all-category .circle {
        width: 135px;
        height: 135px;
        margin: 0 15px;
    }
}

@media (min-width: 1441px) {
    /* custom-section */
    .navbar-nav .nav-link {
        font-size: 20px;
    }

    .navbar-brand img {
        display: none;
    }

    .cart-icons .nav-link {
        display: none;
    }

    .search-containers .search-form .form-control {
        display: none;
    }

    .vertical-line {
        top: 92%;
    }

    .top-title h3 {
        font-size: 42px;
    }

    .top-title .title-text {
        font-size: 23px;
    }

    .view_button a {
        padding: 0px 25px 0px 25px;
        font-size: 34px;
        min-width: 314px;
        line-height: 70px;
    }

    .custom-img img {
        height: 644px;
        transition: transform 0.4scubic-bezier (0, 0, 0.2, 1) !important;
        object-fit: contain;
    }

    .custom-card .discount-img {
        height: 700px;
        object-fit: cover;
    }

    .vertical-text {
        left: -75px;
        top: 81%;
        font-size: 31px;
    }

    #all-category .circle {
        width: 145px;
        height: 145px;
        margin: 0 10px;
    }

    #search-section {
        display: none;
    }

    /* bread-crumbs */
    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 26px;
    }

    /* hero-section */

    #hero-section .hero-image {
        height: 922px;
        object-fit: contain;
    }

    #hero-section .hero-image {
        height: 500px;
        object-fit: contain;
    }

    #hero-section .hero-btn {
        font-size: 31px;
        padding: 6px 30px;
    }

    /* hero-section*/
    #hero-section .carousel-indicators button:nth-child(1)::after {
        content: "";
        left: 44.5%;
    }

    #hero-section .carousel-indicators button::after {
        width: 25px;
    }

    /* all-category */
    #all-category h5 {
        font-size: 18px;
    }

    /* owl-carousel */
    /* enhance  */
    #enhance img {
        margin-bottom: -67px;
    }

    /* product-category  */
    #product-category .category-text {
        font-size: 18px;
    }

    #product-category .category-card .cc-img {
        height: 127px;
        object-fit: cover;
    }

    #product-category .category-card .ca-img {
        height: 240px;
        object-fit: cover;
    }

    #product-category .category-card .cb-img {
        height: 350px;
        object-fit: cover;
    }

    /* review-section */

    #reviews-section .review-card .review-name {
        font-size: 32px;
    }

    #reviews-section .review-card .review-time {
        font-size: 26px;
    }

    #reviews-section .review-card p {
        font-size: 16px;
    }

    /* footer-section */

    #footer .social-icons h5,
    #footer .footer-head {
        font-size: 23px;
    }

    #footer .nav-link {
        font-size: 22px;
    }

    #footer .nav-item p {
        font-size: 18px;
    }

    #footer .nav-item li {
        font-size: 20px;
    }

    #footer .copyright {
        font-size: 25px;
    }

    #footer .vat-section .vat-text {
        font-size: 16px;
    }

    #footer .vat-section p {
        font-size: 22px;
    }

    #footer-delivery h5 {
        font-size: 30px;
    }
}

/* *******************************Page-gift-detail *****************************************/

#gift-detail .price-btn {
    background-color: #d9d9d9;
    color: #000;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    text-transform: capitalize;
}

#gift-detail .price-btn:hover {
    background-color: #00b4b3;
    color: #fff;
}

#gift-detail .price-btn:focus {
    background-color: #00b4b3;
    color: #fff;
}

.top-title a {
    font-size: 22px;
    color: #00b4b3;
}

#gift-detail .display-img .gift-image {
    height: 318px;
    object-fit: contain;
    border-radius: 1rem;
}

#gift-detail .upload-section p,
.upload-section i {
    color: #696767;
}

#gift-detail .actual-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}

#gift-detail .amount {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}

/* form-display and label */
#form-display .form-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #000;
}

#form-display .form-control {
    border-radius: 8px;
    padding: 9px 10px;
}

#form-display .form-control::placeholder {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #696767;
}

#form-display .form-select {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#form-display .form-select:hover,
.form-control:hover,
.form-select:focus,
.form-control:focus {
    border: 1px solid #000;
    box-shadow: none;
}

/*  .g-count-btn */
.g-count-btn .cart_button a:hover {
    background-color: #fff;
    color: #000;
}

.g-count-btn .cart_button a {
    text-decoration: none;
    transition: all 1s;
    padding: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #00b4b3;
    min-width: 100%;
    text-transform: capitalize;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 40px;
    background-color: #00b4b3;
    letter-spacing: 2px;
}

.g-count-btn .buy_button a {
    text-decoration: none;
    transition: all 1s;
    padding: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 100%;
    text-transform: capitalize;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 40px;
    background-color: #fff;
    letter-spacing: 2px;
}

.g-count-btn .buy_button a:hover {
    background-color: #00b4b3;
    color: #fff;
}

.g-count-btn .form-control.count {
    height: 57px;
}

#gift-detail p,
#gift-detail li {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #7c7c7c;
}

#gift-detail li a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #7c7c7c;
    text-decoration-line: underline;
}

@media (min-width: 301px) and (max-width: 600px) {
    #gift-detail .display-img .gift-image {
        height: 100%;
    }

    #gift-detail .price-btn {
        font-size: 13px;
    }

    #gift-detail .actual-price {
        font-size: 23px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 15px;
    }

    #form-display .form-label {
        font-size: 17px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 14px;
    }

    .g-count-btn .form-control.count {
        height: 40px;
    }

    #gift-detail .g-count-btn .form-control.count {
        height: 38px;
    }

    #gift-detail #form-display .form-control {
        border-radius: 8px;
        padding: 4px 10px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #gift-detail .display-img .gift-image {
        height: 225px;
    }

    #gift-detail .actual-price,
    .amount {
        font-size: 26px;
    }

    #gift-detail .price-btn {
        font-size: 11px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 14px;
    }

    #form-display .form-label {
        font-size: 19px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 14px;
    }

    .g-count-btn .form-control.count {
        height: 40px;
    }

    #gift-detail .g-count-btn .form-control.count {
        height: 35px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #gift-detail .display-img .gift-image {
        height: 100%;
    }

    #gift-detail .actual-price,
    .amount {
        font-size: 28px;
    }

    #gift-detail .price-btn {
        font-size: 17px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 16px;
    }

    #form-display .form-label {
        font-size: 18px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 16px;
    }

    .g-count-btn .form-control.count {
        height: 56px;
    }

    #gift-detail .g-count-btn .form-control.count {
        height: 38px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #gift-detail .display-img .gift-image {
        height: 298px;
    }

    #gift-detail .actual-price,
    .amount {
        font-size: 30px;
    }

    #gift-detail .price-btn {
        font-size: 18px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 18px;
    }

    #form-display .form-label {
        font-size: 20px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 20px;
        padding: 5px;
    }

    .g-count-btn .form-control.count {
        height: 64px;
    }

    #gift-detail .g-count-btn .form-control.count {
        height: 37px;
    }

    .g-count-btn .your_cartbtn a {
        font-size: 22px !important;
        padding: 0px 0 !important;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #gift-detail .display-img .gift-image {
        height: 335px;
    }

    #gift-detail .actual-price,
    #gift-detail .amount {
        font-size: 31px;
    }

    #gift-detail .price-btn {
        font-size: 19px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 20px;
    }

    #form-display .form-label {
        font-size: 22px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 20px;
    }

    #gift-detail .g-count-btn .form-control.count {
        height: 38px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #gift-detail .display-img .gift-image {
        height: 335px;
    }

    #gift-detail .actual-price,
    #gift-detail .amount {
        font-size: 32px;
    }

    #gift-detail .price-btn {
        font-size: 19px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 20px;
    }

    #form-display .form-label {
        font-size: 22px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 22px;
    }
}

@media (min-width: 1441px) {
    #gift-detail .display-img .gift-image {
        height: 335px;
    }

    #gift-detail .actual-price,
    #gift-detail .amount {
        font-size: 34px;
    }

    #gift-detail .price-btn {
        font-size: 20px;
    }

    #gift-detail p,
    #gift-detail li {
        font-size: 22px;
    }

    #form-display .form-label {
        font-size: 24px;
    }

    .g-count-btn .cart_button a,
    .g-count-btn .buy_button a,
    .g-count-btn .cart_button button {
        font-size: 24px;
        padding: 10px 0;
    }

    .g-count-btn .your_cartbtn a {
        font-size: 22px !important;
        padding: 0px 0 !important;
    }

    .g-count-btn .form-control.count {
        height: 76px;
    }

    #gift-detail .g-count-btn .form-control.count {
        height: 40px;
    }
}

/****************************** Page Flowers Listing  ****************************** */

.item-img {
    object-fit: contain;
    height: 200px;
}

#search-criteria .card-title {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

#search-criteria .item-price span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 900;
    font-size: 20px;
    line-height: 29px;

    vertical-align: middle;
    text-transform: capitalize;
}

#search-criteria .card-img img {
    width: 100%;
    height: 240px;
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) !important;
    object-fit: contain;
}

#search-criteria .custom-item {
    position: relative;
    overflow: hidden;
    /* Prevents content from getting cut */
}

#search-criteria .custom-img-item {
    position: relative;
    overflow: hidden;
}

#search-criteria .custom-item:hover {
    transform: scale(1);
    filter: brightness(1);
    transform: translateY(0);
    filter: brightness(1);
}

#search-criteria .custom-img-item img {
    width: 100%;
    height: 386px;
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) !important;
    object-fit: cover;
    border-radius: 16px;
}

#search-criteria .custom-item:hover .select_button {
    opacity: 1;
    transform: translateY(0);
}

#search-criteria .custom-item:hover .eye-icon,
#search-criteria .custom-item:hover .heart-icon {
    opacity: 1;
    transform: translateY(0);
}

#search-criteria .form-select {
    width: 225px;
    border: 0;
    box-shadow: none;
    font-family: "Tanseek Modern Pro Arabic";
    font-size: 20px;
}

.ribbon {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 232px;
    padding: 2px 0;
    background: #d00000;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    transform: rotate(-45deg);
    top: 35px;
    left: -61px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.show-items-control .label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 56px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #6a6a6a;
}

#search-criteria .accordion-item:first-of-type {
    border: 0;
    padding-bottom: 18px;
}

#search-criteria .accordion-item:first-of-type a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 18px;
    line-height: 56px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;

    text-decoration: underline;
}

#search-criteria .accordion-item {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;

    border-left: 0;
    border-right: 0;
}

#search-criteria .accordion-button:focus {
    box-shadow: none;
}

#search-criteria .accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
}

#search-criteria .accordion-button {
    padding: 10px 10px 10px 0;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 22px;
    line-height: 46px;

    text-transform: uppercase;
    color: black;
}

#search-criteria .accordion {
    --bs-accordion-btn-icon-width: 1rem;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-item .page-link {
    border-radius: 0 0px 0px 0;
    color: #000;
    box-shadow: none;
}

#search-criteria .card-title:hover {
    color: #000;
    text-decoration: underline;
}

.page-link:hover {
    background-color: #fff;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: #000;
    background-color: #e6e8d6;
    border-color: #e6e8d6;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -0.8em;
    text-align: center;
    line-height: 1.6em;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
}

.ui-slider-handle:nth-of-type(1) {
    width: 12px;
    height: 12px;

    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-handle:nth-of-type(2) {
    top: -0.6em;
    margin-left: -0.6em;
}

.ui-slider-horizontal {
    height: 0;
}

/* .ui-slider-horizontal .ui-slider-handle {
top: -0.6em;
margin-left: -.6em;
} */

#footer-delivery .fd-bg {
    background-color: #1c1c2b;
    color: #fff;
}

#footer-delivery h5 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 28px;
    line-height: 21px;
}

#search-criteria .card-body i:hover {
    color: #00b4b3;
}

@media (min-width: 301px) and (max-width: 600px) {
    #search-criteria .form-select {
        width: 100%;
    }

    #footer-delivery h5 {
        font-size: 22px;
    }

    .ribbon span {
        padding: 2px 0;
        font-size: 14px;
        top: 22px;
        left: -77px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #footer-delivery h5 {
        font-size: 22px;
    }

    #search-criteria .card-title {
        font-size: 14px;
    }

    .item-img {
        object-fit: contain;
        height: 110px;
    }

    #search-criteria .custom-img-item img {
        height: 200px;
    }

    #search-criteria .accordion-button {
        font-size: 20px;
    }

    .select_button a {
        font-size: 16px;
        line-height: 20px;
        padding: 7px 18px;
    }

    .flowerlist {
        height: 105% !important;
    }

    .text-muted {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #search-criteria .custom-img-item img {
        height: 250px;
    }

    .item-img {
        object-fit: contain;
        height: 120px;
    }

    #search-criteria .card-title {
        font-size: 16px;
    }

    .item-price span {
        font-size: 14px;
    }

    .show-items-control .label {
        font-size: 16px;
    }

    #search-criteria .accordion-button {
        font-size: 18px;
    }

    .select_button a {
        font-size: 18px;
        line-height: 25px;
        padding: 7px 22px;
    }

    .flowerlist {
        height: 108% !important;
    }

    .ribbon span {
        font-size: 16px;
        top: 29px;
        left: -67px;
    }
}

@media (min-width: 1280px) and (max-width: 1400px) {
    #search-criteria .custom-img-item img {
        height: 300px;
    }

    #search-criteria .card-title {
        font-size: 18px;
    }

    .item-price span {
        font-size: 18px;
    }

    .show-items-control .label {
        font-size: 18px;
    }

    #search-criteria .accordion-button {
        font-size: 18px;
    }

    .flowerlist {
        height: 120% !important;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #search-criteria .custom-img-item img {
        height: 345px;
    }

    #search-criteria .card-title {
        font-size: 23px;
    }

    .item-price span {
        font-size: 20px;
    }

    .show-items-control .label {
        font-size: 22px;
    }

    #search-criteria .accordion-button {
        font-size: 20px;
    }

    .flowerlist {
        height: 125% !important;
    }
}

@media (min-width: 1441px) {
    #search-criteria .custom-img-item img {
        height: 390px;
    }

    #search-criteria .card-title {
        font-size: 25px;
    }

    .item-price span {
        font-size: 22px;
    }

    .show-items-control .label {
        font-size: 24px;
    }

    #search-criteria .accordion-button {
        font-size: 22px;
    }

    .ribbon span {
        font-size: 16px;
        top: 29px;
        left: -67px;
    }
}

/***************************** Listing Page Start  **************/
/* ***********display-img *********/
.thumb-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.thumb-img.active {
    border-color: #00b4b3;
}

#product-detail .display-img .main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 1rem;
}

#product-detail .display-img .thumb-carousel {
    position: relative;
}

#product-detail .display-img .thumb-carousel .owl-next i {
    right: -20px;
    top: 27%;
    bottom: 0;
    position: absolute;
}

#product-detail .display-img .thumb-carousel .owl-prev i {
    left: -20px;
    top: 27%;
    bottom: 0;
    position: absolute;
}

/* review-card */
#product-detail .review-card img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

/* Reviewer Name */
#product-detail .review-card .review-name {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

/* Review Time */
#product-detail .review-card .review-time {
    color: gray;

    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 16px;
    line-height: 0;
    text-align: left;
}

#product-detail .review-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: start;
    font-family: "Tanseek Modern Pro Arabic";
}

/* Star Rating */
#product-detail .review-card .stars {
    color: #00b4b3;
    margin: 10px 0;
}

#product-detail .review-card .stars i:nth-child(5) {
    color: #00b4b3;
    opacity: 0.5;
}

#product-detail .upload-section p,
.upload-section i {
    color: #696767;
}

#product-detail h4.actual-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
    text-transform: capitalize;
    margin-top: -25px;
}

.top-title a {
    font-size: 22px;
    color: #00b4b3;
}

#product-detail .form-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 100%;
}

#product-detail .form-control {
    border-radius: 8px;
    padding: 8px 10px;
}

#product-detail .form-control::placeholder {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #696767;
    vertical-align: middle;
}

#product-detail .form-select {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#product-detail .cart_button a:hover {
    background-color: #fff;
    color: #000;
}

#product-detail .cart_button a,
.g-count-btn .cart_button button {
    text-decoration: none;
    transition: all 1s;
    padding: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #00b4b3;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 40px;
    background-color: #00b4b3;
}

#product-detail .buy_button a {
    text-decoration: none;
    transition: all 1s;
    padding: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 40px;
    background-color: #fff;
}

#product-detail .buy_button a:hover {
    background-color: #00b4b3;
    color: #fff;
}

#product-detail .form-select:hover,
.form-control:hover,
.form-select:focus,
.form-control:focus {
    border: 1px solid #000;
    box-shadow: none;
}

#product-detail p,
#product-detail li {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #000;
}

#product-detail li a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #000;
    text-decoration-line: underline;
}

#product-detail .form-check-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
}

#product-detail .social-icons a {
    display: inline-block;
    border: 1px solid #bdb2b2;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    transition: all 1s ease-in-out;
    padding: 2px 0 0 0;
}

#product-detail .social-icons a:hover {
    border: 1px solid #000;
}

#product-detail .social-icons a i {
    font-size: 13px;
}

#product-detail .social-icons h5,
#product-detail h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-right: 10px;
    color: #000;
    text-transform: capitalize;
}

#product-detail h4 a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #00b4b3;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: underline;
}

#product-detail .star-rating {
    color: #000;
    font-size: 30px;
}

#our-store .social-icons a {
    display: inline-block;
    border: 1px solid #000000;
    color: #000000;
    width: 25px;
    height: 25px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    transition: all 1sease-in-out;
    padding: 2px 0 0 0;
}

#our-store .social-icons a:hover {
    background-color: #00b4b3;
    color: white;
}

#our-store .social-icons i {
    font-size: 14px;
}

#our-store .story-title img {
    position: absolute;
    top: -77px;
    right: -90px;
}

.stars-review {
    border: 1px solid #dadada;
    width: 160px;
    border-radius: 20px;
    padding: 2px 12px;
    background-color: #f4f4f4;
}

.stars-review span {
    color: #000;
}

.review-card .stars,
.stars-review {
    color: #00b4b3;
    margin: 10px 0;
}

.review-card .stars i:nth-child(5),
.stars-review i:nth-child(6) {
    color: #00b4b3;
    opacity: 0.5;
}

.small-banners img {
    object-fit: contain;
    height: 280px;
}

#footer-delivery .deliveryimg {
    width: 55px;
    height: 35px;
}

@media (min-width: 301px) and (max-width: 600px) {
    .top-title h2 {
        font-size: 38px;
    }

    #product-detail .cart_button a,
    .buy_button a {
        padding: 0 auto;
    }

    #product-detail .display-img .main-img {
        height: 300px;
    }

    .small-banners img {
        object-fit: contain;
        height: 100%;
    }

    /* review-card */
    #product-detail .display-img .thumb-carousel .owl-next i {
        display: none;
    }

    #product-detail .display-img .thumb-carousel .owl-prev i {
        display: none;
    }

    #product-detail .review-card .review-name {
        font-size: 14px;
    }

    #product-detail .review-card .review-time {
        font-size: 12px;
    }

    #product-detail .review-card p {
        font-size: 13px;
    }

    #product-detail .form-label {
        font-size: 17px;
    }

    #product-detail h4.actual-price {
        font-size: 22px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 23px;
    }

    #our-store .story-title img {
        display: none;
    }

    #product-detail h4 a {
        font-size: 22px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #product-detail .display-img .main-img {
        height: 320px;
    }

    .small-banners img {
        object-fit: contain;
        height: 100%;
    }

    /* review-card */
    #product-detail .review-card .review-name {
        font-size: 16px;
    }

    #product-detail .review-card .review-time {
        font-size: 14px;
    }

    #product-detail .review-card p {
        font-size: 13px;
    }

    #product-detail .cart_button a,
    #product-detail .buy_button a {
        padding: 6px 0;
    }

    #product-detail .form-label {
        font-size: 20px;
    }

    #product-detail h4.actual-price {
        font-size: 25px;
        line-height: 17px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 25px;
    }

    #product-detail p,
    #product-detail li,
    #product-detail li a {
        font-size: 16px;
    }

    #product-detail .customer_loy {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #product-detail .display-img .main-img {
        height: 100%;
    }

    .small-banners img {
        object-fit: contain;
        height: 100%;
    }

    /* review-card */
    #product-detail .review-card .review-name {
        font-size: 18px;
    }

    #product-detail .review-card .review-time {
        font-size: 16px;
    }

    #product-detail .review-card p {
        font-size: 15px;
    }

    #product-detail .cart_button a,
    #product-detail .buy_button a {
        font-size: 15px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 18px;
    }

    #product-detail p,
    #product-detail li {
        font-size: 16px;
    }

    #product-detail .form-label {
        font-size: 16px;
    }

    #product-detail h4.actual-price {
        font-size: 18px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #product-detail .cart_button a,
    #product-detail .buy_button a {
        font-size: 17px;
    }

    #product-detail .form-label {
        font-size: 20px;
    }

    #product-detail h4.actual-price {
        font-size: 26px;
    }

    #product-detail h4 a {
        font-size: 22px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 20px;
    }

    #product-detail p,
    #product-detail li,
    #product-detail li a {
        font-size: 20px;
    }

    #product-detail .display-img .main-img {
        height: 500px;
    }

    /* review-card */
    #product-detail .review-card .review-name {
        font-size: 18px;
    }

    #product-detail .review-card .review-time {
        font-size: 16px;
    }

    #product-detail .review-card p {
        font-size: 16px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #product-detail .cart_button a,
    #product-detail .buy_button a {
        font-size: 20px;
    }

    #product-detail .form-label {
        font-size: 20px;
    }

    #product-detail h4.actual-price {
        font-size: 26px;
    }

    #product-detail h4 a {
        font-size: 22px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 20px;
    }

    #product-detail p,
    #product-detail li,
    #product-detail li a {
        font-size: 18px;
    }

    #product-detail .display-img .main-img {
        height: 500px;
    }

    /* review-card */
    #product-detail .review-card .review-name {
        font-size: 18px;
    }

    #product-detail .review-card .review-time {
        font-size: 16px;
    }

    #product-detail .review-card p {
        font-size: 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #product-detail .cart_button a,
    #product-detail .buy_button a {
        font-size: 20px;
    }

    #product-detail .form-label {
        font-size: 22px;
    }

    #product-detail h4.actual-price {
        font-size: 28px;
    }

    #product-detail h4 a {
        font-size: 24px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 22px;
    }

    #product-detail p,
    #product-detail li,
    #product-detail li a {
        font-size: 20px;
    }

    #product-detail .display-img .main-img {
        height: 500px;
    }

    /* review-card */
    #product-detail .review-card .review-name {
        font-size: 20px;
    }

    #product-detail .review-card .review-time {
        font-size: 18px;
    }

    #product-detail .review-card p {
        font-size: 17px;
    }
}

@media (min-width: 1441px) {
    #product-detail .cart_button a,
    #product-detail .buy_button a {
        font-size: 22px;
    }

    #product-detail .form-label {
        font-size: 22px;
    }

    #product-detail h4.actual-price {
        font-size: 34px;
    }

    #product-detail h4 a {
        font-size: 22px;
    }

    #product-detail .social-icons h5,
    #product-detail h5 {
        font-size: 26px;
    }

    #product-detail p,
    #product-detail li,
    #product-detail li a {
        font-size: 22px;
    }

    #product-detail .display-img .main-img {
        height: 500px;
    }

    /* review-card */
    #product-detail .review-card .review-name {
        font-size: 22px;
    }

    #product-detail .review-card .review-time {
        font-size: 20px;
    }

    #product-detail .review-card p {
        font-size: 20px;
    }
}

/****************************** Your Cart Page Start ****************************/

#wish-cart .count {
    width: 84px;
    border-radius: 0;
}

#wish-cart .cart-totals {
    border: 1px solid #00b4b3;
}

#wish-cart .cart-totals h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%l;
    vertical-align: middle;
    text-transform: capitalize;
}

#wish-cart .cart-totals h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#wish-cart .cart-totals p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#wish-cart .y-cart li span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

#wish-cart .y-cart li {
    font-size: 14px;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

#wish-cart .y-cart li.price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 17px;
    vertical-align: middle;
    text-transform: capitalize;
}

#wish-cart .title {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
}

#wish-cart .view_button a {
    font-weight: 700;
    text-decoration: none;
    transition: all 1s;
    padding: 10px 25px;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 100%;
    background-color: #fff;
}

#wish-cart .view_button a:hover {
    background-color: #000;
    color: #fff;
}

.g-text a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    color: #00b4b3;
    text-decoration: underline;
}

#wish-cart span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 19px;
    line-height: 8px;
    text-transform: capitalize;
}

#wish-cart .view_button .form-control::placeholder {
    font-size: 12px;
    color: red;
}

#wish-cart .label-text {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #434141;
    vertical-align: middle;
    text-transform: capitalize;
}

#your_cartbreadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
    font-size: 30px;
    line-height: 21px;
}

.yourcartproductimg {
    height: 56px;
    width: 63px;
}

@media (min-width: 301px) and (max-width: 600px) {
    #wish-cart .count {
        width: 35px;
        border-radius: 0;
        height: 30px;
        font-size: 10px;
    }

    #wish-cart .cart-totals h6 {
        font-size: 16px;
    }

    #wish-cart .y-cart li {
        font-size: 16px;
    }

    #wish-cart .y-cart li span {
        font-size: 16px;
    }

    #wish-cart .for_mobile {
        flex-direction: column;
    }

    #wish-cart .title {
        font-size: 18px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 12px;
    }

    #wish-cart span {
        font-size: 15px;
    }

    #wish-cart .view_button a {
        font-size: 14px;
    }

    #wish-cart #form-display .form-control {
        border-radius: 8px;
        padding: 4px 10px;
    }

    #wish-cart #form-display .form-control::placeholder {
        font-size: 17px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 12px;
    }

    #wish-cart .cart-totals p {
        font-size: 12px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 18px;
    }

    #wish-cart .g-count-btn .your_cartbtn a {
        font-size: 14px !important;
        padding: 0px 0 !important;
        line-height: 30px;
    }

    #wish-cart #form-display .form-label {
        font-size: 17px;
        margin: 3px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #wish-cart .count {
        width: 40px;
        border-radius: 0;
        height: 35px;
        font-size: 12px;
    }

    #wish-cart .cart-totals h6 {
        font-size: 22px;
    }

    #wish-cart .y-cart li {
        font-size: 15px;
    }

    #wish-cart .y-cart li span {
        font-size: 15px;
    }

    #wish-cart .title {
        font-size: 20px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 14px;
    }

    #wish-cart span {
        font-size: 20px;
    }

    #wish-cart .view_button a {
        font-size: 16px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 14px;
    }

    #wish-cart .cart-totals p {
        font-size: 14px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 22px;
    }

    #wish-cart .label-text {
        font-size: 17px;
    }

    #wish-cart #form-display .form-label {
        font-size: 21px;
    }

    .g-count-btn .your_cartbtn a {
        font-size: 22px !important;
        padding: 0px 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #wish-cart .count {
        width: 35px;
        border-radius: 0;
        height: 30px;
        font-size: 10px;
    }

    #wish-cart .cart-totals h6 {
        font-size: 18px;
    }

    #wish-cart .y-cart li {
        font-size: 14px;
    }

    #wish-cart .y-cart li span {
        font-size: 14px;
    }

    #wish-cart .title {
        font-size: 16px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 14px;
    }

    #wish-cart span {
        font-size: 14px;
    }

    #wish-cart .view_button a {
        font-size: 16px;
        padding: 10px 13px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 12px;
    }

    #wish-cart #form-display .form-control::placeholder {
        font-size: 17px;
    }

    #wish-cart #form-display .form-control {
        border-radius: 8px;
        padding: 5px 10px;
    }

    .g-count-btn .your_cartbtn a {
        line-height: 34px;
    }

    #wish-cart .cart-totals p {
        font-size: 14px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 20px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #wish-cart .count {
        width: 53px;
        border-radius: 0;
    }

    #wish-cart .cart-totals h6 {
        font-size: 20px;
    }

    #wish-cart .y-cart li {
        font-size: 15px;
    }

    #wish-cart .y-cart li span {
        font-size: 15px;
    }

    #wish-cart .title {
        font-size: 18px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 16px;
    }

    #wish-cart span {
        font-size: 16px;
    }

    #wish-cart .view_button a {
        font-size: 18px;
        padding: 10px 13px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 16px;
    }

    #wish-cart .cart-totals p {
        font-size: 16px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 22px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #wish-cart .count {
        width: 55px;
        border-radius: 0;
    }

    #wish-cart .cart-totals h6 {
        font-size: 20px;
    }

    #wish-cart .y-cart li {
        font-size: 15px;
    }

    #wish-cart .y-cart li span {
        font-size: 15px;
    }

    #wish-cart .title {
        font-size: 20px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 17px;
    }

    #wish-cart span {
        font-size: 18px;
    }

    #wish-cart .view_button a {
        font-size: 20px;
        padding: 10px 13px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 20px;
    }

    #wish-cart .cart-totals p {
        font-size: 18px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 24px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #wish-cart .count {
        width: 55px;
        border-radius: 0;
    }

    #wish-cart .cart-totals h6 {
        font-size: 20px;
    }

    #wish-cart .y-cart li {
        font-size: 11px;
    }

    #wish-cart .title {
        font-size: 20px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 17px;
    }

    #wish-cart span {
        font-size: 18px;
    }

    #wish-cart .view_button a {
        font-size: 23px;
        padding: 10px 13px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 22px;
    }

    #wish-cart .cart-totals p {
        font-size: 16px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 24px;
    }
}

@media (min-width: 1441px) {
    #wish-cart .count {
        width: 55px;
        border-radius: 0;
    }

    #wish-cart .cart-totals h6 {
        font-size: 24px;
    }

    #wish-cart .y-cart li {
        font-size: 14px;
    }

    #wish-cart .title {
        font-size: 23px;
        margin-bottom: 0;
    }

    #wish-cart .y-cart li.price {
        font-size: 19px;
    }

    #wish-cart span {
        font-size: 19px;
    }

    #wish-cart .view_button a {
        font-size: 22px;
        padding: 10px 13px;
    }

    #wish-cart .view_button .form-control::placeholder {
        font-size: 24px;
    }

    #wish-cart .cart-totals p {
        font-size: 18px;
    }

    #wish-cart .cart-totals h5 {
        font-size: 26px;
    }

    #wish-cart .label-text {
        font-size: 17px;
    }
}

#myaccount .card {
    border: 1px solid #00b4b3;
    padding: 20px;
    border-radius: 0;
    background: white;
    height: 500px;
    border-radius: 15px;
}

#myaccount .form-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
}

.btn-primary {
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 20px;
    color: #000;
}

.btn-primary:hover {
    background-color: #000;
    border: 1px solid #000;
}

#myaccount .social-icons img {
    margin: 10px;
    cursor: pointer;
}

.divider {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.forgot-password {
    font-size: 14px;
    text-align: right;
    color: #8f8f8f;
}

.register-link,
.login-link {
    text-align: center;
    margin-top: 10px;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.register-link a,
.login-link {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    color: #000;
}

.register-link a:hover {
    color: #000;
}

#myaccount .form-control,
#myaccount .form-select {
    border-radius: 10px;
    box-shadow: none;
}

#myaccount p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #000;
}

.top-title h4 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 26px;

    letter-spacing: 0%;
    text-align: center;
}

.top-title h2 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
}

#myaccount .divider-detail p {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 301px) and (max-width: 600px) {
    #myaccount .card {
        height: 100%;
    }

    .top-title h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #myaccount .social-icons img {
        height: 40px;
    }

    #myaccount .text-muted {
        font-size: 17px;
    }

    .top-title h4 {
        font-size: 23px;
    }

    #myaccount .form-label {
        font-size: 18px;
    }

    #myaccount .divider-detail p {
        font-size: 20px;
    }

    #myaccount .myaccountregbtn a {
        font-size: 20px;
        line-height: 38px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #myaccount p {
        font-size: 16px;
    }

    #myaccount .card {
        height: 500px;
    }

    .top-title h2 {
        font-size: 35px;
    }

    #myaccount .myaccountregbtn a {
        font-size: 20px;
        line-height: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    .top-title h2 {
        font-size: 37px;
    }

    #myaccount .card {
        height: 505px;
    }
}

@media (min-width: 1029px) and (max-width: 1400px) {
    #myaccount .card {
        height: 500px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #myaccount .card {
        height: 500px;
    }
}

@media (min-width: 1441px) {
    #myaccount .myaccountregbtn a {
        padding: 0px 15px 0px 15px;
        font-size: 26px;
        min-width: 100%;
        line-height: 50px;
    }

    #myaccount .card {
        height: 500px;
    }
}

/*************************************** Order details Page **************************/

.order-header {
    color: #fff;
    font-weight: bold;
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
}

#order-confirm .order-border li {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 20px;
    line-height: 17px;
    color: #000;
    vertical-align: middle;
}

#order-confirm h4 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 56px;
}

#order-confirm .card {
    background-color: #00b4b3;
    color: #fff;
}

#order-confirm .stars {
    color: #00b4b3;
    margin: 10px 0;
}

#order-confirm .stars i:nth-child(5) {
    color: #00b4b3;
    opacity: 0.5;
}

.star-rating {
    font-size: 24px;
    color: #000;
}

#order-confirm .order-border {
    border: 1px solid #00b4b3;
    padding: 25px;
    border-radius: 20px;
}

#order-confirm h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000;
}

#order-confirm .order-border span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #575757;
    text-align: right;
    text-transform: capitalize;
}

#order-confirm .col-md-2 .filt_btn_1:not(:last-child)::after {
    content: "";
    border-right: 2px solid #00b050;
    opacity: 0.3;
    height: 65%;
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translateY(-50%);
}

.order-summary .item:not(:last-child) {
    border-right: 1px solid #fff;
    height: 50px;
}

.order-summary .item:not(:first-child) {
    margin: 0 8px;
}

.order-summary p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
}

#order-confirm .order-summary h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
}

.review textarea.form-control:hover,
.review textarea.form-control:focus {
    border: 1px solid #000;
}

.review textarea.form-control {
    border-radius: 10px;
    color: #000;
    border: 1px solid #00b4b3;
}

#order-confirm .bills p {
    color: #676767;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 27px;
    line-height: 20px;
}

.review p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 23px;
    line-height: 17px;
}

.orderdetailsbreadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
    font-size: 30px;
    line-height: 21px;
}

@media (min-width: 301px) and (max-width: 600px) {
    #order-confirm .order-summary h6 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .order-summary p {
        font-size: 16px;
    }

    .order-summary .item:not(:first-child) {
        margin: 0 0 10px 0;
    }

    #order-confirm .order-border li {
        font-size: 14px;
    }

    #order-confirm .order-border span {
        font-size: 14px;
    }

    #order-confirm h6 {
        font-size: 16px;
    }

    .order-header {
        font-size: 14px;
    }

    #order-confirm h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    #order-confirm .bills p {
        font-size: 18px;
    }

    #order-confirm .review p {
        font-size: 18px;
    }

    .breadcrumb-item.active a,
    .breadcrumb-item a {
        font-size: 16px;
        align-self: center;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 17px;
    }

    #order-confirm .order-border {
        padding: 10px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #order-confirm .order-summary h6 {
        font-size: 16px;
    }

    .order-summary p {
        font-size: 16px;
    }

    .order-header {
        font-size: 18px;
    }

    #order-confirm .order-border li {
        font-size: 16px;
    }

    #order-confirm .order-border span {
        font-size: 16px;
    }

    #order-confirm h6 {
        font-size: 18px;
    }

    #order-confirm h4 {
        font-size: 22px;
        margin-bottom: 0;
    }

    #order-confirm .bills p {
        font-size: 20px;
    }

    #order-confirm .review p {
        font-size: 20px;
    }

    #order-confirm .order-border {
        padding: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #order-confirm .order-summary h6 {
        font-size: 18px;
    }

    .order-summary p {
        font-size: 20px;
    }

    .order-header {
        font-size: 20px;
    }

    #order-confirm .order-border li {
        font-size: 18px;
    }

    #order-confirm .order-border span {
        font-size: 18px;
    }

    #order-confirm h6 {
        font-size: 20px;
    }

    #order-confirm h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

    #order-confirm .bills p {
        font-size: 22px;
    }

    #order-confirm .review p {
        font-size: 22px;
    }

    .order-summary .item:not(:first-child) {
        margin: 0;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #order-confirm .order-summary h6 {
        font-size: 20px;
    }

    .order-summary p {
        font-size: 21px;
    }

    .order-header {
        font-size: 24px;
    }

    #order-confirm .order-border li {
        font-size: 20px;
    }

    #order-confirm .order-border span {
        font-size: 20px;
    }

    #order-confirm h6 {
        font-size: 21px;
    }

    .order-header {
        font-size: 20px;
    }

    #order-confirm h4 {
        font-size: 26px;
        margin-bottom: 0;
    }

    #order-confirm .bills p {
        font-size: 24px;
    }

    #order-confirm .review p {
        font-size: 23px;
    }

    .order-summary .item:not(:first-child) {
        margin: 0;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #order-confirm .order-summary h6 {
        font-size: 20px;
    }

    .order-summary p {
        font-size: 21px;
    }

    .order-header {
        font-size: 24px;
    }

    #order-confirm .order-border li {
        font-size: 20px;
    }

    #order-confirm .order-border span {
        font-size: 20px;
    }

    #order-confirm h6 {
        font-size: 21px;
    }

    .order-header {
        font-size: 20px;
    }

    #order-confirm h4 {
        font-size: 26px;
        margin-bottom: 0;
    }

    #order-confirm .bills p {
        font-size: 24px;
    }

    #order-confirm .review p {
        font-size: 23px;
    }

    .order-summary .item:not(:first-child) {
        margin: 0;
    }
}

@media (min-width: 1400px) and (max-width: 1440px) {
    #order-confirm .order-summary h6 {
        font-size: 21px;
    }

    .order-summary p {
        font-size: 21px;
    }

    .order-header {
        font-size: 23px;
    }

    #order-confirm .order-border li {
        font-size: 22px;
    }

    #order-confirm .order-border span {
        font-size: 22px;
    }

    #order-confirm h6 {
        font-size: 21px;
    }

    #order-confirm h4 {
        font-size: 29px;
    }

    #order-confirm .bills p {
        font-size: 27px;
    }

    #order-confirm .review p {
        font-size: 23px;
    }

    .order-summary .item:not(:first-child) {
        margin: 0;
    }
}

@media (min-width: 1441px) {
    .order-summary p {
        font-size: 24px;
    }

    .order-header {
        font-size: 25px;
    }

    #order-confirm .order-border li {
        font-size: 24px;
    }

    #order-confirm .order-border span {
        font-size: 26px;
    }

    #order-confirm h6 {
        font-size: 25px;
    }

    #order-confirm h4 {
        font-size: 32px;
    }

    #order-confirm .bills p {
        font-size: 30px;
    }

    #order-confirm .review p {
        font-size: 25px;
    }
}

/******************************** Customer Loyality Page **************************/

#customer-plan .customer-summary .item:not(:last-child) {
    border-right: 2px solid #ddd;
}

#customer-plan h4 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}

#customer-plan .plan {
    width: 100%;
    background-image: url("../images/image-loyal.png");
    background-size: cover;
    /* Adjusts the image size */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents repetition */

    padding: 67px 0;
    /* Adjust top-bottom padding */

    height: 200px;
    /* Set a height */
}

/* .plan .text{
position:absolute;
top:0;

} */
#customer-plan .top-title h2 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
}

#customer-plan .top-title p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
}

#customer-plan h5 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
}

#customer-plan .customer-card p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #00b4b3;
}

#customer-plan .plan p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

#customer-plan .customer-summary .item {
    height: 133px;
    align-self: center;
}

@media (min-width: 768px) {
    .custom-border-md-s {
        border-left: 1px solid #b1b1b1;
    }

    .custom-border-md-e {
        border-right: 1px solid #b1b1b1;
    }
}

@media (min-width: 301px) and (max-width: 600px) {
    #customer-plan .customer-summary .item {
        height: 100%;
    }

    #customer-plan .top-title h2 {
        line-height: 30px;
        font-size: 35px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 20px;
    }

    #customer-plan h4 {
        font-size: 24px;
    }

    #customer-plan h5 {
        font-size: 32px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #customer-plan .customer-summary .item {
        height: 100%;
    }

    #customer-plan .top-title h2 {
        line-height: 35px;
        font-size: 38px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 22px;
    }

    #customer-plan h4 {
        font-size: 24px;
    }

    #customer-plan h5 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #customer-plan .top-title h2 {
        line-height: 30px;
        font-size: 40px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 24px;
    }

    #customer-plan h4 {
        font-size: 26px;
    }

    #customer-plan h5 {
        font-size: 36px;
    }
}

@media (min-width: 1028px) and (max-width: 1280px) {
    #customer-plan .top-title h2 {
        line-height: 30px;
        font-size: 42px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 26px;
    }

    #customer-plan h4 {
        font-size: 30px;
    }

    #customer-plan h5 {
        font-size: 38px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #customer-plan .customer-summary .item {
        height: 100%;
    }

    #customer-plan .top-title h2 {
        line-height: 30px;
        font-size: 46px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 26px;
    }

    #customer-plan h4 {
        font-size: 30px;
    }

    #customer-plan h5 {
        font-size: 40px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #customer-plan .top-title h2 {
        line-height: 30px;
        font-size: 48px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 28px;
    }

    #customer-plan h4 {
        font-size: 32px;
    }

    #customer-plan h5 {
        font-size: 30px;
    }
}

@media (min-width: 1441px) {
    #customer-plan .top-title h2 {
        line-height: 30px;
        font-size: 50px;
    }

    #customer-plan .plan p,
    #customer-plan .customer-card p {
        font-size: 30px;
    }

    #customer-plan h4 {
        font-size: 34px;
    }

    #customer-plan h5 {
        font-size: 42px;
    }
}

/****************************** BLogs Page *****************************************/

/* #blog-hero .hero {
            text-align: center;
            padding: 40px 0;
        } */
#blog-hero .hero h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 4%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

#blog-hero .hero h1 {
    font-family: "FSP DEMO - Mumford", sans-serif;

    font-weight: 400;
    font-size: 26px;
    line-height: 29px;

    text-align: center;
    vertical-align: middle;
}

#blog-hero .hero p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;

    text-align: center;
    vertical-align: middle;
    color: #7c7c7c;
}

/* #blog-hero img{
  object-fit: contain;
  height: 325px;
} */
#blog-item .product-card span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 56px;
    color: #b1b1b1;
    vertical-align: middle;
    text-transform: uppercase;
}

#blog-items .product-card:nth-child(4) {
    background-color: transparent;
    margin-top: -800px;
}

#blog-item .product-card h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

/* .product-card:nth-child(1) img,
.product-card:nth-child(3) img,
.product-card:nth-child(4) img,
.product-card:nth-child(6) img,
.product-card:nth-child(7) img,
.product-card:nth-child(9) img {
  height: 350px;
} */

#blog-item .product-card p {
    color: #6a6a6a;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

#blog-item .col-md-4:nth-child(4),
#blog-item .col-md-4:nth-child(6) {
    margin-top: -130px;
}

#blog-item .col-md-4:nth-child(7),
#blog-item .col-md-4:nth-child(9) {
    margin-top: -253px;
}

hr {
    margin: 0;
}

#blog-item .product-card .blogimglr {
    object-fit: cover;
    height: 385px;
    margin-bottom: 8px;
}

#blog-item .product-card .blogimgc {
    object-fit: cover;
    height: 510px;
    margin-bottom: 8px;
}

@media (min-width: 301px) and (max-width: 600px) {
    #blog-hero .hero img {
        object-fit: contain;
        height: 100%;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: 0;
    }

    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: 0px;
    }

    #blog-hero .hero h1 {
        font-size: 18px;
    }

    #blog-item .product-card p {
        font-size: 14px;
    }

    #blog-item .product-card h5 {
        font-size: 16px;
    }

    #blog-item .product-card span {
        font-size: 14px;
        line-height: 20px;
    }

    #blog-hero .hero h6 {
        font-size: 12px;
    }

    #blog-item .product-card .blogimglr {
        object-fit: cover;
        height: 300px;
        margin-bottom: 0px;
    }

    #blog-item .product-card .blogimgc {
        object-fit: cover;
        height: 300px;
        margin-bottom: 0px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #blog-hero .hero img {
        object-fit: contain;
        height: 215px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -128px;
    }

    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -58px;
    }

    #blog-hero .hero h1 {
        font-size: 20px;
    }

    #blog-item .product-card p {
        font-size: 15px;
    }

    #blog-item .product-card h5 {
        font-size: 16px;
    }

    #blog-item .product-card span {
        font-size: 16px;
        line-height: 20px;
    }

    #blog-item .product-card .blogimglr {
        object-fit: cover;
        height: 320px;
        margin-bottom: 0px;
    }

    #blog-item .product-card .blogimgc {
        object-fit: cover;
        height: 400px;
        margin-bottom: 0px;
    }

    #blog-hero .hero h6 {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #blog-hero .hero img {
        object-fit: contain;
        height: 300px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -255px;
    }

    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -135px;
    }

    #blog-hero .hero h1 {
        font-size: 20px;
    }

    #blog-hero .hero p {
        font-size: 16px;
    }

    #blog-item .product-card p {
        font-size: 18px;
    }

    #blog-item .product-card h5 {
        font-size: 20px;
    }

    #blog-item .product-card span {
        font-size: 18px;
        line-height: 20px;
    }

    #blog-item .product-card .blogimgc {
        object-fit: cover;
        height: 460px;
        margin-bottom: 8px;
    }

    #blog-item .product-card .blogimglr {
        object-fit: cover;
        height: 335px;
        margin-bottom: 8px;
    }

    #blog-hero .hero h6 {
        font-size: 15px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #blog-hero .hero img {
        object-fit: contain;
        height: 380px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -310px;
    }

    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -165px;
    }

    #blog-hero .hero h1 {
        font-size: 24px;
    }

    #blog-hero .hero p {
        font-size: 16px;
    }

    #blog-item .product-card p {
        font-size: 20px;
    }

    #blog-item .product-card h5 {
        font-size: 24px;
    }

    #blog-item .product-card span {
        font-size: 18px;
        line-height: 28px;
    }

    #blog-item .product-card img {
        object-fit: contain;
        height: 100%;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #blog-hero .hero img {
        object-fit: contain;
        height: 400px;
    }

    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -130px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -253px;
    }

    #blog-hero .hero h1 {
        font-size: 24px;
    }

    #blog-hero .hero p {
        font-size: 16px;
    }

    #blog-item .product-card p {
        font-size: 20px;
    }

    #blog-item .product-card h5 {
        font-size: 24px;
    }

    #blog-item .product-card span {
        font-size: 18px;
        line-height: 10px;
    }

    #blog-item .product-card img {
        object-fit: contain;
        height: 100%;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #blog-hero .hero img {
        object-fit: contain;
        height: 420px;
    }

    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -130px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -253px;
    }

    #blog-hero .hero h1 {
        font-size: 26px;
    }

    #blog-hero .hero p {
        font-size: 17px;
    }

    #blog-item .product-card p {
        font-size: 22px;
    }

    #blog-item .product-card h5 {
        font-size: 26px;
    }

    #blog-item .product-card span {
        font-size: 20px;
        line-height: 28px;
    }

    #blog-item .product-card img {
        object-fit: contain;
        height: 100%;
    }

    #blog-hero .hero h6 {
        font-size: 17px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -130px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -253px;
    }

    #blog-hero .hero h1 {
        font-size: 28px;
    }

    #blog-hero .hero p {
        font-size: 20px;
    }

    #blog-item .product-card p {
        font-size: 24px;
    }

    #blog-item .product-card h5 {
        font-size: 28px;
    }

    #blog-item .product-card span {
        font-size: 22px;
        line-height: 28px;
    }

    #blog-item .product-card img {
        object-fit: contain;
        height: 100%;
    }

    #blog-hero .hero h6 {
        font-size: 20px;
    }
}

@media (min-width: 1441px) {
    #blog-item .col-md-4:nth-child(4),
    #blog-item .col-md-4:nth-child(6) {
        margin-top: -130px;
    }

    #blog-item .col-md-4:nth-child(7),
    #blog-item .col-md-4:nth-child(9) {
        margin-top: -253px;
    }

    #blog-hero .hero h1 {
        font-size: 30px;
    }

    #blog-hero .hero img {
        object-fit: contain;
        height: 420px;
    }

    #blog-hero .hero p {
        font-size: 24px;
    }

    #blog-item .product-card p {
        font-size: 26px;
    }

    #blog-item .product-card h5 {
        font-size: 30px;
    }

    #blog-item .product-card span {
        font-size: 22px;
        line-height: 30px;
    }

    #blog-item .product-card .blogimglr {
        object-fit: cover;
        height: 410px;
    }

    #blog-item .product-card .blogimgc {
        object-fit: cover;
        height: 535px;
    }

    #blog-hero .hero h6 {
        font-size: 22px;
    }
}

/*-******************************** Blog DetIALS  *********************************************/

#blog-banner .hero h1 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;

    text-align: center;
    vertical-align: middle;
}

#blog-banner .hero span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    color: #000;
}

hr {
    margin: 0;
}

#blog-banner .hero img {
    margin-bottom: -112px;
}

#blog-details .blog_details_content p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #6a6a6a;
}

@media (min-width: 301px) and (max-width: 600px) {
    #blog-banner .hero img {
        object-fit: contain;
        height: 300px;
    }

    #blog-banner .hero h1 {
        font-size: 18px;
    }

    #blog-banner .hero span {
        font-size: 15px;
    }

    #blog-details .blog_details_content p {
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #blog-banner .hero h1 {
        font-size: 20px;
    }

    #blog-banner .hero img {
        object-fit: contain;
        height: 330px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #blog-banner .hero h1 {
        font-size: 20px;
    }

    #blog-banner .hero img {
        object-fit: contain;
        height: 430px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #blog-banner .hero h1 {
        font-size: 24px;
    }

    #blog-banner .hero img {
        object-fit: contain;
        height: 470px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #blog-banner .hero h1 {
        font-size: 24px;
    }

    #blog-banner .hero img {
        object-fit: contain;
        height: 470px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #blog-banner .hero h1 {
        font-size: 26px;
    }

    #blog-banner .hero img {
        object-fit: contain;
        height: 500px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #blog-banner .hero h1 {
        font-size: 28px;
    }
}

@media (min-width: 1441px) {
    #blog-banner .hero h1 {
        font-size: 30px;
    }

    #blog-banner .hero img {
        object-fit: contain;
        height: 500px;
    }

    #blog-details .blog_details_content p {
        font-size: 24px;
    }
}

/************************************** PRIVACY POLICY PAGE START***************************/

#privacy .privacy-content p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 23px;
    line-height: 24px;
    text-transform: capitalize;
}

#privacy .privacy-content h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
}

@media (min-width: 301px) and (max-width: 600px) {
    #privacy .privacy-content h5 {
        font-size: 16px;
    }

    #privacy .privacy-content p {
        font-size: 14px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #privacy .privacy-content h5 {
        font-size: 18px;
    }

    #privacy .privacy-content p {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #privacy .privacy-content h5 {
        font-size: 19px;
    }

    #privacy .privacy-content p {
        font-size: 17px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #privacy .privacy-content h5 {
        font-size: 21px;
    }

    #privacy .privacy-content p {
        font-size: 19px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #privacy .privacy-content h5 {
        font-size: 22px;
    }

    #privacy .privacy-content p {
        font-size: 21px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #privacy .privacy-content h5 {
        font-size: 23px;
    }

    #privacy .privacy-content p {
        font-size: 22px;
    }
}

@media (min-width: 1441px) {
    #privacy .privacy-content h5 {
        font-size: 25px;
    }

    #privacy .privacy-content p {
        font-size: 24px;
    }
}

/************************************** PRIVACY POLICY PAGE END***************************/

/************************************** TERM AND CONDITION PAGE START***************************/

#terms .terms-content p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 23px;
    line-height: 24px;
    text-transform: capitalize;
}

#terms .terms-content h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
}

@media (min-width: 301px) and (max-width: 600px) {
    #terms .terms-content h5 {
        font-size: 16px;
    }

    #terms .terms-content p {
        font-size: 14px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #terms .terms-content h5 {
        font-size: 18px;
    }

    #terms .terms-content p {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #terms .terms-content h5 {
        font-size: 19px;
    }

    #terms .terms-content p {
        font-size: 17px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #terms .terms-content h5 {
        font-size: 21px;
    }

    #terms .terms-content p {
        font-size: 19px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #terms .terms-content h5 {
        font-size: 22px;
    }

    #terms .terms-content p {
        font-size: 21px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #terms .terms-content h5 {
        font-size: 23px;
    }

    #terms .terms-content p {
        font-size: 22px;
    }
}

@media (min-width: 1441px) {
    #terms .terms-content h5 {
        font-size: 25px;
    }

    #terms .terms-content p {
        font-size: 24px;
    }
}

/************************************** TERM AND CONDITION PAGE END ***************************/
/************************************** OUR STORY  PAGE START***************************/
#our-approach .detail h3 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 47px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: start;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000;
}

#our-approach .detail p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: black;
}

#our-approach img {
    object-fit: cover;
    height: 100%;
}

#our-special h3 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 47px;
    line-height: 100%;

    vertical-align: middle;
    text-transform: capitalize;
}

#our-special .detail p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 39px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: black;
}

#story h3 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 47px;
    line-height: 100%;

    vertical-align: middle;
    text-transform: capitalize;
}

#story .detail p {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;

    color: black;
}

.story-img-container {
    position: relative;
    display: inline-block;
}

.story-img-container::before {
    content: "";
    position: absolute;
    width: 282px;
    height: 250px;
    background: #00b4b3;
    border-radius: 142px 142px 15px 15px;
    bottom: 91px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.8;
}

.story-img-container {
    position: relative;
    display: inline-block;
}

#h-section .s-img {
    height: 572px;
    object-fit: contain;
}

@media (min-width: 301px) and (max-width: 600px) {
    #h-section .m-img {
        object-fit: contain;
        height: 406px;
    }

    #h-section .s-img {
        height: 470px;
        object-fit: contain;
    }

    .story-img-container::before {
        width: 100%;
        height: 292px;
        bottom: 14px;
    }

    #our-approach .detail p {
        font-size: 16px;
        line-height: 18px;
    }

    #our-approach .detail h3 {
        font-size: 30px;
    }

    #our-approach .detail p {
        font-size: 14px;
    }

    #story .detail p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    #story h3,
    #our-special h3 {
        font-size: 28px;
    }

    #our-special .detail p {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .story-img-container::before {
        width: 220px;
        height: 231px;
        bottom: 8px;
    }

    #our-approach img {
        object-fit: cover;
        height: 500px;
    }

    #h-section .s-img {
        height: 420px;
        object-fit: contain;
    }

    #our-approach .detail h3 {
        font-size: 34px;
    }

    #our-approach .detail p {
        font-size: 16px;
    }

    #story .detail p {
        font-size: 19px;
        line-height: 20px;
    }

    #story h3,
    #our-special h3 {
        font-size: 34px;
    }

    #our-special .detail p {
        font-size: 28px;
        line-height: 26px;
    }

    #h-section .m-img {
        height: 280px;
        object-fit: cover;
    }

    #banner-top .storyherobanner {
        height: 220px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #our-approach img {
        height: 570px;
        object-fit: cover;
    }

    #our-approach .detail h3 {
        font-size: 38px;
    }

    #our-approach .detail p {
        font-size: 18px;
    }

    #story .detail p {
        font-size: 20px;
        line-height: 24px;
    }

    #story h3,
    #our-special h3 {
        font-size: 38px;
    }

    #our-special .detail p {
        font-size: 30px;
        line-height: 26px;
    }

    #h-section .m-img {
        height: 280px;
        object-fit: cover;
    }

    .story-img-container::before {
        width: 90%;
        height: 210px;
        bottom: 0px;
    }

    #h-section .s-img {
        height: 400px;
        object-fit: contain;
    }

    #banner-top .storyherobanner {
        height: 360px;
        object-fit: cover;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #our-approach .detail h3 {
        font-size: 40px;
    }

    #our-approach .detail p {
        font-size: 22px;
    }

    #story .detail p {
        font-size: 21px;
    }

    #story h3,
    #our-special h3 {
        font-size: 40px;
    }

    #our-special .detail p {
        font-size: 32px;
        line-height: 26px;
    }

    #h-section .m-img {
        height: 340px;
        object-fit: cover;
    }

    .story-img-container::before {
        width: 85%;
        height: 280px;
        bottom: 0px;
    }

    #h-section .s-img {
        height: 475px;
        object-fit: contain;
    }

    #banner-top .storyherobanner {
        height: 360px;
        object-fit: cover;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #our-approach .detail h3 {
        font-size: 42px;
    }

    #our-approach .detail p {
        font-size: 24px;
    }

    #story .detail p {
        font-size: 25px;
    }

    #story h3,
    #our-special h3 {
        font-size: 45px;
    }

    #our-special .detail p {
        font-size: 39px;
        line-height: 36px;
    }

    #banner-top .storyherobanner {
        height: 410px;
        object-fit: cover;
    }

    #h-section .m-img {
        height: 340px;
        object-fit: cover;
    }

    .story-img-container::before {
        width: 85%;
        height: 280px;
        bottom: 0px;
    }

    #h-section .s-img {
        height: 475px;
        object-fit: contain;
    }

    #banner-top .storyherobanner {
        height: 410px;
        object-fit: cover;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #our-approach .detail h3 {
        font-size: 47px;
    }

    #our-approach .detail p {
        font-size: 27px;
    }

    #story .detail p {
        font-size: 26px;
    }

    #story h3,
    #our-special h3 {
        font-size: 45px;
    }

    #our-special .detail p {
        font-size: 36px;
        line-height: 26px;
    }

    .story-img-container::before {
        width: 85%;
        height: 280px;
        bottom: 0px;
    }

    #h-section .s-img {
        height: 475px;
        object-fit: contain;
    }

    #banner-top .storyherobanner {
        height: 410px;
        object-fit: cover;
    }

    #h-section .m-img {
        height: 340px;
        object-fit: cover;
    }
}

@media (min-width: 1441px) {
    #h-section .s-img {
        height: 575px;
        object-fit: contain;
    }

    .story-img-container::before {
        width: 100%;
        height: 314px;
        bottom: 2px;
    }

    #our-approach img {
        object-fit: contain;
        height: 810px;
    }

    #our-approach .detail p {
        font-size: 34px;
        line-height: 31px;
    }

    #our-approach .detail h3 {
        font-size: 55px;
    }

    #story .detail p {
        font-size: 25px;
    }

    #story h3,
    #our-special h3 {
        font-size: 45px;
    }

    #our-special .detail p {
        font-size: 36px;
    }

    #banner-top .storyherobanner {
        height: 440px;
        object-fit: cover;
    }

    #h-section .m-img {
        height: 340px;
        object-fit: cover;
    }
}

/********************************** MY ACCOUNT PAGE *************************************/
#dashboard .nav-pills .nav-link {
    color: white;
}

#dashboard .nav-pills .nav-link.active {
    background-color: #00b4b3;

    font-weight: bold;
    color: #47ffed;
}

#dashboard .nav-container {
    background-color: #00b4b3;
    padding: 2px 24px;
}

#dashboard .table th {
    font-weight: bold;
}

.btn-action a,
.btn-action button {
    padding: 3px 13px 3px 13px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background-color: #00b4b3;
    border-radius: 50px;
    border: 1px solid #00b4b3;
    min-width: 68%;
    text-transform: capitalize;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 29px;
    color: #fff;
}

.btn-select {
    padding: 0px 13px 0px 13px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 80px;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 29px;
    background-color: #fff;
}

.btn-action a:hover,
.btn-select:hover {
    background: transparent;
    color: black;
}

#dashboard thead {
    border-bottom: 1px solid #c6c6c6;
}

#dashboard .table-responsive {
    border: 1px solid #00b4b3;
    padding: 15px 35px 65px 35px;
}

#dashboard .wishlist-item {
    padding: 15px 0;
}

#dashboard .wishlist-item img {
    width: 74px;
    height: 74px;
    object-fit: cover;
}

#dashboard .wishlist-item .item-info {
    flex-grow: 1;
    margin-left: 15px;
}

#dashboard .wishlist-item .remove-btn {
    font-size: 42px;
    color: black;
    cursor: pointer;
    border: none;
    background: none;
    margin-right: 10px;
}

#dashboard .box p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 27px;
    line-height: 20px;
    color: #676767;
    text-transform: capitalize;
}

#dashboard .box h6 a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline;
}

#dashboard .icon_done {
    background-color: #00b4b3;
    border-radius: 50%;
    padding: 4px 5px;
    color: #fff;
    font-size: 14px;
}

#dashboard .divider {
    width: 1px;
    height: 291px;
    background-color: #b3b3b3;
    /* margin: 0 30px ; */
}

/* #dashboard .top-title h2 {
  font-family: "FSP DEMO - Mumford", sans-serif;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  text-align: center;
} */
#dashboard p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#dashboard h5 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    text-transform: capitalize;
}

#dashboard .item-info h6 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #919191;
    text-transform: capitalize;
}

#dashboard .item-info li {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}

#dashboard .item-info span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}

#dashboard .top-titleformaccount h3 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

#dashboard .myaccountbtn a {
    line-height: 30px !important;
}

#dashboard .orders th {
    font-size: 15px;
}

#dashboard .orders td {
    font-size: 15px;
}

@media (min-width: 300px) and (max-width: 600px) {
    #dashboard .box h6 a {
        font-size: 14px;
    }

    .divider {
        display: none;
    }

    #dashboard .nav-pills .nav-link {
        font-size: 9px;
        padding: 5px;
    }

    .btn-select {
        font-size: 10px;
    }

    #dashboard p {
        font-size: 14px;
    }

    #dashboard .subcription p {
        font-size: 16px;
    }

    .btn-view {
        font-size: 16px;
        min-width: 133px;
    }

    #dashboard span {
        font-size: 12px;
    }

    #dashboard .item-info h6 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    #dashboard .item-info span {
        font-size: 14px;
    }

    #dashboard .item-info li {
        font-size: 12px;
    }

    #dashboard .table-responsive {
        border: 1px solid #00b4b3;
        padding: 15px 15px 20px 15px;
    }

    #dashboard .top-titleformaccount h3 {
        font-size: 24px;
    }

    #dashboard .nav-container {
        background-color: #00b4b3;
        padding: 2px 12px;
    }

    #dashboard .orders th {
        font-size: 10px;
    }

    #dashboard .orders td {
        font-size: 10px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    #dashboard .box h6 a {
        font-size: 16px;
    }

    #dashboard .nav-pills .nav-link {
        font-size: 13px;
    }

    #dashboard p {
        font-size: 18px;
    }

    #dashboard h6 {
        font-size: 14px;
    }

    #dashboard .item-info h6 {
        font-size: 14px;
    }

    #dashboard .item-info span {
        font-size: 14px;
    }

    #dashboard .item-info li {
        font-size: 12px;
    }

    #dashboard .table-responsive {
        border: 1px solid #00b4b3;
        padding: 15px 20px 40px 20px;
    }

    #dashboard .orders th {
        font-size: 13px;
    }

    #dashboard .orders td {
        font-size: 13px;
    }
}

@media (min-width: 991px) and (max-width: 1028px) {
    #dashboard .box h6 a {
        font-size: 18px;
    }

    #dashboard .nav-pills .nav-link {
        font-size: 15px;
    }

    #dashboard p {
        font-size: 20px;
    }

    #dashboard h6 {
        font-size: 16px;
    }

    #dashboard .item-info h6 {
        font-size: 16px;
    }

    #dashboard .item-info span {
        font-size: 16px;
    }

    #dashboard .item-info li {
        font-size: 14px;
    }

    #dashboard .table-responsive {
        border: 1px solid #00b4b3;
        padding: 15px 20px 40px 20px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #dashboard .box h6 a {
        font-size: 20px;
    }

    #dashboard p {
        font-size: 23px;
    }

    #dashboard h6 {
        font-size: 18px;
    }

    #dashboard .item-info h6 {
        font-size: 18px;
    }

    #dashboard .item-info span {
        font-size: 16px;
    }

    #dashboard .item-info li {
        font-size: 16px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #dashboard p {
        font-size: 26px;
    }

    #dashboard h6 {
        font-size: 20px;
    }

    #dashboard .box h6 a {
        font-size: 22px;
    }

    #dashboard span {
        font-size: 17px;
    }

    #dashboard .item-info h6 {
        font-size: 20px;
    }

    #dashboard .item-info span {
        font-size: 18px;
    }

    #dashboard .item-info li {
        font-size: 18px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #dashboard .box h6 a {
        font-size: 24px;
    }

    #dashboard p {
        font-size: 26px;
    }

    #dashboard h6 {
        font-size: 28px;
    }

    #dashboard .item-info h6 {
        font-size: 22px;
    }

    #dashboard .item-info span {
        font-size: 21px;
    }

    #dashboard .item-info li {
        font-size: 20px;
    }
}

@media (min-width: 1441px) {
    #dashboard .box h6 a {
        font-size: 26px;
    }

    #dashboard p {
        font-size: 28px;
    }

    #dashboard h6 {
        font-size: 30px;
    }

    #dashboard .item-info h6 {
        font-size: 24px;
    }

    #dashboard .item-info span {
        font-size: 24px;
    }

    #dashboard .item-info li {
        font-size: 22px;
    }

    .myaccountbtn a {
        line-height: 27px !important;
    }

    #dashboard .top-titleformaccount h3 {
        font-size: 32px;
    }
}

/*********************************** FAQ'S PAGE START *****************************/

#faqs .accordion-item {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

#faqs .accordion-body {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

#faqs .accordion-button,
#faqs .accordion-body {
    padding: 0;
}

#faqs .accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
}

#faqs .accordion-button:focus {
    box-shadow: none;
}

#faqs .accordion-item {
    border-top: 2px solid #dee2e6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

#faqs .accordion-button {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 59px;

    text-transform: capitalize;
}

#faqs .top-title p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-align: start;
}

.top-title h2 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
}

@media (min-width: 301px) and (max-width: 600px) {
    #faqs .accordion-button {
        font-size: 12px;
    }

    .top-title h2 {
        font-size: 28px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 14px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #faqs .accordion-button {
        font-size: 18px;
    }

    .top-title h2 {
        font-size: 30px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #faqs .accordion-button {
        font-size: 20px;
    }

    .top-title h2 {
        font-size: 34px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 18px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #faqs .accordion-button {
        font-size: 20px;
    }

    .top-title h2 {
        font-size: 40px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 20px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #faqs .accordion-button {
        font-size: 23px;
    }

    .top-title h2 {
        font-size: 42px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 23px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #faqs .accordion-button {
        font-size: 25px;
    }

    .top-title h2 {
        font-size: 47px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 23px;
    }
}

@media (min-width: 1441px) {
    #faqs .accordion-button {
        font-size: 26px;
    }

    .top-title h2 {
        font-size: 44px;
    }

    #faqs .top-title p,
    #faqs .accordion-body {
        font-size: 28px;
    }
}

/*********************************** FAQ'S PAGE END *****************************/

/*********************************** CONTACT US PAGE START *****************************/

.btn-submit {
    border: 1px solid black;
    background: transparent;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 16px;
    color: black;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background: black;
    color: white;
}

#contact-us h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 47px;
    line-height: 100%;
}

#contact-us img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

#contact-us p {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

#map iframe {
    min-height: 500px;
}

/* our-store */
#our-store .icon-circle i {
    line-height: 12px;
}

#our-store .contact-icon i::before {
    display: inline-block;
    border: 1px solid #000000;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    transition: all 1s ease-in-out;
    padding: 2px 0 0 0;
    background-color: #000;
}

#our-store .contact-icon span,
.contact-icon a {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

#our-store .top-title p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 25px;
    line-height: 17px;
}

#our-store .top-title h4 {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    color: #000;
    text-transform: capitalize;
}

#our-store .story-title h5 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
}

#our-store .story-title p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
}

.contactusbtn a {
    line-height: 34px !important;
}

@media (min-width: 301px) and (max-width: 600px) {
    #our-store .store-image {
        padding: 48px 10px 31px 10px;
    }

    #contact-us p {
        font-size: 13px;
        line-height: 18px;
    }

    #contact-us h2 {
        font-size: 25px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 14px;
    }

    #our-store .top-title h4 {
        font-size: 20px;
    }

    #our-store .top-title p {
        font-size: 18px;
    }

    #our-store .story-title p {
        font-size: 12px;
    }

    #our-store .story-title h5 {
        font-size: 18px;
    }

    .contactusbtn a {
        line-height: 24px !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #contact-us p {
        font-size: 19px;
    }

    #contact-us h2 {
        font-size: 30px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 15px;
    }

    #our-store .top-title h4 {
        font-size: 22px;
    }

    #our-store .top-title p {
        font-size: 20px;
    }

    #our-store .story-title p {
        font-size: 14px;
    }

    #our-store .story-title h5 {
        font-size: 20px;
    }

    .contactusbtn a {
        line-height: 24px !important;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #contact-us p {
        font-size: 20px;
    }

    #contact-us h2 {
        font-size: 30px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 16px;
    }

    #our-store .top-title h4 {
        font-size: 23px;
    }

    #our-store .top-title p {
        font-size: 21px;
    }

    #our-store .story-title p {
        font-size: 15px;
    }

    #our-store .story-title h5 {
        font-size: 22px;
    }

    .contactusbtn a {
        line-height: 26px !important;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #contact-us h2 {
        font-size: 35px;
    }

    #contact-us p {
        font-size: 20px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 17px;
    }

    #our-store .top-title h4 {
        font-size: 24px;
    }

    #our-store .top-title p {
        font-size: 23px;
    }

    #our-store .story-title p {
        font-size: 17px;
    }

    #our-store .story-title h5 {
        font-size: 23px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #contact-us h2 {
        font-size: 32px;
    }

    #contact-us p {
        font-size: 24px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 18px;
    }

    #our-store .top-title h4 {
        font-size: 26px;
    }

    #our-store .top-title p {
        font-size: 25px;
    }

    #our-store .story-title p {
        font-size: 17px;
    }

    #our-store .story-title h5 {
        font-size: 23px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #contact-us h2 {
        font-size: 32px;
    }

    #contact-us p {
        font-size: 24px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 18px;
    }

    #our-store .top-title h4 {
        font-size: 26px;
    }

    #our-store .top-title p {
        font-size: 25px;
    }

    #our-store .story-title p {
        font-size: 17px;
    }

    #our-store .story-title h5 {
        font-size: 23px;
    }
}

@media (min-width: 1441px) {
    #banner-top img {
        object-fit: cover;
        height: 558px;
    }

    #contact-us h2 {
        font-size: 34px;
    }

    #contact-us p {
        font-size: 26px;
    }

    #our-store .contact-icon span,
    .contact-icon a {
        font-size: 20px;
    }

    #our-store .top-title h4 {
        font-size: 28px;
    }

    #our-store .top-title p {
        font-size: 28px;
    }

    #our-store .story-title p {
        font-size: 20px;
    }

    #our-store .story-title h5 {
        font-size: 25px;
    }

    .contactusbtn a {
        line-height: 28px !important;
    }
}

/*************************************** Modal Css ****************************/

/* modal-box */
.gift-modal .modal-dialog {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.gift-modal .modal-title {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 39px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.gift-modal .accordion-item {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.gift-modal .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.gift-modal .accordion-button {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #000;
}

.gift-modal .accordion-button:not(.collapsed) {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #000;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    font-family: "FSP DEMO - Mumford", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #000;
}

.gift-modal .form-check-input[type="checkbox"] {
    border-radius: 0;
    font-size: 26px;
    border-color: #000;
    text-align: center;
}

.gift-modal .btn-price a {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 8px 33px;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
}

.gift-modal .view-more a {
    color: #00b4b3;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration: underline;
}

.gift-modal .modal-body h5 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: capitalize;
}

.gift-modal .modal-body p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 21px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #747272;
    word-wrap: break-word;
}

.gift-modal .cart_button a {
    text-decoration: none;
    transition: all 1s;
    padding: 5px 36px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #00b4b3;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    line-height: 30px;
    background-color: #00b4b3;
}

.gift-modal .cart_button a:hover {
    background-color: transparent;
    border-color: #00b4b3;
    color: #000;
}

.gift-modal .modal-body img {
    object-fit: contain;
    height: 96px;
}

.modal-header img {
    width: 44px;
    height: 44px;
}

.backimg1 {
    position: absolute;
    right: 0;
    top: 0;
}

.backimg2 {
    position: absolute;
    left: 0;
    top: -400px;
}

@media (min-width: 301px) and (max-width: 600px) {
    .gift-modal .btn-price a {
        font-size: 11px;
        padding: 5px 12px;
    }

    .gift-modal .view-more a {
        font-size: 10px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 14px;
    }

    .gift-modal h5 {
        font-size: 15px;
    }

    .gift-modal .modal-body img {
        object-fit: contain;
        height: 55px;
    }

    .gift-modal .modal-body h5 {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .gift-modal .modal-body p {
        font-size: 14px;
        line-height: 15px;
    }

    .gift-modal .modal-title {
        font-size: 24px;
    }

    .gift-modal .cart_button a {
        font-size: 15px;
        padding: 2px 29px;
        line-height: 32px;
    }

    .gift-modal .modal-header img {
        width: 34px;
        height: 34px;
    }
.gift-modal .accordion-button {
    font-size: 18px;

}


    .gift-modal .accordion-item:last-of-type .accordion-button.collapsed {
        font-size: 18px;
    }

    .gift-modal .accordion-button:not(.collapsed) {
        font-size: 18px;
    }

    .gift-modal .accordion-item .accordion-button {
        padding: 15px 10px;
    }

    .gift-modal .modal-body {
        padding: 10px;
    }

    .backimg2 {
        position: absolute;
        left: 0;
        top: -235px;
        height: 500px;
    }

    .backimg1 {
        position: absolute;
        right: 0;
        top: 0;
        height: 350px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .gift-modal .btn-price a {
        font-size: 22px;
        padding: 10px 24px;
    }

    .gift-modal .view-more a {
        font-size: 18px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 22px;
    }

    .gift-modal h5 {
        font-size: 17px;
    }

    .gift-modal .modal-body img {
        object-fit: cover;
        height: 78px;
    }

    .gift-modal .modal-body h5 {
        font-size: 24px;
    }

    .gift-modal .modal-body p {
        font-size: 20px;
    }

    .gift-modal .modal-title {
        font-size: 32px;
    }

    .backimg2 {
        position: absolute;
        left: 0;
        top: -235px;
        height: 500px;
    }

    .backimg1 {
        position: absolute;
        right: 0;
        top: 0;
        height: 350px;
    }
    .gift-modal .accordion-button {
    font-size: 22px;

}


    .gift-modal .accordion-item:last-of-type .accordion-button.collapsed {
        font-size: 22px;
    }

    .gift-modal .accordion-button:not(.collapsed) {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    .gift-modal .btn-price a {
        font-size: 18px;
    }

    .gift-modal .view-more a {
        font-size: 14px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 20px;
    }

    .gift-modal .modal-body img {
        object-fit: cover;
        height: 80px;
    }

    .gift-modal .modal-body h5 {
        font-size: 24px;
    }

    .gift-modal .modal-body p {
        font-size: 18px;
    }

    .gift-modal .modal-title {
        font-size: 34px;
    }

    .backimg2 {
        position: absolute;
        left: 0;
        top: -235px;
        height: 500px;
    }

    .backimg1 {
        position: absolute;
        right: 0;
        top: 0;
        height: 350px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    .gift-modal .btn-price a {
        font-size: 22px;
    }

    .gift-modal .view-more a {
        font-size: 20px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 20px;
    }

    .gift-modal .modal-body img {
        object-fit: cover;
        height: 96px;
    }

    .gift-modal .modal-body h5 {
        font-size: 26px;
    }

    .gift-modal .modal-body p {
        font-size: 20px;
    }

    .gift-modal .modal-title {
        font-size: 36px;
    }

    .backimg2 {
        position: absolute;
        left: 0;
        top: -212px;
        height: 460px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    .gift-modal .btn-price a {
        font-size: 21px;
    }

    .gift-modal .view-more a {
        font-size: 18px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 20px;
    }

    .gift-modal .modal-body img {
        object-fit: cover;
        height: 96px;
    }

    .gift-modal .modal-body h5 {
        font-size: 20px;
    }

    .gift-modal .modal-body p {
        font-size: 20px;
    }

    .gift-modal .modal-title {
        font-size: 36px;
    }

    .backimg2 {
        position: absolute;
        left: 0;
        top: -212px;
        height: 460px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    .gift-modal .btn-price a {
        font-size: 23px;
    }

    .gift-modal .view-more a {
        font-size: 20px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 22px;
    }

    .gift-modal .modal-body img {
        object-fit: cover;
        height: 96px;
    }

    .gift-modal .modal-body h5 {
        font-size: 26px;
    }

    .gift-modal .modal-body p {
        font-size: 22px;
    }

    .gift-modal .modal-title {
        font-size: 38px;
    }

    .backimg2 {
        position: absolute;
        left: 0;
        top: -363px;
    }
}

@media (min-width: 1441px) {
    .gift-modal .btn-price a {
        font-size: 25px;
    }

    .gift-modal .view-more a {
        font-size: 22px;
    }

    .gift-modal .form-check-input[type="checkbox"] {
        font-size: 24px;
    }

    .gift-modal .modal-body img {
        object-fit: cover;
        height: 96px;
    }

    .gift-modal .modal-body h5 {
        font-size: 28px;
    }

    .gift-modal .modal-body p {
        font-size: 24px;
    }

    .gift-modal .modal-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .nav-link.dropdown-toggle::after {
        display: none !important;
        /* hide default arrow */
    }
}

/***************************** billing-detail ******************************/

#billing-detail .form-control,
#billing-detail .form-select {
    border-radius: 6px;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 16px;
}

#billing-detail .form-select {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 16px;
}

#billing-detail.order-summary .order-title h5 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    text-transform: capitalize;
}

#billing-detail .btn-primary {
    background-color: #138496;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

#billing-detail .btn-primary:hover {
    background-color: #138496;
}

#billing-detail .coupon-section a {
    text-decoration: underline;
}

#billing-detail .credit-card input {
    margin-bottom: 10px;
}

#billing-detail .form-select:hover,
#billing-detail .form-control:hover,
#billing-detail .form-select:focus,
#billing-detail .form-control:focus {
    border: 1px solid #000;
}

#billing-detail .order-summary,
.card-detail {
    border: 1px solid #00b4b3;
}

#billing-detail .form-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 4px;
}

#billing-detail .form-label span {
    color: red;
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

#billing-detail .card-detail .accordion-button {
    background-color: transparent;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

#billing-detail .card-detail .card-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#billing-detail .card-detail .top-header span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;

    vertical-align: middle;
    text-transform: capitalize;
}

#billing-detail .card-detail p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

#billing-detail .card-detail .term {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#billing-detail .card-detail .view_button a {
    font-weight: 700;
    text-decoration: none;
    transition: all 1s;
    padding: 8px 25px;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 100%;
    border-radius: 50px;
    border: 1px solid #000;
    min-width: 100%;
    text-transform: uppercase;
    font-family: "Tanseek Modern Pro Arabic";
    background-color: #fff;
}

#billing-detail .form-switch .form-check-input {
    width: 69px;
    margin-left: -2.5em;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
    height: 32px;
}

#billing-detail .card-detail .view_button a:hover {
    background-color: #000;
    color: #fff;
}

#billing-detail .breadcrumb-item + .breadcrumb-item a {
    font-family: "FONTSPRING DEMO - Mumford";
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
}

.bill-bread .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: black;
    content: var(--bs-breadcrumb-divider, ">");
    font-size: 30px;
    line-height: 21px;
}

#billing-detail .text-ask1 {
    font-family: "FONTSPRING DEMO - Mumford";
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #00b4b3;
}

#billing-detail .form-check-input {
    box-shadow: none;
}

#billing-detail .form-check-input:focus {
    border-color: #dee2e6;
    --bs-form-switch-bg: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3e%3ccircler="3"fill="rgba%280, 0, 0, 0.25%29"/%3e%3c/svg%3e
    );
}

#billing-detail .form-check-input:checked {
    background-color: #00b4b3;
    border-color: #00b4b3;
}

#billing-detail .text-ask2 {
    font-family: "FONTSPRING DEMO - Mumford";
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #000;
}

#billing-detail .shipping-detail p {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #878787;
}

/* accoordians */
#billing-detail .accordion-item {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

#billing-detail .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

#billing-detail .accordion-button:not(.collapsed) {
    color: #00b4b3;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid transparent;
}

#billing-detail .accordion-item .cc-img {
    position: absolute;
    bottom: 0;
    right: 9px;
    top: 20%;
}

/********** change ****************/
#billing-detail .order-summary .product-item h4 {
    font-family: "FONTSPRING DEMO - Mumford";
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
}

#billing-detail .order-summary .product-item .item-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}

#billing-detail .order-summary .product-title h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
}

#billing-detail .order-summary .pro-list li {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}

#billing-detail .order-summary .pro-list .pro-label {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
}

#billing-detail .order-summary .product-title .price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
}

#billing-detail .order-summary .shiping h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

#billing-detail .order-summary .shiping .shiping-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

#billing-detail .free-info {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #434141;
}

#billing-detail .order-summary .total-price h6 {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
}

#billing-detail .order-summary .total-price span {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
}

#billing-detail .order-summary .shiping .vat-price {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
}

#billing-detail .card-detail .accordion-header span {
    font-family: "FONTSPRING DEMO - Mumford";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}

#billing-detail .card-detail .accordion-header .img-card img {
    object-fit: contain;
    height: 27px;
}

#billing-detail .shipping-detail iframe {
    height: 313px;
}

#billing-detail input[type="checkbox" i] {
    border-radius: 0;
}

#billing-detail .credit-card input::placeholder {
    font-family: "Tanseek Modern Pro Arabic";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #aeaeae;
}

@media (min-width: 301px) and (max-width: 600px) {
    #billing-detail .card-detail .top-header span,
    #billing-detail .card-detail .top-header .use-text-2 i {
        font-size: 10px;
    }

    #billing-detail .card-detail .term {
        font-size: 12px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 13px;
    }

    #billing-detail .accordion-item .cc-img {
        position: absolute;
        bottom: 0;
        right: 9px;
        top: 13%;
    }

    #billing-detail .form-switch .form-check-input {
        width: 3em;
        margin-left: -2.5em;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
        height: 27px;
    }

    #billing-detail .text-ask1 {
        font-size: 18px;
    }

    #billing-detail .text-ask2 {
        font-size: 18px;
    }

    #billing-detail .shipping-detail p {
        font-size: 14px;
    }

    #billing-detail .form-label {
        font-size: 14px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 18px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 14px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 12px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 16px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 12px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 12px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 14px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 14px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 15px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 14px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 20px;
    }

    #billing-detail .free-info {
        font-size: 12px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 16px;
    }

    #billing-detail .card-detail p {
        font-size: 14px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 14px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 14px;
    }

    #billing-detail .shipping-detail iframe {
        height: 230px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 18px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 12px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #billing-detail .card-detail .top-header i {
        font-size: 11px;
    }

    #billing-detail .card-detail .top-header span {
        font-size: 11px;
    }

    #billing-detail .card-detail .term {
        font-size: 13px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 15px;
    }

    #billing-detail .form-switch .form-check-input {
        width: 3em;
        margin-left: -2.5em;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
        height: 27px;
    }

    #billing-detail .text-ask1 {
        font-size: 20px;
    }

    #billing-detail .text-ask2 {
        font-size: 20px;
    }

    #billing-detail .shipping-detail p {
        font-size: 16px;
    }

    #billing-detail .form-label {
        font-size: 16px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 20px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 16px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 12px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 17px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 14px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 14px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 16px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 16px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 17px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 16px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 22px;
    }

    #billing-detail .free-info {
        font-size: 14px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 18px;
    }

    #billing-detail .card-detail p {
        font-size: 15px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 12px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 15px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 19px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    #billing-detail .card-detail .top-header span {
        font-size: 11px;
    }

    #billing-detail .card-detail .top-header i {
        font-size: 11px;
    }

    #billing-detail .card-detail .top-header i {
        font-size: 11px;
    }

    #billing-detail .card-detail .term {
        font-size: 14px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 16px;
    }

    #billing-detail .form-switch .form-check-input {
        width: 3em;
        margin-left: -2.5em;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
        height: 27px;
    }

    #billing-detail .text-ask1 {
        font-size: 22px;
    }

    #billing-detail .text-ask2 {
        font-size: 22px;
    }

    #billing-detail .shipping-detail p {
        font-size: 18px;
    }

    #billing-detail .form-label {
        font-size: 18px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 22px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 18px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 14px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 19px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 16px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 16px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 18px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 18px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 19px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 18px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 24px;
    }

    #billing-detail .free-info {
        font-size: 16px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 20px;
    }

    #billing-detail .card-detail p {
        font-size: 17px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 18px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 16px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 15px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 20px;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    #billing-detail .card-detail .top-header span {
        font-size: 14px;
    }

    #billing-detail .card-detail .top-header i {
        font-size: 11px;
    }

    #billing-detail .card-detail .term {
        font-size: 17px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 17px;
    }

    #billing-detail .form-switch .form-check-input {
        width: 3em;
        margin-left: -2.5em;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
        height: 27px;
    }

    #billing-detail .text-ask1 {
        font-size: 24px;
    }

    #billing-detail .text-ask2 {
        font-size: 24px;
    }

    #billing-detail .shipping-detail p {
        font-size: 20px;
    }

    #billing-detail .form-label {
        font-size: 18px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 24px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 18px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 14px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 20px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 15px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 18px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 20px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 20px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 21px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 20px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 26px;
    }

    #billing-detail .free-info {
        font-size: 18px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 22px;
    }

    #billing-detail .card-detail p {
        font-size: 17px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 20px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 18px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 16px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 22px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #billing-detail .card-detail .top-header span {
        font-size: 15px;
    }

    #billing-detail .card-detail .term {
        font-size: 17px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 18px;
    }

    #billing-detail .form-switch .form-check-input {
        width: 3em;
        margin-left: -2.5em;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
        height: 27px;
    }

    #billing-detail .text-ask1 {
        font-size: 26px;
    }

    #billing-detail .text-ask2 {
        font-size: 26px;
    }

    #billing-detail .shipping-detail p {
        font-size: 22px;
    }

    #billing-detail .form-label {
        font-size: 20px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 23px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 18px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 14px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 20px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 15px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 20px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 20px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 20px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 20px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 19px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 28px;
    }

    #billing-detail .free-info {
        font-size: 18px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 24px;
    }

    #billing-detail .card-detail p {
        font-size: 17px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 20px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 20px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 17px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 24px;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    #billing-detail .card-detail .top-header span {
        font-size: 17px;
    }

    #billing-detail .card-detail .term {
        font-size: 19px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 24px;
    }

    #billing-detail .text-ask1 {
        font-size: 28px;
    }

    #billing-detail .text-ask2 {
        font-size: 28px;
    }

    #billing-detail .shipping-detail p {
        font-size: 23px;
    }

    #billing-detail .form-label {
        font-size: 22px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 25px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 20px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 16px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 22px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 17px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 22px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 22px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 22px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 22px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 21px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 30px;
    }

    #billing-detail .free-info {
        font-size: 20px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 26px;
    }

    #billing-detail .card-detail p {
        font-size: 19px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 22px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 22px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 18px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 26px;
    }
}

@media (min-width: 1441px) {
    #billing-detail .card-detail .top-header span {
        font-size: 19px;
    }

    #billing-detail .card-detail .term {
        font-size: 21px;
    }

    #billing-detail .card-detail .card-label {
        font-size: 26px;
    }

    #billing-detail .text-ask1 {
        font-size: 30px;
    }

    #billing-detail .text-ask2 {
        font-size: 30px;
    }

    #billing-detail .shipping-detail p {
        font-size: 24px;
    }

    #billing-detail .form-label {
        font-size: 24px;
    }

    #billing-detail .order-summary .order-title h5 {
        font-size: 27px;
    }

    #billing-detail .order-summary .product-title h6 {
        font-size: 22px;
    }

    #billing-detail .order-summary .product-item h4 {
        font-size: 18px;
    }

    #billing-detail .order-summary .product-item .item-price {
        font-size: 24px;
    }

    #billing-detail .order-summary .pro-list .pro-label,
    #billing-detail .order-summary .pro-list span {
        font-size: 19px;
    }

    #billing-detail .order-summary .product-title .price {
        font-size: 24px;
    }

    #billing-detail .order-summary .pro-list .price {
        font-size: 24px;
    }

    #billing-detail .order-summary .shiping h6 {
        font-size: 24px;
    }

    #billing-detail .order-summary .shiping .shiping-price {
        font-size: 24px;
    }

    #billing-detail .order-summary .shiping .vat-price {
        font-size: 22px;
    }

    #billing-detail .order-summary .total-price h6 {
        font-size: 32px;
    }

    #billing-detail .free-info {
        font-size: 22px;
    }

    #billing-detail .order-summary .total-price span {
        font-size: 28px;
    }

    #billing-detail .card-detail p {
        font-size: 21px;
    }

    #billing-detail .card-detail .view_button a {
        font-size: 22px;
        padding: 12px 25px;
    }

    #billing-detail .card-detail .accordion-header span {
        font-size: 22px;
    }

    #billing-detail .credit-card input::placeholder {
        font-size: 20px;
    }

    #billing-detail .card-detail .accordion-header .img-card img {
        object-fit: contain;
        height: 28px;
    }

    #billing-detail .form-switch .form-check-input {
        height: 36px;
    }
}
@media (min-width: 1441px) {
    .custom_modalw {
        --bs-modal-width: 1450px;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    .custom_modalw {
        --bs-modal-width: 700px;
    }
}

.ribbon {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 232px;
    padding: 2px 0;
    background: #d00000;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    transform: rotate(-45deg);
    top: 35px;
    left: -61px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.delete-from-cart{
    background-color: transparent;
    border: none !important;
    color: #DC3545 !important;
}

/* FOR ARABIC */

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 3px;
    padding-right: 3px;
}

html[dir="rtl"] .form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.25rem 0.375rem 0.75rem;
}

html[dir="rtl"] #product-detail .social-icons h5,
#product-detail h5 {
    margin-right: 0px;
}
html[dir="rtl"] #product-detail .review-card .review-time {
    text-align: right;
}
html[dir="rtl"] #billing-detail .form-switch .form-check-input {
    margin-left: 0.5em;
}
html[dir="rtl"] #faqs .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}
html[dir="rtl"] .gift-modal .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}
html[dir="rtl"] .hmodalbtn {
    margin-left: 0;
    margin-right: auto;
}
html[dir="rtl"] #reviews-section .review-card .review-time {
    text-align: right;
}

html[dir="rtl"] #search-criteria .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 301px) and (max-width: 600px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 73%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 48%;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 60%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 49%;
    }
}
@media (min-width: 992px) and (max-width: 1028px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 59%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 49%;
    }
}

@media (min-width: 1029px) and (max-width: 1280px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 57%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 49%;
    }
}
@media (min-width: 1281px) and (max-width: 1400px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 56.5%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 49%;
    }
}

@media (min-width: 1401px) and (max-width: 1440px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 54.5%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 48%;
    }
}
@media (min-width: 1441px) {
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(1)::after {
        content: "";
        left: 54.5%;
    }
    html[dir="rtl"]
        #hero-section
        .carousel-indicators
        button:nth-child(2)::after {
        content: "";
        left: 49%;
    }
}

@media (min-width: 301px) and (max-width: 600px) {
    html[dir="rtl"] .slider .owl-nav .owl-prev i {
        display: none;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    html[dir="rtl"] .slider .owl-nav .owl-prev i {
        display: none;
    }
}

.form-select-container_2 {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0rem 0.34rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select-container_2 .form-select {
    border: none !important;
    outline: none;
    appearance: none;
    padding: 0;
    background-position: left 3rem center;
    width: 63px;
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    border: n;
}

.form-select-container_2 .form-control {
    border: none !important;
}
.text-danger {
    font-size: 16px !important;
}

.small-banners .b1-img {
    object-fit: cover;
    height: 130px;
    border-radius: 15px;
}
.small-banners .b2-img {
    object-fit: cover;
    height: 130px;
    border-radius: 15px;
}
#gift-detail .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #00b4b3 !important;
}
.agcbtn {
    color: #000;
    border: 1px solid #00b4b3 !important;
    font-size: 14px;
}
.agcbtn:hover {
    color: #fff !important;
    border: 1px solid #00b4b3 !important;
    background-color: #00b4b3 !important;
}
@media (min-width: 301px) and (max-width: 600px) {
    .small-banners .b1-img {
        height: 100%;
        border-radius: 12px;
    }
    .small-banners .b2-img {
        height: 100%;
        border-radius: 12px;
    }
    .agcbtn {
        font-size: 10px;
        padding: 4px 6px;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    .small-banners .b1-img {
        height: 76px;
        border-radius: 10px;
    }
    .small-banners .b2-img {
        height: 74px;
        border-radius: 10px;
    }
    .agcbtn {
        font-size: 11px;
        padding: 4px 8px;
    }
}
@media (min-width: 992px) and (max-width: 1028px) {
    .small-banners .b1-img {
        height: 102px;
    }
    .small-banners .b2-img {
        height: 102px;
    }
}
@media (min-width: 1029px) and (max-width: 1400px) {
    .small-banners .b1-img {
        height: 117px;
    }
    .small-banners .b2-img {
        height: 117px;
    }
}
@media (min-width: 1401px) and (max-width: 1440px) {
    .small-banners .b1-img {
        height: 137px;
    }
    .small-banners .b2-img {
        height: 130px;
    }
}
@media (min-width: 1441px) {
    .small-banners .b1-img {
        height: 135px;
        object-fit: contain;
    }
    .small-banners .b2-img {
        height: 135px;
        object-fit: contain;
    }
}
.equal-height-swiper .swiper-wrapper {
    display: flex;
}

.equal-height-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.equal-height-swiper .review-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
