*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    font-size: inherit;
    margin: 0;
    padding: 0
}

ol li, ul li {
    list-style: none
}

a {
    display: inline-block;
    text-decoration: none
}

img, svg, video {
    display: block;
    height: 100%;
    width: 100%
}

.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.container {
    margin: 0 auto;
    padding: 0 15px
}

.container {
    max-width: 1200px
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px
    }
}

@media (min-width: 567px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-block {
    display: inline-block
}

.d-grid {
    display: -ms-grid;
    display: grid
}

@media (min-width: 768px) {
    .md-d-none {
        display: none
    }
}

@media (min-width: 992px) {
    .lg-d-none {
        display: none
    }
}

@media (max-width: 991px) {
    .lg-max-d-none {
        display: none
    }
}

.round-4 {
    border-radius: 4px
}

.round-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.round-b-4 {
    border-bottom-left-radius: 4px
}

.round-b-4 {
    border-bottom-right-radius: 4px
}

.round-6 {
    border-radius: 6px
}

.round-t-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.round-tl-6 {
    border-top-left-radius: 6px
}

.round-bl-6 {
    border-bottom-left-radius: 6px
}

.round-8 {
    border-radius: 8px
}

.round-tr-8 {
    border-top-right-radius: 8px
}

.round-tl-8 {
    border-top-left-radius: 8px
}

.round-cricle {
    border-radius: 50%
}

.fs-12 {
    font-size: .75rem
}

.fs-14 {
    font-size: .875rem
}

.fs-16 {
    font-size: 1rem
}

.fs-18 {
    font-size: 1.125rem
}

.fs-20 {
    font-size: 1.25rem
}

.fs-24 {
    font-size: 1.5rem
}

.fs-28 {
    font-size: 1.75rem
}

.fs-r-48 {
    font-size: clamp(1.5rem, calc(.75rem + 3vw), 3rem)
}

.fs-r-60 {
    font-size: clamp(1.5rem, calc(.75rem + 3vw), 3.75rem)
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.line-normal {
    line-height: 1.5
}

.line-relaxed {
    line-height: 1.625
}

.line-big {
    line-height: 2
}

.p-1 {
    padding: 2px
}

.p-2 {
    padding: 4px
}

.p-5 {
    padding: 10px
}

.p-8 {
    padding: 16px
}

.p-10 {
    padding: 24px
}

.pt-4 {
    padding-top: 8px
}

.pt-5 {
    padding-top: 10px
}

.pt-6 {
    padding-top: 12px
}

.pt-7 {
    padding-top: 14px
}

.pt-9 {
    padding-top: 20px
}

.pl-5 {
    padding-left: 10px
}

.pl-6 {
    padding-left: 12px
}

.pb-2 {
    padding-bottom: 4px
}

.pb-3 {
    padding-bottom: 6px
}

.pb-4 {
    padding-bottom: 8px
}

.pb-5 {
    padding-bottom: 10px
}

.pb-6 {
    padding-bottom: 12px
}

.pb-7 {
    padding-bottom: 14px
}

.pb-8 {
    padding-bottom: 16px
}

.pb-10 {
    padding-bottom: 24px
}

.pb-12 {
    padding-bottom: 32px
}

.pr-2 {
    padding-right: 4px
}

.pr-4 {
    padding-right: 8px
}

.pr-5 {
    padding-right: 10px
}

.px-2 {
    padding-left: 4px;
    padding-right: 4px
}

.px-3 {
    padding-left: 6px;
    padding-right: 6px
}

.px-4 {
    padding-left: 8px;
    padding-right: 8px
}

.px-5 {
    padding-left: 10px;
    padding-right: 10px
}

.px-6 {
    padding-left: 12px;
    padding-right: 12px
}

.px-8 {
    padding-left: 16px;
    padding-right: 16px
}

.px-10 {
    padding-left: 24px;
    padding-right: 24px
}

.px-13 {
    padding-left: 36px;
    padding-right: 36px
}

.px-14 {
    padding-left: 40px;
    padding-right: 40px
}

.py-2 {
    padding-bottom: 4px;
    padding-top: 4px
}

.py-3 {
    padding-bottom: 6px;
    padding-top: 6px
}

.py-4 {
    padding-bottom: 8px;
    padding-top: 8px
}

.py-5 {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-6 {
    padding-bottom: 12px;
    padding-top: 12px
}

.py-7 {
    padding-bottom: 14px;
    padding-top: 14px
}

.py-8 {
    padding-bottom: 16px;
    padding-top: 16px
}

.py-9 {
    padding-bottom: 20px;
    padding-top: 20px
}

.py-10 {
    padding-bottom: 24px;
    padding-top: 24px
}

.m-1 {
    margin: 2px
}

.mt-6 {
    margin-top: 12px
}

.mt-8 {
    margin-top: 16px
}

.mt-9 {
    margin-top: 20px
}

.mt-10 {
    margin-top: 24px
}

.mt-14 {
    margin-top: 40px
}

.ml-3 {
    margin-left: 6px
}

.mb-1 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 6px
}

.mb-4 {
    margin-bottom: 8px
}

.mb-5 {
    margin-bottom: 10px
}

.mb-6 {
    margin-bottom: 12px
}

.mb-8 {
    margin-bottom: 16px
}

.mb-9 {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 24px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-5 {
    margin-bottom: 10px;
    margin-top: 10px
}

.my-10 {
    margin-bottom: 24px;
    margin-top: 24px
}

.gap-2 {
    gap: 4px
}

.gap-3 {
    gap: 6px
}

.gap-4 {
    gap: 8px
}

.gap-5 {
    gap: 10px
}

.gap-6 {
    gap: 12px
}

.gap-8 {
    gap: 16px
}

.gap-10 {
    gap: 24px
}

.gap-14 {
    gap: 40px
}

.gap-x-2 {
    row-gap: 4px
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.static {
    position: static
}

.sticky {
    position: sticky
}

.left-0 {
    left: 0
}

.left-3 {
    left: 6px
}

.right-0 {
    right: 0
}

.right--2 {
    right: -4px
}

.top-0 {
    top: 0
}

.top--1 {
    top: -2px
}

.bottom-0 {
    bottom: 0
}

.overflow-hidden {
    overflow: hidden
}

.btn, .icon-nav-base {
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0
}

.btn {
    height: initial
}

.icon-nav-base, .icon-nav-base span {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.icon-nav-base {
    display: none;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px
}

@media (max-width: 991px) {
    .icon-nav-base {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.icon-nav-base span {
    background-color: red;
    border-radius: 50px;
    height: 3px;
    position: absolute;
    width: 40px
}

.icon-nav-base span:first-child {
    top: 15px
}

.icon-nav-base span:nth-child(2) {
    top: 25px
}

.icon-nav-base span:nth-child(3) {
    top: 35px
}

.icon-nav-base.active span:first-child {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-nav-base.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translate(-50px)
}

.icon-nav-base.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

@-webkit-keyframes sticky {
    0% {
        opacity: 0;
        top: -100px
    }
    to {
        opacity: 1;
        top: 0
    }
}

@keyframes sticky {
    0% {
        opacity: 0;
        top: -100px
    }
    to {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes Pulse {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes Pulse {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

body {
    background-color: #fff;
    color: #535353;
    font-size: .9375rem;
    overflow-x: hidden
}

html[lang=en] {
    direction: ltr
}

html[lang=ar] {
    direction: rtl
}

@media (max-width: 580px) {
    p {
        font-size: .8125rem
    }
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background-color: #2e8b57;
    border-radius: 8px;
    height: 180px
}

::-webkit-scrollbar-track {
    background-color: #eaeaea
}

#CartShop .cartContainer .cartBox h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    font-size: .875rem;
    opacity: .8
}

#CartShop .cartContainer .massageEmpty {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-run:before, .btn-runBorder:before, .whatsAppBtn:after, .whatsAppBtn:before, footer .Footer-meta h4:before {
    content: "";
    position: absolute;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navBottom .navSearchForm .btnSearchSubmit, footer .Newsletter .box form .btnSendEmail {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#CartShop, .navBottom .navLinks.responsiveNavLinks {
    position: fixed;
    inset: 0;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 99999;
    max-width: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0
}

#CartShop::-webkit-scrollbar-thumb, .navBottom .navLinks.responsiveNavLinks::-webkit-scrollbar-thumb {
    background-color: transparent
}

#CartShop::-webkit-scrollbar-track, .navBottom .navLinks.responsiveNavLinks::-webkit-scrollbar-track {
    background-color: transparent
}

#CartShop::-webkit-scrollbar-button, .navBottom .navLinks.responsiveNavLinks::-webkit-scrollbar-button {
    height: 2px
}

.navBottom .open.navLinks.responsiveNavLinks, .open#CartShop, html[lang=en] #CartShop.open {
    -webkit-transform: translateX(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1
}

#CartShop .cartContainer .closeCart, .Model .CloseOrderModel, .Model .CloseViewModel {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 25px;
    aspect-ratio: 1;
    background-color: #2e8b57;
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#CartShop .cartContainer .closeCart:hover, .Model .CloseOrderModel:hover, .Model .CloseViewModel:hover {
    background-color: #3cb371;
    -webkit-box-shadow: 0 0 9px rgba(47, 47, 47, .4196078431);
    box-shadow: 0 0 9px #2f2f2f6b
}

#CartShop .cartContainer .closeCart svg, .Model .CloseOrderModel svg, .Model .CloseViewModel svg {
    width: 20px;
    margin: 0 auto;
    color: #fff
}

.Model#quickViewProductModel .showModel .imageGallery {
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.Model#quickViewProductModel .showModel .imageGallery .mainImg, .Model#quickViewProductModel .showModel .imageGallery figure {
    background-color: #f0f0f0;
    width: 100%;
    height: 100%
}

.Model#quickViewProductModel .showModel .imageGallery .mainImg img, .Model#quickViewProductModel .showModel .imageGallery .subImg img, .Model#quickViewProductModel .showModel .imageGallery figure img {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.Model#quickViewProductModel .showModel .imageGallery .subImg img {
    opacity: .6;
    border: 1px solid #e1e1e1;
    cursor: pointer
}

.Model#quickViewProductModel .showModel .imageGallery .subImg img.active, .Model#quickViewProductModel .showModel .imageGallery .subImg img:hover {
    opacity: 1;
    border: 1px solid #3cb371
}

@media (max-width: 991px) {
    .Model#quickViewProductModel .showModel .cardDetails {
        margin-top: 15px
    }
}

.Model#quickViewProductModel .showModel .cardDetails h3 {
    font-size: clamp(1.25rem, 1vw + 1.2rem, 1.75rem)
}

.Model#quickViewProductModel .showModel .cardDetails .price span {
    color: #2e8b57;
    font-size: clamp(1.5rem, 1vw + 1.1rem, 1.75rem)
}

.Model#quickViewProductModel .showModel .cardDetails .price .smallDel, .Model#quickViewProductModel .showModel .cardDetails .price del {
    opacity: .7
}

.Model#quickViewProductModel .showModel .cardDetails .des {
    opacity: .9;
    width: min(100%, 500px)
}

.Model#quickViewProductModel .showModel .cardDetails .name, .Model#quickViewProductModel .showModel .cardDetails label {
    min-width: 150px
}

.Model#quickViewProductModel .showModel .cardDetails .formGroup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Model#quickViewProductModel .showModel .cardDetails .formGroup select {
    height: 45px;
    width: 50%;
    outline: 0;
    border: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #f0f0f0;
    font-size: .875rem
}

.Model#quickViewProductModel .showModel .cardDetails .btn-run, .Model#quickViewProductModel .showModel .cardDetails .btn-runBorder {
    width: 100%;
    height: 50px
}

.navTop .socialMedia, footer .Newsletter .box .box-text p {
    opacity: .8
}

.navTop .socialMedia .btn-runBorder, .navTop .socialMedia .btn-runBorder:hover {
    border-color: transparent
}

.navTop .socialMedia svg {
    width: 20px;
    color: #535353
}

.navBottom {
    width: 100%
}

.navBottom .Logo {
    height: 60px
}

@media (max-width: 480px) {
    .navBottom .Logo {
        height: 40px
    }
}

.navBottom .icon-nav-base {
    width: 40px
}

.navBottom .icon-nav-base span {
    background-color: #2e8b57;
    width: 30px
}

.navBottom .icon-nav-base span:nth-child(2) {
    -webkit-transform: translateX(10px);
    transform: translate(10px)
}

.navBottom .icon-nav-base:hover span:nth-child(2) {
    -webkit-transform: translateX(0);
    transform: translate(0)
}

.navBottom .navLinks {
    z-index: 99999;
    gap: 50px;
}
.navBottom .navLinks .navLink{
    color: #2e8b57;
}

.navBottom .navLinks .navLink.active, .navBottom .navLinks .navLink:hover, footer .mobileFooter .mobileFooterList li a.active, footer .mobileFooter .mobileFooterList li a.active svg, footer .mobileFooter .mobileFooterList li a:hover, footer .mobileFooter .mobileFooterList li a:hover svg {
    color: #3cb371
}

.navBottom .navLinks.responsiveNavLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    width: 250px;
    padding: 20px;
    -webkit-transform: translateX(250px) scale(.8);
    transform: translate(250px) scale(.8)
}

.navBottom .navLinks.responsiveNavLinks li {
    padding-block: 15px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%
}

.navBottom .navLinks.responsiveNavLinks li .navLink {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transition-delay: calc(.1s * var(--i));
    transition-delay: calc(.1s * var(--i))
}

.navBottom .navLinks.responsiveNavLinks .btnCloseMenu {
    width: 100%;
    -webkit-margin-after: 15px;
    margin-block-end: 15px
}

.navBottom .navLinks.responsiveNavLinks .btnCloseMenu svg {
    width: 30px;
    padding: 5px 0;
    margin-inline: auto
}

.navBottom .navLinks.responsiveNavLinks.open {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translate(0) scale(1)
}

.navBottom .navLinks.responsiveNavLinks.open li .navLink {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1
}

.navBottom .navButtons svg {
    color: #535353
}

.navBottom .navButtons svg:hover, footer .Footer-meta a:hover {
    color: #3cb371;
    opacity: 1
}

.navBottom .navButtons .searchBtn {
    margin-right: -15px
}

@media (max-width: 480px) {
    .navBottom .navButtons {
        gap: 12px
    }

    .navBottom .navButtons svg {
        width: 30px
    }
}

.navBottom .navSearchForm {
    background-color: #f0f0f0;
    padding-block: 10px;
    width: 100%;
    z-index: 999;
    top: -80px;
    padding-inline: 15px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 1;
    -webkit-box-shadow: 0 13px 1.25rem rgba(110, 110, 110, .5);
    box-shadow: 0 13px 1.25rem #6e6e6e80
}

.navBottom .navSearchForm.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.navBottom .navSearchForm input {
    height: 50px;
    width: 100%;
    outline: 0;
    border: 1px solid #e1e1e1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #545454;
    font-size: 1rem;
    padding-inline: 10px
}

.navBottom .navSearchForm .btnSearchSubmit {
    left: 8px;
    background-color: #2e8b57;
    height: 40px;
    padding-inline: 10px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navBottom .navSearchForm .btnSearchSubmit svg {
    width: 28px;
    color: #fff
}

.navBottom .navSearchForm .btnSearchSubmit:hover, footer .Newsletter .box form .btnSendEmail:hover {
    background-color: #3cb371
}

.navBottom .dropDownAvatar .AvatarBtn .avatar {
    width: 50px;
    height: 50px
}

@media (max-width: 480px) {
    .navBottom .dropDownAvatar .AvatarBtn .avatar {
        width: 40px;
        height: 40px
    }
}

.navBottom .dropDownAvatar .AvatarBtn .avatar img {
    border-color: #e1e1e1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navBottom .dropDownAvatar #dropDownUser {
    top: 60px;
    right: -20px;
    min-width: 150px;
    font-size: .875rem;
    border-radius: 6px
}

.navBottom .dropDownAvatar #dropDownUser a svg {
    color: #2e8b57
}

.navBottom .dropDownAvatar #dropDownUser li:last-child a svg {
    color: #f32e2e
}

html[lang=en] .navBottom .navButtons .searchBtn {
    margin-right: 0
}

html[lang=en] .navBottom .navSearchForm .btnSearchSubmit {
    right: 8px;
    left: auto
}

html[lang=en] .navBottom .navLinks.responsiveNavLinks {
    -webkit-transform: translateX(-250px) scale(.8);
    transform: translate(-250px) scale(.8)
}

html[lang=en] .navBottom .navLinks.responsiveNavLinks.open {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translate(0) scale(1)
}

header {
    background: -webkit-gradient(linear, right top, left top, color-stop(61%, #fff), to(#f8fcf8));
    background: linear-gradient(270deg, #fff 61%, #f8fcf8);
    width: 100%
}

footer {
    min-height: 60dvh;
    padding-top: 6vh;
    margin-top: 5vh;
    background-color: #ecfaec;
    width: 100%
}

footer .footerLayout {
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))
}

@media (max-width: 767px) {
    footer .footerLayout {
        grid-template-columns:repeat(auto-fill, minmax(200px, 1fr))
    }
}

.dropDownBtn span, footer .Footer-meta h4 {
    display: inline-block;
    color: #222
}

footer .Footer-meta h4:before {
    width: 50%;
    height: 2px;
    background-color: #3cb371;
    bottom: 20px;
    right: 0
}

footer .Footer-meta a {
    opacity: .9
}

footer .Newsletter .box .box-text h5 {
    font-size: clamp(1.125rem, 1vw + .9rem, 1.5rem)
}

footer .Newsletter .box .box-icons svg {
    width: 48px
}

footer .Newsletter .box form .formGroup {
    width: 500px;
    max-width: 100%;
    height: 55px
}

footer .Newsletter .box form input {
    height: 100%;
    width: 100%;
    outline: 0;
    border: 1px solid #535353;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: transparent
}

footer .Newsletter .box form input::-webkit-input-placeholder {
    color: #535353
}

footer .Newsletter .box form input::-moz-placeholder {
    color: #535353
}

footer .Newsletter .box form input:-ms-input-placeholder {
    color: #535353
}

footer .Newsletter .box form input::-ms-input-placeholder {
    color: #535353
}

footer .Newsletter .box form input::placeholder {
    color: #535353
}

footer .Newsletter .box form input:hover {
    border-color: #2e8b57
}

footer .Newsletter .box form input:focus {
    border-color: #3cb371
}

footer .Newsletter .box form .btnSendEmail {
    background-color: #2e8b57;
    color: #fff;
    height: 55px;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px
}

@media (max-width: 768px) {
    footer .Newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 15px
    }
}

footer .copyright, footer .mobileFooter .mobileFooterList li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .copyright .paymentImg {
    max-width: 500px
}

.dropDownMenu li a:hover, footer .copyright a {
    color: #2e8b57
}

@media (max-width: 767px) {
    footer .copyright {
        padding-bottom: 12vh
    }
}

footer .mobileFooter {
    background-color: #fff;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 -8px 1.25rem rgba(110, 110, 110, .3);
    box-shadow: 0 -8px 1.25rem #6e6e6e4d
}

footer .mobileFooter .mobileFooterList {
    -ms-grid-columns:(70px) [ 4 ];
    grid-template-columns:repeat(4, 70px);
    -ms-grid-rows: 70px;
    grid-template-rows:70px
}

footer .Newsletter .box form .btnSendEmail, footer .mobileFooter .mobileFooterList li a {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

footer .mobileFooter .mobileFooterList li a svg {
    width: 30px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

@media (max-width: 480px) {
    footer .mobileFooter .mobileFooterList {
        -ms-grid-columns:(60px) [ 4 ];
        grid-template-columns:repeat(4, 60px);
        -ms-grid-rows: 60px;
        grid-template-rows:60px
    }

    footer .mobileFooter .mobileFooterList li a {
        font-size: .75rem
    }

    footer .mobileFooter .mobileFooterList li a svg {
        width: 24px
    }
}

html[lang=en] footer .Footer-meta h4:before {
    left: 0
}

html[lang=en] footer .Newsletter .box form .btnSendEmail {
    right: 0;
    left: auto
}

.dropDownBtn img {
    width: 24px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.dropDownBtn .dropDownArrow, .dropDownMenu li a, a, svg {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.dropDownBtn .dropDownArrow {
    color: #222;
    width: 20px
}

.dropDownBtn.open .dropDownArrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropDownMenu {
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 5px 1.25rem rgba(149, 148, 148, .2);
    box-shadow: 0 5px 1.25rem #95949433;
    top: 30px;
    height: 0;
    overflow: hidden;
    display: none
}

.dropDownMenu li {
    padding-bottom: 15px
}

.dropDownMenu li a, a, svg {
    color: #535353
}

.dropDownMenu li a img, .dropDownMenu li a svg {
    width: 22px;
    -o-object-fit: contain;
    object-fit: contain
}

.dropDownMenu.open {
    display: inline-block
}

.dropDownMenu li:first-child {
    padding-top: 15px
}

.mainHeading {
    border-bottom: 1px solid #e1e1e1
}

.mainHeading h2 {
    color: #fff;
    background-color: #3cb371;
    font-size: clamp(1.125rem, 1vw + 1.1rem, 1.75rem)
}

.mainHeading .swiper-button-next, .mainHeading .swiper-button-prev {
    width: 50px;
    height: clamp(46px, 3.4vw + 1.3rem, 50px)
}

.mainHeading .swiper-button-next:after, .mainHeading .swiper-button-prev:after {
    font-size: 1.875rem
}

.mainHeading .swiperBtn .swiper-button-next {
    right: auto;
    left: 60px
}

.mainHeading .swiperBtn .swiper-button-prev {
    left: 0
}

.mainHeading .swiperBtn .swiper-button-next, .mainHeading .swiperBtn .swiper-button-prev {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mainHeading .swiperBtn .swiper-button-next:after, .mainHeading .swiperBtn .swiper-button-prev:after {
    color: #2e8b57;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mainHeading .swiperBtn .swiper-button-next:hover, .mainHeading .swiperBtn .swiper-button-prev:hover {
    background-color: #3cb371;
    border-color: #3cb371
}

.btn-runBorder:hover a, .btn-runBorder:hover span, .btn-runBorder:hover svg, .mainHeading .swiperBtn .swiper-button-next:hover:after, .mainHeading .swiperBtn .swiper-button-prev:hover:after, .mainHeading2 .swiperBtn .swiper-button-next:hover:after, .mainHeading2 .swiperBtn .swiper-button-prev:hover:after {
    color: #fff
}

.mainHeading2 h2 {
    line-height: 1.2;
    color: #fff
}

.mainHeading2 .WorldColor, .mainHeading2 .subTitle {
    color: #3cb371
}

.mainHeading2 .swiperBtn {
    top: 50px
}

.mainHeading2 .swiperBtn .swiper-button-next {
    right: 0
}

.mainHeading2 .swiperBtn .swiper-button-prev {
    left: auto;
    right: 60px
}

.mainHeading2 .swiperBtn .swiper-button-next, .mainHeading2 .swiperBtn .swiper-button-prev {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: .8
}

.mainHeading2 .swiperBtn .swiper-button-next:after, .mainHeading2 .swiperBtn .swiper-button-prev:after {
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    font-size: 1.5rem
}

.mainHeading2 .swiperBtn .swiper-button-next:hover, .mainHeading2 .swiperBtn .swiper-button-prev:hover {
    background-color: #3cb371;
    border-color: #3cb371;
    opacity: 1
}

.mainHeading h2, .mainHeading2 h2 {
    width: auto;
    letter-spacing: .0625rem
}

html[lang=en] .mainHeading .swiperBtn .swiper-button-next {
    right: 0;
    left: auto
}

html[lang=en] .mainHeading .swiperBtn .swiper-button-prev {
    right: 60px;
    left: auto
}

html[lang=en] .mainHeading2 .swiperBtn .swiper-button-next {
    right: auto;
    left: 60px
}

html[lang=en] .mainHeading2 .swiperBtn .swiper-button-prev {
    right: auto;
    left: 0
}

#CartShop {
    width: 500px;
    -webkit-transform: translateX(500px) scale(.8);
    transform: translate(500px) scale(.8);
    -webkit-padding-start: 7px;
    padding-inline-start: 7px
}

#CartShop .cartContainer {
    width: 100%;
    height: 100%;
    -ms-grid-rows: 70px 1fr 50px;
    grid-template-rows:70px 1fr 50px
}

#CartShop .cartContainer .cartBox {
    background-color: #ecfaec;
    color: #535353;
    margin-bottom: 5px;
    -ms-grid-columns: 1fr 150px 1fr 100px;
    grid-template-columns:1fr 150px 1fr 100px
}

@media (max-width: 492px) {
    #CartShop .cartContainer .cartBox {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

#CartShop .cartContainer .cartBox .cartImg {
    height: 117px
}

#CartShop .cartContainer .cartBox .cartImg img {
    -o-object-fit: contain;
    object-fit: contain
}

#CartShop .cartContainer .cartBox .delete {
    width: 50px;
    height: 35px;
    background-color: #e15757;
    border-radius: 0 100% 100% 0/100% 0
}

#CartShop .cartContainer .cartBox .delete svg {
    width: 24px;
    color: #fff;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px
}

#CartShop .cartContainer .actions {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 5px;
    width: 100%;
    margin-bottom: 10px
}

#CartShop .cartContainer .actions .btn-run a, #CartShop .cartContainer .actions .btn-runBorder a, .pro-1 a {
    width: 100%;
    height: 100%
}

#CartShop .cartContainer .actions .btn-run:before, #CartShop .cartContainer .actions .btn-runBorder:before {
    border-radius: 4px
}

#CartShop .cartContainer .massageEmpty {
    display: none
}

#CartShop .cartContainer .massageEmpty.open, .btn-run span {
    display: inline-block
}

html[lang=en] #CartShop {
    -webkit-transform: translateX(-500px) scale(.8);
    transform: translate(-500px) scale(.8)
}

html[lang=en] #CartShop .cartContainer .cartBox .delete {
    right: 0;
    left: auto;
    border-radius: 0 100%/0 0 100% 100%
}

.pro-1 {
    height: clamp(21.125rem , 19.71rem + 6.471vw , 24.563rem);
    border: 1px solid #e1e1e1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #ffffffb3
}

.pro-1 .cardButtons {
    right: 10px
}

.pro-1 .cardButtons .iconButton, .pro-1 .cardButtons .iconButton span {
    background-color: #2e8b57;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.pro-1 .cardButtons .iconButton {
    -webkit-transform: translateX(50px) scale(.9);
    transform: translate(50px) scale(.9);
    z-index: 1
}

.pro-1 .cardButtons .iconButton svg {
    width: 24px;
    color: #fff
}

.pro-1 .cardButtons .iconButton span {
    right: 43px;
    white-space: nowrap;
    height: 40px;
    color: #fff;
    -webkit-transform: translateX(50px) scale(0);
    transform: translate(50px) scale(0);
    visibility: hidden
}

.pro-1 .cardButtons .iconButton:hover {
    background-color: #3cb371;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: visible
}

.pro-1 .cardButtons .iconButton:hover span {
    background-color: #3cb371;
    -webkit-transform: translateX(0) scale(1);
    transform: translate(0) scale(1);
    visibility: visible;
    opacity: 1
}

.pro-1 .cardButtons .iconButton:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.pro-1 .cardButtons .iconButton:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.pro-1 .cardButtons .iconButton.BtnDelete {
    background-color: #f32e2e;
    top: 50px
}

.pro-1 .cardButtons .iconButton.BtnDelete span {
    background-color: #f32e2e
}

.pro-1 .proImg-1 {
    height: clamp(200px, 25vw + 2rem, 250px)
}

.pro-1 .proImg-1 .Status, .pro-1 .proImg-1 .discount {
    background-color: #f32e2e;
    color: #fff
}

.pro-1 .proImg-1 .Status.new {
    background-color: #3292e0
}

.pro-1 .proImg-1 .Status.out {
    background-color: #222
}

.pro-1 .proImg-1 .Status.delivered {
    background-color: #d69121
}

.pro-1 .proImg-1 .Status.paid {
    background-color: #3cb371
}

.pro-1 .proDetails .price span {
    color: #2e8b57;
    font-size: clamp(1.25rem, 1vw + 1.1rem, 1.5rem)
}

.pro-1 .proDetails .price del {
    font-size: 1.375rem;
    color: #535353;
    opacity: .7;
    -webkit-padding-start: 6px;
    padding-inline-start: 6px
}

.pro-1 .proDetails .price .smallDel {
    font-size: 1rem
}

.pro-1 .proDetails .price span, .pro-1 .proDetails .proTitle {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.pro-1 .proDetails .des, .pro-1 .proDetails .price small, .smallBreadcrumb ul li {
    opacity: .8
}

.pro-1 .proDetails .des, .pro-1 .proDetails .proTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pro-1 .proDetails .proTitle {
    -webkit-line-clamp: 1;
    font-size: clamp(1rem, 1vw + .7rem, 1.125rem)
}

.pro-1 .proDetails .des {
    -webkit-line-clamp: 2
}

.pro-1:hover {
    -webkit-box-shadow: 0 13px 1.25rem rgba(110, 110, 110, .2);
    box-shadow: 0 13px 1.25rem #6e6e6e33;
    border-color: #3cb371
}

.pro-1:hover .proDetails .price span, .pro-1:hover .proDetails .proTitle {
    color: #3cb371
}

.pro-1:hover .cardButtons .iconButton {
    -webkit-transform: translateX(0) scale(.9);
    transform: translate(0) scale(.9);
    opacity: 1
}

.smallBreadcrumb {
    min-height: 5dvh;
    background-color: #f0f0f0
}

.smallBreadcrumb ul li a {
    opacity: 1
}

.smallBreadcrumb ul li a svg {
    width: 20px;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px
}

.smallBreadcrumb ul li:not(.separator):hover a, .smallBreadcrumb ul li:not(.separator):hover svg {
    color: #3cb371
}

hr {
    border-color: #e1e1e1;
    opacity: .2
}

.separator {
    color: #535353
}

.count {
    background-color: #3cb371;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff
}

.btn, button, input, select, textarea {
    font-family: inherit
}

.btn-run {
    background-color: #2e8b57;
    color: #fff
}

.btn-run a, .btn-run span, .btn-run svg {
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.btn-runBorder {
    background-color: transparent;
    border: 1px solid #3cb371;
    color: #222
}

.btn-runBorder a, .btn-runBorder span, .btn-runBorder svg {
    color: #535353
}

.btn-runBorder:hover {
    border-color: transparent
}

.btn-run, .btn-runBorder, .btn-runBorder a, .btn-runBorder span, .btn-runBorder svg {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.btn-run:before, .btn-runBorder:before, .whatsAppBtn:after, .whatsAppBtn:before {
    width: 0;
    height: 100%;
    background-color: #3cb371;
    border-radius: 6px;
    left: 0;
    top: 0
}

.btn-run:hover:before, .btn-runBorder:hover:before {
    left: auto;
    right: 0;
    width: 100%
}

.btnMore svg {
    width: 48px;
    color: #2e8b57
}

.whatsAppBtn {
    background-color: #3cb371;
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-transform: translateX(250px);
    transform: translate(250px);
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.whatsAppBtn.show {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1
}

.Model#quickViewProductModel .showModel a, .whatsAppBtn a {
    width: 100%;
    height: 100%
}

.whatsAppBtn a svg {
    color: #fff;
    width: 85%;
    margin-inline: auto
}

.whatsAppBtn:after, .whatsAppBtn:before {
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: .7
}

.whatsAppBtn:before {
    -webkit-animation: Pulse 2s ease-out infinite;
    animation: Pulse 2s ease-out infinite
}

.whatsAppBtn:after {
    -webkit-animation: Pulse 2s 1s ease-out infinite;
    animation: Pulse 2s 1s ease-out infinite
}

.overLay {
    cursor: url(https://demo-morata.myshopify.com/cdn/shop/t/3/assets/cursor-close.png?v=93210088594709752341700037392), pointer
}

.overLay.active:before {
    content: "";
    inset: 0;
    width: 100%;
    background: #0000004d;
    z-index: 9999;
    position: fixed;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    height: 100%
}

.hideIcon, .showIcon {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.showIcon {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.Colum {
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 4px
}

.Colum .QuanityButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right
}

.Colum .QuanityButtons :nth-child(1) {
    border-bottom: 1px solid #d7d7d7;
    border-top-right-radius: 4px
}

.Colum .QuanityButtons :nth-child(2) {
    border-bottom-right-radius: 4px
}

.Colum .QuanityButtons button, .Colum input {
    width: 40px;
    height: 20px;
    background-color: #ebf1ffcc
}

.Colum input {
    width: 70px;
    height: 40px;
    border: 0;
    outline: 0;
    border-right: 1px solid #d7d7d7;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media (max-width: 480px) {
    .Colum .QuanityButtons button {
        width: 30px
    }

    .Colum input {
        width: 50px;
        height: 40px
    }
}

.Row {
    gap: 15px
}

.Row .btn-quanity {
    background-color: #2e8b57
}

.Row .btn-quanity svg {
    width: 30px
}

.Row input {
    width: 100px;
    height: 40px
}

.section-1 {
    margin-top: 6vh
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.avatar img {
    border: 1px solid #3cb371
}

.Model {
    position: fixed;
    width: min(100%, 1000px);
    max-width: 90%;
    max-height: 80%;
    background-color: #fff;
    border-radius: 16px;
    left: 50%;
    top: 50%;
    padding: 50px 30px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: auto
}

.Model.open {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.Model#quickViewProductModel {
    padding: 0
}

.Model#quickViewProductModel .showModel {
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns:1fr 1.1fr;
    padding: 25px 15px;
    gap: 25px
}

@media (max-width: 991px) {
    .Model#quickViewProductModel .showModel {
        -ms-grid-columns: auto;
        grid-template-columns:auto
    }
}

.Model#quickViewProductModel .showModel .imageGallery {
    -ms-grid-rows: 350px 100px;
    grid-template-rows:350px 100px
}

.Model, .Model .CloseOrderModel, .Model .CloseViewModel {
    z-index: 99999
}

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

.mainImg .discount {
    background-color: #f32e2e;
    color: #fff;
    top: 10%;
}

.container-full{
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 15px;
}
