@import "fonts.css";
body {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: "Cabin", sans-serif;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

html.is_overlay {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 0;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #00833e;
}

::-webkit-scrollbar-thumb {
    background: #00833e;
    border-radius: 3px;
    height: 3px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
}

a {
    text-decoration: unset;
}

.container-fluid.wide {
    padding: 0 3%;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: flex;
    margin: 0;
    cursor: pointer;
    padding: 0;
    align-items: center;
    font-size: 15px;
    color: #555;
}

input[type="checkbox"]+label:before {
    content: "\2714";
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}

input[type="checkbox"]:checked+label:before {
    background-color: #00833e;
    border-color: #00833e;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #000;
    padding: 0 15px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    height: 45px;
    border-radius: 0;
    border-color: #eee;
}

.select2-dropdown {
    border: 1px solid #eee;
    padding: 10px;
}

.select2-results__option {
    padding: 7px 12px;
    border-radius: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #eee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00833e;
    color: white;
}

.overlay-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.overlay-layer.show {
    visibility: visible;
    opacity: 1;
}

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    left: 0;
    padding: 0 0 0;
}

header.header .action-icons ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.header .action-icons ul li:not(:last-child) {
    margin-right: 20px;
}

header.header .action-icons ul li a {
    cursor: pointer;
    color: #000;
}

header.header .action-icons ul li a img {
    height: 30px;
    transition: 0.3s;
}

header.header .header-primary-menu ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
}

header.header .header-primary-menu ul li {
    margin: 0 13px;
    height: 13vh;
    display: flex;
    align-items: center;
}

header.header .header-primary-menu ul li.menu-logo img {
    height: 100px;
    height: 12vh;
    position: relative;
    top: 10px;
    transition: height 0.4s;
    width: auto;
}

header.header .row {
    align-items: center;
}

header.header .header-primary-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

header.header .header-search-bar .header-seatch-input {
    position: relative;
    z-index: 1;
}

header.header .header-search-bar .header-seatch-input input.form-control {
    height: 25px;
    width: 85%;
    border-radius: 3px;
    box-shadow: none !important;
    border: 0;
    padding: 0 10px 2px 30px;
}

header.header .header-search-bar .header-seatch-input span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #00833e;
}

header.header:after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: -1;
}

header.header.is_white {
    position: unset;
    padding: 0 0;
    border-bottom: 1px solid #e6e6e6;
    border: 0;
}

header.header.is_white .header-primary-menu ul li a {
    color: #000;
}

header.header.is_white .header-primary-menu ul li.menu-logo img {
    top: 0;
    height: 10vh;
}

header.header.is_white .action-icons ul li a img {
    filter: invert(1);
}

header.header.is_white .header-search-bar .header-seatch-input input.form-control {
    background: #eee;
}

.fixed-bottom-header-menu {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 0px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    height: 60px;
    z-index: 10;
    transform: translateY(100%);
    transition: 0.5s;
}

header.header.is_fixed~.fixed-bottom-header-menu {
    transform: translateY(0%);
}

.fixed-bottom-header-menu .header-menu-list {
    height: 100%;
}

.fixed-bottom-header-menu .header-menu-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    list-style: none;
}

.fixed-bottom-header-menu .header-menu-list ul li {
    text-align: center;
    width: 20%;
}

.fixed-bottom-header-menu .header-menu-list ul li i {
    display: block;
    font-size: 24px;
    color: #00833e;
    color: #1a2024;
}

.fixed-bottom-header-menu .header-menu-list ul li span {
    font-size: 12px;
    color: #868686;
}

.fixed-bottom-header-menu .header-menu-list ul li.active {
    position: relative;
}

.fixed-bottom-header-menu .header-menu-list ul li.active span {
    color: #000;
}

.fixed-bottom-header-menu .header-menu-list ul li.active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 15px;
    height: 2px;
    background: #00833e;
    left: 50%;
    transform: translateX(-50%);
}

header.header .mobile-header .mobile-actions ul li .search {
    font-size: 30px;
    color: #fff;
}

header.header .mobile-header .mobile-actions ul li.mobile-menu {
    margin-left: 0;
}

header.header .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.header .mobile-header .mobile-logo img {
    height: 50px;
}

header.header .mobile-header .mobile-actions ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
}

header.header .mobile-header .mobile-actions ul li {
    display: flex;
    align-items: center;
}

header.header .mobile-header .mobile-actions ul li img {
    height: 25px;
}

header.header .mobile-header .mobile-actions ul li:not(:last-child) {
    margin-right: 15px;
}

header.header .mobile-header .mobile-actions ul li.mobile-menu img {
    height: 30px;
    transform: rotate(180deg);
}

header.header.is_fixed {
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
    padding: 0 0;
}

header.header.is_fixed .header-search-bar {}

header.header.is_fixed .header-primary-menu ul li a {
    color: #333;
}

header.header.is_fixed .header-primary-menu ul li.menu-logo img {
    top: 0;
    height: 55px;
    height: 8vh;
}

header.header.is_fixed .action-icons ul li a img {
    filter: invert(1);
    height: 25px;
}

header.header.is_fixed .header-search-bar .header-seatch-input input.form-control {
    background: #eee;
}

header.header.is_fixed.is_white {
    position: fixed;
    border: 0;
}

header.header.is_white .mobile-header .mobile-actions ul li .search {
    color: #000;
}

header.header.is_white .mobile-header .mobile-actions ul li img {
    filter: invert(1);
}

header.header .action-icons ul li a svg {
    color: #fff;
}

header.header.is_fixed .action-icons ul li a svg {
    color: #000;
}

header.header.is_white .action-icons ul li a svg {
    color: #000;
}

header.header.is_white .mobile-header .mobile-actions ul li svg {
    color: #000;
}

.footer .footer-top-section .footer-content.second-section {
    padding-left: 50px;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.mobile-menu-navigation {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
    z-index: 12;
    transform: translateX(-100%);
    transition: 0.5s;
    overflow: hidden;
}

.menu-open-layer {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 10;
    transform: translateX(100%);
    transition: 0.5s;
}

.mobile-menu-navigation .mobile-navigation-inner span.closemenu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0 0 15px auto;
    padding: 7px;
    position: absolute;
    left: 300px;
    top: 0;
    border: 0;
    background: #222;
    color: #fff;
    font-size: 34px;
}

.menu-open-layer.show {
    transform: translateX(0);
}

.mobile-menu-navigation.open {
    transform: translateX(0);
    overflow: visible;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs ul.nav-pills {
    width: 100%;
    margin: 0;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs ul.nav-pills li.nav-item {
    width: 50%;
    margin: 0;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs ul.nav-pills li.nav-item button.nav-link {
    font-family: "Jost";
    background: #f7f7f7;
    color: #000;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs ul.nav-pills li.nav-item button.nav-link.active {
    border-color: #000;
    background: #eee;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .menu-links-inner ul.menu-links-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .menu-links-inner ul.menu-links-list li {
    margin: 0;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .menu-links-inner ul.menu-links-list li a {
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    padding: 5px 20px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 500;
    min-height: 50px;
    font-size: 15px;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .menu-links-inner ul.menu-links-list li a i {
    font-size: 18px;
    margin-right: 10px;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .contact-help {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .contact-help p {
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .contact-help ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .contact-help li {
    margin-bottom: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .contact-help li i {
    margin-right: 7px;
    font-size: 16px;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .contact-help li:last-child {
    margin: 0;
}

.footer .footer-top-section {
    background: #00833e;
    padding: 80px 0 0;
}

.footer .footer-top-section .footer-content .footer-heading {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.footer .footer-bottom-section {
    background: #00833e;
    padding: 20px 0 35px;
    text-align: center;
    border-top: 1px solid #098f48;
    padding: 40px 0 35px;
    border-top: 0;
}

.footer .footer-bottom-section .copyright {
    /* font-size: 16px; */
    color: #ddd;
}

.footer .footer-bottom-section .copyright a {
    color: #fff;
    font-weight: 600;
}

.footer .footer-top-section .footer-content .footer-address {
    padding-right: 25px;
}

.footer .footer-top-section .footer-content .footer-address p {
    color: #f4df0c;
    font-size: 18px;
    font-weight: 500;
}

.footer .footer-top-section .footer-content .footer-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-top-section .footer-content .footer-address ul li {
    position: relative;
    padding-left: 0 !important;
    /* font-size: 16px; */
    color: #ddd;
}

.footer .footer-top-section .footer-content .footer-address ul li span {
    position: absolute;
    left: 0;
    top: 3px;
    display: none;
}

.footer .footer-top-section .footer-content .footer-address ul li a {
    color: #ddd;
    transition: 0.5s;
}

.footer .footer-top-section .footer-content .footer-address ul li a:hover {
    color: #fff;
    letter-spacing: 0.3px;
}

.footer .footer-top-section .footer-content .footer-address ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer .footer-top-section .footer-content ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top-section .footer-content ul.footer-menu li a {
    color: #ddd;
    /* font-size: 16px; */
    transition: 0.5s;
}

.footer .footer-top-section .footer-content ul.footer-menu li a:hover {
    color: #fff;
    letter-spacing: 0.5px;
}

.footer .footer-top-section .footer-content ul.footer-menu li:not(:last-child) {
    margin-bottom: 15px;
}

.footer .footer-top-section .footer-content ul.footer-menu li a i {
    margin-right: 12px;
}

.footer .footer-top-section .footer-content ul.footer-socials {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-top-section .footer-content ul.footer-socials li {
    margin-right: 10px;
}

.footer .footer-top-section .footer-content ul.footer-socials li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* font-size: 16px; */
    color: #000;
    transition: 0.5s;
}

.footer .footer-top-section .middle-footer {
    margin-top: 45px;
    border: 0;
    border-top: 2px solid #43a471;
    padding-top: 25px;
}

.footer .footer-top-section .middle-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-top-section .middle-footer ul li {
    position: relative;
    padding: 0 20px;
}

.footer .footer-top-section .middle-footer ul li a {
    color: #ddd;
    font-weight: 500;
    transition: all 0.5s;
}

.footer .footer-top-section .middle-footer ul li a:hover {
    color: #fff;
}

.footer .footer-top-section .middle-footer ul li:not(:last-child):after {
    content: "";
    width: 6px;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .footer-top-section .footer-content ul.footer-socials li a:hover {
    background: #f4df0c;
    color: #fff;
}

.slider-section {
    height: 100vh;
}

.slider-section .slider-view img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider-section .slider-view video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-slider.slick-vertical .slick-slide {
    border: 0;
}

.slider-section .slider-view .first-slide {
    position: relative;
    height: 100vh;
}

.slider-section .slider-view .first-slide .slider-first-content {
    position: absolute;
    top: 46%;
    width: max-content;
    left: 57%;
}

.slider-section .slider-view .first-slide .slider-first-content p {
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view .first-slide .slider-first-content a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: #000;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view .first-slide .slider-first-button {
    position: absolute;
    top: 56.5%;
    width: max-content;
    right: 16%;
}

.slider-section .slider-view .first-slide .slider-first-button a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: #369a3a;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.slider-section .slider-view .second-slide {
    position: relative;
    height: 100vh;
}

.slider-section .slider-view .second-slide .slider-second-content {
    position: absolute;
    top: 62%;
    width: 31%;
    right: 25%;
    text-align: left;
}

.slider-section .slider-view .second-slide .slider-second-content p {
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view .second-slide .slider-second-content a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: #369a3a;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px 8px;
    text-transform: uppercase;
    position: relative;
    left: 0%;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view {
    background-size: cover;
    background-position: center;
}

.slider-section .slider-view .fifth-slide {
    position: relative;
    height: 100vh;
}

.slider-section .slider-view .fifth-slide .slider-fifth-content {
    position: absolute;
    top: 76%;
    width: max-content;
    left: 6%;
    text-align: left;
    z-index: 1;
}

.slider-section .slider-view .fifth-slide .slider-fifth-content p {
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view .fifth-slide .slider-fifth-content a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: #000;
    text-decoration: none;
    border-radius: 15px;
    padding: 6px 10px;
    text-transform: uppercase;
    position: relative;
    right: 0%;
    font-family: "Cabin", sans-serif;
}

.home-product-slider-section {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

.home-product-slider-section .home-product-slider {
    width: 63%;
    padding-top: 5%;
}

.home-product-slider-section .home-product-slider .home-product-view {
    margin-right: 12px;
}

.home-product-slider-section .home-product-slider .home-product-view img {
    height: auto;
    object-fit: unset;
}

.home-product-slider .slick-list {
    padding: 0 15% 0 0;
}

.slider-section .slider-view .fourth-slide {
    position: relative;
    z-index: 1;
}

.slider-section .slider-view .fourth-slide .slider-fourth-content {
    position: absolute;
    top: 63%;
    left: 50%;
    z-index: 9;
}

.slider-section .slider-view .fourth-slide .slider-fourth-content p {
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view .fourth-slide .slider-fourth-content a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: #000;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: "Cabin", sans-serif;
}

.global-title {
    text-align: center;
    margin-bottom: 30px;
}

.global-title p {
    font-size: 44px;
    margin: 0;
}

.instagram-section {
    padding: 0px 0 80px;
}

.instagram-slide-single .item-overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    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;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.instagram-slide-single .item-overlay i {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #f36a07;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.instagram-slide-single .item-overlay i:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.instagram-slider .prev-arrow,
.instagram-slider .next-arrow {
    position: absolute;
    width: 350px;
    height: 330px;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.instagram-slider .prev-arrow {
    left: 40px;
}

.instagram-slider .next-arrow {
    right: 40px;
}

.instagram-slider .slick-slide {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative !important;
}

.instagram-slider .slick-slide .instagram-slide-single .item-overlay {
    width: 0;
    right: 0;
    left: auto;
}

.instagram-slider .slick-slide.slick-center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.instagram-slider .slick-slide.slick-center .instagram-slide-single .item-overlay {
    left: 0;
    right: auto;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .instagram-slider .prev-arrow,
    .instagram-slider .next-arrow {
        width: 290px;
        height: 280px;
    }
}

@media (max-width: 1199.98px) {
    .instagram-slider .prev-arrow,
    .instagram-slider .next-arrow {
        width: 240px;
        height: 230px;
    }
}

@media (max-width: 991.98px) {
    .instagram-slider .prev-arrow,
    .instagram-slider .next-arrow {
        width: 170px;
        height: 170px;
    }
    .instagram-slider .prev-arrow {
        left: 30px;
    }
    .instagram-slider .next-arrow {
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .instagram-slider .prev-arrow,
    .instagram-slider .next-arrow {
        display: none;
    }
    .instagram-slider .slick-list {
        margin: 0 -12px;
    }
    .instagram-slider .slick-slide {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: 0 12px;
    }
    .instagram-slider .slick-slide .instagram-slide-single:hover .item-overlay {
        left: 0;
        right: auto;
        width: 100%;
    }
}

.video-section {
    padding: 80px 0;
}

.video-section .video-inner iframe {
    height: 545px;
    width: 100%;
}

.slider-section .slider-view .third-slide {}

.slider-section .slider-view .third-slide .slider-third-content {
    position: absolute;
    top: 54%;
    left: 45%;
    width: 25%;
}

.slider-section .slider-view .third-slide .slider-third-content p {
    line-height: 1.2;
    font-family: "Cabin", sans-serif;
}

.slider-section .slider-view .third-slide .slider-third-content p br {
    display: none;
}

.slider-section .slider-view .third-slide .slider-third-content a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: #000;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px 8px;
    text-transform: uppercase;
    position: relative;
    left: 0%;
    font-family: "Cabin", sans-serif;
}

.site-breadcrumb {
    padding: 1.3% 0;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-area {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-breadcrumb .breadcrumb-area p {
    font-size: calc(100% + 2px);
    color: #000;
    font-weight: 600;
    margin: 0;
}

.site-breadcrumb .breadcrumb-area ul {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-breadcrumb .breadcrumb-area ul li {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
}

.site-breadcrumb .breadcrumb-area ul li.active {
    font-weight: 600;
    color: #000;
}

.site-breadcrumb .breadcrumb-area ul li:after {
    content: "\f125";
    font-family: Ionicons;
    font-size: 12px;
    margin: 0 10px;
    color: #bbb;
}

.site-breadcrumb .breadcrumb-area ul li.active:after {
    display: none;
}

.site-breadcrumb .breadcrumb-area ul li a {
    color: #fff;
}

.about-section {
    padding: 80px 0;
}

.about-section .about-section-inner .about-description {
    padding-left: 5%;
}

.about-section .about-section-inner .about-description p {
    font-size: 16px;
    color: #6d6d6d;
    letter-spacing: 0.3px;
}

.about-section .about-section-inner .about-description p.heading {
    font-size: 26px;
    color: #00833e;
    font-family: "SnackBowl", sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 35px;
}

.about-section .about-section-inner .about-description p.heading:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #00833e;
    left: 0;
    bottom: -20%;
}

.about-section .about-section-image {
    border-radius: 30px;
    overflow: hidden;
}

.about-section .row {
    align-items: center;
}

.testimonials-section {
    background: #f7f7f9;
    padding: 80px 0;
    border-radius: 0;
}

.testimonials-section .title {
    text-align: center;
    margin-bottom: 35px;
}

.testimonials-section .title p:first-child {
    font-size: 36px;
    color: #111827;
    font-family: "Poppins", sans-serif;
    margin: 0;
    margin-bottom: 5px;
}

.testimonials-section .title p:nth-child(2) {
    color: #6b7280;
    font-size: 24px;
    margin: 0;
}

.testimonials-inner {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.testimonials-inner .testimonial .testimonial-content {
    margin-bottom: 25px;
}

.testimonials-inner .testimonial .testimonial-content p {
    font-size: 30px;
    color: #111827;
    line-height: 1.3;
    margin: 0;
}

.testimonials-inner .testimonial .testimonial-name {
    margin-bottom: 10px;
}

.testimonials-inner .testimonial .testimonial-name p {
    font-size: 26px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #000;
    margin: 0;
}

.testimonials-inner .testimonial .testimonial-rating span.active {
    color: #eab308;
}

.testimonials-inner .quotation {
    position: absolute;
    top: 48%;
    left: -9%;
    z-index: -1;
}

.testimonials-inner .quotation1 {
    position: absolute;
    top: 48%;
    right: -9%;
    z-index: -1;
}

.testimonials-slider .slick-dots {
    position: unset;
    margin-top: 25px;
}

.testimonials-slider .slick-dots li {
    margin: 0;
}

.testimonials-slider .slick-dots li button {
    padding: 0;
}

.testimonials-slider .slick-dots li button::before {
    font-size: 10px;
    color: #d1d5db;
    opacity: 1;
}

.testimonials-slider .slick-dots li.slick-active button::before {
    color: #000;
}

.testimonial .testimonial-image {
    margin-bottom: 25px;
}

.testimonial .testimonial-image img {
    height: 180px;
    width: auto;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonials-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.shop-steps {
    padding: 80px 0;
}

.shop-steps .shop-steps-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.shop-steps .shop-steps-list .steps-view {
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.shop-steps .shop-steps-list .steps-view .step-image {
    padding: 0;
    max-width: 55%;
    margin: 0 auto 30px;
}

.shop-steps .shop-steps-list .steps-view .step-content {
    padding: 0 7%;
}

.shop-steps .shop-steps-list .steps-view .step-content p.step-point {
    background: aliceblue;
    width: max-content;
    margin: 0 auto;
    border-radius: 15px;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.shop-steps .shop-steps-list .steps-view .step-image img {
    width: auto;
}

.shop-steps .shop-steps-list .steps-view .step-content p.title {
    font-size: 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.shop-steps .shop-steps-list .steps-view .step-content p.desc {
    color: #475569;
    font-size: 16px;
}

.shop-steps .shop-steps-list .steps-view .step-content p.step-point.red {
    color: #991b1b;
    background: #fee2e2;
}

.shop-steps .shop-steps-list .steps-view .step-content p.step-point.blue {
    background: #e0e7ff;
    color: #3730a3;
}

.shop-steps .shop-steps-list .steps-view .step-content p.step-point.yellow {
    color: #854d0e;
    background: #fef9c3;
}

.shop-steps .shop-steps-list .steps-view .step-content p.step-point.purple {
    color: #6b21a8;
    background: #f3e8ff;
}

.shop-steps-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    background: url(https://web.zestratech.in/angur/siteassets/img/vector/line.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100% auto;
}

.contact-section {
    /* background: #f7f7f7; */
    border-radius: 50px;
    padding: 0px 0 30px;
}

.contact-section .title {
    text-align: center;
    margin-bottom: 60px;
}

.contact-section .title p {
    margin: 0;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #00833e;
    letter-spacing: 1px;
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.contact-section .title p:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    background: #f4df0c;
    bottom: 0px;
    left: 0;
}

.contact-section .store-loaction {
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

.contact-section .store-loaction p {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.contact-section .store-loaction ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-section .store-loaction ul li {
    margin: 0 0 25px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    display: flex;
    align-items: center;
    color: #6d6d6d;
}

.contact-section .store-loaction ul li span {
    position: absolute;
    z-index: -1;
    left: 0;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #6d6d6d;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #000;
    font-size: 20px;
}

.contact-section .store-loaction ul li a {
    color: #6d6d6d;
}

.contact-section .store-loaction .map {
    margin-bottom: 25px;
}

.contact-form-section {
    padding: 50px 0;
}

.contact-form-section .contact-form-inner {
    background: rgb(9 135 61 / 3%);
    padding: 7% 5%;
    border-radius: 40px;
}

.contact-form-section .contact-form-inner .title {
    text-align: left;
    margin-bottom: 25px;
}

.contact-form-section .contact-form-inner .title p {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #111827;
}

.contact-form-section .contact-form-inner .form-group {
    margin-bottom: 20px;
}

.contact-form-section .contact-form-inner .form-group label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    display: none;
}

.contact-form-section .contact-form-inner .form-group label span {
    color: red;
}

.contact-form-section .contact-form-inner .form-group input.form-control {
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: none;
    background: transparent;
}

.contact-form-section .contact-form-inner .form-group textarea.form-control {
    border: 1px solid #e6e6e6;
    box-shadow: none;
    background: transparent;
    padding: 10px 20px;
    resize: none;
}

.contact-form-section .contact-form-inner .form-group textarea.form-control:focus {
    border-color: #00833e;
}

.contact-form-section .contact-form-inner .btn-contact {
    background: #00833e;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 15px;
    transition: all 0.5s;
}

.contact-form-section .contact-form-inner .btn-contact:hover {
    background: #000;
}

.contact-form-section .contact-form-inner .form-group input.form-control:focus {
    border-color: #00833e;
}

.marketplace-section {
    background: #f7f7f7;
    padding: 80px 0;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: -8%;
    padding-top: 14%;
}

.marketplace-section .marketplace-inner .title {
    text-align: center;
    margin-bottom: 50px;
}

.marketplace-section .marketplace-inner .title p {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    color: #000;
}

.marketplace-section .marketplace-inner .marketplace-slider .marketplace-box {
    transform: scale(0.85);
    transition: all 0.5s;
    filter: grayscale(1);
}

.marketplace-section .marketplace-inner .marketplace-slider .marketplace-box .marketplace-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 25px;
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
}

.marketplace-section .marketplace-inner .marketplace-slider .marketplace-box .marketplace-image img {
    height: auto;
    width: auto;
    max-height: 100px;
}

.marketplace-section .marketplace-inner .marketplace-slider .marketplace-box a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.marketplace-section .marketplace-inner .marketplace-slider .marketplace-box.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
    filter: grayscale(0);
}

.stratagy-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.stratagy-section:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.stratagy-section .stratagy-inner {}

.stratagy-section .stratagy-inner .title {
    text-align: center;
    margin-bottom: 35px;
}

.stratagy-section .stratagy-inner .title p {
    color: #fff;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-family: "SnackBowl", sans-serif;
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    width: max-content;
    margin: 0 auto;
}

.stratagy-section .stratagy-inner .title p:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    height: 2px;
    background: #fff;
    z-index: -1;
    bottom: -45%;
    transform: translateX(-50%);
}

.stratagy-section .stratagy-inner .stratagy-content-box {
    padding: 0 5%;
}

.stratagy-section .stratagy-inner .stratagy-content-box .ptitle {
    margin-bottom: 25px;
}

.stratagy-section .stratagy-inner .stratagy-content-box .ptitle p {
    color: #f4df0c;
    font-size: 30px;
    font-family: "Poppins";
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
    width: max-content;
}

.stratagy-section .stratagy-inner .stratagy-content-box .ptitle p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background: #f4df0c;
    z-index: -1;
    background: #baaa04;
}

.stratagy-section .stratagy-inner .stratagy-content-box .pcontent {}

.stratagy-section .stratagy-inner .stratagy-content-box .pcontent p {
    color: #fff;
    font-size: 18px;
}

.contact-form-section .contact-form-inner .contact-form-vector {
    padding: 15%;
}

.product-store-section {
    padding: 50px 0;
}

.shop-filter-actions {
    margin-bottom: 35px;
}

.shop-filter-actions .filter-actions-inner {
    display: flex;
    align-items: center;
}

.shop-filter-actions .filter-actions-inner .btn-filter {
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    transition: 0.5s;
    font-weight: 600;
}

.shop-filter-actions .filter-actions-inner .btn-filter:hover {
    background: transparent;
    color: #000;
}

.shop-filter-actions .filter-actions-inner .btn-filter span {
    font-size: 18px;
    margin-right: 5px;
}

.shop-filter-actions .filter-actions-inner p {
    margin: 0;
}

.shop-filter-actions .sort-by-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.shop-filter-actions .sort-by-inner .sort-selection {
    width: 35%;
}

.shop-filter-actions .sort-by-inner p {
    font-size: 16px;
    margin: 0;
    margin-right: 15px;
}

.single-product-view {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 15px;
    transition: 0.4s;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-product-view:before,
.single-product-view:after {
    content: "";
    position: absolute;
    box-sizing: inherit;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
}

.single-product-view::before {
    top: 0;
    left: 0;
}

.single-product-view::after {
    bottom: 0;
    right: 0;
}

.single-product-view:hover::before,
.single-product-view:hover::after {
    width: 100%;
    height: 100%;
}

.single-product-view:hover:before {
    border-top-color: #00833e;
    border-right-color: #00833e;
    transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}

.single-product-view:hover:after {
    border-bottom-color: #00833e;
    border-left-color: #00833e;
    transition: border-color 0s ease-out 1s, width 0.5s ease-out 0.75s, height 0.5s ease-out 1.25s;
}

.single-product-view .product-image {
    padding: 40px 35px 15px;
    position: relative;
}

.single-product-view:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border-bottom-color: #00833e;
    border-left-color: #00833e;
    border-top-color: #00833e;
    border-right-color: #00833e;
    transition: border-top-color 0.75s ease-out 0.5s, border-right-color 1.5s ease-out 0.5s, border-bottom-color 2.25s ease-out 0.5s, border-left-color 3s ease-out 0.5s;
    transition: border-top-color 0.5s linear 0.5s, border-right-color 1s linear 0.5s, border-bottom-color 1.5s linear 0.5s, border-left-color 2s linear 0.5s;
}

.single-product-view .product-image.loader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%), linear-gradient(#ddd 150px, transparent 0), linear-gradient(#ddd 16px, transparent 0), linear-gradient(#ddd 200px, transparent 0) #fff;
    background-repeat: no-repeat;
    background-size: 50px 100%, 100% 150px, 100% 0, 100% 200px;
    background-position: 0 0, 0 0, 0 1000px, 0 377px;
    animation: animloader126 1s linear infinite;
    left: 0;
    z-index: 9;
    top: 0;
}

@keyframes animloader126 {
    0% {
        background-position: 0 0, 0 0, 0px 85px, 0px 110px;
    }
    100% {
        background-position: 150% 0, 0 0, 0px 85px, 0px 110px;
    }
}

.single-product-view .product-image img {
    width: 100%;
}

.single-product-view .product-description {
    padding: 15px;
}

.single-product-view .product-description .product-name {
    margin-bottom: 10px;
}

.single-product-view .product-description .product-name a {
    font-size: 16px;
    color: #253d4e;
    font-weight: 700;
}

.single-product-view .product-description .product-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.single-product-view .product-description .product-price p {
    font-size: 20px;
    color: #00833e;
    font-weight: 600;
    margin: 0;
}

.single-product-view .product-description .cart-action {}

.single-product-view .product-description .product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-view .product-description .cart-action .add_to_cart {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 8px 20px 8px 20px;
    border-radius: 4px;
    background: rgb(0 131 62 / 15%);
    color: #00833e;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    transition: 0.4s;
    position: relative;
}

.single-product-view .product-description .cart-action .add_to_cart:hover {
    background: #00833e;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.single-product-view .product-description .cart-action .add_to_cart span {
    margin-right: 7px;
    margin-right: 0;
}

.single-product-view .product-description .cart-action .add_to_cart span.txt {
    margin: 0;
    display: none;
}

.product-store-list .row .col-md-2 {
    width: 20%;
    margin-bottom: 25px;
}

.single-product-view .product-description .product-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.single-product-view .product-description .product-category p.rating {
    color: #333;
    background: transparent;
    padding: 0;
}

.single-product-view .product-description .product-category p.rating span {
    color: #fdc040;
    margin-right: 5px;
}

.single-product-view .product-description .product-category p {
    font-family: "Jost", sans-serif;
    color: #00833e;
    font-size: 13px;
    margin-bottom: 5px;
    background: #f4df0c;
    line-height: normal;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 500;
    margin: 0;
}

.single-product-view .product-badges {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
}

.single-product-view .product-badges span.pbadges {
    display: inline-block;
    font-size: 12px;
    border-radius: 12px 0 20px 0;
    color: #fff;
    padding: 9px 20px 10px 20px;
}

.single-product-view .product-badges span.pbadges.sale {
    background-color: #67bcee;
}

.single-product-view .product-badges span.pbadges.new {
    background-color: #00833e;
}

.single-product-view .product-badges span.pbadges.hot {
    background-color: #f74b81;
}

.shop-filter-sidebar {
    position: fixed;
    width: 22%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    pointer-events: auto;
    transition: 0.5s;
    transform: translateX(-100%);
}

.shop-filter-sidebar.show {
    transform: translateX(0);
}

.shop-filter-sidebar .shop-filter-inner {
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.shop-filter-sidebar .shop-filter-inner::-webkit-scrollbar {
    width: 2px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection {
    padding: 0 30px;
}

.shop-filter-sidebar .shop-filter-inner .shop__sidebar-header {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    padding: 14px 25px 14px 30px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
}

.shop-filter-sidebar .shop-filter-inner .shop__sidebar-header p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.shop-filter-sidebar .shop-filter-inner .shop__sidebar-header .sidebar-close {
    background: none;
    padding: 0;
    border: 0;
    color: #555555;
    font-size: 24px;
    line-height: 1;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title {
    font-size: 18px;
    font-family: "Jost";
    font-weight: 500;
    color: #111111;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content {
    padding-bottom: 25px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 2px;
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
    background-color: #999;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items::-webkit-scrollbar-thumb {
    background: #c8c8c8;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items li:not(:last-child) {
    margin-bottom: 12px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 4.5rem;
    min-height: 4.5rem;
    z-index: 2;
    cursor: pointer;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle {
    display: block;
    min-width: 1rem;
    min-height: 1rem;
    width: 100%;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:before {
    width: 12px;
    height: 1px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle::after {
    width: 1px;
    height: 12px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:after,
.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.4s;
    background-color: #111111;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:after,
.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:before {
    left: 96%;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle.active:before {
    opacity: 0;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle.active:after {
    transform: translateY(-50%) rotate(90deg);
}

.search-sidebar {
    position: fixed;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    pointer-events: auto;
    transition: 0.5s;
    transform: translateX(100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.search-sidebar.show {
    transform: translateX(0%);
}

.search-sidebar .search-sidebar-inner {
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.search-sidebar .search-sidebar-inner .search__sidebar-header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 14px 25px 14px 30px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
}

.search-sidebar .search-sidebar-inner .search__sidebar-header p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.search-sidebar .search-sidebar-inner .search__sidebar-header #search__sidebar__close {
    background: none;
    padding: 0;
    border: 0;
    color: #555555;
    font-size: 24px;
    line-height: 1;
}

.search-sidebar .search-sidebar-inner .search__sidebar-input {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    position: relative;
    z-index: 1;
}

.search-sidebar .search-sidebar-inner .search__sidebar-input .search__input {
    padding: 0 50px 0 20px;
    height: 40px;
    border: 1px solid #e3e3e3;
    width: 100%;
    line-height: 18px;
    color: #222;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    outline: none;
}

.search-sidebar .search-sidebar-inner .search__sidebar-input span {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #222;
}

.search-sidebar .search-sidebar-inner .search__result-header {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    box-shadow: 0 3px 10px 0 rgba(129, 129, 129, 0.2);
}

.search-sidebar .search-sidebar-inner .search__result-header p {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.search-sidebar .search-sidebar-inner .search__collection {
    padding: 25px 20px;
    overflow: hidden;
    overflow-y: auto;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    border-radius: 10px;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-image {
    width: 30%;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-image img {
    height: 90px;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-description {
    width: 70%;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-description .search__product_name {
    font-size: 16px;
    color: #253d4e;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-description p.search__product_price {
    font-size: 18px;
    font-weight: 600;
    color: #00833e;
    margin: 0;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-description p.rating {
    margin-bottom: 5px;
    color: #333;
}

.search-sidebar .search-sidebar-inner .search__collection .search-item .search__product-description p.rating span {
    color: #fdc040;
    margin-right: 5px;
}

.search-sidebar .search-sidebar-inner .search__collection::-webkit-scrollbar {
    width: 3px;
}

.search-sidebar .search-sidebar-inner .search__collection::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.cart-sidebar {
    position: fixed;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    pointer-events: auto;
    transition: 0.5s;
    transform: translateX(100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.cart-sidebar.show {
    transform: translateX(0%);
}

.cart-sidebar .cart-sidebar-inner {
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-header {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 25px 10px 30px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
    position: relative;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-header p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-header #cart__sidebar__close {
    background: none;
    padding: 0;
    border: 0;
    color: #555555;
    font-size: 24px;
    line-height: 1;
}

.cart-sidebar .cart-sidebar-inner .cart__collection {
    padding: 25px 30px 25px 30px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__image {
    width: 32%;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__image img {
    height: 110px;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description {
    display: flex;
    width: 68%;
    justify-content: space-between;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__content {}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__content p.cart__product-name {
    font-size: 16px;
    color: #253d4e;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0px;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__content p.cart__product-variation {
    font-size: 15px;
    color: #555555;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__content p.cart__product-price {
    font-size: 18px;
    font-weight: 700;
    color: #00833e;
    margin: 0;
    margin-bottom: 5px;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__product-action {
    width: 10%;
    text-align: right;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__product-action .remove__cart {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: right;
    font-size: 20px;
    color: #999;
    line-height: 1;
    transition: 0.4s;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products .cart__description .cart__product-action .remove__cart:hover {
    color: tomato;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout {
    padding: 25px 30px 25px 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    box-shadow: 0 -1px 10px 0 rgba(129, 129, 129, 0.2);
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .cart__checkout-calculation {}

.cart-sidebar .cart-sidebar-inner .cart__checkout .cart__checkout-calculation .calculation__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .cart__checkout-calculation .calculation__row p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons {}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons .btn__action-cart {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    background: #eee;
    color: #222;
    height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons .btn__action-cart:hover {
    background: #00833e;
    color: #fff;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons .btn__action-checkout {
    display: flex;
    width: 100%;
    border: 1px solid #00833e;
    background: #00833e;
    color: #fff;
    height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons .btn__action-checkout img {
    height: 30px;
    margin-left: 10px;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons .btn__action-checkout img:nth-child(2) {
    height: 18px;
}

.cart-sidebar .cart-sidebar-inner .cart__checkout .checkout__buttons .btn__action-checkout:hover {
    background: #eeeeee;
    color: #000;
    border-color: #eee;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.cart-sidebar .cart-sidebar-inner .cart__collection::-webkit-scrollbar {
    width: 3px;
}

.cart-sidebar .cart-sidebar-inner .cart__collection .cart__products:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

.product__quantity {
    display: flex;
    align-items: center;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    width: max-content;
}

.product__quantity button {
    background: #eee;
    border-color: #eee !important;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__quantity input {
    width: 40px;
    background: #eee !important;
    border-color: #eee !important;
    height: 30px;
    outline: none;
    text-align: center;
    box-shadow: none !important;
    font-size: 14px;
    padding: 0;
    line-height: 1;
}

.pagination-load-more {
    margin-top: 50px;
    text-align: center;
}

.pagination-load-more .pagination {
    justify-content: center;
}

.pagination-load-more .pagination .load-more-bar .load-more-amount {
    font-weight: 500;
    color: #555;
    padding-bottom: 15px;
    display: block;
}

.pagination-load-more .pagination .load-more-bar .load-more-bar-progress {
    width: 300px;
    margin: auto;
    background-color: #ebebeb;
    height: 2px;
    border-radius: 15px;
    overflow: hidden;
}

.pagination-load-more .pagination .load-more-bar .load-more-bar-progress .load-more-percent {
    background-color: #111111;
    display: block;
    height: 100%;
    transition: all 0.4s;
}

.pagination-load-more .pagination-load-more-button {
    margin-top: 25px;
}

.pagination-load-more .pagination-load-more-button .btn-load-more {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 13px 0px;
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    width: 140px;
}

.single-product-section {
    padding: 80px 0;
}

.single-product-section .product-gallery .verticle-product-section .product-slider-thumb .thumb-image {
    border: 0;
    padding: 10px;
    margin: 0 0px 10px 0;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.single-product-section .product-gallery .verticle-product-section .product-slider-thumb .thumb-image img {
    opacity: 0.5;
    transition: 0.3s;
}

.single-product-section .product-gallery .verticle-product-section .product-slider-thumb .thumb-image.slick-slide.slick-current.slick-active img {
    opacity: 1;
}

.single-product-section .product-gallery {
    display: flex;
    position: sticky;
    top: 100px;
}

.single-product-section .product-gallery .verticle-product-section {
    width: 15%;
    margin-right: 10px;
}

.single-product-section .product-gallery .main-product-section {
    margin-bottom: 20px;
    width: 84%;
}

.single-product-section .product-gallery .verticle-product-section .slick-track {
    margin: 0;
}

.single-product-section .product-gallery .main-product-section .main-image {
    background: transparent;
    border: 1px solid #eee;
    border-radius: 5px;
}

.single-product-section .product-gallery .verticle-product-section .product-slider-thumb .thumb-image.slick-slide.slick-current.slick-active {
    opacity: 1;
    border: 1px solid #00833e;
}

.single-product-section .product-gallery .main-product-section .product-main-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
    z-index: 1;
    color: #000;
    padding: 0;
    margin: 0;
    transform: translateY(-50%) scale(0);
    font-size: 20px;
    left: 10px;
    opacity: 1;
    transition: 0.5s;
}

.single-product-section .product-gallery .main-product-section .product-main-slider:hover .slick-arrow {
    transform: translateY(-50%) scale(1);
}

.single-product-section .product-gallery .main-product-section .product-main-slider .slick-arrow::before {
    display: none;
}

.single-product-section .product-gallery .main-product-section .product-main-slider .slick-next.slick-arrow {
    right: 10px;
    left: auto;
}

.single-product-section .product-gallery .main-product-section .product-main-slider .slick-arrow:hover {
    background: #00833e;
    color: #fff;
}

.product-single-description {
    padding-left: 3%;
}

.product-single-description .product-name {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.product-single-description .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 18px;
}

.product-single-description .product-rating p {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.product-single-description .product-rating span {
    color: #ddd;
    margin-right: 5px;
}

.product-single-description .product-rating span.active {
    color: #fdc040;
}

.product-single-description .product-price {
    display: flex;
    align-items: center;
}

.product-single-description .product-price p.main-price {
    margin: 0;
    margin-right: 0;
    font-size: 26px;
    font-family: "Jost";
    font-weight: 500;
    color: #00833e;
}

.product-single-description .product-price .sale-price {
    font-size: 16px;
    font-family: "Jost";
    font-weight: 500;
    color: #999;
    margin: 0;
    margin-left: 15px;
}

.product-single-description .prodcut-short-description {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    margin: 0;
}

.product-single-description .prodcut-short-description p.available span {
    font-weight: 600;
}

.product-single-description .prodcut-short-description p:last-child {
    margin: 0;
}

.product-single-description .product-selections {
    padding-top: 10px;
    border-top: 0;
    margin-top: 10px;
}

.product-single-description .product-selections .product-variaitons {
    margin-bottom: 25px;
    /* display: flex;
    align-items: center; */
}

.product-single-description .product-selections .product-variaitons p {
    margin: 0;
    color: #858585;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.product-single-description .product-selections .product-variaitons p span {
    color: #000;
    font-weight: 600;
}

.product-single-description .product-selections .product-variaitons .variation-list {
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.5rem;
}

.product-single-description .product-selections .product-variaitons .variation-list .variation-box {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-weight: 600;
    border-radius: 1rem;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    transition: 0.3s;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 2.75rem;
    text-transform: uppercase;
    border-color: rgb(203 213 225/1);
}

.product-single-description .product-selections .product-variaitons .variation-list .variation-box:hover {
    /* border-color: #00833e; */
}

.product-single-description .product-selections .product-variaitons .variation-list .variation-box:not(:last-child) {
    margin-right: 0;
}

.product-single-description .product-selections .product-variaitons .variation-list .variation-box.active {
    background: #00833e;
    color: #fff;
    border-color: #00833e;
}

.product-single-description .product-selections .product-actions {
    display: flex;
    align-items: center;
}

.product-single-description .product-selections .product-actions .product__quantity {
    background: rgba(241, 245, 249, 0.7);
    border-radius: 50px;
    overflow: hidden;
    margin-right: 10px;
    padding: 10px;
}

.product-single-description .product-selections .product-actions .product__quantity button {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc !important;
}

.product-single-description .product-selections .product-actions .product__quantity input {
    height: auto;
    width: 60px;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    border-color: transparent !important;
}

.product-single-description .product-selections .product-actions .action-buttons {
    display: flex;
    align-items: center;
}

.product-single-description .product-selections .product-actions .action-buttons .product-cart-btn {
    background: #00833e;
    color: #fff;
    height: 55px;
    border-radius: 50px;
    width: 300px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    position: relative;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.product-single-description .product-selections .product-actions .action-buttons .product-cart-btn:after {
    position: absolute;
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    /* animation: 1.5s 1s infinite move; */
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5%,
    80% {
        opacity: 0;
    }
    48% {
        opacity: 0.2;
    }
    100% {
        left: 82%;
    }
}

.product-single-description .product-selections .product-actions .action-buttons .product-cart-btn:hover {
    background: #000;
    /* color: #000; */
}

.product-single-description .product-selections .product-actions .action-buttons .product-cart-btn svg {
    margin-right: 10px;
}

.product-single-description .product-selections .product-actions .action-buttons .product-wishlist-btn {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    margin-left: 10px;
    background: #f5f5f5;
    transition: 0.4s;
}

.product-single-description .product-selections .product-actions .action-buttons .product-wishlist-btn:hover {
    background: #f54543;
    color: #fff;
    border-color: #f54543;
}

.product-single-description .product-other-description {
    /* margin-top: 25px;
    padding: 15px 0 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px; */
}

.product-single-description .product-other-description .show-details {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.product-single-description .product-other-description .show-details p {
    margin: 0;
    font-weight: 600;
}

.product-single-description .product-other-description .show-details p.title {
    width: 100px;
    font-weight: 400;
    font-family: "Jost";
}

.product-single-description .product-other-description .show-details ul.share-on {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.product-single-description .product-other-description .show-details ul.share-on li a {
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    justify-content: center;
    border: 1px solid #eee;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 14px;
    background: #f1f1f1;
    color: #000;
    transition: 0.4s;
}

.product-single-description .product-other-description .show-details ul.share-on li a:hover {
    background: #00833e;
    color: #fff;
}

.more-description-section {
    padding: 0 0 50px;
}

.more-description-section .more-description {}

.more-description-section .more-description ul.nav {
    justify-content: center;
    margin: 0;
    padding: 0;
}

.more-description-section .more-description ul.nav li.nav-item {
    margin: 0 10px;
}

.more-description-section .more-description ul.nav li.nav-item .nav-link {
    background: #f5f5f5;
    background: #fff;
    color: #000;
    font-family: "Jost";
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
    padding: 12px 30px;
    line-height: 1;
    border: 1px solid #eee;
}

.more-description-section .more-description ul.nav li.nav-item .nav-link.active {
    background: #00833e;
    color: #fff;
}

.product-full-description h3 {
    font-size: 22px;
    font-weight: 600;
}

.product-full-description img {
    margin-bottom: 25px;
}

.more-description-section .more-description .tab-content .tab-pane {
    background: #f9f9f9;
    padding: 30px 45px;
    border-radius: 10px;
}

.product-additional-information {}

.product-additional-information table.table {
    margin: 0;
}

.product-additional-information table.table th,
.product-additional-information table.table td {
    padding: 15px 25px;
    background: transparent;
}

.product-single-description .product-pricing {
    display: flex;
    align-items: center;
}

.product-single-description .product-pricing .divider {
    width: 1px;
    display: flex;
    background: #eee;
    height: 1.75rem;
    margin: 0 20px;
}

.product-single-description .product-info-tabs {
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
}

.product-single-description .product-info-tabs .product-desc-item {
    margin-bottom: 15px;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title {
    background: rgba(241, 245, 249, 0.8);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    color: #000;
    border-radius: 0.5rem;
    font-size: 18px;
    position: relative;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 10px;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 4.5rem;
    min-height: 4.5rem;
    z-index: 2;
    cursor: pointer;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle {
    display: block;
    min-width: 1rem;
    min-height: 1rem;
    width: 100%;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle:before {
    width: 12px;
    height: 1px;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle::after {
    width: 1px;
    height: 12px;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle:after,
.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.4s;
    background-color: #111111;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle:after,
.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle:before {
    left: 96%;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle.active:before {
    opacity: 0;
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-title .open-children-toggle.active:after {
    transform: translateY(-50%) rotate(90deg);
}

.product-single-description .product-common-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.product-single-description .product-common-details .common-detail-box {
    width: 48.5%;
    background: #f1f1f1;
    padding: 1.25rem;
    border-radius: 1rem;
    margin-bottom: 20px;
}

.product-single-description .product-common-details .common-detail-box .common-icon {
    margin-bottom: 10px;
}

.product-single-description .product-common-details .common-detail-box .common-icon svg {
    width: 34px;
    height: 34px;
}

.product-single-description .product-common-details .common-detail-box .content-common {}

.product-single-description .product-common-details .common-detail-box .content-common p.title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
    color: #000;
}

.product-single-description .product-common-details .common-detail-box .content-common p.desc {
    font-weight: 500;
    color: #858585;
}

.product-single-description .product-common-details .common-detail-box:first-child {
    background: rgb(0 131 62 / 5%);
}

.product-single-description .product-common-details .common-detail-box:nth-child(2) {
    background: rgb(244 223 12 / 10%);
}

.product-single-description .product-common-details .common-detail-box:nth-child(3) {
    background: rgb(244 223 12 / 10%);
}

.product-single-description .product-common-details .common-detail-box:nth-child(4) {
    background: rgb(0 131 62 / 5%);
}

.product-global-title {
    text-align: center;
    margin-bottom: 35px;
}

.product-global-title p {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    position: relative;
}

.product-global-title p:before {
    content: "";
    height: 3px;
    left: 50%;
    bottom: -5px;
    width: 5%;
    background: #000;
    position: absolute;
    transform: translateX(-50%);
}

.prodcut-review-inner {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 35px 0;
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.prodcut-review-inner .first-review-sec {
    width: 50%;
    border-right: 1px solid #ddd;
    height: 100px;
}

.prodcut-review-inner .second-review-sec {
    width: 50%;
}

.prodcut-review-inner .first-review-sec .rating-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.prodcut-review-inner .first-review-sec .rating-div .iohcbsauy {
    display: flex;
    margin-bottom: 10px;
}

.prodcut-review-inner .first-review-sec .rating-div .iohcbsauy p {
    margin: 0;
}

.prodcut-review-inner .first-review-sec .rating-div .iohcbsauy p.star {
    margin-right: 20px;
}

.prodcut-review-inner .first-review-sec .rating-div .iohcbsauy p.rdesc {
    font-weight: 600;
    color: #858585;
}

.prodcut-review-inner .first-review-sec .rating-div .iohcbsauy p.star span {
    color: #ccc;
}

.prodcut-review-inner .first-review-sec .rating-div .iohcbsauy p.star span.active {
    color: #ffb102;
}

.prodcut-review-inner .first-review-sec .rating-div .infodesc {
    color: #000;
    font-weight: 500;
}

.prodcut-review-inner .second-review-sec .review-btn {
    text-align: center;
}

.prodcut-review-inner .second-review-sec .review-btn .button-review {
    background: #f4df0c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 35px;
    border: 1px solid #f4df0c;
    border-radius: 55px;
    width: 250px;
    font-family: "Jost";
}

.product-reviews {
    background: transparent;
    padding: 0px 0 50px;
}

.product-reviews .review-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.product-reviews .review-list .review-box {
    width: 31.7%;
    width: 48.4%;
    background: #f7fbf9;
    margin: 0 10px 20px;
    padding: 25px;
    border-radius: 10px;
}

.product-reviews .review-list .review-box .star-rating {
    margin-bottom: 5px;
}

.product-reviews .review-list .review-box .star-rating span {
    color: #ccc;
}

.product-reviews .review-list .review-box .star-rating span.active {
    color: #ffb102;
}

.product-reviews .review-list .review-box .review-content {}

.product-reviews .review-list .review-box .review-content p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.product-reviews .review-list .review-box .review-content p:nth-child(2) {
    color: #858585;
    font-weight: 500;
    margin: 0;
}

.product-full-description {
    display: flex;
    flex-wrap: wrap;
}

.product-full-description .benefit-block.product-btm-block {
    width: 31.7%;
    text-align: center;
    margin: 0 10px 20px;
    border: 3px dashed #ddd;
    border: 1px solid #eeee;
    padding: 20px;
    border-radius: 15px;
    /* box-shadow: 0 1px 5px #ccc; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}

.product-full-description .why-block.product-btm-block {
    text-align: center;
    margin-bottom: 30px;
}

.stratagy-section .stratagy-inner .subtitle {
    text-align: center;
    margin-bottom: 35px;
}

.stratagy-section .stratagy-inner .subtitle p {
    color: #f4df0c;
    font-size: 24px;
    font-weight: 600;
}

.stratagy-section .stratagy-inner .choose-us-section {}

.stratagy-section .stratagy-inner .choose-us-section .choose-us-box {
    margin-bottom: 30px;
}

.stratagy-section .stratagy-inner .choose-us-section .choose-us-box p.title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Jost";
    margin-bottom: 5px;
    text-decoration: underline;
}

.stratagy-section .stratagy-inner .choose-us-section .choose-us-box p {
    color: #eee;
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.search-sidebar .search-sidebar-inner .search__sidebar-input .ld_bar_search {
    background: #10c264;
    bottom: 0;
    top: auto;
    position: absolute;
    z-index: 20;
    left: 0;
    height: 3px;
    transition: width 0.25s ease-in-out;
    pointer-events: none;
    width: 0;
}

.search-sidebar .search-sidebar-inner .search__sidebar-input .ld_bar_search.on_start {
    width: 40%;
    opacity: 1;
}

.search-sidebar .search-sidebar-inner .search__sidebar-input .ld_bar_search.on_end {
    width: 100%;
    opacity: 1;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product {
    animation: 0.45s linear infinite alternate skeletonAnimation;
    will-change: opacity;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product.hidden {
    display: none;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product .skeleton-item {
    display: flex;
    margin-bottom: 15px;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product .skeleton-item .search__product-image {
    padding-right: 0 !important;
    width: 30%;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product .skeleton-item .search__product-image .skeleton_img {
    background: #e1e3e4;
    width: 95px;
    height: 95px;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product .skeleton-item .search__product-description {
    padding-left: 10px;
    color: #878787;
    width: 100%;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product .skeleton-item .search__product-description .skeleton_txt1 {
    height: 15px;
    width: 100%;
    background: #e1e3e4;
    margin-bottom: 8px;
}

.search-sidebar .search-sidebar-inner .search__collection .skeleton__product .skeleton-item .search__product-description .skeleton_txt2 {
    height: 15px;
    background: #e1e3e4;
    width: 38%;
    margin-bottom: 0;
}

@keyframes skeletonAnimation {
    0% {
        opacity: 0.45;
    }
    100% {
        opacity: 0.9;
    }
}

.search-sidebar .search-sidebar-inner .search__collection.hidden {
    overflow: hidden;
}

.store-slider .store-slider-box {}

.store-slider .store-slider-box .store-slider-img {
    border-radius: 15px;
    overflow: hidden;
}

.store-slider .store-slider-box .store-slider-img img {
    width: 100%;
}

.store-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 18px;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}

.store-slider:hover .slick-arrow {
    opacity: 1;
}

.store-slider .slick-arrow.prev-arrow {
    left: 15px;
}

.store-slider .slick-arrow.next-arrow {
    right: 15px;
}

.store-slider-section {
    padding: 35px 0 0;
}

.store-offer-section {
    padding: 35px 0 0;
}

.store-offer-section .offer-image {
    border-radius: 15px;
    overflow: hidden;
}

.store-offer-section .offer-image img {
    width: 100%;
}

.store-category-section {
    padding: 35px 0 0;
}

.store-category-section .title {
    text-align: center;
    margin-bottom: 20px;
}

.store-category-section .title p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0;
    font-family: "Jost";
}

.store-category-section .store__category-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.store-category-section .store__category-slider .category__box {
    margin: 0;
    /* box-shadow: rgba(96, 96, 96, 0.16) 0px 4px 8px; */
    padding: 0;
    border-radius: 5px;
    background: #fff;
    width: 15.5%;
    width: 15%;
    margin: 0 10px 20px;
    overflow: hidden;
}

.store-category-section .store__category-slider .category__box .category__box-image {
    overflow: hidden;
}

.store-category-section .store__category-slider .category__box .category__box-name {
    margin-top: 0;
    padding: 10px 5px;
}

.store-category-section .store__category-slider .category__box .category__box-name p {
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.store-category-section .slick-list.draggable {
    padding: 0 0 15px;
}

.store-category-section .store-category-section-inner {
    background: #f7f7f7;
    background: rgb(244 223 12 / 10%);
    background: rgb(0 131 62 / 5%);
    padding: 25px;
    border-radius: 25px;
}

.store-category-banner {
    padding: 50px 0 0;
}

.store-category-banner .store-category-banner-inner {
    border-radius: 15px;
    overflow: hidden;
}

.store-category-banner .store-category-banner-inner img {
    width: 100%;
}

.export__network-section {
    padding: 50px 0;
}

.export__network-section .export__network-inner {}

.export__network-section .export__network-inner .imagesec {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.export__network-section .export__network-inner .imagesec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 131 62 / 10%);
    width: 100%;
    height: 100%;
}

.export__network-section .export__network-inner .desc {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: -50px;
    background: #fff;
    padding: 35px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.export__network-section .export__network-inner .desc p {
    margin: 0;
    font-size: 16px;
    color: #858585;
}

.export__network-section .export__network-inner .desc p span {
    color: #000;
    font-weight: 600;
}

.mobile-bottom-filter {
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    z-index: 9;
    background-color: #eff4f7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.7s;
}

.mobile-bottom-filter.show {
    bottom: 70px;
}

.mobile-bottom-filter .mobile-bottom-filter-inner {
    display: flex;
    align-items: center;
}

.mobile-bottom-filter .mobile-bottom-filter-inner button {
    width: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    background-color: #eff4f7;
}

.mobile-bottom-filter .mobile-bottom-filter-inner button.mobile-filter__active {}

.mobile-bottom-filter .mobile-bottom-filter-inner button.mobile-sortby__active {}

.mobile-bottom-filter .mobile-bottom-filter-inner button.mobile-sortby__active img {
    height: 18px;
}

.mobile-bottom-filter .mobile-bottom-filter-inner button span {
    margin-left: 10px;
}

.mobile-bottom-filter .mobile-bottom-filter-inner button i {
    font-size: 18px;
}

.sort-by-filter-mobile {
    position: fixed;
    background: #fff;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s;
    transform: translateY(100%);
}

.sort-by-filter-mobile.show {
    transform: translateY(0%);
}

.sort-by-filter-mobile .sortby-filter-mobile_inner {}

.sort-by-filter-mobile .sortby-filter-mobile_inner .sortby__header {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .sortby__header p {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .sortby__header p i {
    margin-right: 5px;
    font-size: 18px;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .sortby__header span {
    font-size: 20px;
    background: #f1f1f1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .soetby__body {
    padding: 15px;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .soetby__body ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .soetby__body ul li {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
}

.sort-by-filter-mobile .sortby-filter-mobile_inner .soetby__body ul li.active {
    background: rgb(0 131 62 / 10%);
}

.ajax-loader {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.ajax-loader.show {
    display: flex;
}

.ajax-loader .threes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5rem;
    height: 5rem;
}

.ajax-loader .threes .three {
    display: inline-flex;
    width: 30%;
    height: 30%;
    border-radius: 100%;
    background-color: #000;
    -webkit-animation: three 1.5s infinite ease-in-out both;
    animation: three 1.5s infinite ease-in-out both;
}

.ajax-loader .threes .three-1 {
    -webkit-animation-delay: -320ms;
    animation-delay: -320ms;
}

.ajax-loader .threes .three-2 {
    -webkit-animation-delay: -160ms;
    animation-delay: -160ms;
}

@keyframes three {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.nodata-found {
    text-align: center;
}

.nodata-found p {
    font-size: 32px;
    font-weight: 500;
    font-family: "Jost";
    color: #000;
    color: red;
    margin: 0;
}

.single-product-view .product-description .cart-action .add_to_cart i {
    font-size: 24px;
}

.single-product-view .product-description .cart-action .add_to_cart p {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.single-product-view .product-description .cart-action .add_to_cart.load {}

.single-product-view .product-description .cart-action .add_to_cart.load span {
    visibility: hidden;
}

.single-product-view .product-description .cart-action .add_to_cart.load p {
    display: flex;
}


/* notify */

.site-notifications {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    transform: translateY(120px);
    transition: all 0.3s;
}

.site-notifications .inner-notify {
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #219a00;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.site-notifications .inner-notify .message-container {}

.site-notifications .inner-notify .message-container p {
    margin: 0;
    padding-left: 10px;
    color: #000;
    font-weight: 500;
    font-family: "Jost";
    font-size: 18px;
}

.site-notifications .inner-notify .svg-container svg.ft-green-tick {
    width: 30px;
    height: 30px;
}


/* @supports ((-webkit-animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards) or (animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards)) {} */

.site-notifications .inner-notify .svg-container .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
}

.site-notifications .inner-notify .svg-container .circle {
    fill-opacity: 0;
    stroke: #219a00;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
}

.site-notifications.show .inner-notify .svg-container .circle {
    -webkit-animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
    animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
}

.site-notifications.show .inner-notify .svg-container .tick {
    -webkit-animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.site-notifications.show {
    transform: translateY(0);
}

@-webkit-keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@-webkit-keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.site-notifications .inner-notify .svg-container svg.error circle.solid {
    stroke: #ddd;
}

.site-notifications .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke: #f56060;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 2;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke: #f56060;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke-dashoffset: -50px;
    stroke-dasharray: 50px;
}

.site-notifications .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 0ms;
}

.site-notifications .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 160ms;
}

.site-notifications .inner-notify .svg-container svg.error {
    width: 25px;
    height: 25px;
}

.site-notifications .inner-notify.errors {
    border-color: #f56060;
}

.site-notifications.show .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 520ms;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 700ms;
    stroke-dashoffset: 0;
}

.site-notifications .inner-notify.errors .svg-container.successsvg {
    display: none;
}

.site-notifications .inner-notify .svg-container.successsvg {
    display: block;
}

.site-notifications .inner-notify .svg-container.errorsvg {
    display: none;
}

.site-notifications .inner-notify.errors .svg-container.errorsvg {
    display: block;
}

.single-product-view .product-description .cart-action .add_to_cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cart-sidebar.load:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-header .cart_bar_search {
    background: #10c264;
    bottom: 0;
    top: auto;
    position: absolute;
    z-index: 20;
    left: 0;
    height: 3px;
    transition: width 0.25s ease-in-out;
    pointer-events: none;
    width: 0;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top .cartempty {
    padding: 50px 25px 0px 30px;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top .cartempty .icon {
    text-align: center;
    margin-bottom: 20px;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top .cartempty .messagecart {
    text-align: center;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top .cartempty .messagecart p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top .cartempty .messagecart span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 35px;
}

.cart-sidebar .cart-sidebar-inner .cart__sidebar-top .cartempty .messagecart a {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: "Jost";
}

.product-single-description .product-info-tabs .product-desc-item .product-desc-content p.available span {
    font-weight: 600;
    color: #00833e;
}

.prodcut-review-inner .first-review-sec .rating-div .norating p {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.product-single-description .product-rating a {
    color: #0d6efd;
    font-size: 16px;
    font-family: "Jost";
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: 0.7;
}

#product__review-modal .modal-content .modal-header {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
}

#product__review-modal .modal-content {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.86);
    border-radius: 0;
}

#product__review-modal .modal-content .modal-header .modal-title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

#product__review-modal .modal-content .modal-header button.close {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: 28px;
    opacity: 1;
}

#product__review-modal .modal-content .modal-body {
    padding: 20px 30px;
}

#product__review-modal .modal-body .review__form-section {}

#product__review-modal .modal-body .review__form-section .review-rating {
    display: flex;
    margin-bottom: 20px;
}

#product__review-modal .modal-body .review__form-section .review-rating label {
    margin-right: 15px;
    font-family: "Jost";
    font-size: 16px;
}

#product__review-modal .modal-body .review__form-section .review-rating .product-rating {}

#product__review-modal .modal-body .review__form-section .review-rating .product-rating .product_review {
    color: #ebebeb;
    cursor: pointer;
}

#product__review-modal .modal-body .review__form-section .form-group {
    margin-bottom: 20px;
}

#product__review-modal .modal-body .review__form-section .form-group label {
    font-size: 16px;
    color: #000;
    font-family: "Jost";
    display: block;
    padding-bottom: 5px;
}

#product__review-modal .modal-body .review__form-section .form-group input.form-control {
    height: 45px;
    border-radius: 0;
    border-color: #ebebeb;
    box-shadow: none;
    padding: 15px;
}

#product__review-modal .modal-body .review__form-section .form-group label i {
    color: red;
}

#product__review-modal .modal-body .review__form-section .form-group textarea.form-control {
    resize: none;
    border-radius: 0;
    border-color: #ebebeb;
    padding: 15px;
    box-shadow: none;
}

#product__review-modal .modal-body .review__form-section .form-group .btn-review {
    background: #f4df0c;
    color: #000;
    border-radius: 0;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 15px;
}

#product__review-modal .modal-body .review__form-section .review-rating .product-rating .product_review.selected {
    color: #fdc040;
}

.login-page-section {
    min-height: 100vh;
}

.login-page-section .login-form-body {
    padding: 50px 150px;
    height: 100%;
    background: #f6f7fc;
    position: relative;
}

.login-page-section .login-banner {
    background: url(https://web.zestratech.in/angur/siteassets/img/banner/login-banner-1.webp);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.login-page-section .login-form-body .login-title {}

.login-page-section .login-form-body .login-title p {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}

.login-page-section .login-form-body .login-title p span {
    color: #00833e;
    font-weight: 700;
}

.login-page-section .login-form-body .login-desc {}

.login-page-section .login-form-body .login-desc p {
    font-size: 18px;
}

.login-page-section .col-md-6 {
    padding: 0;
}

.login-page-section .login-form-body .login-form {
    margin-top: 35px;
}

.login-page-section .login-form-body .login-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.login-page-section .login-form-body .login-form .form-group label {
    font-family: "Jost";
    color: #000;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
}

.login-page-section .login-form-body .login-form .form-group .form-control {
    height: 55px;
    border-color: transparent;
    padding: 15px 20px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding-left: 50px;
}

.login-page-section .login-form-body .login-form .form-group .btn-login {
    color: #fff;
    width: 100%;
    background: #00833e;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.login-page-section .login-form-body .login-form .form-group span {
    position: absolute;
    left: 0;
    top: 56%;
    left: 15px;
    font-size: 22px;
}

.login-page-section .login-form-body .another-login {
    padding-top: 25px;
}

.login-page-section .login-form-body .another-login .ttitle {
    text-align: center;
}

.login-page-section .login-form-body .another-login .ttitle p {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}

.login-page-section .login-form-body .another-login .loginicons {
    text-align: center;
}

.login-page-section .login-form-body .another-login .loginicons a {
    border: 0;
    width: 180px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px #ccc;
}

.login-page-section .login-form-body .another-login .loginicons a img {
    height: 20px;
}

.login-page-section .login-form-body .another-login .loginicons a span {
    color: #000;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.login-page-section .login-form-body .nota_member {
    text-align: center;
}

.login-page-section .login-form-body .nota_member p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.login-page-section .login-form-body .nota_member p a {
    color: #00833e;
    font-weight: 700;
    text-decoration: underline;
}

.login-page-section .login-form-body .login-desc p span {
    font-weight: 700;
    color: #00833e;
}

.login-page-section .login-form-body .verify-login-section {
    text-align: center;
}

.login-page-section .login-form-body .verify-login-section .otp-container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

.login-page-section .login-form-body .verify-login-section .otp-container input.form-control {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 12px;
    box-shadow: none;
    border-color: #ddd;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.login-page-section .login-form-body .verify-login-section span#changenumber {
    display: block;
    font-weight: 600;
    background: transparent;
    width: max-content;
    padding: 5px 15px;
    color: #f16038;
    border-radius: 5px;
    margin: 0 auto 20px;
    text-decoration: underline;
}

.login-page-section .login-form-body .verify-login-section .verifyactions {}

.login-page-section .login-form-body .verify-login-section .verifyactions .btn-verify {
    background: #00833e;
    color: #fff;
    width: 50%;
    height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.login-page-section .login-form-body .verify-login-section .verifyactions .btn-verify .miniloader {
    font-size: 22px;
}

.login-page-section .login-form-body .verify-login-section .verifyactions p.bcbdigsbsotp {
    margin-top: 15px;
    color: #000;
}

.login-page-section .login-form-body .verify-login-section .verifyactions .otp-submit {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: 700;
    color: cornflowerblue;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.login-page-section .login-form-body .verify-login-section .verifyactions .otp-submit:disabled {
    color: #b3b3b3;
}

.login-page-section .login-form-body .formview {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-page-section .login-form-body .formloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.login-page-section .login-form-body .formloader span.loader-16 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgb(199 48 62 / 20%) 33%, #00833e 100%);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.login-page-section .login-form-body .formloader.show {
    display: flex;
}

.login-page-section .login-form-body .formloader span.loader-16:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-page-section .login-form-body .login-form .form-group label i {
    font-style: normal;
    color: red;
    font-size: 14px;
    vertical-align: top;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #00833e !important;
}

.product-single-description .product-selections .product-actions .action-buttons .product-wishlist-btn.is_liked {
    background: #f54543;
    color: #fff;
    border-color: #f54543;
}

.product-single-description .product-selections .check_product_availabilty {
    background: rgb(0 131 62 / 7%);
    margin-top: 30px;
    padding: 15px 25px 25px;
    border-radius: 10px;
    width: 71%;
}

.product-single-description .product-selections .check_product_availabilty .checktitle {}

.product-single-description .product-selections .check_product_availabilty .checktitle p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.product-single-description .product-selections .check_product_availabilty .inputcheck {
    position: relative;
}

.product-single-description .product-selections .check_product_availabilty .inputcheck input {
    width: 100%;
    display: block;
    background: #fff;
    height: 50px;
    padding: 7px 15px;
    box-shadow: none;
    border-radius: 10px;
}

.product-single-description .product-selections .check_product_availabilty .inputcheck .btn-availabilty {
    position: absolute;
    right: 7px;
    top: 50%;
    background: #f4df0c;
    color: #000;
    border-radius: 5px;
    padding: 7px 25px;
    height: 40px;
    transform: translateY(-50%);
    font-weight: 700;
    border-color: #f4df0c;
}

.product-single-description .product-selections .check_product_availabilty .inputcheck input:focus {
    border-color: #000;
}

.product-single-description .product-selections .check_product_availabilty p#checkmessage {
    margin: 0;
}

.product-single-description .product-selections .check_product_availabilty p#checkmessage span.success {
    color: green;
    padding-top: 12px;
    display: block;
    font-weight: 600;
    padding-left: 5px;
}

.product-single-description .product-selections .check_product_availabilty p#checkmessage span.error {
    color: red;
    padding-top: 12px;
    display: block;
    font-weight: 600;
    padding-left: 5px;
}

.order-response-section {
    padding: 80px 0;
}

.order-response-section .order-response-inner {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    padding: 35px 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.order-response-section .order-response-inner .success-order {}

.order-response-section .order-response-inner .success-order .image-success {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.order-response-section .order-response-inner .success-order .image-success p {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #00833e;
    font-family: "Jost";
}

.order-details {}

.order-response-section .order-response-inner .success-order .content {}

.order-response-section .order-response-inner .success-order .content p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.order-response-section .order-response-inner .success-order .content .order-details {
    margin-bottom: 15px;
}

.order-response-section .order-response-inner .success-order .content .order-details p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}

.order-response-section .order-response-inner .success-order .content .order-details p span.one {
    color: #858585;
    margin-right: 10px;
}

.order-response-section .order-response-inner .success-order .content .order-details p span.second {
    color: #000;
    font-weight: 700;
}

.order-response-section .order-response-inner .success-order .content .order-details p.thankyou {}

.order-response-section .order-response-inner .success-order .content p.thankyou {
    margin: 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-response-section .order-response-inner .success-order .content a {
    background: #f4df0c;
    color: #000;
    text-transform: uppercase;
    padding: 7px 25px;
    height: 45px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
}

.order-response-section .order-response-inner .success-order .image-success img {
    margin-top: -60px;
    margin-bottom: -50px;
}

.order-response-section .order-response-inner .failed-order {
    background: #fefcfc;
    padding-bottom: 35px;
}

.order-response-section .order-response-inner .failed-order .image-failed {}

.order-response-section .order-response-inner .failed-order .image-failed p {
    font-size: 24px;
    color: red;
    font-weight: 600;
    font-family: "Jost";
}

.order-response-section .order-response-inner .failed-order .image-failed img {
    width: 50%;
    margin: 0 auto;
}

.order-response-section .order-response-inner .failed-order .content {}

.order-response-section .order-response-inner .failed-order .content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 25px;
}

.order-response-section .order-response-inner .failed-order .content .btnpay {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    border-radius: 0;
    height: 45px;
    font-weight: 500;
}

.order-response-section .order-response-inner .failed-order .content .btnpay img {
    margin-left: 10px;
}

header.header .header-primary-menu ul li.menu-link.has_menu {}

header.header .header-primary-menu ul li .angur_megamenu {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 13vh;
    margin-top: 0;
    height: 85vh;
    background: #fafbfc;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: top center;
    transition: 0.5s;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 20px 20px -10px;
    border-bottom: 0;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body {
    display: flex;
    width: 100%;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list {
    width: 25%;
    padding-top: 25px;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body {
    width: 75%;
    margin-left: 30px;
    position: relative;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul {
    display: block;
}

header.header .header-primary-menu ul li.menu-link.has_menu:hover .angur_megamenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) rotateX(0deg);
}

header.header.is_fixed .header-primary-menu ul li {
    height: 10vh;
}

header.header.is_fixed .header-primary-menu ul li .angur_megamenu {
    top: 10vh;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li {
    height: unset;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li {
    height: unset;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    position: relative;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list p.megamenu_title {
    font-family: "Jost";
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

header.header .header-primary-menu ul li.menu-link.has_menu:hover .angur_megamenu .angur_megamenu-inner {
    padding: 35px 0;
    padding: 35px 0;
    display: flex;
    height: 100%;
    max-height: 85vh;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li.active {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 5px #ccc;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li a {
    color: #000;
    font-family: "Quicksand";
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3% 4%;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li a i {
    margin-right: 10px;
    font-size: calc(100% + 6px);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    color: #00833e;
    padding: 3%;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li.active a i {
    box-shadow: none;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 25px 35px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.7s ease;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab.active {
    visibility: visible;
    opacity: 1;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab p.megamenu_title {
    font-family: "Jost";
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul {
    flex-wrap: wrap;
    justify-content: start;
    max-height: 60vh;
    overflow-y: auto;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li {
    height: unset;
    width: 31%;
    margin: 0 10px 15px;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view {
    border: 1px solid #f9f9f9;
    padding: 15px;
    display: flex;
    border-radius: 15px;
    background: #fafbfc;
    width: 100%;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content {
    padding-top: 0;
    width: 70%;
    padding-left: 15px;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content p.name {
    color: #000;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3px;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content a {
    font-family: unset;
    font-size: unset;
    font-weight: unset;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content p.price {
    margin: 0;
    color: #00833e;
    font-weight: 600;
    font-size: calc(100% + 2px);
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-image {
    width: 30%;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul::-webkit-scrollbar {
    width: 2px;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li.active:after,
header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li.active:before {
    border: solid transparent;
    content: "";
    position: absolute;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li.active:after {
    background: white;
    height: 40px;
    right: 0;
    top: 10px;
    width: 24px;
}

header.header .header-primary-menu ul li .angur_megamenu .angur_megamenu-body .megamenu_category_list ul li.active:before {
    background: white;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    height: 15px;
    left: 100%;
    top: 70%;
    transform-origin: 0 0;
    width: 15px;
    transform: rotate(-135deg);
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .social-help {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .social-help p {
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .social-help ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .social-help ul li:not(:last-child) {
    margin-right: 10px;
}

.mobile-menu-navigation .mobile-navigation-inner .mobile-tabs-content .social-help ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(129, 129, 129, 0.2);
    border-radius: 50%;
    color: #00833e;
    font-size: 14px;
}

.account-page {
    padding: 50px 0;
}

.account-sidebar {
    background: #f8f8f8;
    border-radius: 15px;
    /* box-shadow: 0 0 8px rgba(34, 34, 34, .14); */
    overflow: hidden;
    position: sticky;
    top: 100px;
    z-index: 0;
}

.account-sidebar .top-image img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: center;
}

.account-sidebar .profile-image {
    text-align: center;
    margin-top: -50px;
}

.account-sidebar .profile-image img {
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 100%;
    box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
    height: calc(100px + 0.9375vw);
    object-fit: contain;
    padding: 5px;
    width: calc(100px + 0.9375vw);
}

.account-sidebar .user-detail {
    margin: 0 15px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.account-sidebar .user-detail p.name {
    font-size: calc(100% + 4px);
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 3px;
}

.account-sidebar .user-detail p.email {
    color: #8e8e8e;
    font-weight: 500;
    margin: 0;
}

.account-sidebar .account-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-sidebar .account-menu ul li a {
    align-items: center;
    border-radius: 0;
    color: #8e8e8e;
    display: flex;
    font-size: calc(100% + 2px);
    font-weight: 500;
    overflow: hidden;
    padding: 12px 25px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 0;
}

.account-sidebar .account-menu ul li a i {
    margin-right: 10px;
    font-size: calc(100% + 4px);
}

.account-sidebar .account-menu ul li.active a {
    color: #00833e;
    background: rgb(0 131 62 / 15%);
    font-weight: 600;
    border-left: 4px solid #00833e;
}

.account-sidebar .account-menu ul li.active a:before {
    background: #00833e;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.account-sidebar .logout-menu {
    margin: 0 15px;
    border-top: 1px solid #ddd;
    padding: 25px 0 30px;
}

.account-sidebar .logout-menu .btn-logout {
    background: #00833e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(100% + 2px);
}

.dashboard-right-sidebar {
    height: 100%;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
    position: relative;
}

.dashboard-right-sidebar .title-header {
    margin-bottom: 20px;
}

.dashboard-right-sidebar .title-header p {
    margin: 0;
    font-size: calc(100% + 8px);
    font-weight: 700;
    color: #000;
}

.dashboard-right-sidebar .user__introduction p {
    color: #000;
}

.dashboard-right-sidebar .user__introduction p span {
    font-weight: 700;
}

.dashboard-right-sidebar:before {
    top: 30px;
    content: "";
    position: absolute;
    width: 3px;
    background: #00833e;
    height: 30px;
    left: 0;
}

.dashboard-right-sidebar .counters {
    margin-top: 30px;
}

.dashboard-right-sidebar .counters .counter__box {
    text-align: left;
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.dashboard-right-sidebar .counters .counter__box .icon {
    margin-bottom: 0;
    width: 35%;
    text-align: left;
}

.dashboard-right-sidebar .counters .counter__box .icon span {
    font-size: calc(100% + 16px);
    color: #00833e;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #d3e7dc;
}

.dashboard-right-sidebar .counters .counter__box .content {
    width: 65%;
}

.dashboard-right-sidebar .counters .counter__box .content p.number {
    font-size: calc(100% + 10px);
    font-weight: 700;
    margin: 0;
    color: #000;
}

.dashboard-right-sidebar .counters .counter__box .content p.desc {
    margin: 0;
    font-size: calc(100% + 2px);
    font-weight: 700;
    color: #000;
}

.dashboard-right-sidebar .user__information {
    background: #fff;
    border-radius: 15px;
    padding: 35px 35px;
}

.dashboard-right-sidebar .user__information .info {
    display: flex;
    align-items: center;
}

.dashboard-right-sidebar .user__information .info p.title {
    width: 30%;
    font-weight: 700;
    font-size: calc(100% + 2px);
    color: #000;
    margin: 0;
}

.dashboard-right-sidebar .user__information .info p.desc {
    font-size: calc(100% + 2px);
    font-weight: 500;
    color: #000;
    margin: 0;
}

.dashboard-right-sidebar .user__information .info:not(:last-child) {
    margin-bottom: 15px;
}

.dashboard-right-sidebar .user__setting {}

.dashboard-right-sidebar .user__setting .top-image {}

.dashboard-right-sidebar .user__setting .top-image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: left top;
}

.dashboard-right-sidebar .user__setting .user-image {
    margin-top: -80px;
    padding: 0 0 0 30px;
    margin-bottom: 25px;
}

.dashboard-right-sidebar .user__setting .user-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
}

.dashboard-right-sidebar .user__setting .user__form {
    padding: 0 20px;
}

.dashboard-right-sidebar .user__setting .user__form .form-group {
    margin-bottom: 20px;
}

.dashboard-right-sidebar .user__setting .user__form .form-group label {
    font-weight: 500;
    color: #000;
    font-family: "Jost";
    display: block;
    padding-bottom: 5px;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .form-control {
    height: 60px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    outline: 0;
    color: #000;
    box-shadow: none;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .form-control:focus {
    border-color: #00833e;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container {
    width: 100% !important;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container .select2-selection--single {
    height: 60px;
    border: 0;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: 400;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container .select2-selection--single span.select2-selection__arrow {
    height: 60px;
    right: 10px;
}

.dashboard-right-sidebar .user__setting .user__form .form-submit {
    margin-top: 15px;
}

.dashboard-right-sidebar .user__setting .user__form .form-submit .btn-update {
    background: #000;
    color: #fff;
    width: 30%;
    height: 50px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-right-sidebar .order_table_list {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table thead tr th {
    background: #f9f9f9;
    padding: 15px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    font-family: "Jost";
    font-weight: 500;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border-color: #f0f0f0;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td span.text-bold {
    font-weight: 700;
    color: #000;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td .statusshow {
    width: 100%;
    padding: 10px 10px;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td .invoice {
    font-size: calc(100% + 8px);
    color: #f40f02;
    line-height: normal;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td .orderview {
    font-size: calc(100% + 10px);
    color: #00833e;
    line-height: normal;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table {
    margin: 0;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tr:last-child td {
    border: 0;
    padding-bottom: 0;
}

.dashboard-right-sidebar .order-products-list {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
}

.dashboard-right-sidebar table {
    margin: 0;
    vertical-align: middle;
}

.dashboard-right-sidebar table td,
.dashboard-right-sidebar table th {
    padding: 15px;
    background: #f9f9f9;
    border-color: #ececec;
    text-align: center;
}

.dashboard-right-sidebar .order-products-list .table-responsive.data-responsive {
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background: #f9f9f9;
}

.dashboard-right-sidebar table tr:last-child td {
    border: 0;
    padding-bottom: 0;
}

.dashboard-right-sidebar table th {
    padding: 10px 15px;
    font-family: "Jost";
    font-weight: 500;
    font-size: calc(100% + 2px);
}

.dashboard-right-sidebar .order-products-list p.divtitle {
    font-size: calc(100% + 4px);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .address-details {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.dashboard-right-sidebar .address-details p.title {
    font-size: calc(100% + 4px);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .address-details .address-details-inner {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 15px;
}

.dashboard-right-sidebar .address-details .address-details-inner p.name {
    color: #000;
    font-weight: 700;
    margin: 0 0 5px;
}

.dashboard-right-sidebar .address-details .address-details-inner p.type {
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    width: max-content;
    font-size: calc(100% - 3px);
}

.dashboard-right-sidebar .address-details .address-details-inner p.address {
    margin: 0;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer p {
    margin: 0;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer p:first-child {
    width: 22%;
    font-weight: 700;
    color: #000;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer:last-child {
    margin: 0;
}

.dashboard-right-sidebar .order-summary {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}

.dashboard-right-sidebar .order-summary p.divtitle {
    font-size: calc(100% + 4px);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .order-summary .order-summary-inner {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary p {
    margin: 0;
    font-size: calc(100% + 2px);
    font-weight: 500;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary.total {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 0;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary.total p {
    color: #00833e;
    font-size: calc(100% + 4px);
    font-weight: 700;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer.width p:first-child {
    width: 30%;
}

.dashboard-right-sidebar .review-list {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}

.dashboard-right-sidebar .review-list .review-list-inner {}

.dashboard-right-sidebar .review-list .review-list-inner .review-box {
    background: #f9f9f9;
    margin-bottom: 25px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title {
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 2px);
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content {
    padding: 25px 25px;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.name {
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.message {
    color: #666;
    margin: 0;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box:last-child {
    margin: 0;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.star-rating span {
    color: #ccc;
    font-size: calc(100% + 4px);
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.star-rating span.active {
    color: #f8a231;
}

.dashboard-right-sidebar .address_lists {}

.dashboard-right-sidebar .address_lists .address-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    height: 100%;
    overflow: hidden;
    padding: 25px;
    position: relative;
}

.dashboard-right-sidebar .address_lists .address-box .address-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dashboard-right-sidebar .address_lists .address-box .address-header p {
    margin: 0;
}

.dashboard-right-sidebar .address_lists .address-box .address-header p.name {
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 2px);
    text-transform: capitalize;
}

.dashboard-right-sidebar .address_lists .address-box .address-header p.type {
    background: #00833e;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: calc(100% - 2px);
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

.dashboard-right-sidebar .address_lists .address-box .address-body {
    margin-bottom: 15px;
}

.dashboard-right-sidebar .address_lists .address-box .address-body .content {
    display: flex;
    margin-bottom: 7px;
}

.dashboard-right-sidebar .address_lists .address-box .address-body .content p {
    margin: 0;
    width: 75%;
}

.dashboard-right-sidebar .address_lists .address-box .address-body .content p:first-child {
    width: 25%;
    font-weight: 600;
    color: #9b9b9b;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button {
    background: #f1f1f1;
    width: 48%;
    border-radius: 2px;
    height: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
    border: 0;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button i {
    margin-right: 7px;
    font-size: calc(100% + 4px);
    line-height: 1;
}

.address_model .modal-dialog.modal-dialog-centered {
    max-width: 50%;
}

.address_model .modal-content {
    border-radius: 15px;
}

.address_model .modal-content .modal-header {
    padding: 10px 25px;
}

.address_model .modal-content .modal-header .modal-title {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.address_model .modal-content .modal-header button.close {
    background: #00833e;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 1;
    width: 30px;
    font-size: calc(100% + 4px);
    border: 0;
    opacity: 1;
}

.address_model .modal-content .address-form {}

.address_model .modal-content .modal-body {
    padding: 25px 25px;
}

.address_model .modal-content .address-form .form-group {
    z-index: 1;
    margin-bottom: 10px;
    position: relative;
}

.address_model .modal-content .address-form .form-group .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    height: 65px;
    vertical-align: bottom;
    padding: 25px 15px 5px;
    color: #000;
    box-shadow: none;
}

.address_model .modal-content .address-form .form-group label {
    margin-bottom: 3px;
    font-size: calc(100% - 3px);
    position: absolute;
    left: 15px;
    z-index: 0;
    top: 5px;
    font-weight: 400;
}

.address_model .modal-content .address-form .pincoderesponse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_model .modal-content .address-form .pincoderesponse .form-group {
    width: 48%;
}

.address_model .modal-content .address-form .form-group .form-control:read-only {
    background: #f7f7f7;
}

.address_model .address-form .form-group .address_type .lable-title {
    font-size: 16px;
    color: #000;
    margin-right: 40px;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs {
    display: flex;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group {
    margin: 0;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input {
    margin: 0;
    display: none;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group label {
    border: 1px solid #ccc;
    width: 125px;
    margin-right: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    position: unset;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input:checked+label {
    border-color: #000;
    color: #000;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group label span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ccc;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input:checked+label span {
    border-color: #000;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group label span:before {
    content: "";
    content: "";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input:checked+label span:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.address_model .address-form .form-group .address_type {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.address_model .modal-content .address-form .buttonaddress {
    background: #000;
    color: #fff;
    width: 30%;
    height: 50px;
    border-radius: 0;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-right-sidebar .address_lists .col-md-6 {
    margin-bottom: 30px;
}

header.header .action-icons ul li .angur_menu {
    border-radius: 10px;
    box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
    position: absolute;
    top: 13vh;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    border: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: top center;
    transition: 0.5s;
    border-bottom: 0;
    min-width: 180px;
    right: 0;
    padding: 0;
}

header.header.is_fixed .action-icons ul li .angur_menu {
    top: 10vh;
}

header.header .action-icons ul li.menu-link.has_menu:hover .angur_menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) rotateX(0deg);
}

header.header .action-icons ul li .angur_menu ul {
    display: block;
}

header.header .action-icons ul li .angur_menu ul li {
    margin: 0;
    padding: 0;
}

header.header .action-icons ul li .angur_menu ul li a {
    display: block;
    padding: 10px 15px;
    transition: all 0.4s;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p.reviewcount {
    color: #000;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p.reviewcount span {
    color: #f8a231;
    padding-left: 2px;
}

header.header .action-icons ul li .angur_menu ul li a:hover {
    background: #f1f1f1;
}

header.header .action-icons ul li .angur_menu ul li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

.dashboard-right-sidebar .updateaccount {
    margin-top: 35px;
}

.dashboard-right-sidebar .updateaccount a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.dashboard-right-sidebar .updateaccount a i {
    margin-right: 6px;
    font-size: calc(100% + 2px);
}

.account-sidebar .close-button .close-sidebar {
    border: none;
    color: #000;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
}

.account-sidebar .close-button {
    align-items: center;
    background: #f8f8f8;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 1;
}

.login-page-section .login-form-body .login-form .form-group .btn-login .miniloader {
    font-size: 22px;
}

.login-page-section .login-form-body .login-form .form-group .btn-login i {
    font-size: 22px;
}

.scrollto-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    z-index: 999;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

.scrollto-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scrollto-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #00833e;
}

.scrollto-top .progress-circle path {
    stroke: #00833e;
    stroke-width: 4;
    box-sizing: content-box;
    transition: all 200ms linear;
}

.scrollto-top .progress-circle {
    margin: 0;
    padding: 0;
    fill: #fff;
    overflow: hidden;
}

.global-rupees {
    font-family: "Jost" !important;
    font-weight: 500;
}

.cart-page .card .title {
    margin-bottom: 5vh;
}

.cart-page,
.wishlist-page {
    padding: 80px 0;
}

.cart-page .card {
    margin: auto;
    border-radius: 1rem;
    border: transparent;
}

.cart-page .card .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    max-height: 80vh;
}

.cart-page .summary {
    background: rgb(0 131 62 / 12%);
    padding: 35px 45px;
    border-radius: 15px;
}

.cart-page .card .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.text-right {
    text-align: right !important;
}

.cart-page .card .main .close {
    margin-left: auto;
    font-size: 0.7rem;
}

.cart-page .card .main .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.cart-page .card .main img {
    width: 3.5rem;
}

.cart-page .card .cart .back-to-shop {
    margin-top: 4.5rem;
}

.cart-page .card .cart .back-to-shop i.left-arrow {
    margin-right: 10px;
}

.cart-page .card .cart .back-to-shop a {
    color: #000;
    transition: 0.5s;
}

.cart-page .card .cart .back-to-shop a:hover {
    letter-spacing: 0.5px;
}

.cart-page .summary hr {
    margin-top: 1.25rem;
}

.summary form.shipping-form select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

.summary button.checkout-btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}

.summary button.checkout-btn:hover {
    color: #00833e;
    background: #fff;
    transition: 0.5s;
    border-color: #fff;
}

.cart-table table {
    width: 100%;
}

table.wishlist-table {
    width: 100%;
    margin-bottom: 25px;
}

.wishlist-table tbody tr {
    border-bottom: 1px solid #253d4e26;
}

.wishlist-table thead tr th {
    padding: 16px 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #000;
    font-size: 18px;
    background: rgb(0 131 62 / 5%);
}

.wishlist-table button.stoke-btn {
    background: rgb(0 131 62 / 35%);
    border: none;
    border-radius: 30px;
    padding: 4px 15px;
    color: #00833e;
    font-size: 14px;
    font-weight: 600;
    cursor: auto;
}

.wishlist-table button.out-stoke-btn {
    background: rgb(215 46 46 / 37%);
    border: none;
    border-radius: 30px;
    padding: 4px 15px;
    color: #d72e2e;
    font-size: 14px;
    font-weight: 600;
    cursor: auto;
}

.wishlist-table a.btn.wishlist-cart-btn {
    font-size: 14px;
    font-weight: 600;
    background: rgb(0 131 62 / 95%);
    color: #fff;
    padding: 8px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wishlist-table a.btn.wishlist-cart-btn:hover {
    color: #00833e;
    background: #fff;
    transition: 0.5s;
    border: 1px solid #00833e;
}

.wishlist-table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    font-weight: 700;
    white-space: nowrap;
}

.wishlist-table tr td a .close i {
    color: #c41c1c;
    font-weight: 700;
    margin-left: 12px;
}

.cart-table table tr {
    border-top: 1px solid #253d4e26;
}

.cart-table table tr:last-child {
    border-bottom: 1px solid #253d4e26;
}

.cart-table table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    color: #253d4e;
    font-weight: 700;
    white-space: nowrap;
}

.cart-table table tr td a .close i {
    color: #c41c1c;
    font-weight: 700;
}

.cart-page .card-title {
    margin-bottom: 12px;
}

.cart-page .summary .summary-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page .summary .price-table {
    margin-top: 30px;
}

.cart-page .summary button.checkout-btn {
    display: flex;
    width: 100%;
    border: 1px solid #00833e;
    background: #00833e;
    color: #fff;
    height: 45px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.cart-page .summary button.checkout-btn:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.cart-page .summary button.checkout-btn img {
    height: 30px;
    margin-left: 10px;
}

.summary-field a.btn.coupon-btn {
    background: #00833e;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.summary-field a.btn.coupon-btn:hover {
    background: #fff;
    color: #00833e;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.wishlist-section {
    overflow-x: auto;
}

.cart-page .summary .summary_title {
    font-family: "Jost";
    font-weight: 500;
    color: #000;
    position: relative;
    text-align: center;
}

.cart-page .summary .summary_title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #00833e;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.cart-page .summary .price-table .table td,
.cart-page .summary .price-table .table th {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.137);
    border: 0;
    font-weight: 500;
}

.cart-page .summary .price-table .table td {
    text-align: right;
}

.cart-page .summary .price-table .table tr.total td,
.cart-page .summary .price-table .table tr.total th {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.cart-page .summary button.checkout-btn img:nth-child(2) {
    height: 18px;
}

.cart-table table a.remove_from_cart {
    cursor: pointer;
}

.cart-page {}

.cart-page .empty_cart_section {
    width: 49%;
    margin: 0 auto;
    text-align: center;
}

.cart-page .empty_cart_section .carticon {
    margin-bottom: 30px;
}

.cart-page .empty_cart_section .contentdesc {}

.cart-page .empty_cart_section .contentdesc p {
    font-family: "Jost";
    font-weight: 600;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.cart-page .empty_cart_section .contentdesc span {
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
}

.cart-page .empty_cart_section .contentdesc a {
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Jost";
}

.wishlist-page .empty_wishlist_section .wishlisticon {
    margin-bottom: 30px;
}

.wishlist-page .empty_wishlist_section .wishlisticon img {
    max-width: 100px;
    opacity: 0.7;
}

.wishlist-page .empty_wishlist_section {
    width: 49%;
    margin: 0 auto;
    text-align: center;
}

.wishlist-page .empty_wishlist_section .contentdesc p {
    font-family: "Jost";
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wishlist-page .empty_wishlist_section .contentdesc a {
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Jost";
}

.social-section .social-box {
    background: #f1f5f4;
    position: relative;
}

.social-section .social-box .social-content {
    padding: 80px 30px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.social-section .social-box .social-content .social-head {
    font-weight: 800;
    font-size: colo;
    font-size: 28px;
    color: #00833e;
}

.social-section .social-box .social-content ul.contact-social-icon {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.social-section .social-box .social-content ul.contact-social-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.social-section .social-box .social-content ul.contact-social-icon li a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    background: #00833e;
    color: #fff;
    border: 2px solid #00833e;
}

.social-section .inner-section {
    background: #fff;
    position: relative;
    padding: 3rem;
    /* border: 1px solid #abd9c1; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.social-section .inner-section h3 {
    color: #00833e;
}

.social-section {
    padding: 4rem 0;
    background: #f1f5f4;
}

.social-section .inner-section .contact-social-icon {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.social-section .inner-section .contact-social-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.social-section .inner-section .contact-social-icon a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    background: #00833e;
    color: #fff;
    border: 2px solid #00833e;
}

.social-section .inner-section .contact-social-icon a:hover {
    background: #ffffff;
    color: #00833e;
    border: 2px solid #00833e;
    transition: 0.5s;
}

.contact-section .store-loaction p:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 5px;
    left: 50%;
    margin-left: -50px;
    background-color: #333;
    opacity: 0.5;
}

.contact-section .store-loaction p:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #333;
    opacity: 0.7;
}

.contact-section .store-loaction p {
    font-size: 24px;
    font-family: "playfair display", sans-serif;
    margin-bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    /* margin: 0; */
    padding-bottom: 5px;
}

.store-sec {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.store-sec .store-loaction {
    padding: 48px;
}

.contact-section p,
.contact-section2 p {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 28px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    /* margin: 0; */
    padding-bottom: 5px;
}

.contact-section ul,
.contact-section2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-section ul li,
.contact-section2 ul li {
    margin: 0 0 25px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    display: flex;
    align-items: center;
    color: #6d6d6d;
}

.contact-section .map,
.contact-section2 .map {
    margin-bottom: 25px;
}

.contact-section ul li span,
.contact-section2 ul li span {
    position: absolute;
    z-index: -1;
    left: 0;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #6d6d6d;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #000;
    font-size: 20px;
}

.contact-section ul li a,
.contact-section2 ul li a {
    color: #6d6d6d;
}

.contact-section .location-store1 {
    padding-left: 30px;
}

.contact-section .location-store2 {
    padding-right: 30px;
}

.contact-section .inner-section {
    padding: 25px 0 0;
}

section.policy-page {
    margin: 80px 0;
}

section.account-page .account-sidebar.show .close-button {
    align-items: center;
    background: #f8f8f8;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 1;
}

section.account-page .account-sidebar.show .close-button button#close_sidebar_btn {
    border: none;
    color: #000;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
}

section.account-page .account-sidebar.show .close-button svg.icon {
    height: 18px;
    width: 18px;
}

.account-page button#show_menu {
    background: #00833e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    z-index: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    display: none;
}

.account-sidebar .top-image img {
    height: 100px;
}

.testimonials-inner .testimonial .testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-inner .testimonial .testimonial-rating span {
    color: #ccc;
    margin: 0 1px;
}

.testimonials-inner .testimonial .testimonial-content p {
    font-size: 22px;
}

.cart-table table td p.name {
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 2px);
    margin: 0 0 5px;
}

.cart-table table td p.weight {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    margin: 0 0 5px;
}

.cart-table table td p.priceshow {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.cart-table table td p.priceshow span {}

.cart-table table td p.priceshow del {
    margin-left: 5px;
}

.single-product-view .product-description .product-price p del {
    margin-left: 8px;
    color: #6d6c6c;
    font-size: 14px;
    vertical-align: text-top;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content .menupricepro {
    display: flex;
    align-items: center;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content .menupricepro del.delprice {
    margin-left: 8px;
    font-size: calc(100% - 2px);
    color: #6d6d6d;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button {
    background: #f1f1f1;
    width: 48%;
    border-radius: 2px;
    height: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
    border: 0;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button i {
    margin-right: 7px;
    font-size: calc(100% + 4px);
    line-height: 1;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button i {
    margin-right: 7px;
    font-size: calc(100% + 4px);
    line-height: 1;
}

.address_model .modal-dialog.modal-dialog-centered {
    max-width: 50%;
}

.address_model .modal-content {
    border-radius: 15px;
}

.address_model .modal-content .modal-header {
    padding: 10px 25px;
}

.address_model .modal-content .modal-header .modal-title {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.address_model .modal-content .modal-header button.close {
    background: #00833e;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 1;
    width: 30px;
    font-size: calc(100% + 4px);
    border: 0;
    opacity: 1;
}

.address_model .modal-content .address-form {}

.address_model .modal-content .modal-body {
    padding: 25px 25px;
}

.address_model .modal-content .address-form .form-group {
    z-index: 1;
    margin-bottom: 10px;
    position: relative;
}

.address_model .modal-content .address-form .form-group .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    height: 65px;
    vertical-align: bottom;
    padding: 25px 15px 5px;
    color: #000;
    box-shadow: none;
}

.address_model .modal-content .address-form .form-group label {
    margin-bottom: 3px;
    font-size: calc(100% - 3px);
    position: absolute;
    left: 15px;
    z-index: 0;
    top: 5px;
    font-weight: 400;
}

.address_model .modal-content .address-form .pincoderesponse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_model .modal-content .address-form .pincoderesponse .form-group {
    width: 48%;
}

.address_model .modal-content .address-form .form-group .form-control:read-only {
    background: #f7f7f7;
}

.address_model .address-form .form-group .address_type .lable-title {
    font-size: 16px;
    color: #000;
    margin-right: 40px;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs {
    display: flex;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group {
    margin: 0;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input {
    margin: 0;
    display: none;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group label {
    border: 1px solid #ccc;
    width: 125px;
    margin-right: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    position: unset;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input:checked+label {
    border-color: #000;
    color: #000;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group label span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ccc;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input:checked+label span {
    border-color: #000;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group label span:before {
    content: "";
    content: "";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.address_model .address-form .form-group .address_type .aciovasbnoubs .form-group input:checked+label span:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.address_model .address-form .form-group .address_type {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.address_model .modal-content .address-form .buttonaddress {
    background: #000;
    color: #fff;
    width: 30%;
    height: 50px;
    border-radius: 0;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-right-sidebar .address_lists .col-md-6 {
    margin-bottom: 30px;
}

header.header .action-icons ul li .angur_menu {
    border-radius: 10px;
    box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
    position: absolute;
    top: 13vh;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    border: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: top center;
    transition: 0.5s;
    border-bottom: 0;
    min-width: 180px;
    right: 0;
    padding: 0;
}

header.header.is_fixed .action-icons ul li .angur_menu {
    top: 10vh;
}

header.header .action-icons ul li.menu-link.has_menu:hover .angur_menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) rotateX(0deg);
}

header.header .action-icons ul li .angur_menu ul {
    display: block;
}

header.header .action-icons ul li .angur_menu ul li {
    margin: 0;
    padding: 0;
}

header.header .action-icons ul li .angur_menu ul li a {
    display: block;
    padding: 10px 15px;
    transition: all 0.4s;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p.reviewcount {
    color: #000;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p.reviewcount span {
    color: #f8a231;
    padding-left: 2px;
}

header.header .action-icons ul li .angur_menu ul li a:hover {
    background: #f1f1f1;
}

header.header .action-icons ul li .angur_menu ul li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

.dashboard-right-sidebar .updateaccount {
    margin-top: 35px;
}

.dashboard-right-sidebar .updateaccount a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.dashboard-right-sidebar .updateaccount a i {
    margin-right: 6px;
    font-size: calc(100% + 2px);
}

.account-sidebar .close-button .close-sidebar {
    border: none;
    color: #000;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
}

.account-sidebar .close-button {
    align-items: center;
    background: #f8f8f8;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 1;
}

.login-page-section .login-form-body .login-form .form-group .btn-login .miniloader {
    font-size: 22px;
}

.login-page-section .login-form-body .login-form .form-group .btn-login i {
    font-size: 22px;
}

.scrollto-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    z-index: 999;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

.scrollto-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scrollto-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #00833e;
}

.scrollto-top .progress-circle path {
    stroke: #00833e;
    stroke-width: 4;
    box-sizing: content-box;
    transition: all 200ms linear;
}

.scrollto-top .progress-circle {
    margin: 0;
    padding: 0;
    fill: #fff;
    overflow: hidden;
}

.global-rupees {
    font-family: "Jost" !important;
    font-weight: 500;
}

.cart-page .card .title {
    margin-bottom: 5vh;
}

.cart-page,
.wishlist-page {
    padding: 80px 0;
}

.cart-page .card {
    margin: auto;
    border-radius: 1rem;
    border: transparent;
}

.cart-page .card .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    max-height: 80vh;
}

.cart-page .summary {
    background: rgb(0 131 62 / 12%);
    padding: 35px 45px;
    border-radius: 15px;
}

.cart-page .card .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.text-right {
    text-align: right !important;
}

.cart-page .card .main .close {
    margin-left: auto;
    font-size: 0.7rem;
}

.cart-page .card .main .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.cart-page .card .main img {
    width: 3.5rem;
}

.cart-page .card .cart .back-to-shop {
    margin-top: 4.5rem;
}

.cart-page .card .cart .back-to-shop i.left-arrow {
    margin-right: 10px;
}

.cart-page .card .cart .back-to-shop a {
    color: #000;
    transition: 0.5s;
}

.cart-page .card .cart .back-to-shop a:hover {
    letter-spacing: 0.5px;
}

.cart-page .summary hr {
    margin-top: 1.25rem;
}

.summary form.shipping-form select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

.summary button.checkout-btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}

.summary button.checkout-btn:hover {
    color: #00833e;
    background: #fff;
    transition: 0.5s;
    border-color: #fff;
}

.cart-table table {
    width: 100%;
}

table.wishlist-table {
    width: 100%;
    margin-bottom: 25px;
}

.wishlist-table tbody tr {
    border-bottom: 1px solid #253d4e26;
}

.wishlist-table thead tr th {
    padding: 16px 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #000;
    font-size: 18px;
    background: rgb(0 131 62 / 5%);
}

.wishlist-table button.stoke-btn {
    background: rgb(0 131 62 / 35%);
    border: none;
    border-radius: 30px;
    padding: 4px 15px;
    color: #00833e;
    font-size: 14px;
    font-weight: 600;
    cursor: auto;
}

.wishlist-table button.out-stoke-btn {
    background: rgb(215 46 46 / 37%);
    border: none;
    border-radius: 30px;
    padding: 4px 15px;
    color: #d72e2e;
    font-size: 14px;
    font-weight: 600;
    cursor: auto;
}

.wishlist-table a.btn.wishlist-cart-btn {
    font-size: 14px;
    font-weight: 600;
    background: rgb(0 131 62 / 95%);
    color: #fff;
    padding: 8px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wishlist-table a.btn.wishlist-cart-btn:hover {
    color: #00833e;
    background: #fff;
    transition: 0.5s;
    border: 1px solid #00833e;
}

.wishlist-table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    font-weight: 700;
    white-space: nowrap;
}

.wishlist-table tr td a .close i {
    color: #c41c1c;
    font-weight: 700;
    margin-left: 12px;
}

.cart-table table tr {
    border-top: 1px solid #253d4e26;
}

.cart-table table tr:last-child {
    border-bottom: 1px solid #253d4e26;
}

.cart-table table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    color: #253d4e;
    font-weight: 700;
    white-space: nowrap;
}

.cart-table table tr td a .close i {
    color: #c41c1c;
    font-weight: 700;
}

.cart-page .card-title {
    margin-bottom: 12px;
}

.cart-page .summary .summary-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page .summary .price-table {
    margin-top: 30px;
}

.cart-page .summary button.checkout-btn {
    display: flex;
    width: 100%;
    border: 1px solid #00833e;
    background: #00833e;
    color: #fff;
    height: 45px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.cart-page .summary button.checkout-btn:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.cart-page .summary button.checkout-btn img {
    height: 30px;
    margin-left: 10px;
}

.summary-field a.btn.coupon-btn {
    background: #00833e;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.summary-field a.btn.coupon-btn:hover {
    background: #fff;
    color: #00833e;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.wishlist-section {
    overflow-x: auto;
}

.cart-page .summary .summary_title {
    font-family: "Jost";
    font-weight: 500;
    color: #000;
    position: relative;
    text-align: center;
}

.cart-page .summary .summary_title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #00833e;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.cart-page .summary .price-table .table td,
.cart-page .summary .price-table .table th {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.137);
    border: 0;
    font-weight: 500;
}

.cart-page .summary .price-table .table td {
    text-align: right;
}

.cart-page .summary .price-table .table tr.total td,
.cart-page .summary .price-table .table tr.total th {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.cart-page .summary button.checkout-btn img:nth-child(2) {
    height: 18px;
}

.cart-table table a.remove_from_cart {
    cursor: pointer;
}

.cart-page {}

.cart-page .empty_cart_section {
    width: 49%;
    margin: 0 auto;
    text-align: center;
}

.cart-page .empty_cart_section .carticon {
    margin-bottom: 30px;
}

.cart-page .empty_cart_section .contentdesc {}

.cart-page .empty_cart_section .contentdesc p {
    font-family: "Jost";
    font-weight: 600;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.cart-page .empty_cart_section .contentdesc span {
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
}

.cart-page .empty_cart_section .contentdesc a {
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Jost";
}

.wishlist-page .empty_wishlist_section .wishlisticon {
    margin-bottom: 30px;
}

.wishlist-page .empty_wishlist_section .wishlisticon img {
    max-width: 100px;
    opacity: 0.7;
}

.wishlist-page .empty_wishlist_section {
    width: 49%;
    margin: 0 auto;
    text-align: center;
}

.wishlist-page .empty_wishlist_section .contentdesc p {
    font-family: "Jost";
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wishlist-page .empty_wishlist_section .contentdesc a {
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Jost";
}

.social-section .social-box {
    background: #f1f5f4;
    position: relative;
}

.social-section .social-box .social-content {
    padding: 80px 30px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.social-section .social-box .social-content .social-head {
    font-weight: 800;
    font-size: colo;
    font-size: 28px;
    color: #00833e;
}

.social-section .social-box .social-content ul.contact-social-icon {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.social-section .social-box .social-content ul.contact-social-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.social-section .social-box .social-content ul.contact-social-icon li a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    background: #00833e;
    color: #fff;
    border: 2px solid #00833e;
}

.social-section .inner-section {
    background: #fff;
    position: relative;
    padding: 3rem;
    /* border: 1px solid #abd9c1; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.social-section .inner-section h3 {
    color: #00833e;
}

.social-section {
    padding: 4rem 0;
    background: #f1f5f4;
}

.social-section .inner-section .contact-social-icon {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.social-section .inner-section .contact-social-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.social-section .inner-section .contact-social-icon a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    background: #00833e;
    color: #fff;
    border: 2px solid #00833e;
}

.social-section .inner-section .contact-social-icon a:hover {
    background: #ffffff;
    color: #00833e;
    border: 2px solid #00833e;
    transition: 0.5s;
}

.contact-section .store-loaction p:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 5px;
    left: 50%;
    margin-left: -50px;
    background-color: #333;
    opacity: 0.5;
}

.contact-section .store-loaction p:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #333;
    opacity: 0.7;
}

.contact-section .store-loaction p {
    font-size: 24px;
    font-family: "playfair display", sans-serif;
    margin-bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    /* margin: 0; */
    padding-bottom: 5px;
}

.store-sec {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.store-sec .store-loaction {
    padding: 48px;
}

.contact-section p,
.contact-section2 p {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 28px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    /* margin: 0; */
    padding-bottom: 5px;
}

.contact-section ul,
.contact-section2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-section ul li,
.contact-section2 ul li {
    margin: 0 0 25px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    display: flex;
    align-items: center;
    color: #6d6d6d;
}

.contact-section .map,
.contact-section2 .map {
    margin-bottom: 25px;
}

.contact-section ul li span,
.contact-section2 ul li span {
    position: absolute;
    z-index: -1;
    left: 0;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #6d6d6d;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #000;
    font-size: 20px;
}

.contact-section ul li a,
.contact-section2 ul li a {
    color: #6d6d6d;
}

.contact-section .location-store1 {
    padding-left: 30px;
}

.contact-section .location-store2 {
    padding-right: 30px;
}

.contact-section .inner-section {
    padding: 25px 0 0;
}

section.policy-page {
    margin: 80px 0;
}

section.account-page .account-sidebar.show .close-button {
    align-items: center;
    background: #f8f8f8;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 1;
}

section.account-page .account-sidebar.show .close-button button#close_sidebar_btn {
    border: none;
    color: #000;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
}

section.account-page .account-sidebar.show .close-button svg.icon {
    height: 18px;
    width: 18px;
}

.account-page button#show_menu {
    background: #00833e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    z-index: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    display: none;
}

.account-sidebar .top-image img {
    height: 100px;
}

.testimonials-inner .testimonial .testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-inner .testimonial .testimonial-rating span {
    color: #ccc;
    margin: 0 1px;
}

.testimonials-inner .testimonial .testimonial-content p {
    font-size: 22px;
}

.cart-table table td p.name {
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 2px);
    margin: 0 0 5px;
}

.cart-table table td p.weight {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    margin: 0 0 5px;
}

.cart-table table td p.priceshow {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.cart-table table td p.priceshow span {}

.cart-table table td p.priceshow del {
    margin-left: 5px;
}

.single-product-view .product-description .product-price p del {
    margin-left: 8px;
    color: #6d6c6c;
    font-size: 14px;
    vertical-align: text-top;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content .menupricepro {
    display: flex;
    align-items: center;
}

.angur_megamenu .angur_megamenu-body .megamenu_products-body .product-lists-tab ul li .product-view .product-content .menupricepro del.delprice {
    margin-left: 8px;
    font-size: calc(100% - 2px);
    color: #6d6d6d;
}

.instagram-slider .instagram-slide-single img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}