body {
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 990px) {
    .header-area {
        background-color: #232f3e !important;
    }
}

@media (max-width: 550px) {
    .product-grid-4 .col-12 {
        width: 50% !important;
    }

    .site_name,
    .slogan {
        font-size: 14px !important;
        font-weight: 500;
    }

    .text-info {
        font-size: 10px !important;
        font-weight: 500;
    }

    .header-action-2 .header-action-icon-2 > a {
        font-size: 18px !important;
    }

    .header-action-2 .header-action-icon-2 > a span.pro-count {
        width: 12px !important;
        height: 12px !important;
        font-size: 8px !important;
        line-height: 12px !important;
        font-weight: 300 !important;
    }
}

html {
    scroll-behavior: smooth;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Light background for the scrollbar track */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #818181;
    /* Thumb color */
    border-radius: 10px;
    border: 2px solid #f1f1f1;
    /* Adds a border to create spacing */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #585858;
    /* Darker shade on hover */
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 2px solid #f15412;
    background: #fff;
}

.sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
}

/**** swiper ****/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 8px;
    max-height: 350px !important;
}
.thumb-slider .swiper-slide img {
    height: 150px;
}

.swiper-pagination-bullet {
    z-index: 9999 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 4px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    cursor: pointer;
    transition: background 0.3s;
}

.swiper-pagination-bullet-active {
    background: #ff9800 !important;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ff9800;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff9800;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #ff9800;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/**** end swiper ****/
.category-menu a {
    font-size: 18px;
    line-height: 35px;
}

[dir="rtl"] .category-menu .menu-expand {
    left: 5px;
}

[dir="ltr"] .category-menu .menu-expand {
    right: 5px;
}

.category-menu .menu-expand {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    font-size: 18px;
    display: block;
    width: 45px;
    height: 30px;
    line-height: 35px;
    color: #1a1a1a;
}

.category-menu li.menu-item-has-children.active > .menu-expand i::before {
    content: "\f112";
}

.header-title {
    position: absolute;
    left: 15%;
    bottom: 1.25rem;
    right: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
}

.header-title-icon {
    width: 75px;
    height: 50px;
    margin: 5px 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #eee8da;
    overflow: hidden;
}

.header-title-icon img {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.header-title h5 {
    color: #cddc39 !important;
    font-size: 24px;
    margin-bottom: 0px !important;
    text-align: left;
}

.header-title p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.header-title a {
    color: #cddc39 !important;
}

[dir="rtl"] .header-title h5,
[dir="rtl"] .header-title a,
[dir="rtl"] .header-title p {
    text-align: right !important;
}

.top_alert {
    font-size: 16px;
    color: #f68b1e;
}

.alert-area {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    background-color: #3b3b3b;
    border-radius: 0px 0px 10px 10px;
    height: 30px;
}

@media (max-width: 768px) {
    .custom-modal .modal-dialog {
        top: 95% !important;
        margin-bottom: 30% !important;
    }

    .top_alert {
        font-size: 14px;
    }
}

.custom-modal .modal-dialog .btn-close {
    z-index: 99999 !important;
}

.advanced-search-box-container {
    background: #f2f1f1c1;
    border-radius: 0 0 10px 10px;
    padding: 5px 10px;
    display: flex;
    width: 100%;
}

.search-inputs {
    border: 1px solid #e6e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.search-btn {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    transition: color 0.5s ease;
}

.search-btn:hover {
    color: #ffffff;
}

.search-box {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.brand-logo img {
    border: 1px solid #eee8da;
    display: block;
    aspect-ratio: 1/1;
    border-radius: 50%; /* Match slide border radius */
    object-fit: contain; /* Cover the area nicely */
}

.brand-title {
    background: #3b3b3b;
    padding: 0 10px;
    text-align: center;
    border-radius: 20px;
    margin-top: 5px;
    color: #ffeb3b;
    position: relative;
    font-size: 16px !important;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.img-grey-hover {
    width: 100px;
    transition: filter 0.3s;
}

.img-grey-hover:hover {
    filter: grayscale(0);
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        /* Zoom in */
    }

    100% {
        transform: scale(1);
        /* Zoom out */
    }
}

.zoom-in-out {
    animation: zoomInOut 0.5s ease-in-out;
    /* Adjust duration as needed */
}

.site_name {
    font-size: 16px;
    color: #009bb6 !important;
    font-weight: 700;
    padding: 0 5px;
    margin-bottom: 3px;
}

[dir="ltr"] .site_name {
    font-size: 18px !important;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.slogan {
    font-size: 15px;
    color: #fcc831 !important;
    padding: 0 5px;
    font-weight: 500;
    text-transform: capitalize;
}

.header-top {
    position: relative;
}

.newsletter {
    background: #232f3e;
    border-bottom: 1px solid #232f3e;
}

.footer-mid {
    background: #000000;
    --onyx: hsl(0, 0%, 27%);
    border-bottom: 1px solid var(--onyx);
}

.footer-bottom {
    background: #000000;
    text-align: center;
}

.payment-img {
    max-width: 335px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}

.copyright {
    color: #4f5d77;
    font-size: 15px;
    font-weight: var(--weight-500);
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

.app-buttons {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.app-buttons a {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #3c3838;
    color: #d4cbcb;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    max-width: 150px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.app-buttons a iconify-icon {
    font-size: 25px !important;
}

.app-buttons a:hover {
    color: #8bc34a;
}

.header-social-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-social-container .social-link {
    padding: 5px;
    color: #6c757d;
    transition: var(--transition-timing);
    font-size: 22px;
}

.header-social-container .social-link:hover {
    color: #f15412;
}

.header-nav-item {
    background: #232f3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    align-items: center;
}

.sticky-bar,
.sticky-bar.stick {
    background-color: #131921 !important;
}

.header-nav-item .depart-btn {
    display: flex;
    flex-direction: row;
    gap: 25px;
    background: #343d45;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.header-nav-item .depart-btn:hover {
    background: #f15412;
}

.header-nav-item .depart-btn.active {
    background: #f15412 !important;
}

.cateogry-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000;
    transition: max-height 0.5s ease-in-out;
    border-radius: 0 0 10px 10px;
}

.cateogry-dropdown-menu a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    border-bottom: 1px solid #eee;
}

.cateogry-dropdown-menu a:hover {
    color: #f15412 !important;
}

.depart-btn:hover .cateogry-dropdown-menu {
    display: block;
    max-height: 500px;
}

[dir="rtl"] .whatsapp-link {
    flex-direction: row;
}

[dir="rtl"] .whatsapp-link iconify-icon {
    margin-inline-start: -25px;
}

[dir="ltr"] .whatsapp-link iconify-icon {
    margin-inline-end: -25px;
}

[dir="ltr"] .whatsapp-link {
    flex-direction: row-reverse;
}

.whatsapp-link iconify-icon {
    position: relative;
}

.whatsapp-hotline {
    display: flex;
    align-items: center;
    margin-inline-end: 10px;
}

.whatsapp-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.whatsapp-link iconify-icon {
    color: #b2b2b2;
    font-size: 40px;
}

.whatsapp-link:hover {
    color: #b2b2b2;
}

.whatsapp-link span {
    background: #3b3b3b;
    padding: 0 10px;
    text-indent: 20px;
    border-radius: 20px;
    color: #ffeb3b;
    position: relative;
    font-size: 16px !important;
    font-weight: 500;
    direction: ltr;
    transition: color 0.2s ease-in-out;
}

.whatsapp-link span:hover {
    color: #ffeb3b93;
}

.orange {
    color: #f15412 !important;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.mobile-menu-close {
    cursor: pointer;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #90908e;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase-status {
    margin-bottom: 15px;
}

.showcase-status .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--eerie-black);
    font-size: var(--fs-9);
    font-weight: var(--weight-400);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.showcase-status-bar {
    background: var(--cultured);
    position: relative;
    height: 10px;
    border-radius: 5px;
}

.countdown-desc {
    color: var(--eerie-black);
    font-size: var(--fs-9);
    font-weight: var(--weight-600);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.countdown {
    display: flex;
    gap: 20px;
}

.countdown-content {
    padding: 10px 15px;
    --cultured: hsl(0, 0%, 93%);
    --border-radius-md: 10px;
    background: var(--cultured);
    border-radius: var(--border-radius-md);
    text-align: center;
}

.display-number {
    --eerie-black: hsl(0, 0%, 13%);
    --weight-500: 500;
    --fs-5: 1.5rem;
    color: var(--eerie-black);
    font-size: var(--fs-5);
    font-weight: var(--weight-500);
    min-width: 40px;
}

.display-text {
    --davys-gray: hsl(0, 0%, 33%);
    --fs-11: 0.8rem;
    color: var(--davys-gray);
    font-size: var(--fs-11);
}

.banner-2 {
    text-align: right;
}

.banner-text {
}

.banner-text h4 {
    font-size: 24px;
}

.banner-text p {
    font-size: 18px;
}

.spinner {
    display: none;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Show the spinner when the .loading class is applied */
.loading .spinner {
    display: inline-block;
}

[dir="rtl"] .dropdown-menu {
    text-align: right !important;
    font-size: 14px !important;
}

[dir="ltr"] .dropdown-menu {
    text-align: left !important;
    font-size: 14px !important;
}

.tel {
    direction: ltr;
    text-align: end;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent !important;
    z-index: 99999;
}

.page-loader::after {
    background: 0 0;
    content: "" !important;
    position: absolute;
    left: calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: rotation 1.5s infinite linear;
}

/* .product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  object-fit: contain;
} */
.default-img {
    object-fit: contain;
}

.post-tag {
    padding: 10px;
}

.post-tag a {
    background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 2px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
}

.post-tag a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #aaa;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.post-tag a:hover {
    background: #444;
    color: #fff;
}

.post-tag a:hover:before {
    border-right-color: #444;
}

.block-head {
    padding: 3px 0 0;
    overflow: hidden;
}

[dir="rtl"] .block-head h3 {
    float: right;
    margin-left: 10px;
}

[dir="ltr"] .block-head h3 {
    float: left;
    margin-right: 10px;
}

.block-head h3 {
    font-size: 22px;
}

.stripe-line {
    background: url(../imgs/stripe.png);
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}

#author-box .post-listing {
    padding: 5px;
    margin-bottom: 40px;
}

.post-listing {
    background: #fff;
    border-bottom: 4px solid #f88c00;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
}

.author-bio {
    display: flex;
}

.author-desc {
    display: flex;
    margin-inline-start: 10px;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.author-avatar {
    display: flex;
}

#author-box .author-avatar img {
    margin-inline-end: 5px;
    width: 75px;
    height: 75px;
    max-width: 75px;
    aspect-ratio: 1/1;
}

.author-description {
    font-size: 95%;
    line-height: 22px;
}

.loop-grid article {
    border-bottom: 4px solid #f88c00 !important;
}

.share-links {
    margin-top: 15px;
}

.share-links-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.share-links-inner a {
    flex-grow: 1;
    flex-basis: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: 10px;
    color: var(--color) !important;
    border-radius: var(--glob-border-radius);
    white-space: nowrap;
    background-color: #f7f7f7;
    border-bottom: 2px solid var(--color);
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.share-links-inner .icon {
    font-size: 1.4em;
}

.share-links-inner .title {
    font-size: 0.9em;
    display: none;
}

@media (min-width: 992px) {
    .share-links-inner .title {
        display: block;
    }
}

.share-links-inner a:hover .icon {
    transform: translateY(-2px);
}

.share-links-inner a.sl-copylink,
.share-links-inner a.sl-shortlink,
.share-links-inner a.sl-telegram {
    display: none;
}

.share-links-inner a.sl-shortlink {
    flex-direction: row;
}

.share-links-inner .sl-break {
    flex-basis: 100%;
    flex-shrink: 0;
}

/*** products ***/
.product-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    overflow-x: auto;
    padding: 10px;
    height: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.product-container::-webkit-scrollbar {
    height: 0;
}

.product-container::-webkit-scrollbar-track {
    background: transparent;
}

.product {
    flex: 1 1 calc(25% - 15px);
    min-width: 200px;
    max-width: calc(25% - 15px);
}

@media screen and (max-width: 768px) {
    .product {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .product-container {
        flex-wrap: nowrap;
    }
}

/*** products ***/
.search_form {
    position: relative;
    background-color: #fff;
    padding: 5px;
    max-height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    border: 1px solid #009bb8;
    margin-top: 10px;
}

.search_form .search_form_btn {
    display: flex;
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    color: #f15412;
    font-size: 18px;
    padding: 10px;
}

.search_form .search_form_query {
    min-height: 30px !important;
    outline: none;
    border: none;
}

.search_form .search_form_btn:hover {
    background-color: transparent !important;
    color: #009bb8;
}

.search-suggestions {
    position: absolute;
    top: 98%;
    z-index: 98;
    background: #fff;
    border: 1px solid #ccc;
    width: 99%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border-radius: 0px 0px 10px 10px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-suggestions ul li {
    padding: 8px 12px;
    border-bottom: 1px solid #f1f1f1;
}

.search-suggestions ul li a {
    text-decoration: none;
    color: #333;
}

.search-suggestions ul li:hover {
    background-color: #f0f0f0;
}

.search-suggestions p {
    padding: 8px 12px;
    color: #999;
}

.humberger_btn,
.alerts_btn {
    font-size: 24px;
    color: #009bb8 !important;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
}

.header-bottom {
    overflow: visible !important;
}

/*** side icons****/

.side-icons {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.side-icons .icon {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #333;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.side-icons .icon .pro-count {
    position: absolute;
    left: 80%;
    top: -5px;
    text-align: center;
    display: flex;
    width: 15px;
    height: 15px;
    background-color: #f15412;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    justify-content: center;
}

.side-icons .icon:hover {
    background-color: #f88c00;
    color: #fff;
    border-color: #f88c00;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    transition: all 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.cart-header h3 {
    margin: 0;
    font-size: 18px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.cart-content {
    flex: 1;
    padding: 10px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    gap: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.shopping-cart-title h4,
.shopping-cart-title h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.cart-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: center;
}

.checkout-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.checkout-btn:hover {
    background-color: #0056b3;
    color: #fff;
}

.body-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: visible;
    width: 100%;
    cursor: crosshair;
    z-index: 9999;
}

.news-bar {
    display: flex;
    align-items: center;
    background-color: #232f3e;
    padding-top: 0 !important;
    margin-top: 0 !important;
    overflow: hidden;
    position: relative;
    top: 0;
    font-size: 15px;
    height: 25px;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    padding: 0 10px;
}

.news-content {
    color: #f15412;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.news-bar .close-btn {
    color: red;
}

.shop-now {
    display: block;
    width: 110px;
    background: #ffc107;
    color: #fff;
    text-align: center;
    line-height: 25px;
    padding: 3px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: normal;
}

.offers-countdown-box {
}

.offers-countdown-box .countdown {
    gap: 5px !important;
}

.offers-countdown-box .countdown-content {
    padding: 5px !important;
}

.offers-countdown-box .countdown-content .display-number {
    min-width: 25px !important;
    line-height: 15px !important;
    color: red;
}

.offer_banner {
    border-radius: 12px;
    max-height: auto;
}

@media (min-width: 768px) {
    .offer_banner {
        max-height: 200px;
    }
}

.offer_expired {
    padding: 5px 10px;
    color: white;
    background-color: red;
    font-size: 20px;
    border-radius: 5px;
    line-height: 25px;
    animation: flash 1s infinite;
    /* Add animation */
}

@keyframes flash {
    0%,
    100% {
        opacity: 1;
    }

    /* Fully visible at the start and end */
    50% {
        opacity: 0;
    }

    /* Invisible at the midpoint */
}

.flash {
    animation: flash 1s infinite;
}

.currency {
    font-size: 10px !important;
}

.sale-title {
    font-size: 12px !important;
}

.card-img-top {
    padding: 0;
    margin: 0;
}

/* For large devices */
.card-img-top img {
    /* width: 100%;
  height: 300px;
  object-fit: initial; */
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
    text-decoration: none;
    color: #fff;
}

/** start of sooq*/
.btn_top_add {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 1;
    padding: 5px 10px;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    background-color: #009bb8;
    margin: 10px 10px;
}
.btn_top_add:hover {
    color: #fbbc05;
}
.home_slogan {
    color: #009bb8 !important;
    font-size: 2.002rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 2.5rem;
    margin: 0;
    text-align: start;
}

@media (max-width: 990px) {
    .home_slogan {
        font-size: 1.5rem;
        text-align: center;
    }
}

.dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    padding: 8px 10px;
    min-width: 200px;
}
.ad-cart {
    display: flex;
    justify-content: space-between;
    min-height: auto;
    max-height: 325px;
    background-color: #fff;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: 0.2s ease-in-out;
    gap: 8px;
    /* padding-bottom: 10px; */
}
.ad-cart.grid-view {
    flex-direction: column;
}

.ad-cart.grid-view .ad-img-wrap .ad-img a img {
    height: 200px !important;
}
.ad-cart.list-view {
    flex-direction: row;
    align-items: center;
}

.ad-cart.list-view .ad-img-wrap {
    width: 250px;
}

.ad-cart.list-view .ad-img-wrap .ad-img a img {
    height: 100px !important;
}

.ad-cart.list-view .ad-content-wrap {
    width: 100% !important;
}

/* صورة الإعلان */
.ad-img-wrap {
    position: relative;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    /* max-height: 200px;
    min-height: 200px; */
    /* flex-shrink: 0; */
}

.ad-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.ad-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ad-img a img {
    /* min-height: 180px;
    height: 180px;
    object-fit: cover;*/
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

/* المحتوى الداخلي */
.ad-content-wrap {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.ad-content-wrap h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap; /* يمنع النص من النزول لسطر جديد */
    overflow: hidden; /* يخفي أي نص زائد عن الحاوية */
    text-overflow: ellipsis; /* يضيف ... في نهاية النص */
}
.ad-content-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* عدد الأسطر قبل القطع */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-content-wrap span.price {
    font-size: 16px;
    font-weight: 400;
    color: #f15412;
    margin-left: 7px;
}

/* شارة الرقم */
.ad-badge {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 9;
}

.ad-badge span {
    background-color: #ff75a0;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 40px;
    color: #fff;
    padding: 5px 10px;
}
.ad-is-featured {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9;
}
.ad-is-featured span {
    background-color: #b58200 !important;
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 10px;
    gap: 3px;
    color: #fff;
    padding: 2px 5px;
}

/* أزرار التعديل والحذف */

.action-btn {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #e8f6ea;
    border: 1px solid #cce7d0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-btn.adimages {
    left: 40px;
    bottom: 170px;
    background-color: #28a745;
    border: 1px solid #cce7d0;
    color: #fff;
}
.action-btn.featured {
    left: 40px;
    bottom: 110px;
    background-color: #fd7e14;
    border: 1px solid #ffc107;
    color: #fff;
}

.action-btn.edit {
    left: 40px;
    bottom: 60px;
}

.action-btn.del {
    left: 40px;
    bottom: 5px;
}

.action-btn:hover {
    background-color: #fd7e14;
    border: 1px solid #ffc107;
    color: #fff;
}

[dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #0998f8;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.2ms ease-in-out;
}

.contact_btn:hover {
    background-color: #f79500;
}
