@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Start Variables */
:root {}

/* End Variables */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
}

html {
    scroll-behavior: smooth;
}

div#__next {
    font-family: "Cairo", "Rubik", sans-serif;
    direction: rtl;
    background-color: rgb(255 255 255);
    background-image: url(https://files.easy-orders.net/1729765945315154757.webp), linear-gradient(rgb(58 109 105 / 9%), rgb(0 157 145 / 9%));
}

a {
    text-decoration-line: none;

}

button a {
    color: rgba(255, 255, 255, 1) !important;
}

button i {
    font-size: 24px;
    padding-right: 2px;
}

i {
    font-size: 18px;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Cairo;
}

img {
    display: block;
    object-fit: cover;
    height: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 200;
}

.main-header {
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 18px 0px rgba(146, 86, 3, 0.13);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 20px 0px;
    margin: auto;
    width: 90%;

}

.main-header .logo .logo-img {
    margin-left: 4px;
    width: 50px;
}

.main-header .logo a {
    text-align: center;
    line-height: 100%;
    font-family: Cairo;
    font-weight: 700;
    color: rgba(35, 35, 35, 1);
    font-size: 22px;
}

.main-header ul li a {
    line-height: 18px;
    text-decoration-line: none;
    color: rgba(35, 35, 35, 1);
    font-weight: 600;
    transition-duration: 300ms;
    font-family: Cairo;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-left: 4px;
}


.main-header .head-btn {
    margin-right: 29px;
    width: 223px;
    font-family: Rubik;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    font-weight: normal;
    border: none;
    transition-duration: 300ms;
    background-color: rgba(52, 179, 172, 1);
    padding-top: 17px;
    padding-bottom: 16px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 100px;
    box-shadow: 0px 4px 12px 0px rgba(62, 164, 157, 0.46);
    color: rgba(255, 255, 255, 1);
}

.main-header .head-btn p {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 8px;
}

.main-header .head-btn p,
.main-header .head-btn i {
    font-weight: 600;
}

.main-header .head-btn:hover {
    transform: translateY(-5px);
    background-color: rgba(49, 142, 137, 1);
}

@media only screen and (max-width: 992px) {
    .main-header {
        padding: 12px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-header {
        padding: 12px;
        width: 100%;
    }

    .main-header .logo .logo-img {
        width: 22px;
        height: 22px;
    }

    .main-header .logo a {
        font-size: 17px;
    }
}


/* ======================================= start hero section ================================== */

#hero .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

#hero .top .top-right,
#hero .top .top-left {
    animation-name: bounce;
    animation-fill-mode: both;
    transform-origin: center bottom;
    animation-iteration-count: infinite;
    animation-duration: 2200ms;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: -5;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

#hero .top .top-right {
    top: 0px;
    right: 34px;
    margin-right: 0;
    margin-left: auto;
}

#hero .top .top-left {
    top: 0px;
    left: 34px;
    margin-left: 0;
    margin-right: auto;
}

#hero .top .top-mid {
    width: auto;
    height: 200px;
    margin-top: 20px;
}

.top-mid {
    animation-name: tada;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 1600ms;
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

#hero .top .discount h2 {
    text-align: center;
    font-family: Rubik;
    color: rgba(35, 35, 35, 1);
    letter-spacing: 0.5px;
    line-height: 130%;
    font-weight: 500;
    font-size: 30px;
}

.discount h2 span {
    animation-name: flash;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 1400ms;
    text-align: center;
    font-family: Rubik;
    font-weight: 700;
    font-style: italic;
    line-height: 100%;
    color: rgba(52, 179, 172, 1);
    text-shadow: -4px 0px 0px rgba(255, 255, 255, 1);
    letter-spacing: -2px;
    font-size: 50px;
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

#hero .top .line {
    margin-right: auto;
    margin-left: auto;
    width: 340px;
    margin-top: 16px;
    margin-bottom: 18px;
    background-color: rgba(68, 91, 89, 0.15);
    height: 1px;
}

#hero .top .timer {
    width: 550px;
    height: 200px;
    margin: auto;
    padding: 20px;

}

#hero .top .timer .flipdown {
    margin: auto;
    text-align: center;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

#hero .top .timer .flipdown h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .middle {
    width: 100%;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 19px 0px rgba(28, 30, 29, 0.09);
    padding: 26px;
    border-radius: 22px;
    position: relative;
}

.carousel {
    position: sticky;
    top: 0;
}

#hero .right-side {
    width: 48%;
    float: right;
    margin-left: 30px;
    position: sticky;
    top: 0;
    height: fit-content;
}

#hero .carousel {
    max-width: 100%;
    margin: 0 auto;
}

#hero .carousel .carousel-inner {
    border-radius: 10px;
    max-width: 100%;
    max-height: 200vh;
    background-color: aquamarine;
}

#hero .carousel .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

#hero .carousel .carousel-inner .carousel-item img {
    max-height: 100%;
    height: 420px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

#hero .carousel .carousel-inner .carousel-item img:hover {
    cursor: zoom-in;
    transform: scale(1.3);
}

#hero .carousel-indicators {
    position: static;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0px 5px 0px;
    width: 100%;
    overflow-x: auto;
}

/* Ã˜ÂªÃ˜ÂºÃ™Å Ã™Å Ã˜Â± Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ˜Â§Ã˜ÂªÃ˜Â¬Ã˜Â§Ã™â€¡ Ã˜Â§Ã™â€žÃ˜Â£Ã™ÂÃ™â€šÃ™Å  */
#hero .carousel-indicators::-webkit-scrollbar {
    width: 5px;
    /* Ã˜ÂªÃ˜Â­Ã˜Â¯Ã™Å Ã˜Â¯ Ã˜Â¹Ã˜Â±Ã˜Â¶ Ã˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
    height: 10px;
}

/* Ã˜ÂªÃ˜ÂºÃ™Å Ã™Å Ã˜Â± Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã™â€ Ã™ÂÃ˜Â³Ã™â€¡ */
#hero .carousel-indicators::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
    /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â§Ã™â€žÃ˜Â®Ã™â€žÃ™ÂÃ™Å Ã˜Â© Ã™â€žÃ™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· */
    border-radius: 20px;
    /* Ã˜ÂªÃ˜Â­Ã˜Â¯Ã™Å Ã˜Â¯ Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â²Ã™Ë†Ã˜Â§Ã™Å Ã˜Â§ Ã™â€žÃ™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· */
}

/* Ã˜ÂªÃ˜ÂºÃ™Å Ã™Å Ã˜Â± Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â§Ã™â€žÃ™â€¦Ã™â€ Ã˜Â·Ã™â€šÃ˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ™Å  Ã˜ÂªÃ˜Â¸Ã™â€¡Ã˜Â± Ã™ÂÃ™Å Ã™â€¡Ã˜Â§ Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
#hero .carousel-indicators::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â§Ã™â€žÃ˜Â®Ã™â€žÃ™ÂÃ™Å Ã˜Â© Ã™â€žÃ™â€žÃ™â€¦Ã™â€ Ã˜Â·Ã™â€šÃ˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ™Å  Ã˜ÂªÃ˜Â¸Ã™â€¡Ã˜Â± Ã™ÂÃ™Å Ã™â€¡Ã˜Â§ Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
    border-radius: 5px;
    /* Ã˜ÂªÃ˜Â­Ã˜Â¯Ã™Å Ã˜Â¯ Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â²Ã™Ë†Ã˜Â§Ã™Å Ã˜Â§ Ã™â€žÃ™â€žÃ™â€¦Ã™â€ Ã˜Â·Ã™â€šÃ˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ™Å  Ã˜ÂªÃ˜Â¸Ã™â€¡Ã˜Â± Ã™ÂÃ™Å Ã™â€¡Ã˜Â§ Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
}

#hero .carousel-indicators li.thumbnail {
    width: 600px;
    height: 80px;
    border-radius: 10px;
    color: transparent;
}

#hero .carousel-indicators li.thumbnail:not(.active) {
    opacity: 1;
}

#hero .carousel-indicators li img {
    height: 100%;
    width: 100px;
    border-radius: 10px;
    max-width: unset;
}



/* start left side */
#hero .left-side {
    width: 48%;
    float: left;
}

#hero .left-side .main-content .rating-box .right {
    padding-left: 10px;
    border-left: 1px solid rgba(214, 220, 233, 1);
}

#hero .left-side .main-content .rating-box .star-rating {
    margin-bottom: 3px;
    color: var(--main-color);
    font-size: 15;
    font-weight: 600;
}

#hero .left-side .main-content .rating-box .star-rating .star {
    color: rgba(255, 172, 6, 1);
}

#hero .left-side .main-content .rating-box .para-box {
    line-height: 20px;
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}

#hero .left-side .main-content .title h1 {
    font-family: Cairo;
    color: rgba(72, 59, 54, 1);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
}

#hero .left-side .main-content .discount h4 {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    font-size: 20px;
    font-weight: 500;
    font-family: Rubik;
}

#hero .left-side .main-content .discount p {
    font-family: Cairo;
    color: rgba(99, 102, 105, 0.67);
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    margin: auto 11px;
}

#hero .left-side .main-content .discount .percentage {
    font-size: 14px;
    font-family: Cairo;
    border-radius: 6px;
    color: rgba(52, 179, 172, 1);
    background-color: rgba(78, 167, 160, 0.09);
    padding: 4px 7px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: auto;
}

#hero .left-side .main-content .description {
    font-family: Cairo;
    line-height: 160%;
    color: rgba(35, 28, 28, 0.68);
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}

#hero .left-side .main-content .choosing .title-box {
    padding: 10px;
    background-color: rgba(78, 167, 160, 0.09);
}

#hero .left-side .main-content .choosing .title-box i {
    font-size: 18px;
    color: rgba(52, 179, 172, 1);
    margin-left: 8px;
}

#hero .left-side .main-content .choosing .title-box p {
    color: rgba(35, 35, 35, 1);
    line-height: 140%;
    font-size: 17px;
    font-weight: 600;
    font-family: Rubik;
}

#hero .left-side .main-content .form-container form .input-container {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(146, 86, 3, 0.13);
}

#hero .left-side .main-content .form-container form .input-container img {
    margin-left: 10px;
    width: 36px;
    padding: 4px;
    border-radius: 6px;
    background-color: rgba(78, 167, 160, 0.09);
    height: 36px;
}

#hero .left-side .main-content .form-container form .input-container .input-box {
    width: 100%;
}

#hero .left-side .main-content .form-container form .input-container .input-box input {
    font-family: Cairo;
    font-weight: 400;
    color: rgba(72, 59, 54, 1);
    border-radius: 8px;
    height: 100%;
    font-size: 16px;
    width: 100%;
    outline: none;
    border: none;
    min-height: inherit;
    max-height: inherit;
    overflow: visible;
    line-height: 1.15;
}

#hero .left-side .main-content .form-container form .input-container .input-box input::placeholder {
    color: #abb1bc;
}

#hero .left-side .main-content .choosing .radio-container {
    margin-top: 1px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 19px;
}


.accordion-element input {
    width: 20px;
    height: 20px;
}

.accordion-element input:checked {
    background-color: var(--main-color);
    color: var(--main-color);
}

.accordion-element label {
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(72, 59, 54, 1);
    font-family: Cairo;
    margin-top: auto;
}

.accordion-btn {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    border: 2px solid rgba(214, 220, 233, 1);
    margin-bottom: 20px;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: transparent !important;
    color: #2c3c36;
}

.accordion-btn .price {
    color: rgba(82, 68, 58, 0.81);
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
}

.accordion-btn span {
    color: rgba(82, 68, 58, 0.81);
    text-decoration: line-through;
    opacity: .8;
    font-size: 18px;
}

.accordion-btn .acc-title {
    display: flex;
}

.accordion-btn .free {
    padding: 4px 10px;
    background-color: #eeeeee;
    width: fit-content;
    margin-right: 20px;
    text-align: center;
    margin-top: auto;
}

.accordion-btn .free p {
    font-size: 11px;
    margin: auto;
    color: rgba(72, 59, 54, 1);

}

.accordion-element .color {
    color: #22322d;
}

.accordion-element select {
    color: #22322d;
    width: 30%;
    cursor: pointer;
    margin-right: 10px;
}

.accordion-element .best-offer {

    border-radius: 5px;
    margin-top: -10px;
    margin-right: 20px;
    width: 120px;
    padding: 1px 5px;
    text-align: center;
    position: absolute;

}

.accordion-element .more {
    background-color: rgba(52, 179, 172, 1);
}

.accordion-element .best {
    background-color: #fdaf28;
}

.accordion-element .best-offer h6 {
    font-size: 11px;
    color: #fff;
    margin: 5px 0px;
}

.accordion-body {
    font-weight: 400;
    font-size: 16px;
}

.accordion-body span {
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .accordion-element label {
        font-size: 13px;
    }

    .accordion-btn .price {
        font-size: 16px;
    }

    .accordion-btn span {
        font-size: 14px;
    }

    .accordion-btn .acc-title {
        display: flex;
        flex-direction: column;
    }

    .accordion-btn .free {
        margin-right: 0;
        margin-top: 5px;
    }

    #hero .top .timer {
        height: fit-content;
        padding: 0;
    }
}

#hero .left-side .main-content .choosing .total-price p {
    line-height: 20px;
    text-align: left;
    font-family: Cairo;
    font-weight: 700;
    color: rgba(72, 59, 54, 1);
    font-size: 14px;
    margin: auto 0px;
}

#hero .left-side .main-content .choosing .total-price .line {
    width: 52%;
    height: 1px;
    background-color: rgba(68, 91, 89, 0.15);
    margin: auto;
}

#hero .left-side .main-content .choosing .total-price span {
    font-family: Cairo;
    line-height: 24px;
    color: rgba(82, 68, 58, 0.81);
    font-size: 18px;
    font-weight: 700;
    margin: auto 0px;
}

#hero .left-side .main-content .choosing .order-now {
    width: 100%;
    margin-top: 20px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 0px;
    background-color: rgba(52, 179, 172, 1);
    font-family: Rubik;
    transition-duration: 400ms;
    line-height: 170%;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
    box-shadow: 0px 3px 10px 0px rgba(33, 101, 96, 0.25);
    font-weight: 500;
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
}

#hero .left-side .main-content .choosing .order-now:hover {
    background-color: rgba(49, 142, 137, 1);
}

#hero .left-side .main-content .choosing .main-description {
    font-family: Cairo;
    color: rgba(82, 68, 58, 0.81);
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
}

#hero .left-side .questions {
    max-width: 100%;
    margin-top: 18px;
}

#hero .left-side .questions .accordion {
    padding: 12px 0px;
    border: 1px solid rgba(68, 91, 89, 0.15);
    border-radius: 16px;
}

.accordion-element {
    border-bottom: 1px solid rgba(68, 91, 89, 0.15);
}

.accordion-element .accordion-butn .btn-title {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition-duration: 240ms;
    padding: 18px;
}

.accordion-element .accordion-butn .btn-title .right img {
    width: auto;
    margin-left: 10px;
    height: 20px;
}

.accordion-element .accordion-butn .btn-title .right span {
    line-height: 20px;
    color: rgba(35, 35, 35, 1);
    font-family: Cairo;
    font-weight: 600;
    font-size: 18px;
}

.accordion-butn {
    border: none;
    font-size: 18px;
    padding: 0px;
    font-family: Cairo;
    color: #2c3c36;
    background-color: #fff;
}

.accordion-butn:hover {
    background-color: var(--secondary-color);
}

.accordion-butn .btn-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    #hero .right-side {
        position: relative;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
        padding: 0;
    }

    #hero .top .top-right,
    #hero .top .top-left {
        width: 150px;
        height: 150px;
    }

    #hero .top .top-mid {
        margin-top: 30px;
        width: 200px;
        height: 200px;
        padding: 0;
    }

    #hero .top .discount h2 {
        font-size: 22px;
    }

    #hero .left-side .main-content .choosing .total-price .line {
        width: 15%;
        margin: 0 auto;
    }

    #hero .left-side .main-content .choosing .order-now {
        display: block;
        padding: 14px;
    }
}

@media only screen and (max-width: 767px) {

    #hero .top .top-right,
    #hero .top .top-left,
    #hero .top .top-mid {
        width: 100px;
        height: 100px;
    }

    #hero .top .discount h2 {
        font-size: 20px;
    }

    .discount h2 span {
        font-size: 30px;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    #hero .left-side {
        padding-top: 20px;
    }

    #hero .middle {
        margin: 30px 0 0;
        padding: 15px 10px;
    }

    #hero .left-side .main-content .rating-box .right {
        border: none;
    }

    #hero .left-side .main-content .rating-box .star-rating {
        padding-left: 2px;
    }

    #hero .left-side .main-content .rating-box .star-rating .star {
        font-size: 13px;
    }

    #hero .left-side .main-content .title h1 {
        font-size: 22px;
    }

    #hero .left-side .main-content .choosing .total-price p {
        text-align: right;
        font-size: 14px;
    }

    #hero .left-side .main-content .choosing .total-price span {
        font-size: 14px;
    }

    #hero .carousel .carousel-inner .carousel-item img {
        height: 270px;
    }
}



/*
    General Elements
 */

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: auto auto 30px;
}

.section-title .sec-top {
    display: flex;
    color: rgba(52, 179, 172, 1);
    font-size: 20px;
}

.section-title .sec-top i {
    font-size: 24px;
}

.section-title h1 {
    font-family: Rubik;
    color: rgba(35, 35, 35, 1);
    line-height: 130%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.section-title p {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}


.order-now {
    margin: auto;
    width: 40%;
    font-family: Rubik;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    font-weight: normal;
    border: none;
    transition-duration: 300ms;
    background-color: rgba(52, 179, 172, 1);
    padding: 16px 18px;
    border-radius: 100px;
    box-shadow: 0px 4px 12px 0px rgba(62, 164, 157, 0.46);
}

.order-now:hover {
    transform: translateY(-5px);
    background-color: rgba(49, 142, 137, 1);

}

@media only screen and (max-width: 992px) {
    .order-now {
        width: 100%;
    }

    .order-now button div {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        width: 90%;
    }

    .section-title h1 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 14px;
    }
}



/* ===================== start services section ================== */
#services {
    margin: 100px 0px;
}

#services #top-img {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(68, 91, 89, 0.15);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(21, 21, 26, 0.06);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 14px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -110px;
    width: 133px;
}

.services-container {
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-position: center right;
    box-shadow: 0px 3px 20px 0px rgba(28, 30, 29, 0.11);
    background-image: url('https://files.easy-orders.net/1731167362460061653.png');
    border-radius: 22px;
    padding: 44px 42px;
}

#services .content {
    display: flex;
    align-items: center;
    text-align: center;

}

#services .item img {
    height: 30px;
    width: auto;
    margin: 0px auto 5px;
}

#services .item h4 {
    color: rgba(35, 35, 35, 1);
    font-family: Rubik;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 6px;
}

#services .item p {
    font-family: Cairo;
    line-height: 160%;
    color: rgba(35, 28, 28, 0.68);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    #services #top-img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #services #top-img {
        width: 100px;
        margin-bottom: 25px;
    }
}



/* ===================== start features section ================== */
#features .content {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    row-gap: 20px;
    column-gap: 20px;
}

#features .content .card {
    transition-duration: 300ms;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 42, 0.11);
    border-radius: 18px;
    overflow: hidden;
}

#features .content .card:hover {
    transform: translateY(-10px);
}

#features .content .card img {
    height: 260px;

}

#features .content .card .card-body {
    padding: 24px;
}

#features .content .card .card-body .card-title {
    color: rgba(35, 35, 35, 1);
    line-height: 100%;
    font-family: Rubik;
    font-weight: 600;
    font-size: 18px;
}

#features .content .card .card-body .card-text {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    #features .content {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media only screen and (max-width: 767px) {
    #features .content {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* ===================== start feedback section ================== */
#feedback {
    margin: 150px auto 100px;
}

#feedback .content {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    row-gap: 20px;
    column-gap: 20px;
}

#feedback .content .card {
    transition-duration: 300ms;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 42, 0.11);
    border-radius: 18px;
    overflow: hidden;
    padding: 26px 24px;
}

#feedback .content .card:hover {
    transform: translateY(-10px);
}

#feedback .content .card .top img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
}

#feedback .content .card .top h5 {
    color: rgba(35, 35, 35, 1);
    line-height: 100%;
    font-weight: 600;
    font-family: Rubik;
    font-size: 18px;
}

#feedback .content .card .top h6 {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-size: 14px;
    font-weight: 600;
}

#feedback .content .card .card-text {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

#feedback .content .card .stars i {
    color: rgba(52, 179, 172, 1);
}

@media only screen and (max-width: 992px) {
    #feedback .content {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media only screen and (max-width: 767px) {
    #feedback .content {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ===================== start using section ================== */
#using {
    margin: 150px auto 100px;
}

#using .content {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    row-gap: 20px;
    column-gap: 20px;
}

#using .content .item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 14px;
    padding-left: 26px;
    box-shadow: 0px 2px 12px 0px rgba(46, 74, 87, 0.13);
}

#using .content .item .number {
    margin-left: 10px;
}

#using .content .item .number .num {
    box-shadow: 0px -1em 0px 0px rgba(78, 167, 160, 0.09) inset;
    padding: 2px 13px;
}

#using .content .item .number .num h2 {
    font-family: Rubik;
    text-align: center;
    line-height: 100%;
    color: rgba(35, 35, 35, 1);
    font-size: 30px;
    font-weight: 600;
}

#using .content .item .description h6 {
    color: rgba(35, 35, 35, 1);
    font-family: Rubik;
    line-height: 160%;
    font-size: 18px;
    font-weight: 600;
}

#using .content .item .description p {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-weight: 500;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    #using {
        margin: 50px auto auto;
    }

    #using .content {
        grid-template-columns: repeat(1, 1fr);
    }

    #using .order-now button {
        width: 100%;
    }
}

/* ===================== start video section ================== */
#video {
    margin: 150px auto 100px;
}

#video .content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-style: solid;
    border-width: 0px;
    border-radius: 28px;
    background-color: rgba(254, 255, 255, 1);
    box-shadow: 0px 2px 19px 0px rgba(7, 6, 4, 0.07);
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

#video .content .vid-box {
    max-width: 100%;
    /* margin-top: -70px;
    margin-bottom: -70px;  */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 18px 0px rgba(39, 58, 61, 0.18);
    padding: 18px;
    border-radius: 28px;
    height: 100%;
}

#video .content .body-box .title {
    text-align: end;
}

#video .content .vid-box video {
    width: 100%;
    height: 100%;
}

#video .content .body-box {
    padding: 20px;
}

#video .content .body-box .el i {
    padding-left: 5px;
}

@media only screen and (max-width: 992px) {
    #video {
        margin: 50px auto auto;
    }

    #video .order-now button {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #video .content {
        grid-template-columns: repeat(1, 1fr);
    }

    #video .section-title .sec-top {
        margin: auto;
    }

    #video .content .body-box .title {
        font-size: 22px;
        margin: 5px auto 10px;
    }

    #video .body-box .el {
        flex-direction: column;
        text-align: center;
    }

    #video .content .body-box .el i {
        padding: 0;
    }

    #video .order-now {
        display: flex;
        justify-content: center;
    }


}


/* ===================== start reviews section ================== */
#reviews {
    margin: 150px auto 100px;
}

#reviews .btn-review {
    letter-spacing: 0px;
    line-height: 160%;
    border-radius: 100px;
    font-size: 16px;
    font-family: Rubik;
    font-weight: 500;
    color: rgba(35, 35, 35, 1);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(5, 5, 7, 0.05);
    border: 1px solid rgba(68, 91, 89, 0.15);
    padding: 12px 20px;
}

#reviews .content {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    row-gap: 20px;
    column-gap: 20px;
}

#reviews.content .card {
    transition-duration: 300ms;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 42, 0.11);
    border-radius: 18px;
    overflow: hidden;
    height: 450px;
}

#reviews .content .card .card-img {
    height: 50%;
}

#reviews .content .card img {
    width: 100%;
    height: 100%;
}

#reviews .content .card .card-body {
    height: 50%;
}

#reviews .content .card .card-body .top h6 {
    font-family: Cairo;
    color: rgba(35, 35, 35, 1);
    line-height: 130%;
    font-weight: 600;
    font-size: 18px;
}

#reviews .content .card .card-body .top img {
    height: 14px;
    width: auto;
    margin-right: 5px;
}

#reviews .content .card .card-body span {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-weight: 400;
    font-size: 12px;
}

#reviews .content .card .card-body .rating i {
    font-size: 14px;
}

#reviews .content .card .card-body p {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    line-height: 160%;
    font-weight: 400;
    font-size: 16px;

}

@media only screen and (max-width: 992px) {
    #reviews {
        margin: 50px auto auto;
    }
}

/* form */
#form-container {
    display: none;
}

.form-row textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d1d5df;
    outline: none;
    border-radius: 12px;
    padding: 10px;
}

.form-row .div-file .form-group {
    width: 82%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #d1d5df;
    margin-right: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.first-btn {
    margin: auto;
    width: 20%;
    font-family: Rubik;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    font-weight: normal;
    border: none;
    transition-duration: 300ms;
    background-color: rgba(52, 179, 172, 1);
    padding: 16px;
    border-radius: 100px;
    box-shadow: 0px 4px 12px 0px rgba(62, 164, 157, 0.46);
}

.second-btn {
    color: #000;
    padding: 10px;
    border-radius: 100px;
    width: 10%;
    border: 1px solid #d1d5df;
}

.first-btn:hover {
    background-color: rgba(49, 142, 137, 1);
}

.second-btn:hover {
    border: 1px solid rgba(52, 179, 172, 1);
}

.starrating>input {
    display: none;
}

/* Remove radio buttons */

.starrating>label:before {
    content: "\2605";
    /* Star */
    margin: 2px;
    font-size: 8em;
    font-family: Cairo;
    display: inline-block;
    font-size: 35px;
}

.starrating>label {
    color: #222222;
    /* Start color when not clicked */
}

.starrating>input:checked~label {
    color: rgba(52, 179, 172, 1);
}

.starrating>input:hover~label {
    color: rgba(52, 179, 172, 1);
}

@media only screen and (max-width: 767px) {
    .first-btn {
        width: 50%;
    }

    .second-btn {
        width: 30%;
    }

    .form-row .div-file .form-group {
        width: 95%;
    }
}

@media only screen and (max-width: 992px) {
    #reviews .content {
        grid-template-columns: repeat(2, 2fr);
    }

    #reviews .content .card {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    #reviews .content .card {
        height: fit-content;
    }

    #reviews .content {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media only screen and (max-width: 321px) {
    #reviews .content .card {
        height: fit-content;
    }

    #reviews .content {
        grid-template-columns: repeat(1, 2fr);
    }
}


/* ============================ start faq section =============================== */
#faq {
    margin: 150px auto 100px;
}

.faq .content .accordion {
    max-width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px;
    border-radius: 18px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    align-items: flex-start;
    gap: 20px;
}

.faq .content .accordion .accordion-element {
    max-width: 100%;
    width: 100%;
    border-style: solid;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 100;
    border-width: 0px;
    border-radius: 16px;
    box-shadow: 0px 2px 18px 1px rgba(153, 82, 2, 0.14);

}

.faq .content .accordion .accordion-element button .btn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 21px;
    background-color: rgba(255, 255, 255, 1);
}

.faq .content .right img {
    width: auto;
    margin-left: 10px;
    height: 40px;
}

.faq .content .right span {
    color: rgba(72, 59, 54, 1);
    line-height: 20px;
    font-family: Cairo;
    font-weight: 700;
    font-size: 18px;
}

.faq .content i {
    margin: auto 0;
    font-size: 24px;
    color: rgba(82, 68, 58, 0.81);
}

.faq .btn-container {
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 41px;
    padding-left: 41px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('https://files.easy-orders.net/1731167362460061653.png');
    border-radius: 18px;
    box-shadow: 0px 2px 22px 0px rgba(27, 58, 31, 0.11);
}

.faq .btn-container h3 {
    font-family: Rubik;
    color: rgba(35, 35, 35, 1);
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
}

.faq .btn-container p {
    font-family: Cairo;
    color: rgba(35, 28, 28, 0.68);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    font-size: 18px;
}

.faq .btn-container a {
    border: none;
    outline: none;
    width: 20%;
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    border: 1px solid rgba(34, 25, 77, 0);
    background-color: rgba(52, 179, 172, 1);
    padding: 10px 20px;
    box-shadow: 0px 4px 16px 0 rgba(44, 114, 109, 0.36);
    border-radius: 100px;
}

.faq .btn-container a img {
    margin-left: 10px;
    width: 38px;
    height: auto;
}

.faq .btn-container a span {
    font-family: Rubik;
    line-height: 130%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 500;
}

#top-img-2 {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: -110px;
    width: 133px;
}

@media only screen and (max-width: 992px) {
    #faq {
        margin: 50px auto 100px;
    }

    .faq .btn-container button {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .faq .content .accordion {
        grid-template-columns: 100%;
    }

    .faq .btn-container h3 {
        font-size: 25px;
    }

    .faq .btn-container p {
        font-size: 16px;
    }

    .faq .btn-container button {
        width: 70%;
    }

    #top-img-2 {
        margin-bottom: 20px;
        width: 100px;
        margin-top: -100px;
    }

    #faq .btn-container a {
        width: 100%;
        margin-top: 12px;
    }
}



/* ============================ start footer section =============================== */
#footer {
    padding: 20px 0px 100px;
}

#footer .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(214, 220, 233, 1);
}

#footer .top .right img {
    margin-left: 2px;
    width: 42px;
    height: auto;
}

#footer.top .right h6 {
    text-align: center;
    font-family: Rubik;
    color: rgba(35, 35, 35, 1);
    line-height: 100%;
    font-weight: 600;
    font-size: 20px;
}

#footer .top .middle ul {
    list-style-type: none;

}

#footer .top .middle ul li {
    text-decoration: underline;
    padding: 0 5px;
}

#footer .top .left a {
    margin-right: 20px;
}

#footer .top .left img {
    width: 18px;
    height: 18px;
}

#footer .top .left a:first-child {
    margin-right: 0;
}

#footer .btm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

#footer .btm .right p {
    font-family: Cairo;
    font-weight: 400;
    line-height: 160%;
    color: rgba(35, 35, 35, 1);
    font-size: 16px;
}

#footer .btm .left img {
    height: 26px;
    width: auto;
}

@media only screen and (max-width: 767px) {
    #footer {
        padding: 0 0 100px;
    }

    #footer .content {
        padding-bottom: 50px;
    }

    #footer .content .top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #footer .top .middle ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    #footer .top .middle ul li {
        padding: 3px 0;
    }

    #footer .btm {
        flex-direction: column;
    }
}



/* start static-section */
#static-section {
    padding-bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 0;
    width: 100vw;
    z-index: 1000;
    bottom: 0;
}

#static-section .static {
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(155, 97, 3, 0.12);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100px;
    box-shadow: 0px 1px 16px 0px rgba(146, 86, 3, 0.13);
    z-index: 600;
    padding: 18px;
    margin-bottom: 20px;
}

#static-section .static img {
    margin-top: -130px;
    margin-bottom: -110px;
    height: 180px;
    object-fit: contain;
}

#static-section .static h2 {
    line-height: 160%;
    font-family: Rubik;
    letter-spacing: 0px;
    color: rgba(35, 35, 35, 1);
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
}

#static-section .static h2 span {
    font-size: 35px;

}

#static-section .static .countdown {
    display: flex;
}

#static-section .static a {
    width: 220px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    border-style: solid;
    transition-duration: 300ms;
    background-color: rgba(52, 179, 172, 1);
    box-shadow: 0px 4px 12px 0px rgba(62, 164, 157, 0.46);
    color: #fff;
    padding: 22px 18px;
    border-radius: 100px;
    border: none;
    outline: none;
}

@media only screen and (max-width: 768px) {
    #static-section {
        padding: 0;
    }

    #static-section .static img,
    #static-section .static .discount,
    #static-section .static .countdown {
        display: none;
    }

    #static-section .static button {
        width: 100%;
    }

    #static-section .static {
        margin-bottom: 0;
        border-radius: 0;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    #static-section .static a {
        width: 100%;
        padding: 16px;
    }
}

/* end static-section */

/*==============================    old code end     ===================================*/
.order-now {
    min-width: 250px;

}

.btn-container {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#static-section .btn-container,
#header .btn-container {
    justify-content: flex-end;
    margin: unset;
}

.faq .btn-container a {
    width: 80%;
}

#video>div>div>div.body-container>div>div>div.w-100.mt-2>div,
#faq>div>div.row.btn-container.mt-4.text-center.d-flex.flex-column.align-items-center.justify-content-center.aos-init.aos-animate>a {
    margin: 15px auto;
}

.main-header {
    padding: 20px 15px;
}

.navbar-expand-lg .navbar-collapse {
    gap: 15px;
}

/*quantity*/
.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #34b3ac4a;
    border-radius: 20px;
    margin: 10px 0;
}

#checkout-form>div>form>div.in-product-quantity-counter>div {
    margin: 0 !important;
    padding: 5px 0 !important;
    background-color: #eee;
    border-radius: 15px;
}

#checkout-form>div>form>div.in-product-quantity-counter>label {
    font-size: 20px;
    font-weight: 600;
}

form label.block.text-sm.font-medium.text-gray-700 {
    font-size: 18px;
}

/*quantity*/


@media (max-width: 767px) {

    #static-section .btn-container,
    #header .btn-container {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-header .head-btn {
        width: 80% !important;
        margin-right: 0;
    }

    div#navbarSupportedContent #x-checkout-btn {
        min-width: 200px;
    }
}


/*=====================   main slider    ==========================================================*/

/*quantity*/
.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #fea65b73;
    border-radius: 20px;
    margin: 10px 0;
}

#checkout-form>div>form>div.in-product-quantity-counter>div {
    margin: 0 !important;
    padding: 5px 0 !important;
    background-color: #eee;
    border-radius: 15px;
}

#checkout-form>div>form>div.in-product-quantity-counter>label {
    font-size: 20px;
    font-weight: 600;
}

form label.block.text-sm.font-medium.text-gray-700 {
    font-size: 18px;
}

/*quantity*/


/*main carousel*/
.right-side .carousel .carousel-inner .carousel-item img,
#hero .carousel .carousel-inner .carousel-item img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
    max-height: 65vh !important;
}

.right-side .carousel-indicators {
    position: static !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 0px 5px 0px !important;
    width: 100%;
    overflow-x: auto;
    gap: 5px !important;
    display: flex;
}

.right-side .carousel-indicators li.thumbnail {
    width: auto !important;
    height: auto !important;

}

.right-side .carousel-indicators li img {
    height: auto !important;
    width: 100px !important;
    border-radius: 10px !important;
}

#main .carousel-indicators {
    position: static;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px 5px 0px;
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .right-side .carousel .carousel-inner {

        display: none !important;
    }

    .right-side .carousel-indicators li img {

        height: 300px !important;
        border-radius: 10px;
        width: auto !important;
        max-width: unset !important;
        aspect-ratio: 1;
    }

    .right-side .carousel-indicators li.thumbnail {
        width: auto !important;
        height: auto !important;
        border-radius: 10px;
        color: transparent !important;
    }

    #main .carousel-indicators li.thumbnail {
        padding: 0;
    }

    #delivery>div>div>div>p {
        font-family: Tajawal;
        font-size: 15px;
        color: rgba(43, 59, 53, 1);
        font-weight: 500;
    }

    #details h2 {
        font-size: 23px;
    }

    #questions .accordion-element .accordion-header button {
        padding: 13px;
    }

    .accordion-element .accordion-header button span {
        font-size: 16px !important;
        text-align: right;
    }

    .shipping_cost_container.mt-2.flex.items-center.justify-between {
        font-size: 18px !important;

    }

    .total-price.my-3.d-flex.align-items-center.justify-content-between {
        font-size: 17px;
        padding: 8px;
    }

    #hero .middle {
        padding: 5px 10px 15px 10px;
    }

    .carousel {
        position: relative;

    }
}


#main .left-side {

    max-width: 100%;
}


p#basePrice {
    font-size: 23px;
    text-decoration: line-through;
    color: #979494;
}

.carousel .carousel-inner .carousel-item {
    height: auto;
    background-color: #bdd03d;
    overflow: hidden;
    max-height: 65vh !important;
}







.carousel-indicators {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    display: flex;
    gap: 10px;
}

.carousel-indicators .thumbnail {
    scroll-snap-align: center;
    background-color: transparent;
}

/*main carousel*/


/*header tst*/
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -250px;
        height: 100%;
        width: 250px;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }

    div#navbarSupportedContent #x-checkout-btn {
        margin: 0;
        width: 80%;
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* Ø²Ø± Ø¥ØºÙ„Ø§Ù‚ Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù… ::after */
    .navbar-collapse::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        background-image: url('https://files.easy-orders.net/1730126397889398746.png');
        background-size: cover;
        /* Ù„Ø¶Ø¨Ø· Ø§Ù„ØµÙˆØ±Ø© Ø¨Ø§Ù„Ø­Ø¬Ù… Ø§Ù„ÙƒØ§Ù…Ù„ */
        background-position: center;
        border-radius: 50%;
        /* Ø¥Ø°Ø§ Ø£Ø±Ø¯Øª Ø§Ù„Ø­ÙØ§Ø¸ Ø¹Ù„Ù‰ Ø§Ù„Ø´ÙƒÙ„ Ø§Ù„Ø¯Ø§Ø¦Ø±ÙŠ */
        cursor: pointer;
    }

    #navbarSupportedContent>ul {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-collapse.show {
        right: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 86px 0;
        gap: 15px;
    }

    .head-btn {
        width: 83%;
    }

    #header .bottom-head .nav-item a {
        padding: 0;
        margin: 0;
    }

    #navbarSupportedContent>ul {
        display: flex;
        flex-direction: column;
        gap: 27px;
    }

    #main .carousel-indicators li img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

}


/*header tst*/
.carousel .carousel-inner .carousel-item {
    background-color: transparent !important;
}