@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
:root {
    --NGO-font: 'Open Sans', sans-serif;
    --NGO-gray: #6f7775;
    --NGO-gray-rgb: 111, 119, 117;
    --NGO-white: #ffffff;
    --NGO-white-rgb: 255, 255, 255;
    --NGO-base: #00715d;
    --NGO-base-rgb: 0, 113, 93;
    --NGO-black: #283734;
    --NGO-black-rgb: 40, 55, 52;
    --NGO-primary: #fbd45a;
    --NGO-primary-rgb: 251, 212, 90;
    --NGO-extra: #f9f4e8;
    --NGO-extra-rgb: 249, 244, 232;
    --NGO-bdr-color: #eee9db;
    --NGO-bdr-color-rgb: 238, 233, 219;
    --NGO-bdr-radius: 20px;
}

.bg_light{
    background-color: var(--NGO-extra);
}
body {
    font-family: var(--NGO-font);
    color: var(--NGO-gray);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
  }
  a {
    text-decoration: none !important;
  }
  
p {
    margin: 0;
  }
  
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.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: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #00715d;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.header {
    background: white;
    width: 100%;
}
.logo a img {
    width: 200px;
    padding: 10px;
}

ul,.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.main-menu__right {
    display: block;
    width: calc(100% - 200px);
}
.main-menu__left {
    position: relative;
    width: 200px;
    text-align: center;
    display: flex;
    place-items: center;
}
.main-menu__right-top-right {
    display: flex;
    align-items: center;
}
.main-menu__right-top-address {
    display: block;
}
.main-menu__right-top-address-list {
    display: flex;
    align-items: center;
}
.main-menu__right-top-address-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__right-top-address-list li:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -40px;
    background-color:var(--NGO-base);
    width: 1px;
}
.main-menu__right-top-address-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__right-top-address-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color:var(--NGO-base);
}
.main-menu__right-top-address-list li .content {
    margin-left: 15px;
}
.main-menu__right-top-address-list li .content p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.main-menu__right-top-address-list li .content h5 {
    font-weight: 700;
    line-height: 20px;
    font-family: var(--NGO-font);
    font-size: 12px;
}

.main-menu__right-top-address-list li .content h5 a {
    color: var(--NGO-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 12px;
}
.main-menu__right-top-address-list li+li {
    margin-left: 80px;
}

.main-menu__right-top-address-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__right-top-social {
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.main-menu__right-top-social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--NGO-black);
    font-size: 20px;
    background-color: var(--NGO-extra);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.nav-items ul li {
    display: inline-flex;
    margin: 0px 5px;
}
.nav-items {
    display: flex;
    place-content: space-between;
    place-items: center;
    background: var(--NGO-base);
    /* border-top-left-radius: 15px; */
}
.nav-items ul li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
}

.btn-ngo {
    font-size: 14px;
    font-weight: 700;
    color: var(--NGO-black);
    background-color: var(--NGO-primary);
    position: relative;
    /* display: initial; */
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 14px 35px;
    border-radius: 0;
    font-weight: 400;
}
.btn i{
    padding-right: 10px;
}
.main-menu__right-top-right {
    display: flex;
    align-items: center;
    place-content: end;
    padding: 10px;
    background: #f9f4e8;
}

section{
    width:100%;
    padding: 80px 0px 0px;
}
.pb-80{
    padding-bottom: 80px;
}

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

  .swiper-slide {
    width: 100%;
    min-height: 600px;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #00715d;
    /* font-size: 3px; */
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.about-two__right .section-title {
    margin-bottom: 28px;
}

.section-title {
    position: relative;
    display: block;
    margin-top: -4px;
    margin-bottom: 46px;
}
.section-title__tagline {
    font-size: 24px;
    color: var(--NGO-base);
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: var(--NGO-font);
}
.section-title__title {
    margin: 0;
    color: var(--NGO-black);
    font-size: 50px;
    line-height: auto;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
}
.about-two__text-1 {
    font-size: 16px;
}
.about-two__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 35px;
 
    flex-direction: column;
}
.about-two__points li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.about-two__points li .icon {
    position: relative;
    display: block;
    top: 7px;
}
.about-two__points li .text {
    margin-left: 10px;
}
.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--NGO-base);
}
.text h4 {
    font-size: 17px;
    font-weight: 800;
    color: #00715d;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 40px;
}
.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img-box:before {
    position: absolute;
    top: 0;
    left: -60px;
    content: "";
    height: 330px;
    width: 30px;
    border-radius: 15px;
    background-image: -moz-linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(0, 113, 93) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(0, 113, 93) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(0, 113, 93) 100%);
}
.about-two__img {
    position: relative;
    display: block;
}
.about-two__img img {
    width: 100%;
    border-radius:20px;
}
.about-two__img-two {
    position: absolute;
    bottom: -30px;
    left: -60px;
}
.about-two__img-two img {
    width: auto;
    border-radius:20px;
}
.thumb img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}
.partners h4 {
    font-size: 21px;
    color: black;
    font-weight: 600;
    padding: 10px 0px;
}
.partners {
    background: white;
    padding: 20px;
    border-radius: 10px;
    min-height: 560px;
}
.thumb {
    width: 100%;
    margin-bottom: 11px;
}
.shop-item {
    text-align: center;
    background: #f9f4e8;
    border-radius: 5px;
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
}
h5.shop-item__price {
    margin-bottom: 10px;
    font-size: 15px;
}
.shop-item__details {
    width: 100%;
    float: left;
    display: block;
}
.action {
    width: 100%;
    display: block;
}
.shop-item__img {
    width: 100%;
    margin-bottom: 10px;
}
h6.shop-item__name a {
    color: black;
    font-size: 16px;
    padding-bottom: 6px;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}
.footer-widget__links-list li {
    position: relative;
    display: block;
}
.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-widget__title {
    font-size: 20px;
    color: var(--NGO-white);
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}
footer {
    width: 100%;
    float: left;
    background: #0c0c0c;
    padding: 60px 0px 0px;
}
footer .text p a {
    color: #fbd45a;
}
.form-control-footer {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #262626 !important;
    background-clip: padding-box;
    border: 1px solid #3a3a3a;
    border-radius: 0;   
    background: #262626;
}
.font-12{
    font-size: 12px;
}
.footer-widget__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-widget__contact-list li .text {
    margin-left:0px;
}
.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-widget__contact-list li .text p a{
    color:white;
}

.side-bar {
    background: white;
    padding: 20px 16px;
    border-radius: 10px;
    min-height: 190px;
    position: sticky;
    top:0px;
}
.partners h4 a {
    color: black;
}
.partners p a {
    color: #00717c;
    text-decoration: underline !important;
}
.side-bar h4 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
    text-decoration: underline;
    color: black;
}
.side-bar h4 a{
    text-decoration: none;
    color: black;
}
.side-bar ul li a {
    color: black;
    font-size: 14px;
    padding: 3px 0px;
    display: block;
    text-decoration: underline !important;
}
.footer-menu__right-top-social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--NGO-black);
    font-size: 20px;
    background-color: var(--NGO-extra);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    margin-right: 10px;
}
.footer-widget__contact-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--NGO-primary);
}
.footer-widget p {
    font-size: 14px;
}
.footer-menu__right-top-social {
    display: flex;
    padding: 10px 0pc;
}
.site-footer__bottom {
    margin-top: 30px;
    position: relative;
    display: block;
    background-color: #262626;
}
.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 0;
}
.site-footer__bottom-text {
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
}
img.img--contain {
    width: 100%;
    max-height: 290px;
    object-fit: cover;
    background: white;
}


.aside-dropdown__inner.active{
    transform: translateX(0%);
}

h6.shop-aside__title {
    margin-bottom: 23px;
}
.aside-dropdown__inner {
background: #00715d;
width: 300px;
height: 100%;
position: fixed;
z-index: 99999;
padding: 15px;
left: 0;
top: 0;
transition: .3s all ease-in-out;
transform: translateX(-100%);
}
ul.aside-menu li a {
color: white;
display: block;
}
ul.aside-menu li {
margin-top: 10px;
}
.aside-dropdown__item ul li .icon {
color: #fbd45a;
}

.aside-dropdown__item .content p {
font-size: 12px;
color: white;
}
.aside-dropdown__item .content h5 a {
color: #fbd45a;
font-size: 14px;
line-height: 1.4;
display: block;
}
.aside-dropdown__item ul li {
margin-bottom: 10px;
}
span.aside-dropdown__close {
position: absolute;
right: 15px;
color: white;
font-size: 33px;
top: 0;
}
.donations-list__single+.donations-list__single {
    margin-top: 30px;
}

.donations-list__single {
    position: relative;
    display: block;
}

.donations-list__img {
    position: relative;
    display: block;
}

.donations-list__img img {
    width: 100%;
}

.page-header {
    position: relative;
    display: block;
    padding: 141px 0 132px;
    background-color: var(--NGO-black);
    z-index: 1;
}
.page-header-bg {
    background-image: url(../img/page-header-bg.jpg);
}
.page-header__inner h2 {
    font-size: 40px;
    color: var(--NGO-white);
    line-height: 50px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: -0.04em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--NGO-black);
    background-blend-mode: luminosity;
    opacity: 0.7;
    z-index: -1;
}
.feature-three__single {
    position: relative;
    display: block;
    min-height: 360px;
    z-index: 2;
}
.feature-three__img {
    width: 360px;
    position: absolute;
    top: 0;
    left: -29px;
    right: -28px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    transform: translate(0px, 0px);
    transition: transform 500ms ease;
    height: 360px;
}
.feature-three__title-box {
    position: absolute;
    bottom: 70px;
    left: 40px;
    transform: rotate(-16deg);
    z-index: 2;
}
.feature-three__title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 60px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.feature-three__btn {
    position: absolute;
    bottom: 42px;
    left: 135px;
    z-index: 2;
    transform: rotate(-13deg);
}
/* .vision .section-title__title {
    color: white;
} */

.vision {
    background: rgb(250 210 92 / 36%);
    border-radius: 40px;
    margin-bottom: 30px;
}
.mission {
    background: #f9f4e8;
    border-radius: 40px;
    margin-bottom: 30px;
}

.bg_light .shop-item {
    background: #ffffff;
    margin-bottom: 25px;
}
.contact-page__form-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.aside-holder {
    position: sticky;
    top:0px;
    max-width: none;
    overflow: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: white;
    margin-bottom: 20px;
}

.searchContainer button {
    border: 0px;
    height: 50px;
    width: 51px;
    background: #fbd45a;
}
form.searchContainer {
    display: flex;
    place-content: center;
    place-items: center;
    margin-bottom: 30px;
}
input.searchInput.form-controls {
    width: calc(100% - 55px);
    height: 50px;
    border: 0px;
    padding: 15px;
    font-size: 14px;
}
.cart___{
    /* position: relative;
height: 40px;
display: inline-flex;

text-align: center;
color: #ffffff !important;
font-size: 14px;
background-color: var(--NGO-base);
border-radius: 0;
padding:10px; */
}
a.cart__link {
    position: relative;
    height: 40px;
    display: inline-flex;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    background-color: var(--NGO-base);
    border-radius: 0;
    padding: 10px;
    place-content: center;
    place-items: center;
}
.cart__link span {
    background: #fbd45a;
    padding: 3px;
    border-radius: 50%;
    color: #00715d;
    width: 20px;
    height: 20px;
    display: flex;
    place-content: center;
    place-items: center;
    margin-left: 10px;
}

@media only screen and (min-width: 992px){
    
    .shop__aside-close {
    display: none;
}
}

.shop-aside {
    padding: 0;
    margin-bottom: 60px;
}
.shop-aside__filter-block {
    padding: 32px 30px 35px 30px;
    border-bottom: 1px solid #f5f1ef;
}
.brand-filter {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.brand-filter li a {
    color: black;
    display: flex;
    place-content: space-between;
    place-items: center;
    width: 100%;
}

ul.brand-filter li a .brand-filter__count{
  color:var(--NGO-primary)
}
.brand-filter__item:not(:last-of-type) {
    margin-bottom: 14px;
}

.brand-filter__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-weight: 700;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.brand-filter__item span:first-of-type {
    width: 85%;
}
.filter-form {
    font-size: 14px;
}
.shop-aside__price-block {
    padding: 35px 30px 40px 30px;
    border-bottom: 1px solid #f5f1ef;
}
.shop-aside__checkbox-block {
    padding: 35px 30px 38px 30px;
    border-bottom: 1px solid #f5f1ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.shop-aside__checkbox-block .shop-aside__title {
    margin-bottom: 23px;
}

.shop-aside__checkbox-block label:not(:last-of-type) {
    margin-bottom: 8px;
}

.form__checkbox-label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin: 0;
}
.form__label-text {
    color: #212529;
    font-weight: 700;
    letter-spacing: -.050em;
}
.form input, .form textarea {
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.form__input-checkbox:checked+.form__checkbox-mask {
    background: #212529;
}

.form__checkbox-mask {
    height: 16px;
    width: 16px;
    background-color: #f4f2f0;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.form__input-checkbox:checked+.form__checkbox-mask::before {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.form__input-checkbox:checked+.form__checkbox-mask::after, .form__input-checkbox:checked+.form__checkbox-mask::before {
    opacity: 1;
}
.form__checkbox-mask::after, .form__checkbox-mask::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fbd45a;
    opacity: 0;
    transition: all .3s ease;
}
.form__checkbox-mask::before {
    height: 2px;
    width: 8px;
    -webkit-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 7px;
    right: 3px;
}
.shop-aside__option-block label:not(:last-of-type) {
    margin-bottom: 8px;
}

.form__radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin: 0;
}
.form__label-text {
    color: #212529;
    font-weight: 700;
    letter-spacing: -.050em;
}

.form__input-radio:checked+.form__radio-mask {
    background: #212529;
}

.form__radio-mask {
    height: 14px;
    width: 14px;
    background: #f0edeb;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.form__input-radio:checked+.form__radio-mask::after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

.shop-aside__tags-block {
    padding: 35px 30px 40px 30px;
}
.shop-aside__tags-block .shop-aside__title {
    margin-bottom: 25px;
}
.tags__item:not(:last-of-type) {
    margin-right: 5px;
}

.tags__item {
    display: inline-block;
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    background: #fbd45a;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.shop-aside__option-block {
    padding: 35px 30px 38px 30px;
    border-bottom: 1px solid #f5f1ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.form__radio-mask::after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    background: #fbd45a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form__title {
    margin-bottom: 15px;
    font-size: 20px;
    color: black;
    font-weight: 700;
}







.your-order-area {
    padding: 40px 30px 40px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgb(143 143 143 / 10%);
    background: white;
    border-radius: 5px;
}

.your-order-area h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: black;
    font-weight: 700;
}
.form-controlset {
    background: white;
    padding: 30px;
    border-radius: 5px;
}
.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}
.your-order-area .your-order-wrap .your-order-info ul li {
    font-size: 14px;
    padding: 0 0 7px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    place-content: space-between;
}
.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #00715d;
    font-size: 12px;
    font-weight: 700;
}

.your-order-area .your-order-wrap .payment-method {
    margin: 40px 0 0;
}
.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0 0 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0 0;
    display: none;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
    font-size: 14px;
    margin: 0;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 13px;
    text-transform: capitalize;
    margin: 0px 0 0 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
}
.your-order-area .Place-order a {
    background-color: #ff2f2f;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.your-order-area .your-order-wrap .your-order-info ul li p {
    font-weight: 500;
    font-size: 12px;
}
.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px;
}
.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px;
}
.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
    font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-info.order-shipping {
    padding: 15px 0 13px;
    display: block;
    overflow: hidden;
}
.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}
.your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}








@media(max-width:999px){
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 5px 12px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
    }
    .dropdown-menu {
        position: relative !important;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 100%;
        list-style: none;
        background-color: #07a085;
        background-clip: padding-box;
        border: 1px solid rgb(0 0 0 / 0%);
        border-radius: 0;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .main-menu__right-top-right {
        display: flex;
        align-items: center;
        place-content: end;
        padding: 10px;
        background: transparent;
        position: absolute;
        z-index: 999;
        top: 7px;
        right: 80px;
    }
    .coupon-form .form__field {
        width: 100% !important;
    }
    .cart .coupon-form {
        margin-top: 36px;
        display: flex;
        margin-bottom: 40px;
    }
    .cart-item__product{
        flex-direction: column !important;
        text-align: center;
        place-content: center;
        place-items: center;
    }
    .cart-item__product-name {
        text-align: center !important;
        width: calc(100% - 91px);
    }
    .cart .coupon-form {
        flex-direction: column;
    }
    .mission .text, .vision .text{
        padding-bottom: 30px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .donations-list__img {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }
    .about-two__img-two {
        position: absolute;
        bottom: 50px;
        left: 30px;
    }
    .about-two__left {
        margin-right: 10px;
        margin-bottom: 60px;
    }
    .about-two__img-box:before{
        display: none;
    }
    .partners {
        background: white;
        padding: 20px;
        border-radius: 10px;
        min-height: 560px;
        margin-bottom: 15px;
    }
    img.img--contain {
        width: 100%;
    }

    /* .nav.main-menu__right, */
    .nav-items,
    .main-menu__right-top-address,
    .main-menu__right-top-social {
        display: none;
    }
    .logo a img {
        width: 170px;
        padding: 10px;
    }
    .main-menu__left {
        position: relative;
        display: block;
        width: 200px;
        text-align: left;
    }
    .mobile-row-justify{
        place-content: space-between;
        place-items: center;
    }
    .toggle {
        display: flex !important;
        font-size: 26px;
        margin-right: 19px;
        background: #00715d;
        width: 40px;
        height: 40px;
        place-content: center;
        place-items: center;
        color: white;
        border-radius: 5px;
    }
}

.toggle{
    display: none;
}
@media(max-width:768px){
    .footer-widget {
        margin-bottom: 30px;
    }
    .shop-item {
        margin-bottom: 30px;
    }
    .section-title__title {
        font-size: 30px;
    }
    .section-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .swiper-slide {
        width: 100%;
        min-height: 370px;
        height: 370px;
    }

}


@media(max-width:480px){
 
    .swiper-slide {
        width: 100%;
        min-height: 300px;
        height: 300px;
    }
    .about-two__img-two img {
        width: 210px;
        border-radius: 20px;
    }
    .about-two__img-two {
        position: absolute;
        bottom: -30px;
        left: 20px;
    }
    .about-two__points {
        flex-direction: column;
    }
    .about-two__points li {
        margin-bottom: 20px;
    }
}



.cart {
    color: #212529;
    background: #fff;
}
.cart__heading {
    border-bottom: 1px solid #f4f0ed;
    padding: 25px 15px 19px 15px;
}
.cart__title {
    font-size: 20px;
    font-weight: 700;
}
.cart-item {
    font-size: 16px;
    font-weight: 700;
    padding: 30px 20px;
    border-bottom: 1px solid #f4f0ed;
}
.cart-item__count {
    margin: 0 auto;
}

.cart-item__count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 140px;
    color: #87817d;
    background: #e2e3e7;
    border-radius: 25px;
    margin: 15px auto;
}
.cart-item .cart-item__minus, .cart-item .cart-item__plus {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
}
.cart-item input[type=number] {
    -moz-appearance: textfield;
}

.cart-item__input {
    color: #87817d;
    width: 40px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #e2e3e7;
}
.cart-item__remove {
    margin-top: 0;
}

.cart-item__remove {
    display: inline-block;
    cursor: pointer;
    color: #ec454c;
    font-size: 12px;
    margin-top: 10px;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 28px;
}
.cart-item__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px auto;
}

.cart-item__product-img {
    margin-bottom: 0;
}

.cart__lower {
    padding: 35px 40px 60px 40px;
}

.cart .coupon-form {
    margin-top: 36px;
    display: flex;
}
.coupon-form .form__field {
    width: 200px;
    margin-bottom: 0;
    min-height: 50px;
    border: 0px;
    background: #f9f4e8;
    padding: 10px;
    margin-top: 0px;
}
.coupon-form .form__submit {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
}
.cart-totals__list {
    padding: 19px;
    margin: 30px 0 0 0;
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    background: #f9f4e8;
    border-radius: 8px;
}
.cart-totals__list li:not(:last-of-type) {
    margin-bottom: 14px;
}

.cart-totals__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-totals__list li span:first-of-type {
    width: 200px;
}

.cart-totals__list li span {
    display: inline-block;
}
.cart-totals__list li span {
    display: inline-block;
}

.cart-item__product-img {
    position: relative;
    height: 76px;
    width: 76px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
.cart-item__product-img img {
    z-index: 0;
}

.img---contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: contain; object-position: center center";
    z-index: -1;
}

.cart-item__product-name {
    text-align: left;
    width: calc(100% - 91px);
}
.cart-item__product-name a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}


.note h5 {
    font-size: 12px;
    font-weight: 700;
    color: black;
    padding-bottom: 5px;
    text-decoration: underline;
}
                            .note ul li{
                                color:black;
                                font-size:12px
                            }
                            .note ul {
    list-style: decimal;
    padding-left: 10px;
}
.note {
    background: white;
    padding: 20px;
    margin-top: 20px;
    line-height: 1.7;
}


img.xzoom {
    width: 100% !important;
    max-width: 500px;
    margin-bottom: 10px;
    max-height: 330px;
    object-fit: contain;
}
        h3.shop-product__name {
    font-size: 23px;
    color: black;
}
        .shop-product__description p {
    padding-bottom: 10px;
}
        h6.shop-product__title {
    font-size: 23px;
    color: black;
    padding-bottom: 10px;
}
                        .shop-product__top {
    margin-top: 0;
}
.shop-product__top span {
    font-size: 14px;
    font-weight: 700;
}

.shop-product .rating-list {
    margin: 0 20px 0 15px;
}
.rating-list__item:not(:last-of-type) {
    margin-right: 8px;
}

.rating-list__item {
    color: #354463;
}
.shop-product__price {
    color: #354463;
    margin: 17px 0 0 0;
}
.shop-product__description {
    margin-top: 17px;
}
.shop-product__list {
    color: #354463;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    list-style: none;
}
.shop-product__tags {
    margin-top: 28px;
}
.shop-product .tags {
    margin-top: 17px;
}
.tags__item:not(:last-of-type) {
    margin-right: 5px;
}

.tags__item {
    display: inline-block;
    color: #354463;
    font-size: 14px;
    font-weight: 700;
    background: #c1f7d5;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.shop-product .product-form {
    margin-top: 30px;
}
.product-form .form__size {
    margin-top: 9px;
}

.form__size {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form__input-radio {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.form input, .form textarea {
    -webkit-appearance: none;
}