@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
    margin: 0;
    /* background: #ffffff url(../images/body-bg.jpg) repeat 0 0; */
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}


/*html {cursor: url(images/leaf.png), auto;}*/

* {
    box-sizing: border-box;
}

:root {
    --darkgreen: #006533;
    --darkgreen2: #397e34;
    --lightgreen: #98c131;
    --lightgreen2: #74a72b;
    --orange: #f39200;
    --yellow: #ffdd00;
    --dark: #1d1d1d;
    --grey: #878787;
    --grey2: #9d9d9d;
    --grey3: #dadada;
}

.d-inline>* {
    vertical-align: middle !important;
    line-height: normal !important;
}

@font-face {
    font-family: Calton Elegance Script;
    src: url("../fonts/Calton\ Elegance\ Script.otf") format("opentype");
}

@font-face {
    font-family: Nayla Script;
    src: url("../fonts/Nayla-Script.otf") format("opentype");
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-grey {
    color: var(--grey2) !important;
}

.st-section section {
    /* padding: 3rem 0; */
    padding: 0rem 0;
}

.st-section .smt-1 {
    margin-top: -1rem;
}

section {
    padding: 3rem 0;
}

@media screen and (max-width: 768px) {
    section {
        padding: 2rem 0;
    }
}

.container {
    width: 90%;
    max-width: 1450px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .social-head.d-inline {
        display: block !important;
    }
    .social-icons {
        margin: 0 auto;
        justify-content: center !important;
    }
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3rem;
    color: var(--dark);
    margin-bottom: 20px;
}

a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--darkgreen2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    a {
        font-size: 0.9rem;
    }
}

a:hover {
    color: var(--lightgreen);
    text-decoration: none;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: var(--grey3);
    margin: 1rem 0 2rem;
}

.cursive {
    /*font-family: 'Great Vibes', cursive;*/
    font-family: 'Nayla Script', cursive;
}

.cursive-2 {
    font-family: 'Calton Elegance Script', cursive;
}

.header-area {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.top-green-bar {
    width: 100%;
    background-image: linear-gradient(0deg, var(--darkgreen), var(--lightgreen));
    padding: 7px 0px;
}

.top-green-bar .offer-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.top-green-bar .offer-text a.link {
    color: var(--orange);
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.top-green-bar .offer-text a.link span.bold {
    font-weight: 600;
}

.top-green-bar .offer-text a.link:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.badge-wrap {
    display: inline-block;
}

.badge-wrap.right {
    float: right;
}

.top-green-bar .offer-text .new {
    display: inline-block;
    width: 24px;
    height: 12px;
    border-radius: 3px 3px 3px 0px;
    background-image: linear-gradient(0deg, var(--orange), yellow);
    text-align: center;
    font-size: 9px;
    padding-top: 1px;
    font-weight: 600;
    line-height: 11px;
    color: #000000;
    position: relative;
    top: -12px;
    margin-left: 3px;
}

@-webkit-keyframes pulsee {
    0% {
        color: var(--orange);
    }
    100% {
        color: var(--yellow);
    }
}

@keyframes pulsee {
    0% {
        color: var(--orange);
    }
    100% {
        color: var(--yellow);
    }
}

.pulsee {
    -webkit-animation: pulsee 400ms infinite alternate;
    animation: pulsee 400ms infinite alternate;
}

@-webkit-keyframes pulsee2 {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.2;
    }
}

.pulsee2 {
    text-decoration: blink;
    -webkit-animation-name: pulsee2;
    -webkit-animation-duration: 0.55s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


/* BANNER -------------------------*/

.staticBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    object-fit: fill;
}

#carouselBanner,
.staticBanner {
    margin-top: 130px;
}

#carouselBanner .carousel-item .img-slide,
.staticBanner img {
    width: 100%;
    height: auto;
}

#carouselBanner .carousel-caption {}

.staticBanner .banner-layer {
    position: absolute;
    top: 0%;
    z-index: 10;
    width: 100%;
}

.staticBanner .caption {
    position: absolute;
    z-index: 20;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 0px;
    left: 17%;
    top: 80%;
    transform: translate(-50%, -50%) !important;
    text-transform: lowercase;
    color: #fff;
    opacity: 85%;
}

#carouselBanner .carousel-caption.left {
    vertical-align: middle;
    text-align: left;
    left: 10%;
    top: 30%;
}

#carouselBanner .carousel-caption.right {
    vertical-align: middle;
    text-align: right;
    right: 10%;
    top: 30%;
}

#carouselBanner .carousel-caption .text-block {
    width: 320px;
}

#carouselBanner .banner-layer-left {
    display: block;
    width: 720px;
    height: 960px;
    background: url(../images/banner/left-curve.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#carouselBanner .banner-layer {
    position: absolute;
    top: 0;
}

#carouselBanner button {
    position: absolute;
    margin-top: -150px;
    left: 50%;
    transform: translateX(-50%);
}

#carouselBanner .carousel-caption h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

#carouselBanner .carousel-caption h6 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
}

#carouselBanner .carousel-caption a.banner-button {
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    padding: 7px 13px;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s;
}

#carouselBanner .carousel-caption a.banner-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#carouselBanner .carousel-control-prev i,
#carouselBanner .carousel-control-next i {
    font-size: 24px;
}

@media screen and (max-width: 991px) {
    #carouselBanner,
    .staticBanner {
        margin-top: 153px;
    }
}

@media all and (max-width: 768px) {
    #carouselBanner .carousel-item .img-slide {
        width: 150%;
        margin-left: -25%;
    }
    .staticBanner img {
        width: 170%;
        margin-left: 0%;
        /* min-height: 180px; */
    }
    .staticBanner .banner-layer {
        width: 150%;
        left: -25%;
    }
    .staticBanner .caption {
        font-size: 50px;
        line-height: 70px;
        top: 75%;
        left: 50%;
    }
    #carouselBanner .banner-layer {
        background-size: contain;
        height: 100%;
    }
    #carouselBanner .carousel-caption.left,
    #carouselBanner .carousel-caption.right {
        text-align: center;
        left: auto;
        right: auto;
        top: 30%;
    }
    #carouselBanner .carousel-caption .text-block {
        width: 80%;
        margin: 0 auto;
    }
    #carouselBanner .carousel-caption h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    #carouselBanner .carousel-caption h6 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #carouselBanner .carousel-caption a.banner-button {
        border-width: 1px;
        font-size: 13px;
        padding: 4px 11px;
        margin-top: 5px;
    }
    #carouselBanner button {
        margin-top: -80px;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* BANNER -------------------------*/

marquee img {
    height: 25px;
    width: auto;
    display: inline-block;
}

marquee h3 {
    font-size: 1.1rem;
    display: inline-block;
    margin: 0px 50px 0 50px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    top: 7px;
}

@media screen and (max-width: 768px) {
    marquee img {
        height: 22px;
    }
    marquee h3 {
        font-size: 1.1rem !important;
        margin: 0px 30px 0 30px;
        top: 5px;
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.ben .font-weight-light,
.hin .font-weight-light {
    font-weight: 400 !important;
}

.font-weight-normal,
p {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: 900 !important;
}


/* --------- Regional language ---------- */


/*.ben { font-family: 'Baloo Da 2', cursive; }

.hin { font-family: 'Baloo 2', cursive; }

.ben .font-weight-normal, .hin .font-weight-normal, .ben p, p.ben, .hin p, p.hin {font-weight: 500 !important;}

.ben .font-weight-bold, .hin .font-weight-bold {font-weight: 700 !important;}

.ben .font-weight-bolder, .hin .font-weight-bolder {font-weight: 800 !important;}*/


/*.ben h6, .ben .h6, .ben p, p.ben {font-size: 1.1rem;}

/* --------- Regional language ---------- */

.text-yellow {
    color: var(--yellow);
}

.navbar-brand {
    vertical-align: top;
}

.brand {
    z-index: 2;
    top: 0;
}

.brand img {
    width: 300px;
}

.header {
    padding: 0px 0px;
    width: 100%;
    position: relative;
    z-index: 1000;
    background-color: #ffffff;
}

.header-container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}


/* .header li.nav-item .nav-link {
    color: #000000 !important;
    margin-left: 10px;
    font-size: 0.95rem;
    font-weight: 400;
}

.header li.nav-item .nav-link:hover,
.header li.nav-item .nav-link:focus {
    color: #ea5a0b !important;
}

.nav-item.dropdown:hover ul.dropdown-menu,
.nav-item.dropdown:hover .dropdown-menu li.dropdown-submenu a.dropdown-item {
    display: block;
    margin-top: 0;
    opacity: 1;
}




.nav-item.dropdown:hover ul.dropdown-menu ul.dropdown-menu {
    display: none;
    margin-left: 0;
    padding-left: 10px;
}

.nav-item.dropdown .dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block !important;
}

.dropdown-toggle {
    display: none;
}

.header li.nav-item .nav-link i {
    font-size: 0.8rem;
    margin-left: 0.3rem;
}

.header li.nav-item .nav-link i.large {
    font-size: 1.2rem;
    position: relative;
    top: -2px;
}

.header li.dropdown .dropdown-menu {
    margin-left: 12px;
    background-color: transparent !important;
    border: none;
    transition: 0.4s ease-in-out;
    padding-top: 0px;
}

.header li.dropdown .dropdown-menu a.dropdown-item {
    background-image: linear-gradient(90deg, var(--lightgreen), var(--darkgreen));
    color: #ffffff;
    padding: 7px 30px 7px 15px;
    margin-bottom: 2px;
    border-radius: 4px 4px 25px 4px;
    transition: all 0.3s ease-in-out;
}

.header li.dropdown .dropdown-menu a.dropdown-item:hover,
.header li.dropdown .dropdown-menu a.dropdown-item:focus {
    background-image: linear-gradient(90deg, #fbb800, #eb5b0c);
    color: #000000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 12px;
    top: 1.1em;
}

.dropdown-submenu .dropdown-menu {
    top: -2%;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu a::after {
    display: none;
}

.dropdown-submenu a.dropdown-item i {
    display: inline-block;
    position: relative;
    font-size: 0.8rem;
    float: right;
    top: 0.15rem;
    right: -1rem;
} */


/*

@media screen and (min-width: 992px) and (max-width: 1279px) {

	.navbar-expand-lg .navbar-toggler {

		display: block !important;

	}

	.navbar-expand-lg .navbar-collapse {

		display: none !important;

	}

	.navbar-collapse {

		-ms-flex-preferred-size: 100%;

		flex-basis: 100%;

		-ms-flex-positive: 1;

		flex-grow: 1;

		-ms-flex-align: center;

		align-items: center;

	}

}*/


/*-------------------------------------------------------------------*/


/*-------------- LARGE CIRCLES OVERLAP -----------------*/

.looking-block {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

.looking-block .looking-circle {
    display: inline-block;
    position: relative;
    width: 540px;
    height: 540px;
    border-radius: 100%;
    background-image: linear-gradient(45deg, var(--darkgreen2), var(--lightgreen2));
    overflow: hidden;
}

.looking-block .looking-circle.left {
    z-index: 1;
    margin-right: -42px;
}

.looking-block .looking-circle.right {
    z-index: 0;
    margin-left: -42px;
}

.looking-block .looking-circle.left-alt {
    z-index: 0;
    margin-right: -42px;
}

.looking-block .looking-circle.right-alt {
    z-index: 1;
    margin-left: -42px;
}

.looking-block .looking-circle .heading {
    display: block;
    width: 50%;
    height: auto;
    margin-left: 25%;
    margin-top: 12%;
}

.looking-block .looking-circle .heading img {
    width: 100%;
    height: auto;
}

.looking-block .looking-circle .slideshow-area {
    width: 520px;
    height: 520px;
    border-radius: 100%;
    margin: 10px;
    position: absolute;
    overflow: hidden;
}

.looking-block .looking-circle .slideshow-area img {
    position: absolute;
    width: 100%;
}

.looking-block .looking-circle .slide-links,
.looking-block .looking-circle .slide-links-2 {
    display: block;
    width: 33%;
    margin-left: 25%;
    margin-top: -3%;
}

.looking-block .looking-circle .text-block {
    display: block;
    width: 270px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 17px;
}

.looking-block .looking-circle .text-block h2 {
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.looking-block .looking-circle .text-block h2 span.inner {
    color: #95c11f;
    font-weight: 600;
}

.looking-block .looking-circle .text-block h2 span.outer {
    color: #006532;
    text-decoration: line-through;
    font-weight: 300;
}

.looking-block .looking-circle .text-block h4 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.looking-block .looking-circle .slide-links a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
    color: #95c11f;
    text-decoration: none;
    background: transparent url(../images/looking-link-divider.png) no-repeat bottom left;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.looking-block .looking-circle .slide-links a:last-child {
    background-image: none;
}

.looking-block .looking-circle .slide-links a:hover {
    color: #ffffff;
}

.looking-block .looking-circle-bottom {
    display: inline-block;
    position: relative;
    width: 540px;
    margin-top: 30px;
}

.looking-block .looking-circle-bottom.left {
    z-index: 1;
    margin-right: -42px;
}

.looking-block .looking-circle-bottom.right {
    z-index: 0;
    margin-left: -42px;
}

.looking-block .search-block {
    width: 296px;
    height: 57px;
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    border-radius: 28px;
    margin: 0 auto;
}

.looking-block .search-block .input-group {
    width: 282px;
    height: 43px;
    margin: 7px;
}

.looking-block .search-block .input-group input {
    width: 100%;
    height: 43px;
    border: none;
    outline: none;
    border-radius: 28px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 0px;
    color: #585756;
}

.looking-block .search-block .input-group input::placeholder {
    font-style: italic;
}

.green-button,
.green-button-small {
    display: block;
    height: 30px;
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    border-radius: 28px;
    border: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 0 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 auto;
}

.green-button:hover,
.green-button-small:hover {
    color: #ffed00;
}

.green-border-button {
    display: block;
    height: 35px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
    padding: 0 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark);
    border-radius: 28px;
    border: solid 3px transparent;
    background-image: linear-gradient(var(--dark), var(--dark)), linear-gradient(101deg, var(--lightgreen), var(--darkgreen));
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 6px 0 var(--darkgreen);
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all 0.3s ease-in-out;
}

.green-border-button:hover {
    color: var(--orange);
}

@media screen and (max-width: 768px) {
    .looking-block {
        width: 250px;
        margin: 0 auto;
    }
    .looking-block .looking-circle {
        display: block;
        width: 250px;
        height: 250px;
    }
    .looking-block .looking-circle.left {
        margin-right: 0px;
    }
    .looking-block .looking-circle.right {
        margin-left: 0px;
        margin-top: -20px;
    }
    .looking-block .looking-circle.left-alt {
        margin-right: 0px;
    }
    .looking-block .looking-circle.right-alt {
        margin-left: 0px;
        margin-top: -20px;
    }
    .looking-block .looking-circle .heading img {
        height: 80px;
    }
    .looking-block .looking-circle .slideshow-area {
        width: 236px;
        height: 236px;
        margin: 7px;
    }
    .looking-block .looking-circle .slide-links {
        width: 50%;
        margin-left: 25%;
        margin-top: -1%;
    }
    .looking-block .looking-circle .slide-links-2 {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .looking-block .looking-circle .text-block {
        width: 230px;
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .looking-block .looking-circle .text-block h2 {
        font-size: 1.5rem !important;
    }
    .looking-block .looking-circle .text-block h2 span.inner {
        color: #95c11f;
        font-weight: 600;
    }
    .looking-block .looking-circle .text-block h2 span.outer {
        color: #006532;
        text-decoration: line-through;
        font-weight: 300;
    }
    .looking-block .looking-circle .text-block h4 {
        font-size: 0.9rem !important;
    }
    .looking-block .looking-circle .slide-links a {
        font-size: 1rem;
        line-height: 24px;
    }
    .looking-block .looking-circle .slide-links a:last-child {
        background-image: none;
    }
    .looking-block .looking-circle .slide-links a:hover {
        color: #ffffff;
    }
    .looking-block .looking-circle-bottom {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .looking-block .looking-circle-bottom.left {
        margin-right: 0px;
    }
    .looking-block .looking-circle-bottom.right {
        margin-left: 0px;
    }
    .looking-block .search-block {
        width: 220px;
        height: 45px;
    }
    .looking-block .search-block .input-group {
        width: 209px;
        height: 35px;
        margin: 5px;
    }
    .looking-block .search-block .input-group input {
        height: 35px;
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .green-button {
        height: 36px;
        font-size: 1.1rem;
        line-height: 1.1px;
        padding: 0.5rem 1rem;
    }
    .green-button-small,
    .green-border-button {
        height: 35px;
        font-size: 1rem;
        line-height: 1.1px;
    }
}

@media screen and (max-width: 425px) {
    .green-button {
        height: 32px;
        font-size: 0.9rem;
        line-height: 1.2px;
        padding: 0.5rem 1rem;
    }
    .green-button-small {
        height: 32px;
        font-size: 0.9rem;
        line-height: 0.9px;
        font-weight: 500;
        padding: 0.3rem 1rem;
    }
    .green-border-button {
        width: max-content;
        font-size: 0.8rem;
        line-height: 0.9px;
        font-weight: 500;
        padding: 0.3rem 0.3rem;
        margin-right: 1rem;
    }
    .inner-testimonials .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
}


/*-------------- LARGE CIRCLES OVERLAP -----------------*/


/*-------------- LARGE HEADINGS ----------------*/

.main-heading {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: var(--orange);
}

.main-heading span.cursive {
    font-size: 4rem;
    font-weight: 400;
    text-transform: lowercase;
    color: #4a8a33;
}

.main-heading span.cursive-2 {
    font-size: 7rem;
    font-weight: 400;
    text-transform: lowercase;
    color: var(--darkgreen);
}

.sub-heading {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark);
}

p.detail {
    color: var(--grey);
}

p.detail span {
    color: var(--orange);
}

@media screen and (max-width: 1280px) {
    .main-heading {
        font-size: 2.5rem;
    }
    .main-heading span.cursive {
        font-size: 5rem;
    }
    .main-heading span.cursive-2 {
        font-size: 5rem;
    }
    .sub-heading {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 768px) {
    .main-heading {
        font-size: 1.4rem;
    }
    .main-heading span.cursive {
        font-size: 3rem;
    }
    .main-heading span.cursive-2 {
        font-size: 3rem;
    }
    .sub-heading {
        font-size: 0.9rem;
    }
}


/*-------------- LARGE HEADINGS ----------------*/

.product,
a.product {
    display: block;
    text-decoration: none !important;
    margin-bottom: 2rem;
    text-align: center;
}

.product-block,
a.product .product-block {
    display: block;
    width: 100%;
    /* width: 80%; */
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    padding: 1px;
    margin-bottom: 1rem;
    object-fit: cover;
    overflow: hidden;
}

.product-block .overflow,
a.product-block .overflow {
    overflow: hidden;
}

.product-block .overflow img,
a.product .overflow .product-block img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.product-heading-1,
a.product-heading-1,
a.product .product-heading-1 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: var(--dark);
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.product:hover .product-block img {
    transform: scale(1.1);
}

.offer {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--dark);
    font-style: italic;
    background-color: var(--yellow);
    padding: 3px 8px;
}

.product-block .offer {
    position: absolute;
    top: 3%;
    left: 10%;
}

a.product-heading-1:hover,
a.product:hover .product-heading-1 {
    text-decoration: none;
    transform: scale(0.9);
}

.product-heading-2 {
    display: block;
    font-size: 1.1rem;
    height: 2.5rem;
    line-height: 1.2rem;
    font-weight: 700;
    color: var(--dark);
}

.product-price,
.product-price-other {
    font-size: 2rem;
    font-weight: 900;
    color: var(--darkgreen);
    margin-bottom: 0.6rem;
}

.product .product-price::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: var(--lightgreen2);
    margin: 20px auto 5px;
    transition: all 0.5s ease-in-out;
}

.product:hover .product-price::before {
    width: 100%;
}

.product-price span.inner,
.product-price-other span.inner {
    font-size: 1.4rem;
    font-weight: 700;
    color: #575756;
}

.product-price span.outer,
.product-price-other span.outer {
    font-size: 1.4rem;
    text-decoration: line-through;
    color: #575756;
    font-weight: 300;
}

.product-rating-block,
.customer-rating-block {
    width: 90%;
    height: 40px;
    margin: 0 auto;
}

.product-rating-block .rate i,
.customer-rating-block .rate i {
    font-size: 1rem;
    line-height: 35px;
    margin-right: 0.2rem;
    color: var(--lightgreen2);
}

.product-rating-block .rate .text,
.customer-rating-block .rate .text {
    font-size: 1rem;
    line-height: 35px;
    color: var(--grey2);
    margin-left: 0.2rem;
}

.product-rating-block button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 1.2rem;
}

.customer-rating-block {
    width: auto !important;
}

.customer-rating-block .rate i {
    color: var(--orange);
}

@media screen and (max-width: 1366px) {
    .product-block,
    a.product .product-block {
        padding: 1px;
    }
}

@media screen and (max-width: 768px) {
    .product,
    a.product {
        margin-bottom: 1rem;
    }
    .product-block,
    a.product .product-block {
        padding: 1px;
        margin-bottom: 0.8rem;
    }
    .product-heading-1,
    a.product-heading-1,
    a.product .product-heading-1 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .product-heading-2 {
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.2rem !important;
        height: 2rem;
    }
    .product-price,
    .product-price-other {
        font-size: 1.4rem;
    }
    .product-price span.inner,
    .product-price-other span.inner {
        font-size: 1rem;
    }
    .product-price span.outer,
    .product-price-other span.outer {
        font-size: 1rem;
    }
    .product-rating-block .d-flex,
    .customer-rating-block .d-flex {
        display: flex !important;
    }
    .offer {
        font-size: 0.9rem;
        padding: 2px 6px;
    }
    .product-block .offer {
        top: 3%;
        left: 10%;
    }
    @media screen and (max-width: 426px) {
        .product-rating-block,
        .customer-rating-block {
            height: 30px;
        }
        .product-rating-block .rate i,
        .customer-rating-block .rate i {
            font-size: 0.8rem;
            line-height: 30px;
        }
        .product-rating-block .rate .text,
        .customer-rating-block .rate .text {
            font-size: 0.8rem;
            line-height: 30px;
        }
        .product-rating-block button {
            width: 30px;
            height: 30px;
            font-size: 1.1rem;
        }
        .product .product-price::before {
            margin: 0 auto 17px;
        }
    }
}

@media screen and (max-width: 380px) {
    .product-heading-2 {
        font-size: 0.8rem;
    }
    .product-heading-2 span {
        font-size: 0.6rem !important;
    }
    .inner2 {
        font-size: 1.2rem !important;
    }
}


/* Arrival Slider --------------------------------*/

#owl-arrivals,
#owl-selling {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}

#owl-arrivals .owl-nav .owl-prev.disabled,
#owl-arrivals .owl-nav .owl-next.disabled,
#owl-selling .owl-nav .owl-prev.disabled,
#owl-selling .owl-nav .owl-next.disabled {
    display: block !important;
}

#owl-arrivals .owl-nav button,
#owl-selling .owl-nav button {
    position: absolute;
    /*top: 50%;*/
    top: 20% !important;
    background-color: transparent !important;
    /*color: #fff;*/
    margin: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.3 !important;
    padding: 0px;
    outline: none;
}

#owl-arrivals .owl-nav button.owl-prev,
#owl-selling .owl-nav button.owl-prev {
    left: -20px;
    font-size: 60px;
    color: #000;
    content: "<";
}

#owl-arrivals .owl-nav button.owl-next,
#owl-selling .owl-nav button.owl-next {
    right: -20px;
    font-size: 60px;
    color: #000;
    content: ">";
}

#owl-arrivals .owl-dots,
#owl-selling .owl-dots {
    text-align: center;
    /*padding-top: 15px;*/
    margin: 0rem 0 0 0;
    margin-bottom: 2rem;
}

#owl-arrivals .owl-dots button.owl-dot,
#owl-selling .owl-dots button.owl-dot {
    /*width: 15px; height: 15px;*/
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    /*background: #ccc;*/
    background: transparent url(../images/dot.png) no-repeat;
    background-size: contain;
    filter: saturate(0);
    opacity: 0.6;
    margin: 0 3px;
}

#owl-arrivals .owl-dots button.owl-dot.active,
#owl-selling .owl-dots button.owl-dot.active {
    /*background-color: #000;*/
    filter: saturate(1);
    opacity: 1;
}

#owl-arrivals .owl-dots button.owl-dot:focus,
#owl-selling .owl-dots button.owl-dot:focus {
    outline: none;
}

.featured-block {
    display: block;
    width: 100%;
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    padding: 0.2rem;
    overflow: hidden;
    text-decoration: none;
}

.flex-row img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.flex-block .text-top {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    top: 16%;
    left: 50%;
    transform: translateX(-25%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.flex-block .text-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    top: 80%;
    left: 50%;
    transform: translateX(-25%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.flex-block {
    display: block;
    position: relative;
    margin: 0.2rem 0.2rem;
    object-fit: fill;
    height: 100%;
    overflow: hidden;
}

a.flex-block:hover img {
    transform: scale(1.1);
}

a.flex-block:hover .text-top,
a.flex-block:hover .text-bottom {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #owl-arrivals,
    #owl-selling {
        max-width: 99%;
    }
    #owl-arrivals .item,
    #owl-selling .item {
        padding: 0 0rem;
    }
    .featured-block {
        padding: 0.15rem;
    }
    .featured-block .d-flex {
        display: block !important;
    }
    .flex-row img {
        width: 100%;
    }
}

.no1 {
    display: block;
    position: relative;
}

.no1 .no1-block {
    width: 100%;
    background-image: linear-gradient(0deg, rgba(10, 105, 50, 0.6), rgba(115, 165, 45, 0.6)), url(../images/no1-bg.jpg);
    padding: 2rem 0 4rem;
}

.no1 .no1-design {
    display: block;
    position: absolute;
    bottom: -5.5rem;
    right: 0rem;
    z-index: 2;
    width: 15%;
}

.no1 .no1-design img {
    width: 100%;
}

.about-sec {
    display: block;
    position: relative;
}

.about-sec .about-block {
    width: 100%;
    background: transparent url(../images/about-pic-bg.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 0rem 0 4rem;
    position: relative;
    z-index: 1;
    height: 31rem;
    margin-top: 28rem;
}

.about-sec .about-block .container {
    position: relative;
    margin-top: -38rem;
}

.about-sec .about-block::before {
    content: "";
    display: block;
    height: 10rem;
}

@media screen and (max-width: 1440px) {
    .about-sec .about-block {
        height: 32rem;
        margin-top: 21rem;
    }
    .about-sec .about-block .container {
        position: relative;
        margin-top: -32rem;
    }
}

@media screen and (max-width: 1366px) {
    .about-sec .about-block {
        height: 30rem;
        margin-top: 21rem;
    }
    .about-sec .about-block .container {
        position: relative;
        margin-top: -32rem;
    }
}

@media screen and (max-width: 1280px) {
    .about-sec .about-block {
        height: 28rem;
        margin-top: 21rem;
    }
    .about-sec .about-block .container {
        position: relative;
        margin-top: -32rem;
    }
}

@media screen and (max-width: 1024px) {
    .about-sec .about-block {
        height: 23rem;
        margin-top: 21rem;
    }
    .about-sec .about-block .container {
        position: relative;
        margin-top: -32rem;
    }
}

@media screen and (max-width: 768px) {
    .about-sec .about-block {
        height: 25rem;
        margin-top: 18rem;
    }
    .about-sec .about-block .container {
        position: relative;
        margin-top: -29rem;
    }
}

@media screen and (max-width: 425px) {
    .about-sec .about-block {
        height: 20rem;
        margin-top: 10rem;
    }
    .about-sec .about-block .container {
        position: relative;
        margin-top: -20rem;
    }
    .about-sec .about-block h3 {
        font-size: 1rem !important;
    }
}


/* Arrival Slider --------------------------------*/

.gs-intro-modal,
.gs-intro2-modal {
    margin-top: 5%;
    z-index: 9999;
}

.gs-intro-modal .modal-content {
    border-radius: 25px;
    border: 12px solid #ffffff;
    overflow: hidden;
}

.gs-intro-modal .modal-body {
    background-image: url(../images/intromodal_bg.jpg);
    background-size: cover;
    background-position: 510px top;
    text-shadow: 2px 2px 4px #000000;
}

.gs-intro2-modal .modal-content {
    border-radius: 0px;
    padding: 0px !important;
    border: 0px;
}

.gs-intro2-modal .modal-body {
    background-image: none;
    padding: 10px !important;
}

.footer {
    width: 100%;
    background-image: linear-gradient(0deg, var(--darkgreen), var(--lightgreen));
    padding: 50px 0px 30px 0px;
}

.footer .heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffed00;
    margin-bottom: 10px;
}

.footer p {
    font-size: .95rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4rem;
    margin-bottom: 10px;
}

.footer ul {
    display: list-item;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.footer a,
.footer ul li a {
    font-size: .95rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1rem;
    margin-bottom: 6px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer a:hover,
.footer ul li a:hover {
    color: #ffed00;
}

.footer .number {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff;
}

.footer input {
    height: 35px;
    border-radius: 6px;
    border: 0px;
    background-color: #dcdcdc;
    outline: 0px;
    color: var(--dark);
    margin-right: 6px;
}

.footer input::placeholder {
    color: #9d9d9c;
}

.footer button {
    height: 35px;
    border-radius: 6px;
    border: none;
    background-color: #ffee00;
    font-size: 1rem;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.footer .social-icons {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 14px;
}

.footer .social-icons a i {
    font-size: 1.3rem;
    margin: 0px 6px;
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 30px 0px 20px 0px;
    }
    .footer .heading {
        font-size: 1rem;
        margin-bottom: 8px;
        text-align: center;
    }
    .footer p {
        font-size: .85rem;
        line-height: 1.15rem;
        margin-bottom: 8px;
        text-align: center;
    }
    .footer ul {
        margin: 0px 0px 8px 0px;
        text-align: center;
    }
    .footer a,
    .footer ul li a {
        font-size: .85rem;
        line-height: 0.9rem;
        margin-bottom: 5px;
    }
    .footer a {
        text-align: center;
    }
    .footer .number {
        font-size: 1.8rem;
        text-align: center;
    }
    .footer input {
        width: 100%;
        height: 28px;
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .footer button {
        height: 28px;
        font-size: 0.85rem;
        width: 100%;
    }
    .footer .social-icons {
        display: block;
        width: fit-content;
        top: 10px;
        margin: 0px auto;
    }
    .footer .social-icons a i {
        font-size: 1.1rem;
        margin: 0px 4px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .footer .number {
        font-size: 2rem;
    }
    .footer input {
        max-width: 150px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1201px) {
    .brand img {
        width: 200px;
        top: -6px;
        position: relative;
    }
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    /*body { position: relative; font-size: 0.85rem !important; background-size: 100%;}*/
    .container {
        width: 100%;
    }
    .top-green-bar {
        padding: 8px 0px;
        overflow: hidden;
    }
    .top-green-bar .offer-text {
        font-size: 0.7rem;
        text-align: center;
    }
    .badge-wrap {
        display: block;
    }
    .badge-wrap.right {
        float: none;
    }
    .top-green-bar .offer-text .new {
        top: 0px;
    }
    .brand img {
        width: 180px;
    }
    h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 1.7rem !important;
    }
    h3 {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1.25rem !important;
    }
    h5 {
        font-size: 1rem !important;
    }
    h6 {
        font-size: 0.92rem !important;
    }
    p {
        font-size: 0.85rem !important;
    }
    .gs-tirtha .px-5 {
        padding: 0 15px !important;
    }
    .screen-reader {
        width: 100%;
        position: relative;
        border-radius: 0px;
        right: 0;
        left: 0;
        font-size: 1.2rem;
    }
    .navbar-nav {
        width: 100% !important;
    }
    .header li.nav-item .nav-link {
        margin-left: 0;
    }
    .header li.dropdown .dropdown-menu {
        margin-left: 0px;
        padding-top: 0px;
        background-image: none;
    }
    .header li.dropdown .dropdown-menu a.dropdown-item {
        border-radius: 0px;
        margin-bottom: 1px;
        background: rgba(0, 0, 0, 0.5);
    }
    .dropdown-submenu a::after {
        transform: rotate(0deg);
        right: 12px;
        top: 1.1em;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0rem;
    }
    .header li.dropdown-submenu .dropdown-menu {
        padding-left: 0;
        width: 100%;
        background-image: none;
    }
    .gs-sticky-icon {
        bottom: -10px;
        right: 20px;
    }
    .whatsapp {
        width: 60px;
        height: 60px;
        padding: 11px;
    }
}


/*---------------------------------------*/

.sorting-block {
    display: block;
    position: static;
    max-width: 1450px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 70px;
    padding: 15px 0px;
    background-color: #fff;
}

.sorting-block.active {
    position: fixed;
    max-width: 1430px;
    top: 0;
    z-index: 1000;
}

.sorting-block-2 {
    /*display: block;

	width: 100%;

	max-width: 1580px;*/
}

.select-block {
    float: right;
}

@media screen and (max-width: 1366px) {
    .sorting-block.active .select-block {
        margin-right: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .sorting-block.active .select-block {
        margin-right: 16px;
    }
}

@media screen and (max-width: 991px) {
    .sorting-block {
        top: 0;
        z-index: 10;
        height: 60px;
        justify-content: center;
    }
    .sorting-block.active {
        max-width: 100%;
    }
    .sorting-block.active .select-block,
    .select-block {
        float: none !important;
        width: fit-content;
        margin: 0 auto;
    }
}


/*the container must be positioned relative:*/

select {
    margin: 0px;
    width: 190px;
    padding: 5px 35px 5px 5px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    border: 2px solid var(--lightgreen2);
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-down.png) no-repeat;
    background-size: 6%;
    background-position: 96% 60%;
    outline: none;
}

.select-text {
    font-size: 0.9rem;
    color: var(--grey);
    line-height: 34px;
    margin-bottom: 0;
}


/* CAUTION: Internet Explorer hackery ahead */

select::-ms-expand {
    display: none;
    /* Remove default arrow in Internet Explorer 10 and 11 */
}

select option::-ms-expand {
    display: none;
}


/* Target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

@media screen and (max-width: 425px) {
    select {
        width: 140px;
        font-size: 0.85rem;
        height: 30px;
        padding: 3px 35px 3px 3px;
    }
    .select-text {
        font-size: 0.8rem;
        line-height: 30px;
    }
}


/* ACCORDION FILTER --------------------- */

@media screen and (max-width: 1024px) {
    .col-lg-3.col-md-3.col-12.visible {
        width: 0 !important;
        padding: 0 !important;
    }
}

.filter-area {
    overflow-y: scroll;
    height: 90%;
    max-height: 900px;
    padding: 2rem 1rem 10rem 1rem;
}

@media screen and (max-width: 1366px) {
    .filter-area {
        max-height: 650px;
    }
}

.filter-area .accordion .card,
.filter-area .accordion .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.filter-area .accordion .card .card-body {
    background-color: transparent;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--darkgreen);
}

.filter-area .accordion .card .card-header button,
.filter-area .accordion .card .card-header button.collapsed {
    padding: 1rem 0rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark);
    text-decoration: none;
    border-bottom: 1px solid var(--darkgreen);
    border-radius: 0;
}

.filter-area .accordion .card .card-header button::after {
    content: "\2212";
    font-size: 1.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.7rem;
    color: #575756;
}

.filter-area .accordion .card .card-header button.collapsed::after {
    content: "\002B";
}

.filter-area .accordion .card .card-header button:focus {
    outline: none;
    box-shadow: none;
}

.filter-area .accordion .card .form-check-label {
    font-size: 0.9rem;
    font-weight: 400;
    color: #575756;
}


/* ACCORDION FILTER --------------------- */

form {
    margin: 0px;
    padding: 0px;
}

form .form-group {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--grey3);
}

form .form-group:last-child {
    border: none;
}

.sidebar {
    width: 100%;
    z-index: 1;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
    background-color: #fff;
    max-width: 300px;
    z-index: 1001;
}

.sidebar.active {
    position: fixed;
    top: 0;
    left: auto;
    z-index: 1001;
}

.sidebar .heading {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--dark);
    padding: 1rem 1.5rem;
    border-bottom: 2px solid var(--darkgreen);
}

@media screen and (max-width: 1366px) {
    .sidebar {
        max-width: 260px;
        z-index: 99;
    }
}

@media screen and (max-width: 991px) {
    .sidebar {
        width: 0;
        max-width: 90%;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        height: 100vh;
        top: 0;
        left: 0 !important;
    }
    .filter-area {
        padding: 0rem 1rem;
    }
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0rem;
    right: 1rem;
    font-size: 36px;
}

.openbtn {
    font-size: 1rem;
    cursor: pointer;
    background-color: var(--darkgreen2);
    color: white;
    height: 30px;
    margin-right: 10px;
    padding: 3px 15px;
    border: none;
    border-radius: 0;
}

#main {
    /*transition: margin-left .5s;

	padding: 16px;*/
    position: static;
}

@media screen and (min-width: 992px) {
    .sidebar .closebtn,
    .openbtn {
        display: none;
    }
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    /*.sidebar {padding-top: 15px;}

	.sidebar a {font-size: 18px;}*/
}


/* Product Detail Page -------------- */

.slideshow-items {
    width: 500px;
}

.slideshow-thumbnails {
    width: 100px;
}

#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba(233, 233, 233, 0.4);
}

#lens,
#result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

.slideshow-items.active {
    display: block;
}

.slideshow-thumbnails {
    opacity: 0.5;
}

.slideshow-thumbnails.active {
    opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
    border: solid var(--light-grey-2) 1px;
}


/* Product Detail Page -------------- */

.tooltip-area .tab-content {
    border-radius: 30px;
    border: 5px solid var(--lightgreen2);
    padding: 15px;
    font-size: 0.85rem;
    font-style: italic;
    color: var(--grey);
}

.tooltip-area .nav {
    border-bottom: 0;
}

.tooltip-area .nav-item {
    padding: 0;
    border: 0;
}

.tooltip-area a.nav-link {
    font-size: 0.8rem;
    line-height: 1rem;
    color: var(--dark);
    text-align: center;
    text-decoration: none;
    max-width: 120px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border: 0;
    transition: none;
}

.tooltip-area a.nav-link img {
    display: block;
    width: 50px;
    margin: 0 auto 4px;
}

.tooltip-area a.nav-link.active {
    border: none;
    /* background: transparent url(../images/green-arrow.png) no-repeat center bottom; */
    background-size: 15%;
}

@media screen and (max-width: 425px) {
    .tooltip-area .tab-content {
        border-width: 3px;
        padding: 7px 13px;
        font-size: 0.75rem;
    }
    .tooltip-area .flex-column {
        flex-direction: row !important;
    }
    .tooltip-area .nav-item {
        width: 25%;
    }
    .tooltip-area a.nav-link {
        font-size: 0.6rem;
        line-height: 0.8rem;
        width: 100%;
        max-width: 90px;
        height: 110px;
    }
    .tooltip-area a.nav-link img {
        width: 40px;
    }
    .tooltip-area a.nav-link.active {
        background-size: 20%;
    }
}

.shipping-replace-area {
    display: block;
    width: 100%;
}

.shipping-replace-area .item {
    /* width: 33%; */
    width: 25%;
}

.shipping-replace-area .item img {
    display: block;
    max-width: 100px;
    margin: 0 auto 6px;
}

.shipping-replace-area .item p {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: var(--grey2);
    max-width: 170px;
    margin: 0 auto;
}

.plant-share-area {
    display: block;
    width: 100%;
}

.plant-share-area p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: var(--dark);
    margin-right: 0.6rem;
}

.plant-share-area i {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: var(--dark);
    text-decoration: none;
    margin: 0 0.3rem;
}

@media screen and (max-width: 425px) {
    .shipping-replace-area .d-flex,
    .plant-share-area .d-flex {
        display: flex !important;
    }
    .shipping-replace-area .item img {
        max-width: 80px;
        margin: 0 auto 4px;
    }
    .shipping-replace-area .item p {
        font-size: 0.8rem !important;
        line-height: 1rem;
        max-width: 100%;
        margin: 0 auto;
    }
}

.plant-share-area {
    display: block;
    width: 100%;
}

.plant-share-area p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: var(--dark);
    margin-right: 0.6rem;
}

.plant-share-area i {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: var(--dark);
    text-decoration: none;
    margin: 0 0.3rem;
}

.review {
    padding: 1rem 0;
    border-top: 1px solid var(--darkgreen);
    overflow: hidden;
}

.customer {
    display: block;
    margin-bottom: 1rem;
}

.customer .profile-pic {
    width: 75px;
    height: 75px;
    background-color: var(--grey3);
    border-radius: 100%;
    font-size: 2rem;
    font-weight: 500;
    color: var(--dark);
    text-align: center;
    line-height: 75px;
    overflow: hidden;
    margin-right: 1rem;
}

.customer .profile-pic img {
    width: 100%;
}

.customer .name-rate {
    height: 75px;
}

.customer .name {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--dark);
}

.review p {
    font-size: 1rem;
    font-weight: 300;
    color: var(--grey);
    margin-bottom: 0rem;
}

@media screen and (max-width: 425px) {
    .review {
        padding: 0.8rem 0;
    }
    .customer {
        margin-bottom: 0.8rem;
    }
    .customer.d-flex {
        display: flex !important
    }
    ;
    .customer .name {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    .review p {
        font-size: 0.85rem;
    }
}


/* CART PAGE -------------------------- */

.cart-sides {
    padding: 0rem 3rem 0rem 3rem;
    border-right: 1px solid var(--grey3);
}

.cart-sides:last-child {
    border: none;
}

.cart-logo {
    width: 280px;
    margin: 0 auto 2rem;
}

.cart-logo img {
    width: 100%;
}

.cart-form-heading {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 1rem;
}

.cart-product-scroll-area {
    width: 100%;
    max-height: 300px;
    padding: 0rem 0.8rem 0rem 0.8rem;
    overflow-y: scroll;
    /* border-bottom: 1px solid var(--grey3); */
    margin-bottom: 2rem;
}

.cart-product-item {
    padding: 1.3rem 0rem 0.2rem 0rem;
    /* border-bottom: 1px dashed var(--grey3); */
}

.cart-product-item:last-child {
    border-bottom: 0px;
}

.cart-offer-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 1rem 0;
    border-bottom: 1px solid var(--grey2);
}

.cart-icon-group {
    position: relative;
    display: block;
    width: fit-content;
    margin-right: 10px;
}

.cart-icon-group .cart-icon {
    width: 50px;
    height: 50px;
    border: 2px solid var(--lightgreen2);
    border-radius: 100%;
    padding: 12px 3px 14px 9px;
    margin-left: 10px;
}

.cart-icon-group .cart-icon img {
    width: 100%;
}

.cart-icon-group .cart-icon-badge {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -26px;
    left: 0;
    background: transparent url(../images/offer-badge.png) no-repeat top left;
    background-size: cover;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #fff;
    padding-top: 17px;
    padding-left: 8px;
}

.cart-icon-group .cart-icon-badge span {
    font-size: 0.5rem;
    font-weight: 400;
}

.cart-offer-text {
    width: 182px;
}

.cart-offer-text h4 {
    /* font-size: 1.2rem; */
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0.2rem;
}

.cart-offer-text p {
    /* font-size: 1rem; */
    font-size: 0.9rem;
    color: var(--grey);
    margin-bottom: 0;
}

.cart-product {
    width: 90px;
    position: relative;
    margin-right: 1rem;
}

.cart-product .product-block {
    padding: 1px;
}

.cart-product .product-badge {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 25px;
    background-image: linear-gradient(270deg, var(--darkgreen2), var(--lightgreen2));
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    padding-top: 7px;
}

.cart-product-name {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.form-inline-btn {
    position: absolute;
    height: 33px;
    margin-top: -14px;
    padding: 0 15px;
    right: 50px;
    background-color: transparent;
    border: none;
    border-left: 1px solid var(--darkgreen2);
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    color: var(--dark);
}

@media screen and (max-width: 768px) {
    .cart-sides {
        padding: 0.9rem;
        border: none;
    }
    .cart-form-heading {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    .cart-product-name {
        font-size: 1.1rem;
    }
    .form-inline-btn {
        height: 28px;
        margin-top: -13px;
        padding: 0 12px;
        right: 20px;
        font-size: 0.9rem;
    }
}