/* START GLOBAL STYLE */

@import url("./all.min.css");
@import url("./bootstrap.min.css");

:root {
    --primery-font: "DynaPuff", system-ui;
    --main-font: "Anybody", sans-serif;
    --main-color: #000072;
}

a {
    text-decoration: none;
    color: inherit;
}

html,
body {
    font-family: var(--main-font) !important;
}

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

/* Start Top Bar */

.nav-link:hover {
    color: #b9d432 !important;
}

.bg-primary,
.bg-colored.primary:before {
    background-color: #b9d432 !important;
}

.headertop__left {
    padding-left: 270px;
}

.headertop__left p {
    font-size: 16px !important;
    color: white;
}

.headerbg {
    z-index: 200;
    position: relative;
    transition: 0.8s;
    padding: 0 0 20px;
}

.headerbg .navbar-brand {
    margin-top: -46px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0px !important;
}

.headerbg .navbar-brand img {
    padding: 10px;
    height: 220px;
    transition: 0.6s;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.hero {
    background-size: unset;
    padding-top: 0;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    background-image: url(../img/hero.png);
    /* background-color: #fff8e5; */
    height: calc(100vh - 115px);
}

.hero-img {
    padding-top: 85px;
    display: flex;
    justify-content: center;
}

@media (max-width: 770px) {
    .hero-img {
        padding-top: 0px !important;
        display: flex;
        justify-content: center;
    }

    .hero-img img {
        width: 100% !important;
        /* height: calc(100vh - 480px); */
    }

    .hero {
        height: calc(100vh - 200px);
        background-size: contain;
    }

    .hero-text h1 {
        height: 63px;
    }

    .hero-text h3 {
        height: 159px;
        padding-bottom: 20px !important;
        /* margin: 0 !important; */
    }
}

a.tk.fab.fa-tiktok {
    transition: 0.3s;
}

a.tk.fab.fa-tiktok:hover {
    background-color: black;
}

.hero-text {
    z-index: 100;
    position: relative;
}

.hero-text h3 {
    color: #555555;
    padding-top: 14px;
    padding-bottom: 36px;
    line-height: 38px;
}

.hero-text {
    padding-top: 100px;
}

img.img-1 {
    position: absolute;
    bottom: 20px;
}

img.img-2 {
    z-index: 1;
}

h1 {
    font-family: var(--primery-font);
    font-size: 76px;
    font-weight: 600;
    color: #000;
}

.hero-text h3 {
    color: #555555;
    padding-top: 14px;
    padding-bottom: 36px;
    line-height: 38px;
}

h3 {
    font-size: 26px;
}

.w-90 {
    width: 85% !important;
}

.hero-text button {
    background-color: var(--main-color);
    display: inline-block;
    padding: 16px 40px;
    border-radius: 65px;
    border: 2px solid var(--main-color);
    color: white;
    font-weight: bold;
    width: auto;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    transition: 0.5s;
    border-color: var(--main-color);
}

.hero-text button:hover {
    background-color: white;
    color: var(--main-color);
}

@media (max-width: 933px) {
    .hero-text button {
        padding: 16px 30px;
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    h1 {
        font-size: 65px;
    }

    h3 {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 50px;
    }

    h3 {
        font-size: 20px;
    }

    .hero-text {
        text-align: center;
        padding-top: 40px;
        display: flex;
        height: 420px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1400px) {
    img.img-1 {
        width: 47%;
    }
}

@media (max-width: 1400px) {

    img.img-4,
    img.img-1 {
        width: auto;
    }
}

@media (max-width: 477px) {
    img.img-1 {
        display: none;
    }

    .carousel-inner {
        /* padding-top: 50px; */
    }
}

.hero .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 0%;
}

@media (max-width: 780px) {
    .hero .carousel-indicators {
        position: absolute;
        right: auto;
        bottom: 15px;
        left: 0;
        z-index: 500;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 0;
        margin-left: 0%;
    }
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    background-color: #fa441d;
}

.carousel-indicators .active {
    opacity: 1;
}

@keyframes fadeInout {
    0% {
        /* opacity: 0; */
        -webkit-transform: translatey(-100px);
        transform: translatey(-100px);
    }

    40% {
        /* opacity: 0; */
        -webkit-transform: translatey(-80px);
        transform: translatey(-80px);
    }

    100% {
        /* opacity: 1; */
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes top-bottom {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

.boxoffers {
    display: grid;
    grid-template-areas:
        "boxoffers__item1 boxoffers__item2 boxoffers__item2 boxoffers__item3"
        "boxoffers__item4 boxoffers__item4 boxoffers__item5 boxoffers__item3";
    grid-template-columns: calc(30% - 30px) calc(15% - 30px) calc(25% - 30px) 30%;
    gap: 30px;
}

.boxoffers .boxoffers__item {
    height: 260px;
}

.boxoffers .boxoffers__item:nth-child(3) {
    grid-area: boxoffers__item3;
    height: calc(260px + 260px + 30px);
}

.boxoffers .boxoffers__item:nth-child(1) {
    grid-area: boxoffers__item1;
}

.boxoffers .boxoffers__item:nth-child(2) {
    grid-area: boxoffers__item2;
}

.boxoffers .boxoffers__item:nth-child(3) {
    grid-area: boxoffers__item3;
}

.boxoffers .boxoffers__item:nth-child(4) {
    grid-area: boxoffers__item4;
}

.boxoffers .boxoffers__item:nth-child(5) {
    grid-area: boxoffers__item5;
}

.boxoffers .boxoffers__item .boxoffers__item_box {
    border-radius: 30px;
    padding: 25px;
}

.boxoffers .boxoffers__item:nth-child(3) .boxoffers__item_box {
    padding: 40px;
}

.boxoffers .boxoffers__item:nth-child(2) .boxoffers__item_box,
.boxoffers .boxoffers__item:nth-child(4) .boxoffers__item_box {
    padding-right: 200px;
}

.boxoffers .boxoffers__item:nth-child(1) .boxoffers__item_box,
.boxoffers .boxoffers__item:nth-child(5) .boxoffers__item_box {
    padding-right: 70px;
}

.bg-primary a:hover {
    color: #000072;
}

.boxoffers__item .fa-arrow-right {
    transition: 0.6s;
}

.boxoffers__item a:hover .fa-arrow-right {
    margin-left: 20px !important;
}

.boxoffers__item_thu {
    top: 0;
    right: 0;
}

.boxoffers__item_thu img {
    transition: 0.8s;
    object-position: top right;
}

.boxoffers__item:hover .boxoffers__item_thu img {
    transform: scale(1.1);
}

.boxicons__icon {
    padding: 45px;
}

.boxicons .boxicons__icon {
    background-color: #000072;
    transition: 0.5s;
    width: 160px;
    height: 160px;
}

.boxicons .boxicons__icon::after {
    position: absolute;
    content: "";
    top: -25%;
    right: -25%;
    width: 150%;
    height: 150%;
    background-image: url('data:image/svg+xml,<svg id="visual" viewBox="0 0 200 200" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><g transform="translate(101.95408059599798 87.9938386541518)"><path d="M53.4 -42.8C63.6 -29.9 62.3 -8 58.4 15.1C54.5 38.1 48.1 62.3 30.7 75C13.3 87.7 -15 88.9 -32.2 76.8C-49.4 64.7 -55.4 39.4 -60.3 14.7C-65.2 -10 -68.9 -34 -58.7 -47C-48.5 -60 -24.2 -62 -1.3 -61C21.6 -59.9 43.3 -55.8 53.4 -42.8" fill="none" stroke="%23b9d432" stroke-width="1"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.8s;
    animation: prd-bg-rotate 12s infinite linear;
    animation-play-state: paused;
}

.boxicons:hover .boxicons__icon::after {
    animation-play-state: running;
    background-image: url('data:image/svg+xml,<svg id="visual" viewBox="0 0 200 200" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><g transform="translate(101.95408059599798 87.9938386541518)"><path d="M53.4 -42.8C63.6 -29.9 62.3 -8 58.4 15.1C54.5 38.1 48.1 62.3 30.7 75C13.3 87.7 -15 88.9 -32.2 76.8C-49.4 64.7 -55.4 39.4 -60.3 14.7C-65.2 -10 -68.9 -34 -58.7 -47C-48.5 -60 -24.2 -62 -1.3 -61C21.6 -59.9 43.3 -55.8 53.4 -42.8" fill="none" stroke="%23000072" stroke-width="1"></path></g></svg>');
}

@keyframes prd-bg-rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.boxicons:hover .boxicons__icon {
    background-color: #b9d432;
}

/* Mobile styles */
@media (max-width: 767px) {
    .boxicons__icon {
        padding: 20px;
        width: 100px;
        height: 100px;
    }

    /* .boxicons .boxicons__icon::after {
    position: absolute;
    content: "";
    top: 0% !important;
    left: -4% !important;
    right: auto !important;
    bottom: auto !important;
    width: 110% !important;
    height: 110% !important;
    background-image: url('data:image/svg+xml,<svg id="visual" viewBox="0 0 200 200" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><g transform="translate(101.95408059599798 87.9938386541518)"><path d="M53.4 -42.8C63.6 -29.9 62.3 -8 58.4 15.1C54.5 38.1 48.1 62.3 30.7 75C13.3 87.7 -15 88.9 -32.2 76.8C-49.4 64.7 -55.4 39.4 -60.3 14.7C-65.2 -10 -68.9 -34 -58.7 -47C-48.5 -60 -24.2 -62 -1.3 -61C21.6 -59.9 43.3 -55.8 53.4 -42.8" fill="none" stroke="%23000072" stroke-width="1"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.8s;
    animation: prd-bg-rotate 12s infinite linear;
    animation-play-state: paused;
    transform: translate(-50%, -50%);
    display: none;
  } */
}

.title__shapes::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 73.5 70.7" style="enable-background:new 0 0 73.5 70.7;" xml:space="preserve" fill="%23b9d432"><g><path d="M14,37.3c3.2-5.9,13.6-10.5,22.7-0.4c9.1-10.1,19.5-5.5,22.7,0.4c9.3,17.2-22.5,31-22.7,31.1C36.5,68.3,4.7,54.5,14,37.3z"></path><path d="M60.5,32.2c-3.3-1.5-4.3-6.3-2.4-10.8c2-4.5,6.3-6.9,9.5-5.5s4.3,6.3,2.4,10.8c-1.6,3.6-4.7,5.9-7.5,5.9 C61.8,32.6,61.2,32.5,60.5,32.2L60.5,32.2z"></path><path d="M3.5,26.7c-2-4.5-0.9-9.3,2.4-10.8s7.6,1,9.5,5.5s0.9,9.3-2.4,10.8c-0.6,0.3-1.3,0.4-2,0.4C8.1,32.6,5.1,30.3,3.5,26.7z"></path><path d="M44.1,23.3c-4.2-1.1-6.3-6.7-4.8-12.4s6.2-9.4,10.4-8.3S56,9.3,54.5,15c-1.4,5-5.1,8.5-8.8,8.5 C45.1,23.5,44.6,23.4,44.1,23.3L44.1,23.3z"></path><path d="M19,15c-1.5-5.7,0.6-11.3,4.8-12.4s8.8,2.6,10.4,8.3s-0.6,11.3-4.8,12.4c-0.5,0.1-1,0.2-1.5,0.2C24.2,23.5,20.4,20,19,15 L19,15z"></path></g></svg>');
}

.boxservices__thu {
    width: 140px;
}

.boxservices__thu img {
    width: 90px;
}

.boxservices__thu::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #b9d43223;
    bottom: -20px;
    left: 0px;
    transition: 0.9s;
}

.boxservices:hover .boxservices__thu img {
    filter: brightness(5000%);
}

.boxservices:hover .boxservices__thu::before {
    width: 140px;
    height: 140px;
    left: 0;
    background-color: #b9d432;
}

.boxproducts__thu {
    height: 360px;
    background-color: #fff;
    transition: 0.8s;
}

.boxproducts:hover .boxproducts__thu {
    background-color: #b9d432;
    border-color: #b9d432 !important;
}

.boxproducts__thu img {
    max-height: 300px;
}

.rounded-32 {
    border-radius: 32px;
}

.svgblock path,
.svgblock3 path {
    fill: #f6f6ff;
}

.svgblock2 path,
.svgblock4 path {
    fill: #000072;
}

.svgblock3,
.svgblock4 {
    transform: rotate(180deg);
}

.healthy-product {
    /* margin-bottom: 50px; */
}

.header {
    padding-bottom: 10px;
}

.header h6 {
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.header h2 {
    color: black;
    font-size: 44px;
    font-family: var(--primery-font);
    margin: 0;
}

.healthy-product ul.star {
    display: flex;
    position: absolute;
    right: 10px;
    background-color: #feda46;
    font-size: 12px;
    padding: 4px 6px;
    bottom: 10px;
}

.healthy-product ul.star li {
    letter-spacing: 0px;
    line-height: 12px;
    font-size: 12px;
    padding: 0 2px;
}

.add-to-cart a {
    padding: 12px 12px;
    margin: 2px;
    font-size: 16px;
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-to-cart a:first-child {
    width: 124px;
}

.add-to-cart a.heart-wishlist,
.add-to-cart a.heart-wishlist:hover {
    background-color: #b9d432;
    color: #000;
}

.healthy-product span {
    font-size: 13px;
    color: #a0a0a0;
    display: block;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 4px;
}

.healthy-product h6 {
    color: var(--main-color);
    font-size: 18px;
}

@media (max-width: 1200px) {
    .healthy-product a {
        font-size: 16px;
    }
}

.add-to-cart {
    display: flex;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    left: 50%;
    transform: translateX(-50%);
}

.healthy-product:hover .add-to-cart {
    opacity: 1;
    transform: translate(-50%, -50px);
}

.deal-of-the-week {
    background-color: #c98fcb;
    padding: 20px;
    display: flex;
}

.product-card {
    display: flex;
    flex-direction: column;
}


.healthy-product-img a,
.healthy-product-img img {
    display: block;
}

.healthy-product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.healthy-product-img {
    height: 260px;
    padding: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

.healthy-product-img>a {
    display: block;
    width: 100%;
    height: 100%;
}

.healthy-product-img>a>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
    max-width: none;
}

@media (max-width: 425px) {
    .healthy-product-img {
        height: 200px;
    }
}

/* .product-carousel[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  background-color: var(--main-color);
  border-color: var(--main-color);
} */

.slick-dots li.slick-active button {
    border-color: #b9d432 !important;
    background-color: #b9d432 !important;
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
}


@media (max-width: 425px) {
    .product .header h2 {
        font-size: 30px;
    }

    .deal-of-the-week .healthy-product {
        margin-left: 0 !important;
    }

    .deal-of-the-week .healthy-product .add-to-cart {
        justify-content: center !important;
    }

    .deal-of-the-week .healthy-product .add-to-cart a.button {
        padding: 0;
    }

    .deal-of-the-week .healthy-product span {
        color: #b9d432;
        font-size: 18px;
    }

    .deal-of-the-week .healthy-product del {
        color: #b9d432;
    }

    .deal-of-the-week #countdown ul {
        gap: 10px;
    }

    .deal-of-the-week #countdown ul li {
        width: fit-content;
        height: fit-content;
        margin: 0;
        padding: 15px;
    }
}

.healthy-product-img h6 {
    position: absolute;
    top: -53px;
    padding: 16px 30px;
    left: 0;
    font-weight: bold;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    padding-right: 50px;
    color: #fff;
    background-color: var(--main-color);
}

.healthy-product-img ul.star {
    display: flex;
    position: absolute;
    right: 10px;
    background-color: #feda46;
    font-size: 12px;
    padding: 4px 6px;
    bottom: 10px;
}

.healthy-product-img ul.star li {
    letter-spacing: 0px;
    line-height: 12px;
    font-size: 12px;
    padding: 0 2px;
}

.deal-of-the-week .healthy-product {
    margin-left: 30px;
    margin-bottom: 0;
}

.deal-of-the-week .healthy-product>a {
    font-size: 30px;
    color: white;
}

.deal-of-the-week .healthy-product h6 {
    display: inline;
}

.healthy-product del {
    color: #828282;
    font-size: 16px;
    padding-right: 10px;
}

.deal-of-the-week h5 {
    display: inline;
    font-size: 18px;
    margin-left: 22px;
    color: #fff;
    border-bottom: 1px solid;
}

.deal-of-the-week .add-to-cart {
    opacity: 1;
    position: relative;
    margin-top: 20px;
    transform: translatey(0px) !important;
}

.add-to-cart a.button {
    border-radius: 0;
    padding: 16px 25px;
}

.add-to-cart a.heart-wishlist,
.add-to-cart a.heart-wishlist:hover {
    background-color: #b9d432;
    padding: 16px 20px;
    font-size: 18px;
    color: #000 !important;
}

@media (max-width: 768px) {}

@media (max-width: 1100px) {
    .deal-of-the-week {
        display: block;
        margin-top: 30px;
    }

    .deal-of-the-week .add-to-cart {
        /* background-color: red; */
        margin-top: 50px;
        transform: translate(-50%) !important;
    }

    #countdown ul {
        justify-content: center !important;
    }
}

#countdown {
    margin-top: 57px;
}

#countdown ul li {
    text-align: center;
    width: 90px;
    height: 90px;
    padding: 21px;
    background-color: #9f2578;
    text-transform: uppercase;
    color: #fff;
    margin-right: 8px;
}

#countdown ul li span {
    display: flex;
    color: #fff;
    justify-content: center;
    font-size: 26px;
    line-height: 15px;
    padding-top: 6px;
}

.boxoffers__item_thu img {
    transition: 0.8s;
    object-position: top right;
}

.boxoffers__item:hover .boxoffers__item_thu img {
    transform: scale(1.1);
}

.boxicons__icon {
    padding: 45px;
}

.boxicons .boxicons__icon {
    background-color: #000072;
    transition: 0.5s;
    width: 160px;
    height: 160px;
}

.boxicons .boxicons__icon::after {
    position: absolute;
    content: "";
    top: -25%;
    right: -25%;
    width: 150%;
    height: 150%;
    background-image: url('data:image/svg+xml,<svg id="visual" viewBox="0 0 200 200" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><g transform="translate(101.95408059599798 87.9938386541518)"><path d="M53.4 -42.8C63.6 -29.9 62.3 -8 58.4 15.1C54.5 38.1 48.1 62.3 30.7 75C13.3 87.7 -15 88.9 -32.2 76.8C-49.4 64.7 -55.4 39.4 -60.3 14.7C-65.2 -10 -68.9 -34 -58.7 -47C-48.5 -60 -24.2 -62 -1.3 -61C21.6 -59.9 43.3 -55.8 53.4 -42.8" fill="none" stroke="%23b9d432" stroke-width="1"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.8s;
    animation: prd-bg-rotate 12s infinite linear;
    animation-play-state: paused;
}

.boxicons:hover .boxicons__icon::after {
    animation-play-state: running;
    background-image: url('data:image/svg+xml,<svg id="visual" viewBox="0 0 200 200" width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><g transform="translate(101.95408059599798 87.9938386541518)"><path d="M53.4 -42.8C63.6 -29.9 62.3 -8 58.4 15.1C54.5 38.1 48.1 62.3 30.7 75C13.3 87.7 -15 88.9 -32.2 76.8C-49.4 64.7 -55.4 39.4 -60.3 14.7C-65.2 -10 -68.9 -34 -58.7 -47C-48.5 -60 -24.2 -62 -1.3 -61C21.6 -59.9 43.3 -55.8 53.4 -42.8" fill="none" stroke="%23000072" stroke-width="1"></path></g></svg>');
}

@keyframes prd-bg-rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.boxicons:hover .boxicons__icon {
    background-color: #b9d432;
}

.title__shapes::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 73.5 70.7" style="enable-background:new 0 0 73.5 70.7;" xml:space="preserve" fill="%23b9d432"><g><path d="M14,37.3c3.2-5.9,13.6-10.5,22.7-0.4c9.1-10.1,19.5-5.5,22.7,0.4c9.3,17.2-22.5,31-22.7,31.1C36.5,68.3,4.7,54.5,14,37.3z"></path><path d="M60.5,32.2c-3.3-1.5-4.3-6.3-2.4-10.8c2-4.5,6.3-6.9,9.5-5.5s4.3,6.3,2.4,10.8c-1.6,3.6-4.7,5.9-7.5,5.9 C61.8,32.6,61.2,32.5,60.5,32.2L60.5,32.2z"></path><path d="M3.5,26.7c-2-4.5-0.9-9.3,2.4-10.8s7.6,1,9.5,5.5s0.9,9.3-2.4,10.8c-0.6,0.3-1.3,0.4-2,0.4C8.1,32.6,5.1,30.3,3.5,26.7z"></path><path d="M44.1,23.3c-4.2-1.1-6.3-6.7-4.8-12.4s6.2-9.4,10.4-8.3S56,9.3,54.5,15c-1.4,5-5.1,8.5-8.8,8.5 C45.1,23.5,44.6,23.4,44.1,23.3L44.1,23.3z"></path><path d="M19,15c-1.5-5.7,0.6-11.3,4.8-12.4s8.8,2.6,10.4,8.3s-0.6,11.3-4.8,12.4c-0.5,0.1-1,0.2-1.5,0.2C24.2,23.5,20.4,20,19,15 L19,15z"></path></g></svg>');
}

.boxservices__thu {
    width: 140px;
}

.boxservices__thu::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #b9d43223;
    bottom: -20px;
    left: 0px;
    transition: 0.9s;
}

.boxservices:hover .boxservices__thu img {
    filter: brightness(5000%);
}

.boxservices:hover .boxservices__thu::before {
    width: 140px;
    height: 140px;
    left: 0;
    background-color: #b9d432;
}

.boxproducts__thu {
    height: 360px;
    background-color: #fff;
    transition: 0.8s;
}

.boxproducts:hover .boxproducts__thu {
    background-color: #b9d432;
    border-color: #b9d432 !important;
}

.boxproducts__thu img {
    max-height: 300px;
}

.rounded-32 {
    border-radius: 32px;
}

.svgblock path,
.svgblock3 path {
    fill: #f6f6ff;
}

.svgblock2 path,
.svgblock4 path {
    fill: #000072;
}

.svgblock3,
.svgblock4 {
    transform: rotate(180deg);
}

.footerbg,
.footercontact {
    background-repeat: no-repeat;
    background-color: #000829;
}

.footerbg a,
.footercontact a {
    color: #fff;
}

.footerbg a:hover {
    color: #b9d432;
}

.footercontact a:hover {
    color: #15233a;
}

.footerbg .border-top {
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.footerbg__links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footerbg__links.d-flex {
    margin-right: -10px;
    margin-left: -10px;
}

.footerbg__links.d-flex li {
    margin-right: 10px;
    margin-left: 10px;
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.footerbg .sharesocial li {
    margin: 0 3px;
}

.footerbg .sharesocial li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #b9d432;
    border-radius: 50%;
}

.footerbg .sharesocial li a:hover {
    background-color: #b9d432;
    color: #fff;
}

.footercontact {
    z-index: 3;
}

.footerbg {
    z-index: 2;
}

.footershap {
    z-index: 1;
}

.footershap svg {
    fill: #000829;
}

.boxdownwithfooter {
    padding-bottom: 150px;
    margin-bottom: -50px;
}

svg {
    display: block;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
}

.quantity .form-control {
    width: calc(100% - 50px - 50px - 10px - 10px);
    height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    border-top: 0;
    border-bottom: 0;
    border-color: #151515;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.quantity-button {
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #151515;
    width: 50px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    transition: 0.4s;
    border-radius: 0.25rem;
}

.quantity-button:hover {
    color: #b9d432;
}

.quantity-button.quantity-up {
    right: 10px;
}

.quantity-button.quantity-down {
    left: 10px;
}

.customslider03 .slick-next,
.customslider03 .slick-prev {
    top: 0;
}

.customslider03 .slick-prev {
    right: -1px;
    left: inherit;
}

.customslider03 .slick-next {
    left: -2px;
}

.customslider03 .slick-next::before,
.customslider03 .slick-prev::before {
    border-radius: 0;
    height: 72px;
    line-height: 72px;
    width: 48px;
    border-radius: 0.3rem;
}

.customslider03 img {
    cursor: pointer;
    transition: 0.4s;
    opacity: 0.5;
}

.customslider03 img:hover {
    opacity: 1;
}

.customslider03 .slick-current img,
.customslider03 .slick-current img:hover {
    opacity: 1;
}

.boxshowimgslider {
    height: 340px;
}

.boxshowimgslider img {
    max-height: 340px;
}

.font-bigger.sharesocial li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 28px;
}

.custom-sticky__1 {
    z-index: 80;
    top: 120px;
}

.img-h70 {
    height: 70px;
}

.rounded-xl {
    border-radius: 0.85rem !important;
}

.blog-style {
    position: relative;
}

.blog-style img {
    width: 100%;
}

.blog-style h6 {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 6px;
    color: #fff;
    background-color: var(--main-color);
}

.blog-style-text {
    display: flex;
    margin-top: 30px;
}

.blog-style h5 {
    border-right: 1px solid #cccccc;
    font-size: 55px;
    line-height: 30px;
    padding-top: 9px;
    font-weight: bold;
    padding-right: 20px;
    margin-right: 20px;
    color: var(--main-color);
}

.blog-style h5 span {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.blog-style-text p {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 20px;
}

.boxdownwithfooter {
    background-color: var(--main-color) !important;
}

.footerbg img {
    height: 220px;
}

.footerbg img {
    height: 220px;
}

.sharesocial ul {
    display: flex;
}

.sharesocial ul li {
    background-color: #b9d432;
    color: white;
}

.footerbg a {
    height: 24px;
}

.footerbg img:last-child {
    margin-left: 20px;
    height: 20px;
}

@media (max-width: 1200px) {}

.btn-secondary {
    background-color: #000072;
    transition: 0.5s;
}

.btn-secondary:hover {
    background-color: #00005d;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #b9d432;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b9d4323d;
}

.border.border-white.border-2.text-secondary.bg-primary.iconcart.d-flex.align-items-center.justify-content-center.rounded-circle {
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
}

.headerbg .sharesocial li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--main-color);
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

.headerbg .navbar .navbar-nav .nav-item {
    position: relative;
}

@media (min-width: 992px) {
    .headerbg .navbar-nav>.nav-item+.nav-item {
        margin-left: 20px;
    }
}

.styledropdown .dropdown-menu.show,
.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.styledropdown .dropdown-menu {
    background-color: #b9d432;
    border-radius: 8px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    min-width: 12rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: white;
}

.styledropdown .dropdown-menu li .dropdown-item:focus,
.styledropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.09);
    color: #fff;
}

.dropdown-item {
    color: #fff;
    font-size: 17px;
    transition: 0s;
}

@media (max-width: 992px) {
    .headerbg {
        padding: 0 !important;
    }

    .headerbg .navbar-brand {
        margin-top: 0;
        margin-right: 0;
    }

    .headerbg .navbar-brand img {
        height: 140px !important;
        padding: 0;
    }

    .headerbg .navbar-brand {
        margin-top: 0 !important;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 50px;
    }
}

@media (max-width: 600px) {
    .headerbg .navbar-brand img {
        height: 79px !important;
        padding: 0;
    }
}

.headerbg {
    z-index: 200;
    position: relative;
    transition: 0.8s;
    padding: 0 0 20px;
}

.headerbg .navbar-brand {
    margin-top: -46px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 50px;
}

.headerbg .navbar-brand img {
    padding: 10px;
    height: 220px;
    transition: 0.6s;
}

.sidenav {
    z-index: 1001;
    transition: 0.3s;
    top: 0;
    right: -350px;
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidenav::-webkit-scrollbar {
    display: none;
}

.sidenav.active {
    right: 0;
}

.sidenav .navbar-nav>.nav-item .nav-link,
.sidenav a {
    color: #fff;
    font-weight: 500;
}

.sidenav .navbar-nav>.nav-item .nav-link:hover,
.sidenav a:hover:not(.btn, .sharesocial li a) {
    color: #b9d432;
}

.sidenav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.sidenav .navbar-nav .nav-item.active .nav-link {
    background-color: #b9d432;
}

.sidenav .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidenav .border-bottom {
    border-color: #ffffff20 !important;
}

.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: 0;
}

.sidenav .navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: 0.1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #000057;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.sidenav .navbar-nav .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}

.sidenav .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 30px;
}

.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #b9d432;
    color: #fff;
}

.sidenav .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidenav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-primary {
    background-color: #b9d432 !important;
}

img.img-22 {
    position: absolute;
    top: 10%;
    right: 6%;
    animation: top-bottom 3s infinite;
}

img.img-33 {
    position: absolute;
    top: 30%;
    left: 47%;
    animation: top-bottom 2s infinite;
}

img.img-44 {
    position: absolute;
    top: 22%;
    transform: rotate(78deg);
    left: -76px;
}

@media (max-width: 1200px) {
    img.img-22 {
        display: none;
    }

    img.img-33 {
        display: none;
    }

    img.img-44 {
        display: none;
    }
}

.logo>p {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
}

footer {
    background-size: contain;
    padding-top: 50px !important;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    background-image: url(../img/hero.png);
    background-color: #fff8e5;
}

.logo>p {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}

footer .phone {
    margin-bottom: 12px;
}

.phone {
    display: flex;
    align-items: center;
}

footer .phone i {
    height: 50px !important;
    background-color: #b9d432;
    width: 50px !important;
    border-radius: 50%;
    font-size: 25px;
}

.phone i {
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.logo .phone a,
.logo .phone p {
    color: #666;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}

.widget-title {
    position: relative;
}

.widget-title h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.widget-title .boder {
    width: 65px;
    height: 3px;
    margin-bottom: 50px;
    margin-left: 0;
    background-color: var(--main-color);
}

.boder {
    display: block;
    width: 1px;
    height: 405px;
    background-color: #c9c9c9;
    margin: 0px 30px;
}

.widget-title li:not(:last-child) {
    padding-bottom: 20px;
}

.widget-title li i {
    color: var(--main-color);
}

.widget-title li a {
    color: #555;
    margin-left: 15px;
    padding-bottom: 6px;
    font-weight: 600;
    transition: 0.5s;
}

.widget-title li a:hover {
    color: var(--main-color);
}

.working-hours {
    background-color: #fff;
    padding: 40px;
    margin-top: -40px;
    z-index: 2;
    position: relative;
}

.working-time h6 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    border-bottom: 3px dashed #dedede;
    padding-bottom: 20px;
}

.working-hours span:not(:last-child) {
    color: var(--main-color);
}

.call-us {
    display: flex;
    align-items: center;
    font-weight: 600;
    border-bottom: 3px dashed #dedede;
    padding-bottom: 20px;
    padding-top: 20px;
}

.call-us img {
    margin-right: 20px;
}

.call-us a {
    font-size: 26px;
    display: block;
    font-weight: bold;
    color: var(--main-color);
}

@media (max-width: 576px) {
    .call-us a {
        font-size: 22px;
    }

    .widget-title {
        margin-bottom: 30px;
    }
}

ul.social-icon {
    position: relative;
    z-index: 1;
}

ul.social-icon {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.working-time ul.social-icon li {
    padding-bottom: 0;
}

.widget-title li:not(:last-child) {
    padding-bottom: 20px;
}

ul.social-icon li {
    margin-right: 6px;
}

.widget-title li a {
    color: #555;
    margin-left: 15px;
    padding-bottom: 6px;
    font-weight: 600;
}

ul.social-icon i {
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 18px;
    color: black;
    padding: 0;
    background-color: #b9d432;
}

/* Working Hours Info Styling */
.working-hours-info {
    margin-bottom: 25px;
}

.hours-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.hours-info-item:last-child {
    border-bottom: none;
}

.hours-info-item:hover {
    padding-left: 5px;
}

.info-icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6f6ff 0%, #e8e8ff 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.hours-info-item:hover .info-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--main-color) 0%, #1a1a8a 100%);
}

.info-content {
    flex: 1;
}

.info-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    font-weight: 500;
}

.info-content p:first-child {
    margin-bottom: 5px;
}

.info-note {
    font-size: 14px !important;
    color: #777 !important;
    font-weight: 400 !important;
    font-style: italic;
    margin-top: 8px !important;
}

.hours-info-item:first-child .info-content p {
    color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 576px) {
    .hours-info-item {
        padding: 15px 0;
        gap: 12px;
    }
    
    .info-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    
    .info-content p {
        font-size: 14px;
    }
    
    .hours-info-item:first-child .info-content p {
        font-size: 15px;
    }
}

/* Inspection Notice Card Styling */
.inspection-notice-card {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
    border: 2px solid #ff9800;
    border-left: 5px solid #ff9800;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.inspection-notice-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%);
}

.inspection-notice-card:hover {
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.25);
    transform: translateY(-2px);
}

.inspection-icon-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.inspection-icon-wrapper i {
    color: #fff;
    font-size: 22px;
}

.inspection-title {
    color: #e65100;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.inspection-title i {
    color: #ff9800;
}

.inspection-text {
    color: #5d4037;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
}

.inspection-text strong {
    color: #e65100;
    font-weight: 700;
}

@media (max-width: 576px) {
    .inspection-notice-card {
        padding: 15px;
    }
    
    .inspection-icon-wrapper {
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 12px;
    }
    
    .inspection-icon-wrapper i {
        font-size: 20px;
    }
    
    .inspection-title {
        font-size: 16px;
    }
    
    .inspection-text {
        font-size: 14px;
    }
}

/* Success Order Card Styling */
.success-order-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.success-order-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #28a745 0%, #20c997 50%, #28a745 100%);
    background-size: 200% 100%;
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.success-order-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.success-icon-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
    animation: checkmarkPop 0.6s ease-out;
    position: relative;
}

.success-checkmark::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    opacity: 0.3;
    animation: ripple 2s infinite;
}

@keyframes checkmarkPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.success-checkmark i {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.success-title {
    color: #28a745;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--primery-font, inherit);
}

.success-message {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.success-actions {
    margin-top: 30px;
}

.success-actions .btn {
    min-width: 200px;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.success-actions .btn-primary {
    background: linear-gradient(135deg, var(--main-color) 0%, #1a1a8a 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 72, 0.3);
}

.success-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 72, 0.4);
}

.success-actions .btn-outline-primary {
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.success-actions .btn-outline-primary:hover {
    background: var(--main-color);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .success-order-card {
        padding: 40px 30px;
    }
    
    .success-checkmark {
        width: 80px;
        height: 80px;
    }
    
    .success-checkmark i {
        font-size: 40px;
    }
    
    .success-title {
        font-size: 28px;
    }
    
    .success-message {
        font-size: 16px;
    }
    
    .success-actions .btn {
        min-width: 100%;
    }
}

@media (max-width: 576px) {
    .success-order-card {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .success-checkmark {
        width: 70px;
        height: 70px;
    }
    
    .success-checkmark i {
        font-size: 35px;
    }
    
    .success-title {
        font-size: 24px;
    }
    
    .success-message {
        font-size: 15px;
    }
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
}

@media (max-width: 781px) {
    .copyright {
        display: flex;
        flex-direction: column-reverse;
    }

    .copyright a {
        border-radius: 10px;
    }
}

.copyright span {
    color: var(--main-color);
    font-weight: bolder;
}

.header .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 20px;
}

.package figure>img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    padding: 12px;
    border: 3px dashed #b9d432;
}

@media (max-width: 1400px) {
    .package figure>img {
        width: 230px !important;
        height: 230px !important;
        margin-bottom: 20px !important;
    }
}

.package-text>i {
    display: flex;
    align-items: center;
    background-color: #b9d432;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 20px;
    margin-top: -80px;
    position: relative;
    transform: translatey(5px);
    transition: 0.6s;
}

.package:hover .package-text>i {
    transform: rotatey(180deg) translatey(5px);
}

@media (max-width: 1200px) {
    .package-text h3 {
        font-size: 14px;
    }

    .package-text>i {
        transform: translate(60px, -10px);
    }

    .package:hover .package-text>i {
        transform: rotatey(180deg) translate(-60px, -10px);
    }
}

@media (max-width: 1400px) {
    .package-text h3 {
        font-size: 20px;
        padding-top: 2px;
    }
}

.package-text h3 {
    font-weight: bold;
    font-size: 26px;
    padding-top: 10px;
}

@media (max-width: 1200px) {
    ul.list li {
        font-size: 11px;
    }
}

@media (max-width: 1400px) {
    ul.list li {
        font-size: 13px;
    }
}

ul.list li {
    font-size: 15px;
    color: #555;
    padding-bottom: 12px;
    align-items: center;
    font-weight: 500;
}

ul.list li i {
    color: #b9d432;
    padding-right: 10px;
}

.package figure {
    width: 300px !important;
    height: 250px !important;
    margin: 0 auto 30px !important;
}

@media (max-width: 780px) {
    .package figure {
        width: 100%;
        height: 350px;
    }

    .copyright img {
        width: 100px;
        background: #b9d432;
        padding: 10px;
        border-radius: 14px;
    }
}

@media (max-width: 1200px) {
    .package figure {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .package figure {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .package figure {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 1200px) {
    .package figure {
        width: 100%;
        height: 400px;
    }
}

.main-btn {
    background-color: #b9d432;
    border: 2px solid #b9d432;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 65px;
    color: white;
    font-weight: bold;
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 14px;
    transition: 0.5s;
    text-transform: capitalize;
    cursor: pointer;
}

.main-btn:hover {
    background-color: white;
    color: #b9d432;
}

.hero-shop {
    /* padding: 50px 0; */
    background-image: url(../img/hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-shop h2 {
    font-family: var(--primery-font);
    font-size: 60px;
    margin-bottom: 20px;
}

@media (max-width: 780px) {
    .hero-shop h2 {
        font-size: 40px;
    }
}

.shop {
    padding: 120px 0;
}

.items-number {
    margin-bottom: 40px;
}

.products-section .sidebar {
    padding: 30px 30px;
}

.sidebar {
    padding: 20px 20px;
    margin-bottom: 20px;
    border: 5px solid #b9d432;
}

.sidebar h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.boder-bar {
    display: block;
    width: 100px;
    height: 3px;
    margin-bottom: 30px;
    background-color: #fa441d;
}

ul.category li {
    border: 3px solid #f2f2f2;
    margin-top: 5px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

ul.category li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

ul.category li a span {
    border-left: 3px solid #f2f2f2;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: 0.4s;
}

ul.category li:hover span {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: white;
}

ul.category li:hover {
    border-color: var(--main-color);
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.filter-price {
    width: 100%;
}

.price-wrap {
    display: flex;
    justify-content: flex-start;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
}

.price-title {
    margin-right: 5px;
    color: var(--main-color);
}

.price-title {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}

.price-wrap #one,
.price-wrap #two {
    width: 60px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.price-wrap label {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.price-wrap_line {
    margin: 0 10px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}

.price-wrap #one,
.price-wrap #two {
    width: 47px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.price-wrap label {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgba(248, 247, 244, 0.2);
    padding-top: 15px;
}

.price-field input[type="range"] {
    position: absolute;
}

.price-field input[type="range"] {
    width: 100%;
    height: 5px;
    border: 0;
    outline: 0;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
    outline: 0;
}

.price-field input[type="range"]::-ms-track {
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: #fa441d;
    border-color: #fa441d;
    color: transparent;
    border-radius: 5px;
}

.price-field input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-top: -5px;
    background-color: #fff;
    border: 5px solid var(--main-color);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 5px;
}

.price-field input[type="range"]::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 5px;
}

.price-field input[type="range"]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
}

.button {
    background-color: var(--main-color);
    display: inline-block;
    padding: 16px 40px;
    border-radius: 65px;
    color: white;
    font-weight: bold;
    width: auto;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    border: none;
}

.top-products li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-products li img {
    border: 3px solid #f2f2f2;
    padding: 12px;
    margin-right: 20px;
}

.top-products a {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    display: block;
}

.top-products span {
    font-weight: 800;
    font-size: 14px;
}

.dropdown-btn {
    border: 3px solid var(--main-color);
    background-color: white;
    padding: 10px 50px 10px 20px;
    border-radius: 40px;
    position: relative;
    transition: 0.5s;
}

.dropdown-btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 12px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    background-color: var(--main-color);
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.dropdown-btn[aria-expanded="true"]::after {
    transform: rotate(180deg) translateY(-50%);
}

.dropdown-item {
    color: #555555;
    transition: 0.5s;
    padding: 10px 90px 10px 20px;
}

@media (max-width: 750px) {
    .dropdown-btn::after {
        width: 30px;
        height: 30px;
    }

    .dropdown-btn {
        font-size: 12px;
    }

    .dropdown-item {
        font-size: 12px;
    }
}

.product-info-section {
    padding: 12px 0;
    background-color: #ffeded;
}

.nav-pills .nav-link {
    border: none;
}

.nav-pills {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.nav-pills li {
    position: relative;
    border: none;
    margin-bottom: 10px;
}

.nav-pills li a {
    width: 80px;
    height: 80px;
    display: flex;
    padding: 8px !important;
    background-color: #fff;
    justify-content: center;
    border: 3px solid white;
    margin: 0;
}

.nav-pills li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-pills .nav-link {
    border: 5px solid white;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: white;
    border: 2px solid var(--main-color);
    border-radius: 0;
    overflow: hidden;
}

.product-info-section {
    padding: 12px 0;
    background-color: #e9f8d8;
}

.pd-main-img {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.tab-pane {
    width: 415px;
}

.product-info .start {
    background-color: #b9d432;
    padding: 5px 8px;
}

.product-info .start i {
    font-size: 12px;
    color: #000;
    padding: 0 2px;
}

.product-info span {
    padding-left: 12px;
    font-weight: bold;
    color: #333;
}

.product-info h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.stock {
    display: flex;
    align-items: center;

}

form.variations_form span {
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

form.variations_form ins span {
    font-size: 26px;
    color: var(--main-color);
}

.variations_form h6 span {
    color: white;
    background-color: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: fit-content;
    margin-bottom: 20px;
}

form.variations_form ins {
    text-decoration: none;
    gap: 20px;
}

.quantity {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.quantity h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

form.variations_form input.input-text {
    width: 44%;
    padding: 10px;
    border: 3px solid var(--main-color);
    margin-left: 20px;
    outline: none;
    font-weight: bold;
}

form.variations_form .add-to-cart {
    display: flex;
    opacity: 1;
    position: relative;
    margin-top: 20px;
}

.add-to-cart a.button {
    border-radius: 0;
    padding: 16px 25px;
}

ul.product_meta {
    margin-top: 25px;
}

ul.product_meta>li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

ul.pd-cat,
ul.pd-tag {
    padding-left: 10px;
}

ul.product_meta li a {
    color: #555;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 800px) {
    .pd-gallery {
        flex-direction: column;
    }

    .nav-pills {
        flex-direction: row;
        margin: 0;
        justify-content: space-between;
    }

    .nav-pills li a {
        width: 100px;
        height: 105px;
    }

    .pd-main-img {
        padding: 20px;
    }

    .tab-pane {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .tab-pane {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .healthy-product h6 {
        font-size: 18px;
    }

    .healthy-product a {
        font-size: 14px;
    }
}

.mt-70 {
    margin-top: 70px;
}

ul.specification li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-weight: bold;
    background-color: #f5f5f5;
}

ul.specification li h6 {
    color: #000;
    padding: 24px 44px;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 0;
    font-weight: bold;
    border: 3px solid #b9d432;
    background-color: #fff;
}

@media (max-width: 768px) {
    ul.specification li h6 {
        width: 160px;
        padding: 24px 20px;
    }

}

.table thead tr {
    background-color: #feda46 !important;
}

.table thead {
    border: 10px solid transparent;
}

table.table {
    background-color: #f5f5f5;
}

.table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table tr:nth-child(odd) {
    background-color: #fff;
}

.table .noBorder {
    border: none !important;
}

.table> :not(caption)>*>* {
    padding: 16px 1.5rem;
}

#increment,
#decrement {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.services .tab-pane {
    width: 100%;
}

.services .nav-link {
    padding: 6px 14px !important;
    color: var(--main-color);
}

@media (max-width: 780px) {
    .services .nav-link {
        padding: 6px 4px !important;
        font-size: 11px;
        font-weight: bold;
    }
}

.services .nav-link:hover {
    color: #b9d432;
}

.services .nav-link.active {
    color: #b9d432 !important;
}

.bg-light {
    background-color: #f9f5ff !important;
}

.form-control-lg {
    font-size: 16px;
}

.custom-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-left: 14px;
}

.custom-control-input {
    display: none;
}

.custom-control-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

.custom-control-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-control-input:checked+.custom-control-label::before {
    background-color: #000;
}

.custom-control-input:checked+.custom-control-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transition: width 0.3s, height 0.3s;
}

.note-box {
    background-color: #f8f9fa;
    border-left: 4px solid #b9d432;
    padding: 20px;
    margin-top: 20px;
}

.note-box p {
    margin: 0;
    font-weight: 600;
}

.note-box ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.form-select option {
    padding: 4px 2px 1px;
}

@media (max-width: 800px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

.quantity .custem-input input[type="number"] {
    -moz-appearance: textfield;
    border: none;
    outline: none;
    padding: 0;
    width: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
}

.custem-input #increment {
    padding: 0px;
    border-right: 1px solid #dee2e6;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: var(--main-color);
}

.custem-input #decrement {
    padding: 0;
    background-color: white;
    color: var(--main-color);
    border-left: 1px solid #dee2e6;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-item a {
    font-size: 17px;
    padding: 0;
    font-weight: 500;
    color: #010f49;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.nav-item a i {
    font-size: 14px;
}

.nav-item a span {
    margin-right: 8px;
}

.toggle-dropdown {
    transition: transform 0.3s ease;
}

.dropdown:hover .toggle-dropdown {
    transform: rotate(180deg);
}

.dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color, #fff);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.dropdown ul li {
    min-width: 200px;
}

.dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color, #010f49);
    display: block;
}

#mySidenav .dropdown ul a {
    color: white;
}

.dropdown ul a i {
    /* font-size: 12px; */
}

.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color, #b9d432);
    background-color: var(--nav-dropdown-hover-bg-color, #f0f0f0);
}

.dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: opacity 0.3s ease, left 0.3s ease;
}

.dropdown .dropdown:hover>ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}

/* Improved z-index handling */
.dropdown ul {
    z-index: 1000;
}

.dropdown .dropdown ul {
    z-index: 999;
}

/* Additional styling for better appearance */
.nav-item {
    position: relative;
}

.nav-item a {
    display: flex;
    align-items: center;
}

.nav-item a span {
    margin-right: 5px;
}

.offcanvas-body {
    padding: 20px;
}

.offcanvas-body ul li img {
    width: 75px;
}

.offcanvas-body .cust {
    background-color: #e5e5e5;
}

.close-btn {
    top: -10px;
    left: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas-body .view {
    padding: 8px 40px;
    outline: none;
    border: 3px solid gray;
    background-color: white;
    color: #000;
    transition: 0.5s;
}

.offcanvas-body .view:hover {
    border-color: black;
    background-color: #000;
    color: white;
}

.offcanvas-body .checkout {
    padding: 8px 40px;
    outline: none;
    border: 3px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
    transition: 0.5s;
}

.offcanvas-body .checkout:hover {
    background-color: white;
    color: var(--main-color);
}

@media (max-width: 780px) {

    .offcanvas-body .view,
    .offcanvas-body .checkout {
        padding: 6px 30px;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #b9d432 !important;
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 3px solid var(--main-color);
    outline: none;
    background-color: white;
    color: var(--main-color);
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.add-to-cart-details {}

.product-img {
    width: 80px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.custem-input-cart {
    width: 100px;
    display: flex;
    align-items: center;
}

.custem-input-cart span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000;
}

.custem-input-cart input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    background-color: #f8f9fa;
}

.custem-input-cart .cursor-pointer {
    cursor: pointer;
}

.custem-input-cart .fa-plus,
.custem-input-cart .fa-minus {
    color: #007bff;
    font-size: 14px;
}

@media (max-width: 767px) {
    .product-img {
        width: 60px;
    }

    .custem-input-cart {
        width: 80px;
    }

    .custem-input-cart span,
    .custem-input-cart input {
        width: 25px;
        height: 25px;
    }

    .custem-input-cart .fa-plus,
    .custem-input-cart .fa-minus {
        font-size: 12px;
    }
}

.product-img {
    width: 80px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.custem-input-cart {
    width: 100px;
    display: flex;
    align-items: center;
}

.custem-input-cart span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000;
}

.custem-input-cart input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    background-color: #f8f9fa;
}

.custem-input-cart .cursor-pointer {
    cursor: pointer;
}

.custem-input-cart .fa-plus,
.custem-input-cart .fa-minus {
    color: #007bff;
    font-size: 14px;
}

@media (max-width: 800px) {
    .product-img {
        width: 60px;
    }

    .custem-input-cart {
        width: 80px;
    }

    .custem-input-cart span,
    .custem-input-cart input {
        width: 25px;
        height: 25px;
    }

    .custem-input-cart .fa-plus,
    .custem-input-cart .fa-minus {
        font-size: 12px;
    }

    .tr-none {
        display: none;
    }
}

.sharesocial li a {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    background-color: var(--main-color);
    /* margin-left: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

@media (max-width: 768px) {
    header .links {
        display: none !important;
    }

    header .search-btn {
        flex-direction: column-reverse;
    }

    header .search-btn .search {
        margin-top: 10px;
    }

    header a img {
        width: 90px;
    }

    .hero-text {
        text-align: center;
        padding-top: 80px;
        display: flex;
        height: fit-content;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-text h3 {
        color: #555555;
        padding-top: 14px;
        padding-bottom: 30px;
        line-height: 38px;
    }
}

.btn,
.form-control {
    font-size: 15px !important;
}

.dropdown a+ul li a {
    margin: 0;
}

.dropdown ul li a+ul li a {
    margin: 0;
}

.img-sticky-top {
    position: sticky;
    top: 20px;
}

table {
    border: 5px solid #f1f1f1;
}

th,
td {
    padding: 20px;
    vertical-align: middle;
}

thead th {
    background-color: #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    font-weight: bold;
}

tbody tr {
    border-bottom: 1px solid #dee2e6;
}

tbody tr:last-child {
    border-bottom: none;
}

.slick-dots li button {
    background-color: var(--main-color);
}

@media (max-width: 576px) {}

.blog .box-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.blog .box-img a img {
    transition: 0.5s;
}

.blog .box-img a img:hover {
    transform: scale(1.1);
}

.blog h4 a {
    font-size: 30px;
    color: var(--main-color);
    font-weight: bolder;
    margin-bottom: 5px;
    transition: 0.3s;
}

.blog h4 a:hover {
    color: #b9d432;
}

.blog .personal-info span {
    color: #677279;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.blog .personal-info span:first-child {
    margin-right: 15px;
}

.blog .personal-info span:first-child::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 4px;
    width: 5px;
    height: 5px;
    background-color: #67727952;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .blog h4 a {
        font-size: 22px;
    }

    .blog .personal-info span {
        font-size: 14px;
    }
}

.blog .form-header {
    padding: 30px 20px;
    background-color: var(--main-color);
}

.blog .form-header input {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: bolder;
}

.blog .form-header button {
    padding: 11px 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.blog .form-header input:focus {
    box-shadow: 0 0 0 0.2rem #b9d432 !important;
    border-color: #b9d432;
    outline-color: #b9d432;
}

.blog ul li a {
    width: 30px;
    height: 30px;
    background-color: gray;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

.blog .contact h3 {
    color: var(--main-color);
}

@media (max-width: 771px) {
    .search-btn {
        align-items: end !important;
    }
}

header .form-control {
    width: 380px !important;
}

@media (max-width: 771px) {
    header .form-control {
        width: 200px !important;
    }

    .stock h6 span {
        padding-left: 40px;
    }
}

.add-to-cart.details a.button {
    width: fit-content;
}

.pd-main-img {
    position: relative;
}

.information .item .item-name {
    border: 2px solid orange;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.form-check-input:checked {
    background-color: #b9d432 !important;
    border-color: #b9d432 !important;
}

.form-check-input:focus {
    border-color: #b9d43232;
    outline: 0;
    box-shadow: 0 0 0 0.25rem hwb(70 20% 17% / 0.25) !important;
}

.hero-shop a:hover {
    color: #fa441d;
}


.form-style form {
    background-color: #b9d432;
    padding: 100px;
    border-radius: 20px;
}

.form-style form .form-control {
    border-radius: 50px;
    padding: 25px;
}

.form-style form button {
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: bolder;
    background-color: #fa441d;
    color: white;
    border: 3px solid #fff
}

.form-style form button:hover {
    border-color: #fa441d;
    color: #fa441d;
    background-color: white;
}

.form-style form h3 {
    color: var(--main-color);
    text-align: center;
}

section.about .about-text h2 {
    font-size: 60px;
    font-family: var(--primery-font);
    margin-bottom: 20px;
}

section.about .about-text h2 span {
    color: #fa441d;
}

section.about .about-text p {
    font-size: 18px;
    margin-bottom: 14px;
}

section.about .about-img img {
    width: 85%;
}


@media (max-width: 991px) {
    section.about .about-text h2 {
        font-size: 40px;
    }

    section.about .about-text p {
        font-size: 16px;
    }
}

.team .team-working {
    position: relative;
    padding: 70px 54px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    margin: 105px 10px 0;
    transition: 0.4s;


}


.team .team-working:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 54px;
    border-radius: 50%;
    left: 0;
    top: -10%;
    transform: rotate(341deg);
    background-color: #f8f8f8;
    transition: 0.4s;
}

.team .team-working img {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -35%;
}

.team .team-working svg {
    position: absolute;
    right: -9px;
    top: -38%;
}

.team .team-working span {
    display: block;
    font-weight: 600;
}

.team .team-working h4 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 24px;
}

.team ul.social-icon {
    display: flex;
    gap: 5px;
    justify-content: start;
}

.team ul.social-icon li {
    margin-right: 6px;
}

.team ul.social-icon i {
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 18px;
    color: black;
    padding: 0;
    background-color: #b9d432;
}

.team .team-working:hover {
    border-color: #fa441d;
}

.team .team-working:hover::before {
    background-color: #fa441d;
}

.team .team-working:hover svg {
    transform: rotate(360deg);
    transition: 4s all;
}

.client-section {
    padding: 60px 120px;
    background-image: url(../img/revews.jpg);
}

@media (max-width: 991px) {
    .client-section {
        padding: 60px 10px;
    }
}

.client-section .client-text {
    position: absolute;
    top: 16%;
    text-align: center;
    width: 76%;
    margin: auto;
    left: 12%;
}

.client-section .client-text ul.star {
    color: #feda46;
    position: relative;
    display: flex;
    width: fit-content;
    background-color: transparent;
    font-size: 18px;
    margin: auto;
    margin-bottom: 10px;
}

.client-section ul.star li {
    letter-spacing: 0px;
    line-height: 12px;
    font-size: 12px;
    padding: 0 2px;
}

.client-section .client-text ul.star li {
    letter-spacing: 10px;
    font-size: 18px;
}

.client-section .client-text p {
    padding-bottom: 20px;
    font-size: 20px;
}

.client-section .client-text h4 {
    font-weight: bold;
    font-size: 26px;
}

@media (max-width: 576px) {

    .client-section h2 {
        font-size: 30px;
    }

    .client-section .client {
        margin-bottom: 20px;
    }

    .client-section .client-text {
        position: relative;
        text-align: center;
        margin: 0;
    }

    .client-section .client img {
        display: none;
    }
}

.gallery .gallery-img {
    position: relative;
    cursor: pointer;
}

.gallery .gallery-img::after {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.4s;
}

.gallery .gallery-img:hover::after {
    opacity: 1;
}

/* Style for navigation buttons */
.modal-body {
    position: relative;
}

.btn {
    z-index: 10;
}

#prevBtn {
    left: -30%;
    background: #94bb00;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: white;
    font-size: 20px !important;
}

#nextBtn {
    right: -30%;
    background: #94bb00;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: white;
    font-size: 20px !important;
}

.lens {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid black;
    background-color: rgba(248, 247, 244, 0.6);
    display: none;
}

.zoom-result {
    width: 525px;
    height: 500px;
    position: absolute;
    top: -3%;
    left: 135%;
    border: 2px solid black;
    background-color: #fff;
    z-index: 1000;
    display: none;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
    /* .lens {
    display: none !important;
  } */

    /* .zoom-image {
    display: none !important;
  } */
}