/* Add custom CSS styles below */

footer.store-footer-wrap {
    margin-top: 60px !important;
}
/*ANIMATED LOGO FULLSCREEN STARTING PAGE*/

div.brands img{
  border-radius:10px;
  margin:auto;
}
@keyframes logobg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/*-------------------------------------------------*/


/*-------------------------------------------------*/
/*HEADER*/

.navbar-brand img {
    content: url('https://i.ibb.co/qxQQXGk/002.gif') !important;
}

/*HEADER*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*SIDE MENU*/

/*CATEGORIES NAME IN SIDE MENU*/
#mobile-menu .main-menu li a span {
    font-size: 15px !important;
}

/*FIRST ITEM IN SIDE MENU IN MOBILE VERSION تخفيضات*/
.side-panel__content .main-menu-wrap .mobile-menu ul li:first-child {
    font-weight: 900;
    font-size: 16px;
    color: #000000;
}

/*PAGES TITLE IN SIDE MENU IN MOBILE VERSION الصفحات التعريفية*/
.secondary-menu-wrap .widget .collapse-content .block {
    font-size: 16px;
    color: #767676;
}

/*LOGO IN SIDE MENU IN MOBILE VERSION*/
.storemenu-panel .side-panel__top {
    justify-content: center;
}

.side-panel__top .navbar-brand img {
    height: 80px !important;
    width: auto;
    max-height: 5rem !important;
}

/*SIDE MENU*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*BODY*/

/*
body {
    background-image: url(https://i.ibb.co/GJpKPHJ/65969-97-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*/

/*FAQ CONTAINER*/
.s-block--faqs #faqs-block-10 {
    background-size: contain !important;
}

/*FAQS CONTAINER - QUESTIONS*/
.s-block--faqs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*FAQS CONTAINER - QUESTIONS*/
.s-block--faqs {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/*FAQS - STORE QUESTIONS TITLES*/
.s-block--faqs button {
    color: #323232;
    font-size: 15px !important;
}

.s-block--faqs button span {
    font-size: 15px !important;
}

/*FAQS - STORE QUESTIONS ANSWERS*/
.s-block--faqs .overflow-hidden p {
    font-size: 14px !important;
    text-align: justify;
    color: #4c4c4c;
}

/*CIRCLED CATEGORIES CONTAINER*/
.s-block--categories {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/*CIRCLED CATEGORIES MIDDLE SMALL CONTAINER*/
.s-block--categories .swiper-slide-next {
    display: none !important;
}

/*VERY HUGE TOP BANNER TITLE*/
.container .max-w-lg {
    max-width: 35rem;
}

.container .relative .font-extrabold:hover {
    animation-name: vibrate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes vibrate {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-2px) rotate(-2deg);
    }

    40% {
        /*transform: translateX(2px) rotate(2deg);*/
        transform: scale(1);
    }

    60% {
        /*transform: translateX(-2px) rotate(-2deg);*/
        transform: scale(1.1);
    }

    80% {
        transform: translateX(2px) rotate(2deg);
    }

    100% {
        transform: translateX(0);
    }
}

/*VERY HUGE TOP BANNER PARAGRAPH*/
.s-block--main-slider-1 .main-slider-1 .swiper-lazy-wrap .container p:hover {
    font-weight: 500;
}

/*VERY HUGE TOP BANNER R. L. ARROWS*/
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button,
[dir=rtl] .s-slider-block__title-nav>:not([hidden])~:not([hidden]) {
    background-color: transparent;
}

/*MOMIZA PRODUCTS SECTION TITLES*/
.hide-scroll-wrapper span {
    font-size: 18px !important;
}

/*MOMIZA PRODUCTS SECTIONS TITLES*/
.hide-scroll-wrapper span {
    padding-bottom: 8px !important;
}

/*PRODUCTS ON BANNER*/
#fixed-banner-with-dots-11 {
    margin-top: 1rem !important;
}

/*MOVING TEXT CONTAINER*/
.s-block--marquee .marquee {
    --gap: 0px !important;
}

/*MOVING TEXT CONTAINER*/
/*
.s-block--marquee {
    margin-top: 4rem !important;
}*/

/*5 PICS & LEFT-TEXT: TITLE*/
.text-4xl {
    font-size: 35px !important;
}

/*5 PICS & LEFT-TEXT: PARAGRAPH*/
.s-block--content-with-images p {
    text-align: justify;
}

/*CLIENTS RATES: ITEMS*/
blockquote {
    text-align: center !important;
}

/*CLIENTS RATES: CONTAINER*/
#testimonials-block-12 {
    margin: 0px !important;
}

/*FIXED BANNERS*/
.s-block--main-slider-1 img:hover {
    animation-name: zoom1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes zoom1 {
    0% {
        scale: 1.01;
    }

    20% {
        scale: 1.03;
    }

    40% {
        scale: 1.05;
    }

    60% {
        scale: 1.07;
    }

    80% {
        scale: 1.09;
    }

    100% {
        scale: 1.1;
    }
}

/*FIXED BANNER: WAVE*/
.s-block--fixed-banner .container {
    padding: 0px !important;
    margin-bottom: -2px;
}



.floating-contacts.is-opened ul{
  margin-bottom:50px;
}
/*FLOATING RIGHT DOWN CONTACT ICONE*/
.floating-contacts__item i:not(last-child) {
    background-color: black !important;
}

/*SEARCH WINDOW*/
#search-panel .text-lg {
    box-shadow: none !important;
}

/*SEARCH WINDOW: CATEGORIES 2TH CONTAINER*/
#search-panel .s-block--categories .swiper-slide-next {
    display: inline-block !important;
}

/*BRANDS PAGE: PRODUCTS CONTAINER*/
.s-products-list-wrapper {
  margin-bottom: 70px !important;
}

/*BODY*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*FOOTER*/

/*FOOTER MAIN CONTAINER*/
/*
.store-footer-wrap .store-footer {
    background-image: url(https://i.ibb.co/StmGctP/SF8-F889-DAS9-DS.jpg);
    background-size: cover;
    box-shadow: 0px 2px 5px 5px rgb(0 0 0 / 6%);
    border-radius: 40px 40px 0 0;
}
*/

/*FOOTER MAIN CONTAINER*/
.store-footer-wrap .store-footer {
    background-color: #000000 !important;
}

/*FOOTER DOWN STORE NAME IN RIGHT REVERSED*/
.store-footer-wrap .store-footer span a {
    color: white;
}

/*FOOTER CONTAINER*/
.store-footer-wrap {
    margin-top: 0px !important;
}

/*FOOTER: ITEMS COLOR*/
.store-footer-wrap .store-footer {
    color: white !important;
}

/*FOOTER*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*PRODUCTS PAGE*/

/* THIS CODE IS USED TO HIDE THE KEYWORDS DIV WITHOUT AFFECTING ITS FUNCTIONALITY. MAKE SURE TO USE \ BEFORE ! IN THE CLASS NAME BEFORE . THIS CODE WILL WORK AFTER ADDING KEYWORDS DIV */

.\!border-none li:first-child,
.\!border-none li:nth-child(2) {
    display: none;
}

/*PRODUCT TINY DESCRIPTION*/
.break-words {
    text-align: justify;
}

/*PRODUCT MAIN DESCRIPTION ON SIDE PAGE*/
.side-panel__content P {
    text-align: justify;
}

/*PRODUCT ON SIDE PAGE: PRODUCT DETAILS*/
.side-panel__content h2 {
    margin-bottom: 15px;
    font-size: 17px;
    text-align: center;
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 6%);
    padding: 5px;
}

/*PRODUCT DETAILS & COMMENTS: TITLES*/
.lg\:text-2xl {
    font-size: 18px !important;
}

/*PRODUCTS MAYBE YOU LOVE IT*/
.s-block__title .right-side h2 {
    font-size: 25px !important;
}

/*PRODUCT OPTIONS MAIN CONTAINER*/
.s-product-options-multiple-options-wrapper {
	flex-direction: column !important;
}

/*PRODUCT OPTIONS CHILDEREN CONTAINER*/
.s-product-options-multiple-options-wrapper div {
	width: 100% !important;
}

/*PRODUCT OPTIONS MAIN CONTAINER*/
.s-product-options-option-content {
	width: 305px !important;
}

/*TRWIGI TITLE*/
.promotion-title {
	display: none !important;
}

/*PRODUCTS PAGE*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*PAGES*/

/*PAGES CONTAINER - الصفحات التعريفية*/
.container .flex .content {
    background: transparent;
    border-radius: 30px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 6%);
    margin-bottom: 80px;
}

/*PAGES TITLE - الصفحات التعريفية*/
.container .flex .content h1 {
    color: #3B3838;
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 1rem !important;
}

.container .flex .content h1:hover {
    text-decoration: none;
    color: black;
}

/*PAGES CONTENT - الصفحات التعريفية*/
.container .flex .content .content-entry {
    text-align: justify;
    margin-right: 17px;
    margin-left: 17px;
}

/*PAGES*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*MEDIA QUERY*/

/*ANIMATED LOGO FULLSCREEN STARTING PAGE*/
.slider-container .swiper-container {
    margin: 0px 30px;
}
@media (max-width: 500px) {
.slider-container .swiper-container {
    margin: 0px 10px !important;
}
    .index:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #ffffff94 url(https://i.ibb.co/qxQQXGk/002.gif);
        position: fixed;
        z-index: 99999999999999999 !important;
        transform: scale(0);
        background-size: 9rem !important;
        background-repeat: no-repeat;
        background-position: center !important;
        animation-name: logobg;
        animation-duration: 3s;
        backdrop-filter: blur(20px);
    }

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

        50% {
            transform: scale(1);
        }

        80% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }
}

/*FAQ CONTAINER : TITLE*/
@media (max-width: 500px) {
    .s-block--faqs .s-block__title h2 {
        font-size: 18px;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*FAQS - STORE QUESTIONS TITLES*/
@media (max-width: 500px) {
    .s-block--faqs button span {
        font-size: 11px !important;
    }
}

/*CIRCLE ITEM CATEGORIES: TITLE*/
@media (max-width: 500px) {
    .s-block--categories .s-block__title h2 {
        font-size: 20px;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*CIRCLE ITEM CATEGORIES: PICS TITLES*/
@media (max-width: 500px) {
    .s-block--categories .s-slider-container h2 {
        font-size: 13px !important;
    }
}

/*CIRCLE ITEM CATEGORIES: ITEMS CONTAINER*/
@media (max-width: 500px) {
    .s-block--categories .swiper-slide {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*CIRCLE ITEM CATEGORIES: ITEMS CONTAINER*/
@media (max-width: 500px) {
    .s-block--categories .s-slider-swiper-wrapper {
        justify-content: center !important;
        margin-left: -20px;
    }
}

/*CIRCLE ITEM CATEGORIES: CONTAINER*/
@media (max-width: 500px) {
    .s-block--categories {
        margin-top: 4rem !important;
        margin-bottom: 3rem !important;
    }
}

/*VERY HUGE TOP BANNER: TITLE*/
@media (max-width: 500px) {
    .font-extrabold {
        margin-bottom: 12px !important;
    }
}

/*MO7TWA TA3RIFI 3: TITLE*/
@media (max-width: 500px) {
    .s-block--informative-content .right-side h2 {
        font-size: 20px;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*MO7TWA TA3RIFI 3: CONTAINER*/
@media (max-width: 500px) {
    .s-block--informative-content .gap-8 {
        align-items: center !important;
    }
}

/*MOMIZA PRODUCTS TITLE*/
@media (max-width: 500px) {
    .s-block--title-only h2 {
        font-size: 20px !important;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*PRODUCTS ON REAL PIC: TITLE*/
@media (max-width: 500px) {
    .s-block--fixed-banner h2 {
        font-size: 20px !important;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*PRODUCTS ON REAL PIC: PRODUCTS' PRICES*/
@media (max-width: 500px) {
    .s-block--fixed-banner .sale-price {
        font-size: 13px !important;
    }
}

/*CLIENTS RATES*/
@media (max-width: 500px) {
    .s-block--testimonials h2 {
        font-size: 20px !important;
        margin-top: -15px;
        margin-bottom: -4px;
    }
}

/*5 PICS & LEFT-TEXT: TITLE*/
@media (max-width: 500px) {
    .text-4xl {
        font-size: 23px !important;
        text-align: center;
    }
}

/*5 PICS & LEFT-TEXT: BUTTON*/
@media (max-width: 500px) {
    .s-block--content-with-images .gap-x-6 {
        justify-content: center !important;
    }
}

/*5 PICS & LEFT-TEXT: PICS CONTAINER*/
@media (max-width: 500px) {
    .s-block--content-with-images .pt-20 {
        padding-top: 3rem !important;
        padding-bottom: 5rem !important;
    }
}

/*MOVING TEXT CONTAINER*/
@media (max-width: 500px) {

}

/*VERY HUGE TOP BANNER: PARAGRAPH*/
@media (max-width: 500px) {
    .s-block--main-slider-1 p {
        font-size: 14px !important;
    }
}

/*PRODUCT PAGE START*/
/*PRODUCT ON SIDE PAGE: PRODUCT DETAILS*/
@media (max-width: 500px) {
    .side-panel__content h2 {
        font-size: 15px;
    }
}

/*PRODUCT DETAILS & COMMENTS: TITLES*/
@media (max-width: 500px) {
    .lg\:text-2xl {
        font-size: 15px !important;
    }
}

/*PRODUCTS MAYBE YOU LOVE IT*/
@media (max-width: 500px) {
    .s-block__title .right-side h2 {
        font-size: 18px !important;
    }
}

/*SIDE PAGE CLOSING SIGN*/
@media (max-width: 500px) {

    .side-panel .menu-close:before,
    .side-panel .menu-close:after {
        width: 17px !important;
    }

    .side-panel .menu-close:where([dir=rtl], [dir=rtl] *) {
        left: 1.9rem !important;
    }
}

/*PRODUCT PAGE END*/

/*PAGES*/
@media (max-width: 500px) {
    .container .flex .content h1 {
        font-size: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 500px) {
    .container .flex .content {
        border-radius: 20px;
        padding-bottom: 20px;
    }
}

/*PRODUCT PAGE:PRODUCT TITLE*/
@media (max-width: 500px) {
.product-details-col h1 {
	font-size: 16.9px !important;
}
}

/*ADVANCED PRODUCTS: PRODUCTS TITLES*/
@media (max-width: 500px) {
.product-entry__content .flex-col {
	white-space: nowrap !important;
	max-width: 150px !important;
}

.product-entry__title,
.product-entry__subtitle {
	overflow: hidden;
	text-overflow: ellipsis;
}
}

/*ADVANCED PRODUCTS: SECOND TITLES*/
@media (max-width: 500px) {
.product-entry__subtitle {
	font-size: 12px !important;
}
}

/*SMALL CIRCLE ITEMS UNDER & ON PRODUCT PIC*/
@media (max-width: 500px) {
    .add-to-cart-conatiner .btn--add-to-cart .s-button-wrap button,
    .add-to-cart-conatiner .product-popup-trigger,
    .add-to-cart-conatiner .btn--wishlist {
        width: 30px;
        height: 30px;
    }
}

/*FAQ CONTAINER : TITLE*/
@media (min-width: 900px) {
    .s-block--faqs .s-block__title h2 {
        font-size: 23px;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*CIRCLE ITEM CATEGORIES: TITLE*/
@media (min-width: 900px) {
    .s-block--categories .s-block__title h2 {
        font-size: 23px;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*CIRCLE ITEM CATEGORIES: PICS TITLES*/
@media (min-width: 900px) {
    .s-block--categories .s-slider-container h2 {
        font-size: 14px !important;
    }
}

/*CIRCLE ITEM CATEGORIES: ITEMS CONTAINER*/
@media (min-width: 900px) {
    .s-block--categories .swiper-slide {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }
}

/*VERY HUGE TOP BANNER: TITLE*/
@media (min-width: 900px) {
    .font-extrabold {
        font-size: 35px !important;
        margin-bottom: -12px !important;
    }
}

/*MO7TWA TA3RIFI 3: TITLE*/
@media (min-width: 900px) {
    .s-block--informative-content .right-side h2 {
        font-size: 23px;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*MOMIZA PRODUCTS TITLE*/
@media (min-width: 900px) {
    .s-block--title-only h2 {
        font-size: 23px !important;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*PRODUCTS ON REAL PIC: TITLE*/
@media (min-width: 900px) {
    .s-block--fixed-banner h2 {
        font-size: 23px !important;
        margin-top: -4px;
        margin-bottom: -4px;
    }
}

/*CLIENTS RATES*/
@media (min-width: 900px) {
    .s-block--testimonials h2 {
        font-size: 23px !important;
        margin-top: -15px !important;
        margin-bottom: -4px;
    }
}

/*CLIENTS RATES: PARAGRAPH*/
@media (min-width: 900px) {
    .s-block--testimonials p {
        font-size: 15px !important;
    }
}

/*5 PICS & LEFT-TEXT: CONTAINER*/
@media (min-width: 900px) {
    .s-block--content-with-images .max-w-7xl {
        max-width: 100% !important;
        margin-right: 70px;
    }
}

/*5 PICS & LEFT-TEXT: CONTAINER*/
@media (min-width: 900px) {
    .s-block--content-with-images .max-w-7xl {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

/*5 PICS & LEFT-TEXT: PICS CONTAINER*/
@media (min-width: 900px) {
    .lg\:pl-0 {
        margin-right: 100px !important;
    }
}

/*PRODUCTS ON BANNER*/
@media (min-width: 900px) {
    .s-block--fixed-banner .container {
        max-width: 100% !important;
    }
}

/*CIRCLED CATEGORIES CONTAINER*/
@media (min-width: 900px) {
    .s-block--categories {
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
    }
}

/*SIDE PAGE CLOSING SIGN*/
@media (min-width: 900px) {

    .side-panel .menu-close:before,
    .side-panel .menu-close:after {
        width: 17px !important;
    }

    .side-panel .menu-close:where([dir=rtl], [dir=rtl] *) {
        left: 5.5rem;
        top: 2.8rem;
    }
}

/*FOOTER: PAGES CONTAINER*/
@media (min-width: 900px) {
    .footer-menu-list {
        margin-left: 0px !important;
    }
}

/*FOOTER: PAGES & SOCIAL CONTAINER*/
@media (min-width: 900px) {
    .store-footer .pb-6 {
        justify-content: center !important;
    }
}

/*PRODUCTS ON REAL PIC: PRODUCTS' PRICES*/
@media (min-width: 900px) {
    .s-block--fixed-banner .sale-price {
        font-size: 15px !important;
    }
}

/*FLOATING RIGHT DOWN ICONES*/
@media (min-width: 900px) {
    .floating-contacts__trigger {
        height: 3rem;
        width: 3rem;
        font-size: 1.5rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 900px) {
    [dir=rtl] .floating-contacts {
        right: 3rem;
        bottom: 3.5rem;
    }
}

@media (min-width: 900px) {
    .floating-contacts ul {
        bottom: 3.9rem;
        left: 1px;
    }
}

@media (min-width: 900px) {

    .floating-contacts li:nth-child(1) a,
    .floating-contacts li:nth-child(2) a,
    .floating-contacts li:nth-child(3) a,
    .floating-contacts li:nth-child(4) a {
        height: 2.75rem;
        width: 2.75rem;
    }
}

@media (min-width: 900px) {

    .floating-contacts__item .sicon-mail:before,
    .floating-contacts__item .sicon-phone:before,
    .floating-contacts__item .sicon-iphone:before,
    .floating-contacts__item .sicon-whatsapp2:before {
        font-size: 1.2rem;
    }
}

/*PRODUCT PAGE:PRODUCT TITLE*/
@media (min-width: 900px) {
.product-details-col h1 {
	font-size: 19.9px !important;
}
}

/*ADVANCED PRODUCTS: PRODUCTS TITLES*/
@media (min-width: 900px) {
.product-entry__content .flex-col {
	white-space: nowrap !important;
	max-width: 230px !important;
}

.product-entry__title {
	overflow: hidden;
	text-overflow: ellipsis;
}
}

/*MEDIA QUERY*/
/*-------------------------------------------------*/

.parent-popup {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    min-height: 100%;
    z-index: 111;
    padding:40px;
}

.overlay-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    width: 100vw;
    height: 100vh;
}

.content-div {
    position: relative;
    width: 75%;
    min-height: 300px;
    border-radius: 15px;
    display: block;

    row-gap: 10px;
    margin-top: 70px;
}
.content-div>div {
    background-color: #fff;
    border: solid 1px #b2b2b269;
    border-radius: 5px !important;
}
.content-div{
  .first-first, .first-child-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 20px 20px;
    row-gap: 20px;
  }
    
}
.first-child-div{
  border-radius: 10px;
  background: #fff;
  position:relative;
}

.first-content-div {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#range-value {
    background: url(https://i.postimg.cc/rwyyRqVL/group-109.png);
    width: 70px;
    height: 70px;
    display: flex;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 0 10px 0 0;
}

.img-container {
    background: #fff;
    border-radius: 20px;
    padding: 20px;

    img {
        max-width: 100px;
    }
}

.popup * {
    color: #000
}

input#rangeInput {
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}

.days-section {
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.days-data * {
    text-align: center;
}
.update {
    animation: fadeIn 0.8s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    50%{
      opacity: 1;
      transform: translateY(0);
    }
    70% {
        transform:rotate(-10deg)
    }
   85% {
        transform:rotate(10deg)
    }
    100% {
        transform:rotate(0deg)
    }
}
.days-data {
    display: flex;
    column-gap: 35px;
    justify-content: center;
}
.cup-shape {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cup-heading{
text-align:center;
}
.second.select {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
}
.first.heading-div {
    text-align: center;
}



.range-slider {
    position: relative;
    width: 100%;
    margin: 20px auto;
    height: 50px;
  }

.range-track {
    position: absolute;
    width: 100%;
    height: 18px;
    background: #dadada;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 20px;
}

  .range-thumb {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 0.75rem solid #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .range-thumb::before {
    content: 'كوب / اليوم';
    width: 104px;
    position: absolute;
    background: white;
    bottom: -122%;
    border-radius: 7px;
    box-shadow: 0 0 10px #0000004f;
    padding: 5px;
    font-size: 13px;
    opacity: 0;
    transition:all 0.2s;
}
.range-thumb:hover::before{
opacity:1 !important;
}

  .range-thumb span {
    font-size: 16px;
    color: #000;
  }

  .value {
    font-size: 24px;
    margin-top: 10px;

  }
  .cup-img{
  display:flex;
  justify-content:center;
  }
  .supscribe-div {
    display: flex;
    justify-content: center;
}button.subscribe-btn{
    background: #000;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 8px;
}input#phone-number {
    border-radius: 8px;
}
.product-archive {
    margin-bottom: 100px;
    border-radius: 10px;
}
.product-archive .content-div {
    display: flex;
    width: 100% !important;
    justify-content:space-between;
    flex-wrap:wrap;
}
.product-archive .first-child-div {
    min-width: 70%;

}
.product-archive .first-first{
  width:29%;
}
.product-archive .last-last{
  width:100%;
}
.count-input{
	height:34px !important;
    width: 40px !important;
    text-align: center !important;
    font-size: 26px !important;
    border:1px solid #ddd !important;
	border-radius:4px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
.product-archive .supscribe-div .margined {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.product-archive .last-child-div {
    display: flex;
    flex-direction: column;
    background: beige;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 15px #00000029;
    width: 32%;
}
.sub-button {
    justify-content:center;
    background: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    border: solid 1px #7a7a7a;
    min-width:140px;
}
.buttons{
  min-height:35px;
}
.first-section-parent {
    margin-top: -65px;
}
@media(max-width:767px){
.step.step-1 {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    justify-content: space-between;
}
.popup-div.fade-down {
        max-width: 90vw !important;
        min-width: unset !important;
    }
.cup-shape{
  flex-direction:column !important;
}
.right-side .sub-button.flex {


    padding: 12px;
    border-radius: 5px;
}
.sub-button img {
    display: none;
}
a.flex.sub-button {
    min-width: 102px;
}
a.flex.sub-button p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first-first {
    min-width: 100%;
}

  .first-section-first{
    order:2;
    min-height:400px !important;
  }
  .first-section-last{
    order:1;
    min-height:400px
  }
  .second.select{
        row-gap: 3px;
  }
  .right-side.mobile-main-nav {
    gap: 10px;
    justify-content: space-between;
}
  .sub-button.flex {
        padding: 5px;
        font-size: 14px;
        border-radius: 4px;
  }
  .days-section {
    flex-direction: column;
  }
  .product-archive .last-child-div{
    width:100% !important;
    margin-top:10px;
  }
  .product-archive .first-child-div{width:100% !important;}
  .content-div>div{row-gap:5px !important;}
  .range-slider{margin:5px auto !important;}
  .parent-popup{padding:5px !important;}
  .img-container{display:none;}

  .cup-heading{
    display:flex;
    place-content:center;
  }
  .cup-heading h4{
    display:flex;
    margin:auto;
  }
  .days-data img {
    width: 56px;
    margin: auto;
  }
  #range-value{width:50px; height:50px; padding: 4px 10px 0 0;}
  .days-data p {
    font-size: 12px;
  }
}
.fade-down{
animation: fadeDown 0.8s;
}
    @keyframes fadeDown {
        0%{
            opacity: 0;
            transform: translateY(-100%);
        }
        100%{
            opacity: 1;
            transform: translateY(0%);
        }
        
    }
    
.margined {
    display: flex;
    gap: 10px;
}
.close-btn{
  position:absolute;
  top:5px;
  right:10px;
  cursor:pointer;
  display:flex;
  place-content:center;
  h3{line-height :unset !important;}
}
.handle-function .close-btn, .handle-function .sup-count, .handle-function .sup-price, .handle-function .sup-packege {
    display: none;
}
select.select-select {
    min-width: 100px;
}
.margined > div {
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:solid 1px #00000029;
}

.question-div{
  z-index: 11111;
    background: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
        min-width: 50%;
}
.margined .sup-packege{
  flex-wrap:wrap;
}
.question-action{
  margin-top:20px;
  display:flex;
  gap:10px;
}
.question-action > a{
  padding:8px;
  border-radius:7px;
  color:#fff;
  min-width:50px; 
  text-align:center;
}
#confirmed-popup{
  background:green;
}
#refused-popup{
  background:gray;
}
.question-div * {
  text-align:center;
}


.minus, .plus{
	width:20px;
	height:35px;
	background:#f2f2f2;
	border-radius:4px;
	padding:8px 5px 8px 5px;
	border:1px solid #ddd;
    display:flex;
    justify-content:center;
    align-items: center;
    cursor:pointer;
}

.count-div{
  display:flex;
  gap:5px;
}
salla-products-list[source-value="1346990236"] button.btn--wishlist.heart-next-add-button.card-secondary-btn {
    display: none;
}
salla-products-list[source-value="1346990236"] .s-button-icon{
  border-radius:5px !important;
  width:unset !important;
  padding:0 20px !important;
}
.step-inner {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    justify-content: space-around;
}
.congrat-div.step-inner{
  justify-content:center;
  gap:8px;
}
.popup-div.fade-down {
    min-width:500px;
    min-height: 500px;
    border:solid 2px white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: 10px;
    z-index: 1111111;
    background: #F5F5F5;
    backdrop-filter: blur(30px);
    .heading{
      text-align:start;
    }
}
.new-buy-option {
    margin: 20px 0;
}
div#radio-buttons-container {
    gap: 5px;
    margin-top: 10px;
}
.selecting{
  min-width:160px;
  margin-right:10px;
  }
  .my-image{
    width: 400px;
  }
.first-section-first {
    min-height: 600px;
    
}
.image-container{
  min-height:200px;
}
section.s-block.s-block--features {
    margin: 0 !important;
    background: black;
    color: #fff;
}
.s-block--features__item {
    text-align: center;
}
.heights{
  min-height:200px;
}
section#testimonials-block- {
    background-image: url(https://i.postimg.cc/QxpCSMwW/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.range-progress {
    position: absolute;
    height: 100%;
    background-color: #000000;
    width: 0;
    right: 0;
    border-radius: 100px;
}
img.lottie-img {
    width: 70px;
}
.list-block.post-entry .flex-1.pt-5 {
    padding: 10px;
}
h2.ql-direction-rtl strong, h3 strong {
    line-height: 60px;
}
html, #app {
    width: 100vw !important;
    overflow-x: hidden;
}
figure.anime-item.col-span-2.hidden.sm\:block.sm\:rounded.sm\:bg-white.sm\:dark\:bg-darker.sm\:shadow-lg.sm\:shadow-black\/\[0\.02\].sm\:dark\:shadow-white\/\[0\.02\].sm\:ring-1.sm\:ring-gray-900\/5.dark\:ring-white\/5.sm\:dark\:ring-white\/5.xl\:col-start-2.xl\:row-end-1 {
    display: flex;
    flex-direction: column;
}
.progress-div {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    min-height:42px;
}
.tab {
    display: flex;
    gap: 6px;
}
.tab-num {
    padding: 5px;
    border-radius: 50%;
    border: solid 1px;
    width: 30px;
    margin: auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
    position: relative;
}
.success-bar {
    border-radius: 20px;
    background: rgb(201 201 201);
    height: 6px;
    min-width: 110px;
}
.step-discription {
    font-size: 14px;
    color: #000000b0;
    text-align: start;
}
.tab.active .progress-indication {
    width: 50%;
    height: 100%;
    border-radius: 10px;
   
}
.progress-indication{
     background: #8CA873;
}
.active {
  .tab-num{
    color:#8CA873;
    border-color:#8CA873;
  }
  .number-indicator, .step-discription{
    color:#8CA873;
  }
  
}
.tab.done-step .done-div {
    background-image: url(https://svgur.com/i/19x4.svg);
    background-color: #8CA873;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    border: solid 1px #8CA873;
    display: flex;
    place-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
.done-step {
  .progress-indication {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .tab-num{
    border:none;
  }
  .step-discription{
    color:#8CA873;
  }
}
.d-none{
  display:none !important;
}
.popup-div .days-data > div {
    display: flex;
    flex-direction: column;
}
.popup-div .days-data img.m-auto {
    max-width: 90px;
}

.popup-div .days-data img.m-auto:nth-child(2n) {
    max-width: unset !important; /* Reset or set a different value for the second child */
}
select#remind_each {
    min-width: 100%
}
.select-package {
    width: 85%;
    margin: 20px auto;
    background: #fff;
}
.nav-btns{

    display: flex;
    justify-content: center;
    align-items: center;
}
.congrat-div.step-inner img {
    max-width: 150px;
    margin: 0 auto;
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}