:root {
  color-scheme: light only;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color-scheme: light;
  background: #FFFFFF !important; 
}

@font-face {
    font-family: "Helvetica";
    src: url("Helvetica.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica";
    src: url("Helvetica-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 700;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif  !important;
    position: relative;
    --screen-width: calc(100vw - (100vw - 100%));
}
@media (prefers-color-scheme: dark) {
  body {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
}
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-size: 20px;
    margin: 0;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

h6 {
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}

p {
    font-size: 15px !important;
    line-height: 25px !important;
	font-family: "Helvetica", sans-serif  !important;
    margin-bottom: 12px;
	        background: transparent !important;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

ul {
    margin: 0px;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

a {
    text-decoration: none;
}

.container {
    max-width: 75%;
    margin: 0 auto;
    padding: 0px 20px;
}

img {
    max-width: 100%;
}

/**********animation**********/
@media (prefers-reduced-motion: no-preference) {
    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    .animate-this.rtl {
        opacity: 0;
        transform: translateX(50px);
    }

    .animate-this.animated.rtl {
        animation: fade-in-right 0.8s ease-in-out forwards;
    }

    .animate-this.lft {
        opacity: 0;
        transform: translateX(-20px);
    }

    .animate-this.animated.lft {
        animation: fade-in-left 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes fade-in-right {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    @keyframes fade-in-left {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
}

@keyframes tp-animate {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/*****header*****/
.header {
    position: relative;
    z-index: 9999;
    transition: 0.3s all ease-in-out;
}

.header_main {
    padding: 17px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
	justify-content: space-between;
}

.logo {
    width: 158px;
}

.logo img {
    width: 100%;
}

.searchbox {
    margin-left: 25px;
    width: 70%;
    position: relative;
}

.searchbox input[type="text"] {
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #000000;
    border: 1px solid rgba(12, 44, 43, 0.1);
    border-radius: 0px;
    padding: 10px 50px 10px 22px;
    background: rgba(240, 245, 243, 0.5);
    border-radius: 27px;
}

.searchbox input[type="submit"] {
    background: url('../../images/search-icon.svg') no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 4px;
    top: 3px;
    border: 0;
    font-size: 0;
    background-size: cover;
}

.header_main ul {
    gap: 10px;
}

.header_main ul li {
    display: inline-block;
    text-align: center;
}

.header_main ul li span {
    font-style: normal;
    font-size: 14px;
    color: #000;
}

.header_main ul li:hover span {
    color: #00843D;
    text-decoration: underline;
}
.header_main ul li:hover a span.cart-count{
	color: #FFFFFF;
    text-decoration: none;
}
.header_main ul li a img,
.header_main ul li img {
    width: 28px;
	height: 28px;
	display: block;
    margin: 0 auto;
}
.header_main ul li:last-child{
	margin-left: 5px;
}
.header_main .dropdown-toggle::after {
    display: none;
}

.nav_bg {
    background: #00843D;
}

.nav_bg ul {
    display: flex;
}

.nav_bg ul li {
    display: inline-block;
    margin-right: 70px;
    padding: 18px 0px;
}

.nav_bg ul li:last-child {
    margin-right: 0px;
}

.nav_bg ul li a {
    color: rgba(255, 255, 255, 0.8);
	color: #fff;
    font-weight: 500;
    font-size: 17px;
	position: relative;
}

.dropdown-menu li {
    display: block;
}

.title_box {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.title_box p span {
        font-size: 15px !important;
    font-family: "Helvetica", sans-serif !important;
    color: #2E2E2E !important;
}

.title_box h3 {
    font-size: 38px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.comon-padd {
    padding: 40px 0px;
}

.header.sticky {
    -webkit-animation: headerfixed 1s;
    animation: headerfixed 1s;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

@-webkit-keyframes headerfixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerfixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.sticky .header_main {
	    padding: 11px 0px;
		transition: 0.3s all ease-in-out;
}

/*****banner_sec*****/
.banner_sec {
    background-image: radial-gradient(rgba(0, 133, 62, 0.01), rgba(0, 133, 62, 0.02));
}

.banner_box {
    position: relative;
}

.banner_maintxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 70px 0px;
    height: 100%;
}

.banner_maintxt .container {
    height: 100%;
}

.banner_txt {
    width: 600px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_txt h6 {
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    letter-spacing: 3px;
}

.banner_txt h6:before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 62%;
    height: 2px;
    background: #CCCCCC;
}

.banner_txt h1 {
    font-size: 52px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.1;
}

.banner_txt span {
    font-family: "Helvetica", sans-serif !important;
	    font-size: 15px;
    line-height: 25px;
}

.banner_txt ul {
    gap: 16px;
    margin-top: 30px;
}

.banner_txt ul li {
    display: inline-block
}

a.btn-green {
    background: #00843D;
    color: #FFFFFF;
    border: 1px solid #00843D;
    padding: 11px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.total-checkout a.btn-green{
	padding: 11px 40px;
}
.total-checkout a.btn-green:hover {
    color: #FFFFFF;
}

a.btn-border {
    border: 1px solid #00843D;
    padding: 13px 20px;
    width: 244px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #00843D;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.btn-border img,
a.btn-green img {
    width: 28px;
    margin-left: 8px;
}

.banner_image {
    width: 100%;
	background: url(../../images/banner-bg1.webp) no-repeat;
    background-size: 100% 100%;
}

.banner_image img {
    width: 100%;
    object-position: top;
}

.banner-slider .slick-prev {
    left: 10px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.banner-slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') rgba(255, 255, 255, 0.8) no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    border: 2px solid #FFFFFF;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    backdrop-filter: blur(15px);
}

.banner-slider .slick-next {
    right: 10px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.banner-slider .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') rgba(255, 255, 255, 0.8) no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    border: 2px solid #FFFFFF;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    backdrop-filter: blur(15px);
}

.slider-wrap {
    position: relative;
}

.slick-counter {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000000;
    font-size: 30px;
    display: none;
}

.slider-progress {
    width: 300px;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 0px;
}

.slider-progress .progress {
    width: 0;
    height: 100%;
    background: #00843D;
    transition: width 0.4s ease;
    border-radius: 0px;
}

/*****shipping_sec*****/
.shipping_sec {
    padding: 25px 0px;
    background-image: radial-gradient(rgba(0, 133, 62, 0.1), rgba(0, 133, 62, 0.2));
}

.shipping_box {
    border: 2px solid #FFFFFF;
    background-image: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9));
    padding: 15px 30px;
    display: flex;
    border-radius: 100px;
    align-items: center;
}

.shipping_icon {
    width: 48px;
}

.shipping_icon img {
    width: 100%;
}

.shipping_txt {
    width: calc(100% - 48px);
    padding-left: 14px;
}

.shipping_txt h6 {
    font-weight: 700;
    margin-bottom: 4px;
	white-space: nowrap;
}

.shipping_txt p {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.shipping_slider.slick-slider {
    margin: 0 -10px;
}
.shipping_slider .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.shipping_slider .slick-prev {
    left: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 60%;
    margin: 0 auto;
    cursor: pointer;
}
.shipping_slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}
.shipping_slider .slick-next {
    right: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 60%;
    margin: 0 auto;
    cursor: pointer;
}
.shipping_slider .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

/*****about_sec*****/
.about_sec .row {
    align-items: center;
}

.about_txt {
    max-width: 100%;
    margin-left: auto;
padding: 60px 0;
    padding-left: 25px;
}

.about_txt h6 {
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    letter-spacing: 3px;
}

.about_txt h6:before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 82%;
    height: 2px;
    background: #CCCCCC;
}

.about_txt h2 {
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;
	color: #000000;
}

a.btn-border {
    border: 1px solid #00843D;
    padding: 13px 20px;
    max-width: 244px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #00843D;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.btn-border img {
    width: 24px;
    margin-left: 8px;
}

.about_sec a.btn-border {
    margin-top: 30px;
}

/*****category_sec*****/
.category_sec {
    background: url('../../images/category_bg1.webp') no-repeat;
    background-size: 100% 100%;
}

.category_image {
	background-image: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(40px);
    padding: 10px 10px;
    border-radius: 100%;
}

.category_image span {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.category_image span img {
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_slider.slick-slider {
    margin: 0px -12px;
}

.category_slider .slick-slide {
    margin: 0px 12px;
}

.category_txt {
    padding: 12px 10px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    backdrop-filter: blur(40px);
    background-image: radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.89));
    border-radius: 100px;
    display: block;
    text-align: center;
    width: 178px;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 15px;
}

.category_txt h6 {
    font-size: 15px;
    color: #000000;
}

/*****experience_sec*****/
.trending_sec {
    /*background: #f7fbf8;*/
	background: url('../../images/arrival-bg.webp') no-repeat;
	background-size: cover;
    padding-bottom: 85px;
}

.product_box {
    padding: 2px;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    background-image: radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
    height: 100%;
}

.product_image {
    position: relative;
}


/*.product_image a.product_imagelink {
    position: relative;
   padding-bottom: 75%;
    border-radius: 12px 12px 0 0;
    display: block;
}

.product_image a.product_imagelink img {
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
       height: 100%;
}*/
.product_image a.product_imagelink {
    position: relative;
	padding-bottom: 0;
    border-radius: 12px 12px 0 0;
    display: block;
}

.product_image a.product_imagelink img {
    border-radius: 12px 12px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
	aspect-ratio: 1;
	object-fit: cover;
    overflow: hidden;
}

.product_image span {
    padding: 4px 14px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    background: #FFFFFF;
    text-align: center;
    position: absolute;
    color: #00843D;
    border-radius: 100px;
    top: 5px;
    left: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.10);
}

.product_image a.wishlistbtn {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: 5px;
    top: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.10);
}

.product_image a img {
    width: 20px;
}

.product_txt {
    padding: 12px 12px;
}

.product_txt h6 {
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.product_txt h6 a {
    color: #000000;
}

.product_txt h6 span {
    color: #666666;
    display: block;
}

.product_btmtxt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_btmleft p {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    line-height: 18px;
}

.product_btmleft span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.product_btmleft p strong {
    margin-left: 3px;
}

.product_btmright {
    display: flex;
    align-items: center;
}

.product_btmright a.btn-outline {
    font-size: 14px;
    padding: 9px 14px;
    margin-right: 5px;
}

.product_btmright a.btn-outline:hover,
.details_cartsec a.btn-outline:hover {
    color: #00843D;
}

.product_btmright a.arrow img {
    width: 33px;
}

.slick-thumbs .item {
    margin: 12px 12px;
}

.slick-buttons {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.slick-buttons .btn {
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    background-image: radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
    padding: 12px 30px;
    cursor: pointer;
}

.slick-buttons .btn.active {
    border: 2px solid #00843D;
    background: #00843D;
    color: #FFFFFF;
    font-size: 15px;
}

.slick-thumbs.slick-slider {
    margin: 0px -12px;
}

.slick-thumbs .slick-prev {
    left: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.slick-thumbs .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

.slick-thumbs .slick-next {
    right: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.slick-thumbs .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

.slick-thumbs .slick-track {
    margin: 0;
}

/*****experience_sec*****/
.experience_sec {
    /*background-image: radial-gradient(rgba(0, 133, 62, 0.8), #00843D);*/
	background: url('../../images/green-bg.webp') no-repeat;
	background-size: cover;
}

.experience_sec .row {
    align-items: center;
}

.experience_txt {
    padding: 35px 0px 49px;
    padding-left: 70px;
}

.experience_txt h4 {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 37px;
	    font-weight: 400;
}

.experience_txt p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.experience_txt ul {
    gap: 13px;
}

.experience_txt ul li {
    display: inline-block;
}

.experience_txt ul li img {
    height: 72px;
}

.experience_image {
    position: relative;
    margin-top: -90px;
}

.experience_image:before {
    content: '';
    position: absolute;
    left: 0px;
        bottom: -28%;
    width: 600px;
    height: 600px;
   /* background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));*/
	background: url('../../images/full-circle.png') no-repeat;
	background-size: cover;
    border-radius: 100%;
}

.experience_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
	position: relative;
}

/*****whychose_sec*****/
.why_sec {
    padding-bottom: 80px;
    overflow: hidden;
}

.whybox_main {
    background-image: radial-gradient(rgba(0, 133, 62, 0.05), rgba(0, 133, 62, 0.05));
    border-radius: 40px;
    padding: 40px 70px 0px;
}

.whybox_mainsec {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whybox {
    text-align: center;
    width: 45%;
}

.whybox_image {
    width: 122px;
    height: 122px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 9px;
    border-radius: 100px;
}

.whybox_image img {
    width: 60px;
}

.whybox_txt h6 {
    margin-bottom: 9px;
    font-weight: 700;
}

.whybox_txt p {
    font-size: 14px;
    line-height: 22px;
}

.why-image {
    bottom: 0;
    width: 50vw;
}

.why-image img {
    width: 100%;
}

/*****quality_sec*****/
.quality_sec {
    /*background-image: radial-gradient(rgba(0, 133, 62, 0.3), rgba(0, 133, 62, 0.3));*/
	background: url('../../images/quality-bg.webp') no-repeat;
	background-size: cover;
    padding-bottom: 60px;
}

.quality_slider.slick-slider {
    margin: 0px -12px;
}

.quality_slider .slick-slide {
    margin: 0px 12px;
}

.quality_box {
    padding: 32px 40px 26px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    margin: 10px 0px;
    text-align: center;
    border: 2px solid #FFFFFF;
}

.quality_image {
    width: 142px;
    height: 116px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.quality_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quality_txt h6 {
    font-weight: 700;
    margin-bottom: 9px;
	text-transform: capitalize;
}

.quality_txt p {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400;
    margin-bottom: 0;
}

.quality_slider .slick-dots {
    bottom: -34px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    justify-content: center;
}

.quality_slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.quality_slider .slick-slide {
    outline: none;
}

.quality_slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 17px;
    border-radius: 100%;
    font-size: 0px;
    background: rgba(0, 133, 62, 0.2);
    border: 0;
    opacity: 1;
}

.quality_slider .slick-dots li.slick-active button:before {
    background: #000;
    color: transparent;
}

.quality_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0px;
}
.quality_slider .slick-prev {
    left: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.quality_slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

.quality_slider .slick-next {
    right: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.quality_slider .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}
/*****accordion*****/
.faq_sec {
    background-image: radial-gradient(rgba(0, 133, 62, 0.05), rgba(0, 133, 62, 0.05));
    padding-bottom: 60px;
	display: none;
}

.faq_sec .accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 20px;
}

.faq_sec .accordion-item {
    border: 1px solid #E9EAF0;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    align-self: start;
}

.faq_sec .accordion-button {
    border: 0;
    border-radius: 8px;
    padding: 15px 23px;
}

.faq_sec .accordion-button::after {
    background: url('../../images/down-arrow.svg') no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
}

.faq_sec .accordion-button:not(.collapsed)::after {
    background: url('../../images/down-arrow.svg') no-repeat;
    background-size: 33px;
    transform: rotate(-180deg);
}

.faq_sec .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.faq_sec .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: 700;
    background-color: #FFFFFF;
    box-shadow: none;
}

.faq_sec .accordion-body {
    padding-top: 0;
    padding-right: 70px;
    padding-bottom: 55px;
}

.faq_sec .accordion-body p {
    margin-bottom: 0;
}
.faq_sec .accordion-body ul li span{
    font-size: 15px !important;
    line-height: 26px !important;
}
.accordion-body ul li span{
    font-size: 15px !important;
    line-height: 26px !important;
}
.faq_sec .accordion-body h2 {
    font-size: 28px;
}

.faq_sec .accordion-body h3 {
    font-size: 22px;
    margin: 10px 0;
}

.faq_sec .accordion-body ul {
    padding-left: 15px;
}

.faq_sec .accordion-body p span {
    display: inline-block;
    vertical-align: middle;
}

.faq_sec .accordion-body p span a {
    display: inline-block;
    color: #00843D;
}

/*****homeblog_sec*****/
.homeblog_sec {
    padding-bottom: 45px;
}

.homeblog_sec .title_box {
    position: relative;
    margin: 0;
    max-width: 100%;
    margin-bottom: 35px;
}

.homeblog_sec .title_box p {
    max-width: 816px;
    margin: 0;
}
.homeblog_sec .title_box p span{
	    background: transparent !important;
}
.homeblog_sec .title_box .btn-outline {
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-outline {
    border: 1px solid #00843D;
    padding: 13px 48px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 15px;
    color: #00843D;
}

.blog_box {
    padding: 11px 8px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.15);
    margin: 10px 0px 15px;
    position: relative;
}

.blog_box>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.blog_image {
    position: relative;
    padding-bottom: 61%;
    margin-bottom: 20px;
}

.blog_image>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 10px;
}

.blog_txt {
    padding: 0px 12px 6px;
}

.blog_txt h6 {
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.blog_txt p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_txt a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000000;
    justify-content: flex-end;
	font-size: 15px;
}

.blog_txt a span {
    display: inline-block;
    text-decoration: underline;
	font-size: 15px;
}
.blog_txt_link span{
	font-size: 15px;
}

.blog_txt a img {
    width: 45px;
}

/*****blog_slider*****/
.blog_slider.slick-slider {
    margin: 0px -12px;
}

.blog_slider .slick-slide {
    margin: 0px 12px;
}

.blog_slider .slick-prev {
    left: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    cursor: pointer;
}

.blog_slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

.blog_slider .slick-next {
    right: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.blog_slider .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

/*****footer*****/
.footer {
    background-image: radial-gradient(rgba(0, 133, 62, 0.05), rgba(0, 133, 62, 0.05));
    padding: 40px 0px 10px;
}

.footertop {
    padding-bottom: 15px;
}

.footer_links h6,
.footer_reach h6,
.footer_card h6,
.footerblog h6 {
    font-weight: 700;
    margin-bottom: 15px;
}
.footer_links h6 {
	text-transform: uppercase;
}
.footer_links:nth-child(4) ul {
	    padding-left: 15px;
}
.footer_links:nth-child(4) ul li{
	    display: list-item;
}
.footer_links ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.footer_links ul li a {
    color: #000000;
    transition: 0.3s all ease-in-out;
	/*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.footer_links ul li a:hover {
    color: #00843D;
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
}

.footertop_main {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer_reach p {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
}

.footer_reach p a {
    color: #000000;
}

.footer_reach {
    padding-left: 35px;
}

.footer_reach img {
    margin-bottom: 8px;
}

.footer_reach iframe {
    border: 4px solid #FFFFFF !important;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.15);
    height: 110px;
    margin-bottom: 8px;
    width: 100% !important;
}

.footerbtm_inn {
    padding: 15px 0 10px;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
	position: relative;
}

.footerbtm_inn ul.footerbtm_link {
    gap: 25px;
}

.footerbtm_inn ul.footerbtm_link li,
ul.footer_social li {
    display: inline-block;
    font-size: 15px;
}

.footerbtm_inn ul.footerbtm_link li a,
.footerbtm_inn p a {
    color: #000000;
}

ul.footer_social {
    gap: 15px;
	    position: absolute;
    right: 0;
}

ul.footer_social li a {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_reach p i.fa-home{
    font-size: 17px !important;	
}
.footerbtm_inn p {
    margin-bottom: 0;
}

.footer_btmlinks {
    gap: 51px;
}

.footer_card ul {
    gap: 10px;
}

.footer_card ul li {
    display: inline-block;
}

.footer_btmlinks .footer_links h6 {
    margin-bottom: 15px;
}

.footerblog_inn {
    padding: 12px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footerblog ul li {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.footerblog ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
}

.footerblog ul li a {
    color: #000000;
}

/**********nav-icon**********/
.nav-icon {
    display: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 33px;
    right: 41px;
    border-radius: 4px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    background: #1E1515;
    opacity: 1;
    left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon span:nth-child(2) {
    top: 7px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon span:nth-child(3) {
    top: 14px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon.open span:nth-child(1) {
    top: 8px;
    right: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 0px;
    top: 8px;
}

/*****main-content*****/
.main-content {
    position: relative;
    text-align: center;
    padding: 30px 0 0;
    background-image: linear-gradient(rgba(0, 133, 62, 0.07), rgba(255, 255, 255, 0));
}

.main-content img {
    max-width: 100%;
    height: auto;
}

.login-box {
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    padding: 33px 44px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #0000001F;
    width: 100%;
    border: 2px solid #fff;
    margin-left: 61px;
}

.login-box h4 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 700;
}

.login-box p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 28px;
}

.login-box input:focus-visible {
    border: 1px solid #ccc;
}

.login-box select,
.login-box input {
    width: 100%;
    padding: 9px 17px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-box input {
    padding: 15px 20px 15px 70px !important
}

.login-box button {
    background-color: #00843D;
    color: #fff;
    padding: 12px 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
}

.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 40px;
}

.iti__selected-flag {
    padding: 0 10px 0 17px !important;
}

.product_listpage {
    background-image: linear-gradient(rgba(0, 133, 62, 0.03), rgba(255, 255, 255, 0));
    padding: 25px 0px 60px;
}

.product_mainlist {
    align-items: flex-start;
}

.filter_box {
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    max-width: 345px;
    border: 1px solid rgba(189, 31, 36, 0.1);
    margin-top: 55px;
    padding: 28px 35px;
    top: 145px;
}

.filter_box h6 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
}
.filter_box h6 img{
	display: none;
}

.filter_category {
    margin: 25px 0;
}

.filter_category p {
    font-weight: 700;
    margin-bottom: 14px;
}

.filter_category ul {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter_category ul li {
    display: block;
    margin-bottom: 14px;
}

.filter_category ul li a {
    color: #000000;
}

.default_box {
    width: calc(100% - 321px);
    padding-left: 23px;
}

.show_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.show_list p {
    margin-bottom: 0;
}

a.sort-btn {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 5px 20px;
    color: #000000;
    text-transform: capitalize;
}

.list_row {
    row-gap: 25px;
}

.list_row .product_txt h6 {
    font-size: 16px;
}

.colorPalette {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 15px;
}

.color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.related_sec {
    background-image: linear-gradient(rgba(0, 133, 62, 0.03), rgba(255, 255, 255, 0));
	    padding-bottom: 50px;
}

/*****checkout*****/
.checkout-stick {
    top: 145px;
}

.checkout-page.main-content {
    position: relative;
    padding: 47px 0 60px;
    text-align: left;
    background: linear-gradient(rgba(0, 133, 62, 0.07), rgba(255, 255, 255, 0));
}

.checkout-page.main-content img {
    max-width: 100%;
    height: auto;
}

.checkout-page .checkout-box {
    width: 100%;
    padding: 28px 33px 60px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    border-radius: 8px;
    box-shadow: 0px 4px 40px 0px #0000001F;
    border: 2px solid #fff;
}

.checkout-page .checkout-box h6 {
    margin-bottom: 25px;
}

.checkout-page .checkout-box .form-group {
    margin-bottom: 20px;
}

.checkout-page .checkout-box input {
    width: 100%;
    padding: 20px 17px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    box-sizing: border-box;
    background: transparent;
}

.checkout-page .checkout-box textarea {
    width: 100%;
    padding: 9px 17px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    box-sizing: border-box;
    height: 180px;
    background: transparent;
}

.checkout-page .checkout-box input::placeholder,
.checkout-page .checkout-box textarea::placeholder {
    color: #000000;
}

.checkout-page .phone-input {
    display: flex;
    align-items: center;
}

.checkout-page .phone-input img {
    width: 24px;
    margin-right: 10px;
}

.checkout-title {
    margin-bottom: 30px;
}

.checkout-title h3 {
    margin-bottom: 10px;
}

.checkout-title ul.bradcrumb li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.checkout-title ul.bradcrumb li:before {
    content: '/';
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #000000;
}

.checkout-title ul.bradcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.checkout-title ul.bradcrumb li:last-child:before {
    display: none;
}

.checkout-title ul.bradcrumb li a {
    color: #000000;
}

.checkout-box .form-group .iti {
    margin-bottom: 0;
}

/**********/
.quantity-group input {
    border: 0;
    outline: none;
    width: 38px;
    text-align: center;
    background: transparent;
}

.offcanvas-cart .cart-item h6,
.cart-item h6 {
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
}

.offcanvas-cart .cart-item small {
    display: flex;
}

.details_sec {
    background: linear-gradient(rgba(0, 133, 62, 0.07), rgba(255, 255, 255, 0));
    padding: 25px 0px 40px;
}

.details_breadcrumb ul {
    display: flex;
	flex-wrap: wrap;
}

.details_breadcrumb ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.details_breadcrumb ul li a {
    color: #000000;
}

.details_breadcrumb ul li:before {
    content: '/';
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #000000;
}

.details_breadcrumb ul li:last-child:before {
    display: none;
}

.details_breadcrumb ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.details_breadcrumb {
    margin-bottom: 20px;
}

.details_slidersec {
    margin-bottom: 20px;
    position: sticky;
}

.details_slidersec img {
    border-radius: 12px;
    width: 100%;
}

.details_slidersec .slider-for {
    margin-bottom: 20px;
}

.details_slidersec .slider-for img {
    height: 490px;
    object-fit: cover;
}

.details_slidersec .slider-nav img {
    height: 150px;
    object-fit: cover;
}

.slider-nav {
    margin: 0 -5px;
}

.slider-nav .slick-slide {
    margin: 0 5px;
}

.details_cartsec {
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.details_cartsec a.btn-outline {
    padding: 11px 20px;
    font-size: 15px;
    background: #fafbfa;
}

.details_cartsec a.btn-green {
    border-radius: 100px;
    font-size: 15px;
    padding: 11px 30px;
}

.details_cartsec .quantity-group .btn-outline-secondary {
    width: 45px;
    height: 45px;
}

.details_cartsec .quantity-group {
    width: 150px;
}

.activeoffer_sec {
    padding: 0px 10px;
}

.activeoffer_sec h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 16px;
}

.activeoffer_mainbox {
    gap: 12px;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}

.activeoffer_box {
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    padding: 24px 30px;
    text-align: center;
    width: 33.3%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    box-shadow: 0px 4px 40px 0px #0000001F;
}

.activeoffer_box h6 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.activeoffer_box small {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.activeoffer_box span {
    color: #00843D;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activeoffer_box span img {
    margin-left: 7px;
    width: 17px;
}

.newaccordian.accordion {
    padding: 0px 10px;
}

.newaccordian .accordion-item {
    border: 1px solid #E9EAF0;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
    align-self: start;
    margin-bottom: 20px;
}

.newaccordian .accordion-button {
    border: 0;
    border-radius: 12px !important;
    padding: 11px 17px;
    font-size: 16px;
    font-weight: 700;
}

.newaccordian .accordion-button::after {
    background: url('../../images/arrow_circle_down.svg') no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
}

.newaccordian .accordion-button:not(.collapsed)::after {
    background: url('../../images/arrow_circle_down.svg') no-repeat;
    background-size: 33px;
    transform: rotate(-180deg);
}

.newaccordian .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.newaccordian .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: 700;
    background-color: #FFFFFF;
    box-shadow: none;
}

.newaccordian .accordion-body {
    margin: 0px 17px 10px;
    padding: 15px 0 0;
    border-top: 2px solid rgba(204, 204, 204, 0.5);
}

.newaccordian .accordion-body p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}

.newaccordian .accordion-body ul {
    padding-left: 15px;
}

.newaccordian .accordion-body ul li {
    font-size: 15px;
    line-height: 26px;
}

.newaccordian .accordion-body ul li a {
    color: #00843D;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: none;
}

.product_rightsec {
    padding: 0px 15px;
}

.product_button {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

a.basket_btn {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 8px 35px;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 100px;
}

a.whishlist_btn {
    border: 1px solid rgba(0, 0, 0, 0.7);
    padding: 1px 20px 1px 6px;
    color: #000000;
    border-radius: 100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 2px;
}

a.whishlist_btn span {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

a.whishlist_btn span img {
    width: 20px;
}

.product_rightsec h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.product_rightsec h2 span {
	font-size: 21px;
}
.prices {
    margin: 8px 0 5px;
    display: flex;
    align-items: center;
}

.old-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.3);
    margin-right: 8px;
    font-size: 20px;
}

.new-price {
    color: #00833D;
    font-size: 22px;
    font-weight: 700;
    margin-right: 12px;
}

.discount {
    background: #00833D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
}

.inclusiv_txt {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
}

.color_section {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.color_section strong {
    color: #000000;
    font-size: 16px;
    width: 90px;
}

.options label {
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    padding: 0px 5px 5px;
}

.color_section .options {
    display: flex !important;
	flex-wrap: wrap;
	align-items: center;
    gap: 0px;
	width: calc(100% - 170px);
   /* overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;*/
}

/*.color_section .options::-webkit-scrollbar,
.size_section .options::-webkit-scrollbar,
.pack_section .options::-webkit-scrollbar {
    height: 4px;
}

.color_section .options::-webkit-scrollbar-track,
.size_section .options::-webkit-scrollbar-track,
.pack_section .options::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.color_section .options::-webkit-scrollbar-thumb,
.size_section .options::-webkit-scrollbar-thumb,
.pack_section .options::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #CCCCCC;
}*/


.color_section .options span {
    padding: 6px 10px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100px;
    margin-top: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.options input {
    display: none;
}

.options input:checked+span {
    font-size: 15px;
    border-color: #00843D !important;
    position: relative;
}

.color_section .options input:checked+span::before {
           content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: inherit;
	    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px #00833d78;
}
.product_rightsec .color_section .options input:checked+span::before

}
.color_section .options input:checked+span.variant-label::before{
	display: none;
}
.size_section {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.size_section {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.size_section strong {
    color: #000000;
    font-size: 16px;
    width: 90px;
}

.size_section .options {
    display: flex !important;

   /* overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;*/
}
#variantOptions .size_section .options {
	flex-wrap: wrap;
}

.size_section .options label {
    padding: 2px 3px 11px;
}
/*.color_section.variant-label .options label {
    padding: 2px 3px 11px;
}*/
.size_section .options span {
    padding: 3px 24px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    border: 2px solid #FFFFFF;
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    border-radius: 100px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.17);
}
.color_section .options span.variant-label {
    padding: 1px 24px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    border: 2px solid #FFFFFF;
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    border-radius: 100px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.17);
    height: auto !important;
    text-transform: capitalize;
}
.pack_section {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 21px;
}

.pack_section strong {
    color: #000000;
    font-size: 16px;
    width: 90px;
}

.pack_section .options {
    display: flex !important;
	flex-wrap: wrap;
    /*overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;*/
}

.pack_section .options label {
    padding: 2px 3px 11px;
}

.pack_section .options span {
    padding: 2px 24px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    border: 2px solid #FFFFFF;
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    border-radius: 100px;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.17);
}
#variantModal .options label {
    display: none;
}

#variantModal .options label:nth-child(-n+6) {
    display: inline-block;
}

#variantModal .options.show-all label {
    display: inline-block !important;
}
.product_rightsec .input-group {
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.product_rightsec .input-group input {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 0;
    border-radius: 100px;
    padding: 12px 22px;
    color: #000000;
    font-size: 15px;
    background: rgba(217, 217, 217, 0.1);
    width: 100%;
}

.product_rightsec .input-group .btn {
    border-radius: 100px !important;
    background-color: transparent;
    color: #00843D;
    font-size: 15px;
    padding: 12px 12px;
    width: 300px;
    font-weight: 700;
    border: 1px solid #00843D;
    margin-left: -38px !important;
	
}

.delivery_txt {
    padding-bottom: 20px;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 25px;
}

.delivery_txt span {
    color: rgba(0, 0, 0, 0.5);
}

.menu {
    position: relative;
}

.menu ul li {
    position: static;
    padding: 13px 0;
}

.menu ul li ul.mega-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    padding: 20px 0px 10px;
    background: #ffffff;
    box-shadow: 0px 20px 20px rgba(2, 48, 71, 0.4);
    border-radius: 0;
    z-index: 99;
    gap: 10px;
    overflow: auto;
	    overflow-x: hidden;
    height: auto;
    flex-wrap: wrap;
	justify-content: center;
	border-bottom: 10px solid #00843D;
}

.menu ul li.dropdown:hover>a {
    position: relative;
}

ul.nav-menu{
	max-width: 73%;
    margin: 0 auto;
}
.menu ul li.dropdown>a:before {
    content: "";
    position: absolute;
    bottom: -15px;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 6px;
    opacity: 0;
    z-index: 9;
}
.menu ul li.dropdown>a:after {
        content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: -15px;
    cursor: pointer;
    top: 4px;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 0px 2px 2px 0;
    padding: 2px;
    background-position: right;
    z-index: 999;
    border-color: #fff;
}

.menu ul li.dropdown:hover>a:before {
    opacity: 1;
}

.menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.menu ul li ul.mega-menu li {
    margin: 0;
    margin-bottom: 12px;
    display: block;
    padding: 0;
	width: 22%;
}
.menu ul li ul.mega-menu li > a {
	margin-bottom: 10px;
	    display: block;
}
.menu ul li ul.mega-menu li a span{
    font-weight: 700 !important;
    font-size: 16px;
    color: #398245 !important;
}
.menu ul li ul.mega-menu li:last-child {
    margin-bottom: 0px;
}

.menu ul li ul.mega-menu li span {
    color: #000000;
    font-size: 15px;
    display: block;
}

.menu ul li ul.mega-menu li a.categoryname_link {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.menu ul li ul.mega-menu li ul {
    display: block;
}

.menu ul li ul.mega-menu li ul li {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.menu ul li ul.mega-menu li ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}
.menu ul li ul.mega-menu li ul li a:hover{
	color: #00843D;
}
ul.mega-menu .container {
	    display: flex;
        gap: 64px;
		    justify-content: flex-start;
} 
.offcanvas {
    z-index: 99999;
}

.offcanvas-backdrop {
    z-index: 9999;
}

.click_menu {
    width: 10px;
    height: 10px;
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    cursor: pointer;
}

.click_menu:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: -8px;
    cursor: pointer;
    top: 20px;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 0px 2px 2px 0;
    padding: 2px;
    background-position: right;
    z-index: 999;
    border-color: #1E1515;
}

.price-quantity button.incrementCartBtn {
    border-left: 1px solid #ddd;
    border-right: 0;
}

.listingsettingswrappper .paginationwrapper {
    float: none !important;
}

.listingsettingswrappper ul.pagenationbox {
    justify-content: center;
    flex-wrap: wrap;
}

.listingsettingswrappper ul.pagenationbox li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 26px;
    border-radius: 100px !important;
    background: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.8) !important;
    border-color: #FFFFFF !important;
}

.listingsettingswrappper ul.pagenationbox li.active a {
    background: #00843D !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border-color: #00843D !important;

}
.cart-tax p{
	text-transform: capitalize;
	
}
a.cart-link {
    position: relative;
}

a.cart-link span.cart-count {
    position: absolute;
    right: -12px;
    top: -6px;
    background: #000;
    color: #fff;
    padding: 6px;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    line-height: 13px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

ul.typeahead.dropdown-menu {
    width: 100%;
}

ul.typeahead.dropdown-menu li {
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 5px 10px;
}

ul.typeahead.dropdown-menu li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
}

.about_image img {
    height: 482px;
    object-fit: contain;
}

/*.login-image img {
    height: 750px;
    object-fit: contain;
}*/

.register-form {
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    padding: 30px 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #0000001F;
    width: 100%;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formgroup {
    margin-bottom: 20px;
    position: relative;
}

.register-form .formgroup.width50 {
    width: 49%;
}

.formgroup label {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    display: block;
    margin-bottom: 5px;
}

.formgroup input {
    line-height: 24px;
    padding: 8px 10px;
    font-size: 13px;
    width: 100%;
    outline: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.register-form .formgroup.passord-toogle .passwordtoggle {
    position: absolute;
    top: 34px;
    right: 12px;
    font-size: 15px;
}

.register-form button.btnprimary {
    background-color: #00843D;
    color: #fff;
    padding: 12px 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.register-form p.registerlink {
    display: block;
    text-align: center;
    width: 100%;
}

.register-form p.registerlink a {
    color: #00843D;
}

div.error {
    color: red;
    font-size: 15px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 7px;
}

ul.dropdown-menu li {
    display: block;
}

.formsubmitbox {
    margin-top: 20px;
    text-align: center;
}

.formsubmitbox a.linker {
    background-color: #00843D;
    color: #fff;
    padding: 6px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.accountform .accountinforform {
    background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    padding: 30px 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #0000001F;
    width: 100%;
    border: 2px solid #fff;
}

.accountform h4,
.addreesbookbox h4 {
    margin-bottom: 15px;
}

.accountform .accoutnrow-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accountform .formgroup.width50 {
    width: 49%;
}

.addnewaffressbtnbox a.btnprimary,
.formgroup button.btnprimary {
    background-color: #00843D;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-inner-disv {
    padding: 15px 15px;
}

.main-inner-disv .selectpickerdesign .btn-group.bootstrap-select {
    width: 100% !important;
}

.main-inner-disv .selectpickerdesign .btn-group.bootstrap-select button {
    line-height: 24px;
    padding: 8px 10px;
    font-size: 13px;
    width: 100%;
    outline: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100% !important;
    background: #FFFFFF;
    color: #1E1515;
}

.main-inner-disv .btn-group.bootstrap-select button.dropdown-toggle::after {
    margin-left: -0.745em;
}

.customersuportsection ul li {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 8px;
    display: block;
}

.customersuportsection ul li a {
    color: #1E1515;
}

.customersuportsection ul li strong {
    margin-right: 8px;
    display: inline-block;
}

.customersuportsection ul li span {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.maper iframe {
    width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    background-color: #FFFFFF;
}

.accordion-body p span {
    font-size: 15px !important;
}

.wproductdetailbox a {
    color: #1E1515;
}

.wishpricebox .price-box p {
    margin-bottom: 5px;
}

.wishpricebox .price-box p:last-child {
    margin-bottom: 0px;
}

table.greyheadtable tr td {
    vertical-align: middle;
}

.waddtocart a.btnprimary {
    background-color: #00843D;
    color: #fff;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    white-space: nowrap;
}

span.bt-content a i.fa-trash {
    color: #1E1515;
}

a.checkout-summery-pop {
    color: #00843D;
}

.offcanvas .cart-items-container {
    height: 100%;
    max-height: 50vh;
    padding-right: 30px;
}

.blog-page .pagination {
    justify-content: center;

}

.pagination ul {
    justify-content: center;
    gap: 10px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    border: 1px solid #00843D;
    color: #1E1515;
    padding: 9px 13px;
}

.pagination ul li a.active {
    background: #00843D;
    color: #FFFFFF;
}

.footertop_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

.card h2 {
    font-size: 22px;
}

.offcanvas-title {
    font-size: 2.2rem;
}

.blog_txt_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-header .btn-close {
    margin-top: -1.5rem;
    opacity: 1;
}

.thankyousection {
    padding-bottom: 30px;
}

.thankyuwrapper h1 {
    color: #00843D;
}

.thankyuwrapper a {
    color: #00843D;
}

.btnflexbox a.btnprimary {
    background-color: #00843D;
    color: #fff;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    white-space: nowrap;
}

.checkout-add-form h4 {
    margin-bottom: 10px;
}

.checkout-add-form a.shop-now-btn,
ul.reset li a.shop-now-btn {
    background-color: #00843D;
    color: #fff;
    padding: 7px 10px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    white-space: nowrap;
}

.address-pop {
    margin-bottom: 5px;
}

.container-r {
    display: block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    font-weight: 500 !important;
    color: hsl(0deg 0% 0% / 60%) !important;
}

.container-r input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-r .checkmark-r {
    position: absolute;
    top: 1px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 3px solid #d9d9d9;
}

.container-r input:checked~.checkmark-r {
    border: 2px solid #00843D;
}

.container-r .checkmark-r:after {
    content: "";
    position: absolute;
    display: none;
}

.container-r input:checked~.checkmark-r:after {
    display: block;
}

.container-r .checkmark-r:after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #00843D;
}


.footertop_main .footer_links:last-child {
    width: 26%;
}

.footertop_main .footer_links:last-child ul li:nth-child(3) {
    display: none;
}

.footertop_main .footer_links:last-child ul li:last-child {
    display: none;
}

.cart-popup .input-group .btn.applyCouponCodeCartHeaderBtn.active {
    background-color: #00843D;
}

.cart-popup .input-group .btn.applyCouponCodeCheckoutBtn.active {
    background-color: #00843D;
}

.range-slider {
    width: 220px !important;
}

ul.reset li {
    display: block;
}

.offcanvas-cart .cart-item {
    position: relative;
}

.offcanvas-cart .cart-item button.close-btn {
    position: absolute;
    top: 50%;
    right: -21px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    z-index: 9;
    transform: translateY(-50%);
}

.offcanvas-cart .cart-item:first-child button.close-btn {
    top: 56%;
}

.product-sec-sticky .details_slidersec .slidenav-img img {
    aspect-ratio: 765 / 765 !important;
}

.offcanvas-cart .cart-item .cart-text {
    display: flex;
    width: calc(100% - 100px);
    flex-wrap: wrap;
}

.myaccountsection .wishlist-update {
    display: none;
}

.trending_pb {
    padding-bottom: 50px;
}

/*.slick-thumbs-wrapper .colorPalette {
    height: 24px !important;
    overflow: hidden;
}

.default_box .product_box .product_txt .colorPalette {
    height: 24px !important;
    overflow: hidden;
}*/

.a-row.feature {
    width: 100% !important;
}

.a-section.a-spacing-small {
    margin-left: 0 !important;
}

.a-section.a-spacing-small p {
    margin-left: 0 !important;
}

ul.categories-list {
    padding-left: 15px;
}

ul.categories-list li {
    list-style: disc;
    list-style-type: disc;
}

.categories-list li a.active {
    color: #00843D;
    text-decoration: underline;
}
.category_slider .slick-prev {
    left: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.category_slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}
.category_slider .slick-next {
    right: -35px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.category_slider .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}
article h1 {
	font-size: calc(var(--blog-font) * 1.7) !important;
	line-height: normal !important;
}
article h1 span  {
	line-height: 18px !important;
}
article * {
    line-height: 25px !important;
    font-size: 15px !important;
}	
article h2 *, article h2 {
    font-size: calc(var(--blog-font) * 1.75) !important;
}
.categories-list a {
	font-size: 15px !important;
	transition: 0.3s all ease-in-out;
}
.categories-list a:hover{
	color: #00843D;
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
}
.publishing-date {
    background-color: #d5e9de !important;
}
.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}
.fancybox-toolbar .fancybox-button--zoom,  .fancybox-toolbar .fancybox-button--play, .fancybox-toolbar .fancybox-button--thumbs{
	display: none !important;
}

.cart-item button.quantity-btn.plus:disabled{
	background: #c3c3c3;
    opacity: 0.5;
}
#variantModal .btn-primary{
	background-color: #00843D;
	border-color: #00843D;
}
.read-more-btn{
	background: transparent;
	color: #00843D;
	text-decoration: underline;
	border: 0;
	padding-left: 20px;
    margin-bottom: 20px;
}
.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newaccordian .accordion-body {
  line-height: 24px; /* REQUIRED for accurate line count */
}

.options:not(.show-all) label:nth-child(n+7) {
    display: none;
}
#variantModal .options label {
			display: none;
		}

#variantModal .options label:nth-child(-n+6) {
			display: inline-block;
		}

#variantModal .options.show-all label {
			display: inline-block !important;
		}
.show-more {
    cursor: pointer;
    font-size: 14px;
	color: #00843D;
    text-decoration: underline;
	white-space: nowrap;
	margin-left: 10px;
	display: inline-block;
}
a.addtocartbtn{
	gap: 5px;
}
.filter-close-btn { 
		background: transparent;
		border: 0;
		display: none;
	}
.color-dot.hidden {
    display: none;
}
.show-more-colors {
	cursor: pointer;
    font-size: 14px;
	color: #00843D;
    text-decoration: underline;
	white-space: nowrap;
	margin-left: 4px;
    border: 0;
    background: transparent;
	height: 20px;
}
.detailpage .faq_sec {
	display: none;
}
.total-checkout .total-price span {
    margin-top: 0;
}
.total-checkout .total-price span.text-blcak {
	margin-top: 8px;
	display: flex;
    align-items: flex-end;
    gap: 2px;
}
.total-checkout .total-price span.text-blcak i{
	padding-left: 5px;
}

.couponDiscountFooter .btn-check:focus+.btn-danger, .couponDiscountFooter .btn-danger:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.couponDiscountFooter .btn-danger {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 22px;
    height: 22px;
    border-radius: 60px;
    line-height: 2px;
    padding: 0;
	position: relative;
	top: -1px;
	    padding: 4px 4px 7px;
}


#sizeQtyContainer .card .col-md-3:nth-child(4) {
	        flex: 0 0 50%;
        max-width: 50%;
}
#sizeQtyContainer .card .col-md-3:nth-child(5) {
	        flex: 0 0 50%;
        max-width: 50%;
}
#sizeQtyContainer .card .col-md-3:nth-child(6) {
	        flex: 0 0 50%;
        max-width: 50%;
}
#sizeQtyContainer .card .col-md-3:nth-child(7) {
	        flex: 0 0 50%;
        max-width: 50%;
}
.slider-for .slick-prev {
    left: 10px;;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.slider-for .slick-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/left-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}

.slider-for .slick-next {
    right: 10px;
    z-index: 9;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.slider-for .slick-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    z-index: 999;
    background: url('../../images/right-arrow.svg') #FFFFFF no-repeat;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    background-size: 23px;
    border-radius: 64px;
    background-position: center;
    box-shadow: 0px 4px 12px rgba(120, 124, 145, 0.27);
}
.whatsapp-icon {
    bottom: 50px !important;
}

#backtop {
    position: fixed;
    right: 25px;
    bottom: 104px;
    cursor: pointer;
    width: 40px;
    height: 41px;
    background-color: #ffffff;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9;
    border: 2px solid #00843D;
}
#backtop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -11px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-bottom-color: #00843D;
}
.search_product {
	padding: 20px 0px 60px; 
}
.empty-state i {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}
.pay-btn a.btn-green { width: 250px; }
/*****responsive*****/
@media (max-width: 2100px) {
.experience_image:before {
    content: '';
    position: absolute;
    left: 0px;
        bottom: -28%;
    width: 450px;
    height: 450px;
}
}

@media (max-width: 1920px) {
	.container {
        max-width: 92%;
    }
	ul.nav-menu {
    max-width: 89%;
	}
	.experience_image:before {
		width: 500px;
		height: 500px;
	}

}
@media (max-width: 1839px) {
	.main-content.login-page {
    min-height: 70vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
}
@media (max-width: 1439px) {
    

    .whybox_mainsec {
        gap: 30px;
    }

    .shipping_box {
        padding: 15px 22px;
    }

    .whybox_main {
        padding: 40px 60px 0px;
    }

    .activeoffer_box {
        padding: 24px 24px;
    }
    .about_txt {
        padding: 60px 0;
    }

    .slick-buttons .btn {
        padding: 9px 25px;
    }

    .footer_btmlinks {
        gap: 37px;
    }

    .product_btmright a.btn-outline {
        padding: 8px 9px;
    }

    .nav_bg ul li a {
        font-size: 15px;
    }
.menu ul li.dropdown>a:before {
    bottom: -16px;
}
.experience_sec .row {
    align-items: flex-end;
}
.footertop_main {
    gap: 29px;
}

}

@media (max-width: 1365px) {
    .slick-counter {
        bottom: 30px;
    }

    .shipping_box {
        padding: 15px 17px;
    }

    .shipping_icon {
        width: 42px;
    }

    .shipping_txt {
        width: calc(100% - 42px);
        padding-left: 10px;
    }

    .shipping_txt h6 {
        margin-bottom: 2px;
    }

    .about_txt h6:before {
        width: 80%;
    }

    .experience_image:before {
        left: 10px;
        width: 350px;
        height: 350px;
    }
	.experience_image img {
		height: 294px;
	}

    .activeoffer_box {
        padding: 24px 20px;
    }

    .filter_box {
        max-width: 300px;
    }

    .default_box {
        width: calc(100% - 300px);
    }

    .product_image span {
        font-size: 15px;
    }

    .list_row .product_txt h6 {
        font-size: 15px;
    }

    .color-dot {
        width: 20px;
        height: 20px;
    }

    .product_btmright a.btn-outline {
        font-size: 13px;
        padding: 9px 9px;
    }

    .product_btmleft p {
        font-size: 14px;
    }

    .product_btmright a.arrow img {
        width: 30px;
    }

    .container {
        max-width: 95%;
    }
	ul.nav-menu{
	max-width: 92%;
}
    .footer_btmlinks {
        gap: 30px;
    }

    .category_txt h6,
    h6 {
        font-size: 15px;
    }
	.footertop_main {
        gap: 18px;
    }
}

@media (max-width: 1279.98px) {
	.experience_image:before {
        left: 7px;
    }

}
@media (max-width: 1279px) {


    .footerbtm_inn ul.footerbtm_link {
        gap: 15px;
    }

    .shipping_box {
        padding: 15px 15px;
    }

    .shipping_icon {
        width: 35px;
    }

    .shipping_txt h6 {
        font-size: 15px;
    }

    .shipping_txt p {
        font-size: 15px;
    }

    .slick-buttons .btn {
        padding: 8px 20px;
    }

    .footer_links h6,
    .footer_reach h6,
    .footer_card h6,
    .footerblog h6 {
        font-size: 16px;
    }
    .slick-thumbs .slick-prev,
    .blog_slider .slick-prev, .quality_slider .slick-prev, .category_slider .slick-prev, .shipping_slider .slick-prev {
        left: -20px;
    }

    .slick-thumbs .slick-next,
    .blog_slider .slick-next, .quality_slider .slick-next, .category_slider .slick-next, .shipping_slider .slick-next {
        right: -20px;
    }
	.experience_txt h4 {
    font-size: 32px;
	}
	.slick-buttons {
        white-space: nowrap;
        justify-content: flex-start;
		overflow-x: auto;
        overflow-y: hidden;
        margin-right: -35px !important;
		padding-bottom: 13px;
		padding-left: 8px;
    }
	
.slick-buttons::-webkit-scrollbar {
    height: 2px;
}
.slick-buttons::-webkit-scrollbar-track {
    background: #f7fbf8;
    border-radius: 10px;
}
.slick-buttons::-webkit-scrollbar-thumb {
    background-color: #f7fbf8;
    border-radius: 10px;
    border: 1px solid #f7fbf8;
}
ul.mega-menu .container {
    gap: 50px;
}
.footer_links ul li {
    font-size: 14px;
}
}

@media (max-width: 1179px) {

    .quality_box {
        padding: 32px 25px 25px;
    }

    .footertop_main {
        gap: 20px;
    }

    h6 {
        font-size: 17px;
    }

    .shipping_box {
        padding: 12px 15px;
    }

    .shipping_txt h6 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .shipping_txt p {
        font-size: 12px;
    }

    .about_txt h2,
    .banner_txt h1,
    .offcanvas-title,
    h3 {
        font-size: 42px;
    }

    .title_box h3 {
        font-size: 36px;
    }

    .experience_txt h4 {
        font-size: 32px;
    }

    .nav_bg ul li {
        margin-right: 32px;
    }
	.experience_image:before {
        left: -18px;
    }
	ul.mega-menu .container {
        gap: 36px;
	}

}

@media (max-width: 1079px) {
    .menu ul li ul.mega-menu li {
        width: 24%;
    }

    .footertop_main {
        gap: 13px;
    }

    .blog_txt p {
        font-size: 18px;
    }

    .banner_txt {
        max-width: 55%;
    }

    a.btn-green,
    a.btn-border {
        padding: 11px 20px;
        width: 200px;
    }

    .homeblog_sec .title_box p {
        max-width: 690px;
    }

    .btn-outline {
        padding: 13px 45px;
        border-radius: 60px;
        font-size: 16px;
    }

    .footer_links ul li,
    .footer_reach p,
    .footerbtm_inn p {
        font-size: 14px;
		    line-height: 22px;
    }

    .footerbtm_inn ul.footerbtm_link li,
    ul.footer_social li {
        font-size: 14px;
    }

    ul.footer_social {
        gap: 10px;
    }

    ul.footer_social li a {
        width: 36px;
        height: 36px;
    }

    .whybox_image {
        width: 100px;
        height: 100px;
    }

    .whybox_image img {
        width: 50px;
    }

    .whybox {
        width: 47%;
    }

    .whybox_main {
        padding: 40px 30px 0px;
    }

    .whybox_mainsec {
        gap: 15px;
    }

    .login-box {
        margin-left: 0;
        padding: 28px 24px;
    }

    .login-box h4,
    .activeoffer_sec h4 {
        font-size: 22px;
    }

    .login-box input {
        padding: 16px 20px 16px 70px !important;
    }

    .login-box button {
        padding: 11px 10px;
    }

    .login-box p {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .iti--allow-dropdown {
        margin-bottom: 30px;
    }

    .details_slidersec .slider-nav img {
        height: 95px;
    }

    .activeoffer_box {
        padding: 20px 7px;
    }

    .activeoffer_box span {
        font-size: 12px;
    }

    .newaccordian .accordion-button {
        padding: 11px 20px;
        font-size: 15px;
    }

    .newaccordian .accordion-body {
        margin: 0px 20px 30px;
    }

    .details_slidersec .slider-for img {
        height: 350px;
    }

    .size_section .options,
    .pack_section .options {
        flex-wrap: wrap;
    }
    .footertop_col {
        gap: 0;
    }
    .footer_reach {
        padding-left: 0;
    }
    .searchbox {
        margin-left: 20px;
        width: 59%;
    }
	.experience_image:before {
        left: -48px;
		width: 380px;
		height: 380px;
    }
.header_main ul li a img, .header_main ul li img {
    width: 24px;
	height: 24px;
}
ul.mega-menu .container {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .nav-icon {
        display: block;
    }

    .nav_bg {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        height: 0;
        background: transparent;
        width: 100%;
    }

    body.open {
        overflow: hidden;
    }

    .open .menu {
        display: block;
    }

    .menu {
        display: none;
        position: fixed;
        top: 79px;
        left: 0;
        width: 100%;
        right: 0;
        float: none;
        z-index: 9999;
        background: #00843D;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: auto;
        max-height: calc(100% - 79px);
        max-height: -webkit-calc(100% - 79px);
        max-height: -moz-calc(100% - 79px);
        padding: 0px;
        width: 100%;
        max-width: 100%;
        border: 0;
        border-radius: 0;
    }

    .nav_bg ul li {
        margin-right: 0px;
        font-size: 15px;
    }

    .header_main {
        padding-right: 50px;
    }

    .header.sticky .header_main {
        padding-right: 35px;
    }

    .header.sticky .nav-icon {
        top: 26px;
    }

    .header.sticky nav {
        top: 72px;
        max-height: calc(100% - 72px);
        max-height: -webkit-calc(100% - 72px);
        max-height: -moz-calc(100% - 72px);
    }

    .click_menu {
        display: block;
    }

    .menu ul li {
        position: relative;
        margin: 0;
    }

    .navbar-nav .mega-menu {
        display: none !important;
    }

    .menu ul li ul.mega-menu {
        width: 100%;
        position: relative;
        left: 0;
        top: 5px;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: translateY(0px);
        padding: 20px 25px;
		border: 0;
		
    }

    .menu ul li.open2 .mega-menu {
        display: block !important;
    }

    .navbar-nav .mega-menu,
    .navbar-expand-md .navbar-nav .mega-menu {
        position: static;
    }

    .menu .mega-menu li {
        padding: 3px 20px;
    }

    .searchbox input[type="text"],
    .header.sticky .searchbox input[type="text"] {
        padding: 10px 50px 10px 22px;
    }

    .searchbox input[type="submit"],
    .header.sticky .searchbox input[type="submit"] {
        width: 34px;
        height: 34px;
        background-size: cover;
    }

    .banner_txt h6:before {
        top: 8px;
        width: 40%;
    }

    .about_txt h2,
    .banner_txt h1,
    .offcanvas-title,
    h3 {
        font-size: 36px;
    }

    .banner_txt h1 {
        margin-bottom: 15px;
    }

    a.btn-green,
    a.btn-border {
        padding: 11px 20px;
        width: 180px;
    }

    .slick-counter {
        font-size: 22px;
    }

    .about_txt h2 {
        margin-bottom: 15px;
    }

    .about_txt h6:before {
        width: 67%;
        top: 8px;
    }

    .about_txt {
        padding: 40px 0px;
        padding-left: 15px;
    }

    .shipping_sec {
        padding: 10px 0px 30px;
    }

    .shipping_box {
        margin-top: 20px;
    }

    .nav_bg ul {
        display: block;
    }

    .nav_bg ul li {
        display: block;
    }

    .nav_bg ul li a {
        color: #FFFFFF;
    }
	.click_menu:before {
		border-color: #FFFFFF;
	}

    .nav_bg .container {
        max-width: 100%;
        padding: 0;
    }

    .menu {
        padding: 0px 42px;
    }

    .comon-padd,
    .checkout-page.main-content,
    .product_listpage,
    .details_sec {
        padding: 25px 0px;
    }

    .title_box,
    .homeblog_sec .title_box {
        margin-bottom: 30px;
    }

    .slick-buttons .btn {
        padding: 8px 18px;
    }

    .experience_txt ul li img {
        height: 45px;
    }

    .experience_image:before {
		left: -55px;
		bottom: -37%;
		width: 340px;
		height: 340px;
    }

    .experience_txt {
        padding: 20px 0px 20px;
        padding-left: 25px;
    }

    .experience_txt h4 {
        font-size: 28px;
    }

    .experience_image img {
        height: 220px;
    }

    .title_box h3 {
        font-size: 34px;
    }

    .why-image {
        margin: 0 auto;
    }

    .quality_box {
        padding: 30px 15px 25px;
    }

    .homeblog_sec .title_box .btn-outline {
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }

    .footerbtm_inn {
        flex-wrap: wrap;
    }

    .footertop {
        padding-bottom: 15px;
    }

    .menu ul li ul.mega-menu li {
        width: 100%;
    }

    .menu ul li ul.mega-menu li ul li {
        margin-bottom: 10px;
    }

    .menu ul li ul.mega-menu li span {
		font-size: 15px;

    }

    .menu ul li.dropdown:hover>a:before {
        display: none;
    }

    .checkout-page .checkout-box {
        padding: 25px 20px 35px;
    }

    .checkout-page .cart-popup {
        padding: 15px 20px 35px;
    }

    .checkout-title {
        margin-bottom: 25px;
    }

   
    .activeoffer_mainbox {
        flex-wrap: wrap;
    }

    .activeoffer_box {
        width: 48%;
    }

    .product_rightsec .input-group .btn {
        width: 240px;
        font-size: 15px;
        padding: 10px;
    }

    a.whishlist_btn {
        padding: 4px 12px 4px 6px;
    }

    a.whishlist_btn span {
        width: 30px;
        height: 30px;
    }

    a.basket_btn {
        padding: 7px 40px;
    }

    .color_section .options span {
        width: 40px;
        height: 40px;
    }

    .size_section .options span {
        padding: 3px 15px;
        font-size: 15px;
    }
	.pack_section .options span {
        padding: 2px 20px;
        font-size: 15px;
    }
    .details_slidersec .slider-for img {
        height: 320px;
    }

    .details_slidersec .slider-nav img {
        height: 75px;
    }

    .filter_box {
        top: 50px;
    }

    .footer_reach {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	.faq_sec .accordion-button {
    font-size: 15px;
}
ul.nav-menu {
        max-width: 100%;
    }
	.menu ul li ul.mega-menu li ul{
		display: none;
	}
	.menu ul li ul.mega-menu li.open2 ul{
		display: block;
	}
	.menu ul li.dropdown>a:after {
		display: none;
	}
	.menu ul li ul.mega-menu {
		box-shadow: 0px 4px 2px rgb(2 48 71 / 1%);
		padding: 15px 15px 7px;
	}
	
	.menu ul li ul.mega-menu li .click_menu:before {
		top: 8px;
	}
	ul.mega-menu .container{
		display: block;
	}
	.banner_image img {
    object-position: top right;
    object-fit: cover;
}
.banner_txt ul {
    margin-top: 10px;
}
.menu ul li ul.mega-menu li a span {
    font-size: 14px;
}
.color-dot {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.offcanvas-body { 
	padding-right: 10px;
}
.pay-btn a.btn-green {    font-size: 14px; }
ul.mega-menu .click_menu:before {
    border-color: #00843D;
	top: 6px;
	right: 2px;
}
}

@media (max-width: 767.9px) {
    .header.sticky .btn-primary {
        padding: 8px 18px;
        font-size: 14px;
    }

    .btn-primary {
        padding: 8px 18px;
        font-size: 14px;
    }

    .banner_box {
        flex-wrap: wrap;
		display: flex;
    }

    .banner_txt {
        width: 100%;
        padding: 0px;
        margin-bottom: 0;
		        max-width: 100%;
    }

    .about_txt h2,
    .banner_txt h1,
    .offcanvas-title,
    h3 {
        font-size: 32px;
    }

    .title_box h3 {
        font-size: 32px;
    }

    h6 {
        font-size: 14px;
    }
    .banner_txt ul {
        margin-top: 14px;
    }

    .slick-counter {
        font-size: 18px;
        right: 0;
        margin: 0 auto;
        justify-content: center;

    }

    .shipping_sec {
        padding: 0px 0px 20px;
    }

    .about_sec .row,
    .experience_sec .row {
        flex-direction: column-reverse;
    }

    .about_image {
        max-width: 350px;
        margin: 0 auto;
    }

    .about_txt {
        padding: 30px 0px;
        padding-left: 0;
    }
	.about_txt p span{
		 font-size: 14px !important;
        line-height: 22px !important;
	}
    p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .about_sec a.btn-border {
        margin-top: 18px;
    }

    .comon-padd,
    .checkout-page.main-content,
    .product_listpage,
    .details_sec {
        padding: 20px 0px;
    }

    .experience_txt {
        padding-left: 0;
    }

    .experience_image {
        margin-top: 0;
    }

    .experience_image img {
        height: 280px;
        object-fit: contain;
    }

    .slick-thumbs .slick-next,
    .blog_slider .slick-next, .quality_slider .slick-next, .category_slider .slick-next, .shipping_slider .slick-next  {
        right: -8px;
    }

    .slick-thumbs .slick-prev,
    .blog_slider .slick-prev, .quality_slider .slick-prev, .category_slider .slick-prev, .shipping_slider .slick-prev  {
        left: -8px;
    }

    .faq_sec .accordion-button {
        padding: 10px 18px;
        font-size: 15px;
    }

    a.btn-green,
    a.btn-border {
        font-size: 15px;
    }

    .product_btmtxt {
        flex-wrap: wrap;
    }

    .trending_sec {
        padding-bottom: 25px;
		overflow: hidden;
    }
	.homeblog_sec {
        padding-bottom: 20px;
    }
    .footer {
        padding: 25px 0px 70px;
    }

    .footertop_main {
        flex-wrap: wrap;
    }

    .footer_btmlinks {
        gap: 20px;
        flex-wrap: wrap;
    }

    .footerbtm_inn {
        gap: 10px;
    }

    .faq_sec .accordion {
        grid-template-columns: 1fr;
		    gap: 15px;
    }

    .faq_sec .accordion-body {
        padding-right: 35px;
        padding-bottom: 20px;
    }

    .searchbox,
    .header.sticky .searchbox {
        margin-left: 10px;
        width: 65%;
    }

    .header_main {
        padding: 15px 0px;
        padding-right: 35px;
    }

    .header_main ul {
        gap: 10px;
    }

    .nav-icon,
    .header.sticky .nav-icon {
        top: 28px;
        right: 35px;
    }

    .menu,
    .header.sticky nav {
        top: 65px;
        max-height: calc(100% - 65px);
        max-height: -webkit-calc(100% - 65px);
        max-height: -moz-calc(100% - 65px);
    }

    .slick-buttons .btn {
        padding: 6px 18px;
        font-size: 14px;
    }

    .category_txt {
               padding: 9px 11px;
        white-space: nowrap;
    }

    .order-2 {
        order: 1 !important;
    }

    .header_main,
    .header.sticky .header_main {
        padding: 15px 0px;
        padding-right: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .searchbox,
    .header.sticky .searchbox {
        margin-left: 0px;
        width: 100%;
    }

    .logo,
    .header.sticky .header_main .logo {
        width: 130px;
    }

    .header_main ul {
        padding-right: 40px;
    }

    .header_main ul li a img, .header_main ul li img {
        width: 24px;
		height: 24px;
    }

    .searchbox input[type="text"],
    .header.sticky .searchbox input[type="text"] {
        padding: 8px 50px 8px 22px;
    }

    .searchbox input[type="submit"],
    .header.sticky .searchbox input[type="submit"] {
        width: 32px;
        height: 32px;
        background-size: cover;
        right: 4px;
        top: 3px;
    }

    .banner_txt h6:before,
    .about_txt h6:before {
        display: none;
    }

    .whybox_image {
        width: 80px;
        height: 80px;
    }

    .whybox_image img {
        width: 42px;
    }

    .offcanvas-header {
        padding: 25px 25px;
    }

    .offcanvas-cart {
        padding: 0px 20px 20px 25px;
    }

    .cart-popup.offcanvas-end {
        width: 80%;
    }

    .offcanvas .offcanvas-footer {
        padding: 0px 25px 20px;
    }

    .cart-popup .input-group .btn {
        width: 120px;
        font-size: 14px;
    }

    .cart-popup input.form-control {
        padding: 12px 20px;
        font-size: 14px;
    }

    .offcanvas-footer small {
        font-size: 14px;
    }

    .total-checkout .total-price {
        font-size: 15px;
    }

    .login-image {
        max-width: 400px;
        margin: auto;
    }

    .login-page .row {
        flex-direction: column-reverse;
    }

    .login-box {
        margin-bottom: 30px;
    }

    .checkout-page .checkout-box h6 {
        margin-bottom: 20px;
    }

    .checkout-page .checkout-box input {
        padding: 13px 17px;
    }

    .checkout-page .checkout-box .form-group {
        margin-bottom: 15px;
    }

    .total-checkout {
        font-size: 15px;
    }

    h5 {
        font-size: 16px;
    }

    .chechout_transaction ul {
        gap: 10px;
    }

    .product_mainlist {
        flex-wrap: wrap;
    }

   

    .default_box {
        width: 100%;
        padding: 0;
    }

    .list_row .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .details_slidersec .slider-for img {
        height: 500px;
    }

    .details_slidersec .slider-nav img {
        height: 145px;
    }

    .product_rightsec {
        padding: 0;
        margin-top: 30px;
    }

    .activeoffer_sec,
    .newaccordian.accordion {
        padding: 0;
    }

    .color_section .options {
        flex-wrap: wrap;
        gap: 5px;
		    width: calc(100% - 60px);
    }

    .color_section .options span {
        width: 30px;
        height: 30px;
        padding: 6px 6px;
    }

    a.cart-link span.cart-count {
        right: -8px;
        padding: 5px;
        width: 18px;
        height: 18px;
        line-height: 8px;
        top: -6px;
    }

    .header_main ul li span {
        display: none;
    }
	.blog_txt a {
		gap: 10px;
	}
	.blog_txt a img {
		width: 35px;
	}
	.title_box p span {
		font-size: 14px !important;
	}
	.btn-outline {
        padding: 10px 30px;
        font-size: 14px;
    }
	.categories-list a {
		font-size: 14px !important;
	}
	article h1 *, article h1 {
		font-size: calc(var(--blog-font) * 1.5) !important;
    }
	.login-image img {
		height: 100%;
	}
	.catalog .content {
		padding: .7rem .7rem !important;
	}
	.fs-1 {
    font-size: calc(1.2rem + 1.4vw) !important;
}
.experience_image:before {
        left: 0px;
        right: 0;
        margin: 0 auto;
		    width: 340px;
    height: 340px;
    }
	.shipping_box {
        margin-top: 15px;
    }
	.faq_sec .accordion-body h2 {
    font-size: 22px;
}
.faq_sec .accordion-body h3 {
    font-size: 15px;
    line-height: 25px;
}
.faq_sec  {
	padding-bottom: 30px;
}
.title_box, .homeblog_sec .title_box {
        margin-bottom: 20px;
    }
.footer_card ul {
    gap: 7px;
}
.footer_btmlinks .footer_links img  {
	height: 30px;
}

.footer_links h6, .footer_reach h6, .footer_card h6, .footerblog h6 {
        font-size: 15px;
		    margin-bottom: 10px;
    }
.footer_card h6{
	    margin-bottom: 5px;
}
.footer_links ul li {
    margin-bottom: 6px;
}
.slick-buttons {
    margin-bottom: 10px;
}
.about_image img {
    height: 100%;
}
.details_cartsec a.btn-green span{
		display: none;
	}
	.footertop_main .footer_links {
		        border-bottom: 1px solid #000;
	}
	 .footer_links, .footertop_main .footer_links:last-child {
        width: 100%;
    }
.footertop_main .footer_links h6, .footer_reach h6 { 
	position: relative;
	cursor: pointer;
}
.footertop_main .footer_links h6:after, .footer_reach h6:after {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        content: "";
        display: inline-block;
        height: 8px;
        right: 3px;
        position: absolute;
        top: 4px;
        width: 8px;
        border-color: #000000;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        cursor: pointer;
    }
.footertop_main .footer_links ul, .footer_reach .footer_reachwrap  {
        display: none;
    }
.footertop_main .footer_links.active ul, .footer_reach.active  .footer_reachwrap {
        display: block;
        padding: 5px 0;
    }
	.footer_reach {
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }
	 .filter_box {
        max-width: 100%;
        top: 0;
        margin: 0 auto;
		border: 0;
		padding: 12px 35px;
		position: fixed !important;
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
        z-index: 99999;
        width: 100%;
    }
	.filter_wrap { display: none; }
	.filter_box h6 { 
		padding-bottom: 0;
		border: 0;
		text-align: center;
		cursor: pointer;
	}
	.filter_box h6 img{
		display: inline-block;
        width: 19px;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 3px;
	}
	.filter_box.active .filter_wrap {
        display: block;
    }
	
	.filter_box.active .filter-close-btn { 
        display: block;
    }
	.slider-nav .slick-prev {
		left: 0;
	}
	.slider-nav .slick-next {
		right: 0;
	}
	.details_breadcrumb ul li {
		font-size: 13px;
	}
	.options label {
		padding: 0px 3px 5px;
	}
	.color_section .options span.variant-label {
    padding: 1px 19px;
    font-size: 15px;
	}
	
	.details_breadcrumb ul li {
		display: none;
	}
	.details_breadcrumb ul li:last-child {
		display: block;
	}
	.whatsapp-icon {
            bottom: 55px !important;
        right: 20px !important;
	}
	.badge {
		border-radius: 10px;
	}
	.price-quantity {
		margin-right: 10px;
	}
.offcanvas-cart .cart-item:first-child button.close-btn {
    top: 73%;
	    right: -9px;
}
.banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner-slider .slick-dots {
    bottom: 7px;
}
.banner-slider .slick-dots li {
    width: 18px;    margin: 0;
    height: 18px;
}
.banner-slider .slick-dots li button:before {
    width: 18px;
    height: 18px;
	font-size: 20px;
}
.about_image {
	display: none;
}
.banner_maintxt {
    position: relative;
	    padding: 20px 0px;
}
.banner_image img { 
	height: 350px; 
}
.shipping_box {
        padding: 8px 15px;
    }
ul.footer_social {
    position: relative;
}
.footer_links:nth-child(4) ul {
    padding-left: 15px !important;
}
.accountform .accoutnrow-main {
    display: block;
}
.accountform .formgroup.width50 {
    width: 100%;
}
.pagination {
    display: flex !important;
    flex-wrap: wrap;
}
.pagination li {
	margin-bottom: 10px !important;
}
.pagination li a {
    display: block;
}
.experience_txt ul li img {
        object-fit: contain;
    }

}

@media (max-width: 639px) {
    .details_slidersec .slider-for img {
        height: 450px;
    }

    .details_slidersec .slider-nav img {
        height: 125px;
    }
	.banner_txt h1 {
		font-size: 26px;
	}
.product_rightsec h2 span {
    font-size: 20px;
}
.product_rightsec h2 {
    font-size: 15px;
}
}

@media (max-width: 575.98px) {
    .container {
        max-width: 98%;
    }
	
    .nav-icon,
    .header.sticky .nav-icon {
        right: 25px;
    }

    .menu,
    .header.sticky nav {
        top: 65px;
        max-height: calc(100% - 65px);
        max-height: -webkit-calc(100% - 65px);
        max-height: -moz-calc(100% - 65px);
    }

    .header_main,
    .header.sticky .header_main {
        gap: 10px;
    }

    .banner_txt ul {
        flex-wrap: wrap;
    }

    .about_txt h2,
    .offcanvas-title,
    h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .title_box h3 {
        font-size: 28px;
    }

    .banner_txt h6 {
        letter-spacing: 2px;
    }

    a.btn-green,
    a.btn-border {
        font-size: 14px;
        padding: 8px 15px;
        width: 170px;
    }

    a.btn-border img,
    a.btn-green img,
    .login-box button span img {
        width: 23px;
    }

    .category_sec {
        background-size: cover;
    }

    .slick-buttons {
        gap: 7px;
    }

    .slick-buttons .btn {
        padding: 5px 14px;
    }

    .experience_image:before {
        left: 0px;
        right: 0;
        margin: 0 auto;
        width: 270px;
        height: 270px;
    }

    .menu {
        padding: 0px 22px;
    }

    .menu ul li {
        padding: 10px 0;
    }

    .click_menu:before {
        top: 15px;
    }

    .menu ul li ul.mega-menu li ul li a {
        font-size: 14px;
    }

    .login-box h4,
    .activeoffer_sec h4 {
        font-size: 20px;
    }

    .login-box p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .iti--allow-dropdown {
        margin-bottom: 24px;
    }

    .login-box button {
        font-size: 14px;
    }

    .iti__selected-flag {
        padding: 0 8px 0 13px !important;
    }

    .details_slidersec .slider-for img {
        height: 350px;
    }

    .details_slidersec .slider-nav img {
        height: 95px;
    }

   

    .size_section strong,
    .color_section strong,
    .pack_section strong {
        max-width: 100px;
    }

    .cart-item small {
        gap: 5px;
    }

    .color-dot {
        width: 13px;
        height: 13px;
    }
	
	.banner_txt h1 {
		font-size: 23px;
		margin-bottom: 10px;
	}
	.banner_txt ul {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .whybox {
        width: 100%;
    }

    .whybox_main {
        padding: 30px 20px 0px;
    }

    .menu,
    .header.sticky nav {
        top: 66px;
        max-height: calc(100% - 66px);
        max-height: -webkit-calc(100% - 66px);
        max-height: -moz-calc(100% - 66px);
    }

    .cart-item {
        flex-wrap: wrap;
    }

    .cart-img {
        width: 50px;
        margin-right: 12px;
    }

    .cart-text {
        width: calc(100% - 62px);
        gap: 5px;
    }

    .badge {
        right: -5px;
        width: 18px;
        height: 18px;
    }

    .offcanvas-header {
        padding: 20px 20px;
    }

    .offcanvas-cart {
        padding: 0px 10px 20px 20px;
    }

    .offcanvas .cart-items-container {
        padding-right: 15px;
    }

    .offcanvas .offcanvas-footer {
        padding: 0px 10px 20px 20px;
    }

    .total-checkout .total-price {
        font-size: 14px;
    }

    .pay-btn a.btn-green,
    .total-checkout a.btn-green {
        width: 120px;
    }

    .offcanvas-body {
        padding-bottom: 30px;
    }

    .progress-label {
        font-size: 14px;
    }

    .list_row .col-lg-6 {
        width: 100%;
    }

    .details_slidersec .slider-for img {
        height: 280px;
    }

    .details_slidersec .slider-nav img {
        height: 70px;
    }

    .details_cartsec a.btn-outline {
        padding: 9px 10px;
        font-size: 14px;
    }

    .details_cartsec a.btn-green {
        font-size: 14px;
        padding: 9px 8px;
		width: 90px;
    }
	.details_cartsec {
    gap:5px;
	}

    a.basket_btn {
        padding: 7px 14px;
    }

    a.whishlist_btn {
        gap: 4px;
    }

    .size_section strong,
    .color_section strong,
    .pack_section strong {
        width: 100%;
        max-width: 100px;
    }

    .experience_image img {
        height: auto;
    }

    .nav-icon,
    .header.sticky .nav-icon {
        right: 23px;
        top: 27px;
    }

    .checkout-page .checkout-box {
        padding: 25px 15px 15px;
    }

    .checkout-page .cart-popup {
        padding: 15px 15px;
    }

    .details_cartsec .quantity-group {
        width: 100px;
    }

    .details_cartsec .quantity-group .btn-outline-secondary {
        width: 40px;
        height: 40px;
    }

    .quantity-group input {
        width: 35px;
    }

    .color_section .options span {
        width: 22px;
        height: 22px;
    }

    .product_rightsec .input-group input {
        font-size: 14px;
    }

    .listingsettingswrappper ul.pagenationbox li a {
        width: 34px;
        height: 34px;
        line-height: 21px;
    }

    .slick-thumbs .slick-prev, 
    .blog_slider .slick-prev, .quality_slider .slick-prev , .category_slider .slick-prev, .shipping_slider .slick-prev {
        left: -5px;
    }

    .slick-thumbs .slick-next,
    .blog_slider .slick-next, .quality_slider .slick-next, .category_slider .slick-next, .shipping_slider .slick-next {
        right: -5px;
    }

	
	.menu ul li ul.mega-menu li ul li a {
    white-space: inherit;
}
.register-form .formgroup.width50 {
    width: 100%;
}
a.btn-green, a.btn-border {
        font-size: 14px;
        padding: 6px 12px;
        width: 140px;
    }
	.banner_txt h1 {
        font-size: 20px;
	}
	p , .banner_txt span {
        font-size: 13px !important;
        line-height: 19px !important;
    }
.footer_links h6, .footer_reach h6, .footer_card h6, .footerblog h6 {
        font-size: 14px;
}
.pay-btn a.btn-green { width: auto !important;        padding: 8px 12px; }
}

@media (max-width: 374.98px) {

    .logo,
    .header.sticky .header_main .logo {
        width: 120px;
    }

    .header_main ul {
        gap: 3px;
    }

    .header_main ul li a img,
    .header_main ul li img {
        width: 20px;
    }

    .why-image {
        width: 100%;
    }

    .menu,
    .header.sticky nav {
        top: 60px;
        max-height: calc(100% - 60px);
        max-height: -webkit-calc(100% - 60px);
        max-height: -moz-calc(100% - 60px);
    }

    .cart-popup.offcanvas-end {
        width: 85%;
    }

    .price-quantity {
        align-items: flex-start;
        width: 100%;
    }

    .offcanvas-cart .cart-item h6 {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .offcanvas-cart .cart-item small {
        margin-bottom: 5px;
    }

    .cart-popup .input-group .btn {
        width: 95px;
    }

    .pay-btn a.btn-green,
    .total-checkout a.btn-green {
        font-size: 13px;
        width: 115px;
    }

    .sticky-promo {
        padding: 10px 9px;
        font-size: 12px;
    }

    .progress-label {
        font-size: 14px;
    }

    .login-box {
        padding: 25px 20px;
    }

    .login-box input {
        padding: 16px 13px 16px 55px !important;
    }

    .range-slider {
        width: 185px !important;
    }

    .show_list {
        margin-bottom: 25px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .checkout-page .price-quantity {
        width: auto;
    }

    .details_slidersec .slider-for img {
        height: 240px;
    }

    .details_slidersec .slider-nav img {
        height: 60px;
    }

    .size_section .options span,
    .pack_section .options span {
        padding: 7px 11px;
        font-size: 13px;
    }

    .product_rightsec .input-group .btn {
        width: 210px;
        font-size: 14px;
    }

    .product_rightsec .input-group input {
        padding: 13px 16px;
        color: #000000;
    }

    .activeoffer_mainbox {
        gap: 10px;
    }

    .size_section strong,
    .color_section strong,
    .pack_section strong {
        width: 100%;
        max-width: 46px;
    }

    .slick-thumbs .slick-prev,
    .blog_slider .slick-prev , .quality_slider .slick-prev, .category_slider .slick-prev, .shipping_slider .slick-prev{
        left: -5px;
    }

    .slick-thumbs .slick-next,
    .blog_slider .slick-next, .quality_slider .slick-next , .category_slider .slick-next, .shipping_slider .slick-next{
        right: -5px;
    }

    .footertop_main .footer_links:last-child {
        width: 100%;
    }
	.about_image img {
    height: 100%;
	}
	.banner_txt h1 {
        font-size: 18px;
    }
	.nav-icon,
    .header.sticky .nav-icon {
        top: 25px;
    }
}

.slick-disabled {
    visibility: hidden !important;
    cursor: not-allowed !important;
}