@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
html {
  font-size: 16px;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

h1 {
  line-height: 3.5rem;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

a {
  text-decoration: none;
}
a:hover {
  color: #000;
}

/*  -------------padding global--------------  */
.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0;
}

.px-6 {
  padding: 0 6rem;
}

.my-6 {
  margin: 6rem 0;
}

.mx-6 {
  margin: 0 6rem;
}

.btn-red {
  background-color: #ffe594;
  border: 0.1rem solid #ffe594;
  color: #fff;
  padding: 0.6rem 1rem;
  min-width: 10rem;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}
.btn-red:hover {
  background-color: transparent;
  color: #FFFAEA;
  transition: all 0.3s ease;
}

.about_btn {
  background: #006038;
  padding: 12px 50px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #006038;
  transition: all ease 0.2s;
}
.about_btn:hover {
  background: #ffcc29;
  color: #006038;
  border: 1px solid #ffcc29;
}

.about_btn_new {
  border: 1px solid #006038;
  padding: 12px 50px;
  color: #211A1E;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.about_btn_new:hover {
  color: #211A1E;
}

.global_product_btn {
  background: #006038;
  border: none;
  padding: 0.6rem 2.5rem;
  display: inline-block;
  font-weight: 400;
}
.global_product_btn a {
  color: #fff;
  text-decoration: none;
}
.global_product_btn span i {
  font-size: 1rem;
}

.product_btn {
  background: #006038;
  color: #fff;
  padding: 0.4rem 1.1rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all ease 0.5s;
}
.product_btn:hover {
  background: #ffcc29;
  color: #006038;
}

input[type=radio] {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  color: red;
}

.error {
  color: red;
  margin-bottom: 1rem;
}

input.error,
textarea.error {
  margin-bottom: 0.25rem !important;
}

.bottom_validate {
  position: relative;
}
.bottom_validate .error {
  position: absolute;
  bottom: -24px;
  width: 100%;
}

header {
  padding: 0.5rem 1rem;
}
header .form-control {
  border-radius: 0.25rem 0 0 0.25rem !important;
}
header.fixed {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  box-shadow: 0 0 0.4rem #c9c9c9;
}
header ul {
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header ul li a {
  padding: 0.25rem 1.2rem;
  color: #161616;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 500;
}
header ul li a:hover {
  color: #006038;
}
header .offcanvas {
  background-color: #f2f7f5;
}
header .offcanvas a {
  color: #000;
  display: block;
  font-size: 1.5rem;
  padding: 1rem 2.1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
header .offcanvas:hover {
  color: #006038;
}
header .login-button {
  background-color: #006038;
  color: #fff !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
header .login-button:hover {
  background-color: #ffcc29;
  color: #006045 !important;
}
header .user__icon ul li a {
  padding: 0;
}
header .user__icon .header-image img {
  width: 60%;
  margin-left: 5rem;
}
header .user__icon .right-menu-list li a img {
  margin-left: 0.5rem;
}
header .user__icon .right-menu-list li a .count {
  margin-top: -10px;
  display: inline-block;
}
header .drop__profile .drop__btn {
  position: relative;
  text-decoration: none;
  box-shadow: none;
  padding: 0.35rem 1rem 0.5rem;
  background: #006038;
  border-radius: 0px;
  text-transform: capitalize;
}
header .drop__profile .dropdown-menu {
  min-width: 9rem;
}
header .drop__profile .dropdown-menu li {
  display: block;
}
header .drop__profile .dropdown-menu.active {
  color: #000;
}
header .drop__profile .dropdown-menu.show {
  transform: translate(1px, 45px) !important;
  border-radius: 0px !important;
  margin-top: -4px !important;
}
header .drop__profile .dropdown-menu .dropdown-item {
  background: none !important;
}
header .drop__mobile .dropdown-menu {
  padding: 0.7rem 1rem;
}
header .drop__mobile .dropdown-menu li {
  display: block;
  margin-bottom: 0.4rem;
}
header .drop__mobile .show {
  transform: translate3d(1px, 23px, 0px) !important;
}

.dropdown-toggle::after {
  background-image: url(../image/header/down-arrow.png);
  height: 1rem;
  width: 2rem;
  background-repeat: no-repeat;
  border-top: none;
  top: 0.7rem;
  position: relative;
}

.banner_image {
  padding: 0rem 6rem;
}
.banner_image .carousel-control-next-icon {
  background-image: url("../image/home/right-arrow.svg") !important;
}
.banner_image .carousel-control-prev-icon {
  background-image: url("../image/home/left-arrow.svg") !important;
}
.banner_image .carousel-control-prev {
  opacity: 1;
  left: -3.4rem;
}
.banner_image .carousel-control-next {
  opacity: 1;
  right: -3.4rem;
}
.banner_image .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.banner_image .owl-nav button.owl-prev {
  left: 0;
  display: none;
  font-size: 3rem;
  color: white;
}
.banner_image .owl-nav button.owl-next {
  right: 0;
  display: none;
  font-size: 3rem;
  color: white;
}
.banner_image .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.banner_image .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #D7D7D7;
  margin: 0 3px;
}
.banner_image .owl-dots button.owl-dot.active {
  background-color: #707070;
}
.banner_image .owl-dots button.owl-dot:focus {
  outline: none;
}
.banner_image .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.banner_image .owl-nav button:focus {
  outline: none;
}
.banner_image .owl-carousel .owl-nav.disabled,
.banner_image .owl-carousel .owl-dots.disabled {
  display: inline;
  /* display: none; */
}

.our_product_bg {
  position: relative;
}
.our_product_bg::before {
  content: "";
  position: absolute;
  background-color: #FFFAEA;
  width: 100%;
  height: 80vh;
  top: -30%;
  z-index: -1;
}

.main_card_product {
  background-color: #fff;
  padding: 0.7rem;
  height: 100%;
}
.main_card_product .desc {
  max-height: 3rem;
  min-height: 3rem;
}
.main_card_product .card_image {
  position: relative;
}
.main_card_product .card_image button {
  position: absolute;
  padding: 0;
  top: 5px;
  left: 5px;
  border: none;
  outline: none;
  background-color: transparent;
}
.main_card_product .card_image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 16.78rem;
  min-height: 18.72rem;
}
.main_card_product .card_image i {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  color: #9b9b9b;
  background: white;
  padding: 0.3rem;
  border-radius: 50%;
}
.main_card_product .card_image .discount {
  background: white;
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  font-weight: 500;
  color: #000;
  /* background: white; */
  padding: 0.3rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0.2rem;
}
.main_card_product .seller_image {
  position: relative;
}
.main_card_product .seller_image::before {
  content: "";
  position: absolute;
  background-image: url("../image/home/heart.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12%;
  height: 10%;
  left: 2%;
  bottom: 1%;
}
.main_card_product .price p {
  font-size: 1rem;
  font-weight: 500;
  color: #006038;
  position: relative;
}
.main_card_product .price p span {
  margin-right: 0.6rem;
}
.main_card_product .price p span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 52%;
  background-repeat: no-repeat;
  left: 0;
  top: 12px;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}
.main_card_product .card_details .product_heading {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin: 0 0.7rem 0 0;
  min-height: 3rem;
  transition: ease 0.3s;
}
.main_card_product .card_details .product_heading:hover {
  color: #ffcc29;
}
.main_card_product .card_details .quantity {
  font-weight: 600;
  color: #006045;
}
.main_card_product .card-product-detail p {
  line-height: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #707070;
}
.main_card_product .product_btn {
  background: #006038;
  color: #fff;
  padding: 0.4rem 1.4rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all ease 0.5s;
}
.main_card_product .product_btn:hover {
  background: #ffcc29;
  color: #006038;
}
.main_card_product .product-desc {
  color: #707070;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem;
}
.main_card_product .product-desc p {
  min-height: 2rem;
}

.main_card {
  background-color: #fff;
  padding: 1rem;
}
.main_card p {
  min-height: 3rem;
}
.main_card .card_details h6 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin: 0 0.7rem 0 0;
  min-height: 3rem;
}
.main_card .card_details h6 a {
  color: #000;
}
.main_card .card_details h6 a:hover {
  color: #ffcc29;
}
.main_card .card_details p {
  font-weight: 300;
  font-size: 0.875rem;
}
.main_card .card_details .quantity {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
}
.main_card .card_image {
  position: relative;
}
.main_card .card_image::before {
  content: "";
  position: absolute;
  background-image: url("../image/home/heart.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12%;
  height: 10%;
  left: 2%;
  top: 1%;
}
.main_card .card_image::after {
  content: "50% OFF";
  position: absolute;
  width: 25%;
  height: 10%;
  right: 2%;
  top: 3%;
  font-size: 1rem;
  font-weight: 500;
}
.main_card .seller_image {
  position: relative;
}
.main_card .seller_image button {
  position: absolute;
  padding: 0;
  left: 15px;
  bottom: 17px;
  border: none;
  outline: none;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
}
.main_card .seller_image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 30rem;
  max-height: 30rem;
  border-radius: 12rem 12rem 0rem 0rem;
}
.main_card .price p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #006038;
  position: relative;
}
.main_card .price p span {
  margin-right: 0.6rem;
}
.main_card .price p span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 52%;
  background-repeat: no-repeat;
  left: 0;
  top: 12px;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}
.main_card .product_btn {
  background: #006038;
  color: #fff;
  padding: 0.4rem 1.4rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
}

.card_details____ {
  margin-top: 0.5rem;
}

.about_details {
  margin-top: 5rem;
  padding-left: 4rem;
}
.about_details h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #A85E2F;
}
.about_details p {
  font-weight: 400;
  color: #707070;
  font-size: 1.25rem;
  text-align: justify;
}
.about_details .about_btn {
  background: #006038;
  padding: 12px 50px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.about_details .about_btn:hover {
  background: #ffcc29;
  color: #006038;
}

.about_details_btn {
  margin-top: 2rem;
  padding-left: 4rem;
}

.deal_bg {
  background-color: #F8F8F8;
}
.deal_bg .deal_details h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #A85E2F;
  margin-top: 4rem;
  line-height: 3.4rem;
}
.deal_bg .deal_details p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #707070;
}
.deal_bg .deal__ofminutes {
  display: flex;
}
.deal_bg .deal__ofminutes .bg-white_black {
  margin: 1rem 1rem 1rem 0rem;
  border-radius: 8rem;
}
.deal_bg .deal__ofminutes .bg-white_black h6 {
  background-color: #000;
  color: #fff;
  padding: 1rem 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  width: 7rem;
}
.deal_bg .deal__ofminutes .bg-white_black p {
  background-color: #fff;
  color: #000;
  padding: 1rem 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  text-align: center;
  width: 7rem;
}
.deal_bg .about_btn_new {
  transition: 0.3s ease-in-out;
}
.deal_bg .about_btn_new:hover {
  background-color: #006045;
  color: #fff;
}

.seller_bg {
  background-color: #FFFAEA;
}
.seller_bg .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.seller_bg .owl-nav button.owl-prev {
  left: 0;
  font-size: 2rem;
  color: #707070;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffe594;
}
.seller_bg .owl-nav button.owl-next {
  right: 0;
  font-size: 2rem;
  color: #707070;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffe594;
}
.seller_bg .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.seller_bg .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.seller_bg .owl-dots button.owl-dot.active {
  background-color: #000;
}
.seller_bg .owl-dots button.owl-dot:focus {
  outline: none;
}
.seller_bg .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
}
.seller_bg .owl-nav button:focus {
  outline: none;
}
.seller_bg .our_product_heading h2 {
  font-size: 3rem;
  color: #A85E2F;
  font-weight: 400;
  line-height: 3rem;
}
.seller_bg .our_product_heading p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #707070;
  padding-top: 0.5rem;
}

.product_title_color .our_product_heading h2 {
  font-size: 3rem;
  color: #A85E2F;
  font-weight: 400;
  line-height: 3rem;
}
.product_title_color .our_product_heading p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #707070;
  padding-top: 0.5rem;
}
.product_title_color .global_product_btn {
  background-color: #006038;
  color: #fff;
  font-weight: 600;
}
.product_title_color .global_product_btn:hover {
  background-color: #ffcc29;
  color: #006038;
  font-weight: 600;
}

.certified_bg {
  background: #E5EFEB;
  padding: 3rem 0 2.2rem 0;
  /* SECTION TITLE */
  /* FEATURE BOX */
  /* ICON */
  /* RESPONSIVE TWEAKS */
}
.certified_bg .certified_heading {
  text-align: center;
}
.certified_bg .certified_heading h4 {
  font-size: 3rem;
  color: #A85E2F;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Playfair Display", serif !important;
  margin-bottom: 1rem;
}
.certified_bg .Certified__box {
  background: #fff;
  border-radius: 18px;
  padding: 2.4rem 1.4rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.22s ease;
}
.certified_bg .Certified__box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
}
.certified_bg .Certified__box h2 {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Poppins", sans-serif !important;
  color: #A85E2F;
}
.certified_bg .certfied__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.certified_bg .certfied__icon img {
  height: 170px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .certified_bg .certfied__icon img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .certified_bg .certified_heading h4 {
    font-size: 2rem;
  }
  .certified_bg .Certified__box {
    padding: 1.6rem 1rem;
  }
  .certified_bg .certfied__icon img {
    height: 120px;
  }
  .certified_bg .Certified__box h2 {
    font-size: 1.05rem;
  }
}

.ar-section {
  padding: 60px 0;
  background: #ffffff;
  /* DESKTOP — 4 in row */
  /* TABLET — 2 in row */
  /* MOBILE — 2 in row (smaller size) */
}
.ar-section .ar-container {
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}
.ar-section .ar-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}
.ar-section .ar-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 40px;
}
.ar-section .ar-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.ar-section .ar-box {
  background: #f9f9f4;
  border-radius: 10px;
  padding: 14px 0;
  width: 23%;
  text-align: center;
  transition: 0.3s;
}
.ar-section .ar-box img {
  height: 70px;
  margin-bottom: 5px;
}
.ar-section .ar-box p {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  color: #121312;
}
@media (max-width: 1024px) {
  .ar-section .ar-box {
    width: 48%;
    padding: 12px 0;
  }
  .ar-section .ar-box img {
    height: 60px;
  }
  .ar-section .ar-box p {
    font-size: 13px;
  }
  .ar-section .ar-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .ar-section .ar-box {
    width: 48%;
    padding: 10px 0;
  }
  .ar-section .ar-box img {
    height: 48px;
  }
  .ar-section .ar-box p {
    font-size: 12px;
  }
  .ar-section .ar-title {
    font-size: 22px;
  }
  .ar-section .ar-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .ar-section .ar-row {
    gap: 14px;
  }
}

.popular_product_main_card {
  background-color: #fff;
  padding: 1rem;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}
.popular_product_main_card .seller_image {
  position: relative;
}
.popular_product_main_card .seller_image button {
  position: absolute;
  right: 41px;
  top: 52px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
}
.popular_product_main_card .seller_image img {
  border-radius: 25rem;
  min-height: 25rem;
  max-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular_product_main_card .seller_image span {
  position: absolute;
  width: 25%;
  height: 10%;
  right: 38%;
  bottom: 0%;
  font-size: 1rem;
  font-weight: 500;
}
.popular_product_main_card .price p {
  font-size: 1rem;
  font-weight: 500;
  color: #006038;
  position: relative;
}
.popular_product_main_card .price p span {
  margin-right: 0.6rem;
}
.popular_product_main_card .price p span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 52%;
  background-repeat: no-repeat;
  left: 0;
  top: 12px;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}
.popular_product_main_card .card_details h6 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin: 0 0.7rem 0 0;
  min-height: 3rem;
}
.popular_product_main_card .card_details h6 a {
  text-decoration: none;
  color: #000;
}
.popular_product_main_card .card_details p {
  font-weight: 300;
  font-size: 0.875rem;
}
.popular_product_main_card .card_details .quantity {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
}
.popular_product_main_card .product_btn {
  background: #006038;
  color: #fff;
  padding: 0.4rem 1.4rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
}
.popular_product_main_card .product_btn:hover {
  background-color: #ffcc29;
  color: #006045;
}

.icon_heading .icon_bg {
  background: #fff;
  text-align: center;
  border-radius: 4rem;
  width: 6.5rem;
  height: 6.5rem;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.icon_heading .icon_bg img {
  width: 50px;
}
.icon_heading h6 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0.7rem;
}

.testimonial_detail .our_product_heading h2 {
  line-height: 3rem;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-nav button.owl-prev {
  left: 0;
  font-size: 2rem;
  color: #707070;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffe594;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-nav button.owl-next {
  right: 0;
  font-size: 2rem;
  color: #707070;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffe594;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-dots button.owl-dot.active {
  background-color: #000;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-dots button.owl-dot:focus {
  outline: none;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
}
.testimonial_detail .our_product_heading .testimonial__slides .owl-nav button:focus {
  outline: none;
}
.testimonial_detail .our_product_heading h2 {
  font-size: 3rem;
  color: #A85E2F;
  font-weight: 400;
  line-height: 1rem;
}
.testimonial_detail .our_product_heading .testimonial_card {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 4.5rem 1rem 1rem 1rem;
  text-align: center;
  position: relative;
}
.testimonial_detail .our_product_heading .testimonial_card img {
  max-width: 8rem;
  min-height: 8rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_detail .our_product_heading .testimonial_card::after {
  content: "";
  position: absolute;
  background-image: url(../image/home/quotes.png);
  background-repeat: no-repeat;
  top: 5%;
  height: 10%;
  width: 18%;
  right: 36%;
}
.testimonial_detail .our_product_heading .testimonial_card p {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  min-height: 3rem;
}
.testimonial_detail .our_product_heading .testimonial_card .t__content {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  min-height: 10.2rem;
}
.testimonial_detail .our_product_heading .testimonial_card span {
  font-size: 1.25rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
.testimonial_detail .our_product_heading .testimonial_card .description {
  font-size: 0.875rem;
  font-weight: 300;
}

.blog_heading .blog__ {
  font-size: 3rem;
  color: #a85e2f;
  font-weight: 400;
  line-height: 3rem;
}
.blog_heading .blog__slides .owl-stage-outer {
  padding-bottom: 2rem;
}
.blog_heading .blog__slides img {
  max-height: 24rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_heading .blog__slides .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.blog_heading .blog__slides .owl-nav button.owl-prev {
  left: -4%;
  font-size: 2rem;
  color: #707070;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffe594;
}
.blog_heading .blog__slides .owl-nav button.owl-next {
  right: -2%;
  font-size: 2rem;
  color: #707070;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffe594;
}
.blog_heading .blog__slides .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.blog_heading .blog__slides .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.blog_heading .blog__slides .owl-dots button.owl-dot.active {
  background-color: #000;
}
.blog_heading .blog__slides .owl-dots button.owl-dot:focus {
  outline: none;
}
.blog_heading .blog__slides .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
}
.blog_heading .blog__slides .owl-nav button:focus {
  outline: none;
}
.blog_heading .blog__slides h2 {
  font-size: 3rem;
  color: #A85E2F;
  font-weight: 400;
  line-height: 1rem;
  padding-bottom: 2rem;
}
.blog_heading .blog__slides .blog_details {
  margin-top: 0rem;
}
.blog_heading .blog__slides .blog_details h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #000;
}
.blog_heading .blog__slides .blog_details p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #707070;
  padding-bottom: 2.2rem;
}

.about_page_details {
  margin-top: 3rem;
}
.about_page_details h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #A85E2F;
}
.about_page_details h6 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4rem;
  color: #A85E2F;
}
.about_page_details p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #707070;
  text-align: justify;
}

.inspiration_detail {
  margin-left: 3rem;
}
.inspiration_detail h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #A85E2F;
}
.inspiration_detail p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #707070;
  text-align: justify;
  padding-top: 1.5rem;
}

.compromise_detail h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #A85E2F;
}
.compromise_detail p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #707070;
  text-align: justify;
}

.global_product_btn {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.global_product_btn:hover {
  background-color: rgb(0, 55.2, 39.675);
}

.product_list_bg {
  background-color: #E5EFEB;
  padding: 0.5rem 2rem;
}
.product_list_bg .filter_btn {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem;
}

.list__banner {
  text-align: center;
  margin-top: 3rem;
}

.card_border {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 0.9rem;
}

.filter {
  background-color: transparent !important;
  border: none !important;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
}
.filter:focus {
  box-shadow: none;
}

.search-container input {
  background-color: #F5F5F5;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.search-container input:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.search-container input:focus-visible {
  outline: none;
}
.search-container button {
  background-color: #006045;
  transition: 0.2s ease-in-out;
  border: none;
  outline: none;
  border-radius: 0;
  height: 2.375rem;
}
.search-container button:hover {
  background-color: #ffcc29;
  color: #006045;
}

.sticky-top {
  position: sticky;
  top: 6rem;
  z-index: 1;
}
.sticky-top .product_slider {
  position: relative;
}
.sticky-top .product_slider #sync2 {
  margin-top: 1rem;
}
.sticky-top .product_slider #sync2 .owl-stage-outer .owl-stage {
  display: flex;
  width: 100% !important;
}
.product_detail_bg {
  background-color: #E5EFEB;
}
.product_detail_bg .breadcrumb_detail ul {
  display: flex;
  padding: 0;
  margin: 0 auto;
}
.product_detail_bg .breadcrumb_detail ul li {
  list-style: none;
}
.product_detail_bg .breadcrumb_detail ul li a {
  color: #707070;
  font-size: 1rem;
  font-weight: 400;
}
.product_detail_bg .breadcrumb_detail ul li a span {
  color: #161616;
}
.product_detail_bg .breadcrumb_detail ul li a:hover {
  color: #707070;
}

.pcontent h3 {
  font-size: 2rem;
  font-weight: 500;
}
.pcontent p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-top: 1rem;
}
.pcontent span {
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 1rem;
}

.p-detail p {
  margin: 0 0 0.3rem 0;
  font-size: 1.5rem;
  color: #707070;
  font-weight: 300;
  line-height: 1.5rem;
}
.p-detail a {
  font-weight: 300;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.1rem;
}
.p-detail a:hover {
  color: #000;
}
.p-detail h3 {
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 0.3rem 0;
}
.p-detail h4 {
  font-size: 2rem;
  color: #707070;
  font-weight: 500;
  margin: 0 0 0.3rem 0;
}
.p-detail .rating p {
  font-size: 1rem;
  color: #707070;
  margin: 0;
}
.p-detail .rating i {
  color: #ffcb29;
  padding: 0 0.1rem;
  font-size: 1rem;
}

.combo_card_product {
  background-color: #fff;
}
.combo_card_product .card_image img {
  max-width: 40rem;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.combo_card_product h5 a {
  color: #161616;
}
.combo_card_product h5 a:hover {
  color: #ffcc29;
}
.combo_card_product .price p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #006038;
}
.combo_card_product .card_details h6 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin: 0 0.7rem 0 0;
  min-height: 3rem;
}
.combo_card_product .card_details p {
  font-weight: 300;
  font-size: 0.875rem;
}
.combo_card_product .card_details .quantity {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
}
.combo_card_product .product_btn {
  background: #006038;
  color: #fff;
  padding: 0.4rem 4.4rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
}

.services {
  gap: 2rem;
}

.delivery {
  display: flex;
  align-items: center;
}
.delivery p {
  font-size: 1.5rem;
  color: #707070;
  margin: 0;
}

.single_product_heading {
  padding-top: 1rem;
}
.single_product_heading .icon_bg {
  background: #fff;
  text-align: center;
  border-radius: 4rem;
  width: 5.5rem;
  height: 5.5rem;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #F6F6F6;
}
.single_product_heading .icon_bg img {
  width: 34px;
}
.single_product_heading h6 {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.detail_price {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin: 2rem 0;
}
.detail_price h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1rem;
  color: #ff4e4e;
  margin: 0;
  position: relative;
}
.detail_price h4::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 111%;
  background-repeat: no-repeat;
  left: 0;
  top: 8px;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}
.detail_price h3 {
  font-size: 2.5rem;
  color: #006045;
  font-weight: 500;
  margin: 0;
}
.detail_price p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.accordian_main {
  padding: 0.5rem;
  margin-top: 1rem;
}
.accordian_main .accordian_icon img {
  max-width: 2rem;
}
.accordian_main h6 {
  font-size: 1rem !important;
  font-weight: 400;
}

.border_button__add {
  display: inline-flex;
  border: 1px solid #006038;
}
.border_button__add button {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #707070;
  cursor: pointer;
}
.border_button__add .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.border_button__add .quantity p {
  margin: 0;
  font-weight: 500;
  color: #707070;
  font-size: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 2rem;
}

.card__details h6 {
  margin: 0;
  font-weight: 500;
  size: 20px;
}
.card__details p {
  margin: 0;
  font-weight: 500;
  size: 16px;
}

.card-product-detail p {
  font-size: 14px;
  font-weight: 300;
  color: #707070;
  line-height: 1rem;
}

.similar-price p {
  font-size: 1rem;
  font-size: 500;
  color: #006045;
}

.combo-price p {
  font-size: 2rem;
  font-size: 500;
  color: #006045;
  position: relative;
}
.combo-price p span {
  margin-right: 0.6rem;
  position: relative;
  display: inline-block;
}
.combo-price p span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}

.buy_now_btn {
  padding: 0.9rem 9.8rem;
  border: 1px solid #006038;
  display: inline-block;
  background-color: #006038;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #fff !important;
}
.buy_now_btn:hover {
  background-color: #ffcc29;
  color: #006045 !important;
}

.add__to__cart {
  margin-top: 2rem;
}
.add__to__cart .wishlist__btn__ {
  background-color: #006038;
  padding: 0.6rem 2.5rem;
  border: 1px solid #006038;
  margin-left: 1.3rem;
  transition: 0.3s ease-in-out;
}
.add__to__cart .wishlist__btn__:hover {
  background-color: rgb(0, 55.2, 39.675);
}
.add__to__cart .btn__cart {
  margin: 0;
  background-color: #fff;
  padding: 0.6rem 6.1rem;
  border: 1px solid #006038;
  font-weight: 500;
  color: #000;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.add__to__cart .btn__cart:hover {
  background: #ffcc29;
  color: #006038;
  opacity: 1;
}

.que-ans .search-form {
  padding-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}
.que-ans .search-form input {
  width: 80%;
  padding: 0.25rem 1rem;
  outline: none;
  border: 1px solid #707070;
  margin: 0 1rem 0 0;
}
.que-ans .search-form button {
  width: 14%;
  padding: 0.25rem 0;
  outline: none;
  border: 1px solid #707070;
  color: #707070;
  background-color: transparent;
}
.que-ans .comment-form {
  margin-top: 1rem;
}
.que-ans .comment-form input {
  width: 80%;
  padding: 0.3rem 1rem;
  outline: none;
  border: 1px solid #707070;
  margin: 0 1rem 0 0;
}
.que-ans .comment-form button {
  width: 14%;
  padding: 0.3rem 0;
  outline: none;
  border: 1px solid #707070;
  color: #707070;
  background-color: transparent;
}
.que-ans .main-content p {
  margin: 0 !important;
}

.our_product_heading h2 {
  font-size: 3rem;
  color: #A85E2F;
  font-weight: 400;
  line-height: 3rem;
}
.our_product_heading p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #707070;
  padding-top: 0.5rem;
}

.heading h1 {
  font-size: 2rem;
  width: 60%;
  color: #A85E2F;
  line-height: 2rem;
  margin: 0 0 2rem 0;
}

.contact-page-form form input,
.contact-page-form form textarea {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.3rem 1rem;
  border: 1px solid #707070;
}
.contact-page-form form button {
  width: 100%;
}
.contact-page-form form button:hover {
  background: #006038;
  border: 1px solid #006038;
}

.contact-information {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.contact-information .border-line {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  width: 70%;
}
.contact-information h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.contact-information p {
  line-height: 1.5rem;
}
.contact-information .contact-logo {
  background-color: #e5efeb;
  height: -moz-max-content;
  height: max-content;
  border-radius: 25px;
}
.contact-information .contact-logo img {
  padding: 8px;
}

.footer-bg {
  background: url("../image/footer/footer-bg.png");
  overflow-x: hidden;
}
.footer-bg .logo_details img {
  width: 40%;
}
.footer-bg ul li {
  margin: 1rem 0;
  list-style: none;
  color: #5E5E5E;
  font-weight: 400;
}
.footer-bg ul li a {
  color: #5E5E5E;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.footer-bg ul li a:hover {
  color: #006038;
}
.footer-bg ul.social__links {
  padding-left: 0;
  color: #707070;
}
.footer-bg ul.social__links li {
  display: inline-block;
  margin-top: 0rem;
}
.footer-bg ul.social__links li a {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.footer-bg .copyright p {
  text-align: center;
  padding: 0 0 0.6rem 0;
  margin: 0.5rem 0 0 0;
  color: #707070;
  text-transform: uppercase;
}
.footer-bg .copyright p a {
  color: #707070;
  font-weight: 500;
}

.owl-carousel .testimonial_card img {
  display: initial !important;
  width: 30%;
}

.best__seller .owl-nav.disabled {
  display: block;
}
.best__seller .owl-nav.disabled button span {
  font-size: 4rem;
}

.product__nav .nav-pills .nav-link {
  color: #707070;
  background: none;
  font-weight: 400;
  position: relative;
}
.product__nav .nav-pills .nav-link.active {
  color: #000;
}
.product__nav .nav-pills .nav-link.active::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 auto;
}

.modal_bg {
  background: #FBFBFB;
  width: 550px;
}
.modal_bg .modal_heading {
  padding: 1rem 1rem 0rem 1rem;
}
.modal_bg .modal_heading h5 {
  font-weight: 400;
}
.modal_bg .modal_heading h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.modal_bg .offcanvas-body form label {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: 400;
  color: #161616;
}
.modal_bg .offcanvas-body form input {
  width: 100%;
  padding: 0.6rem 0.7rem;
}
.modal_bg .offcanvas-body form input:focus-visible {
  outline: none;
}
.modal_bg .offcanvas-body form .button__log_sign {
  display: grid;
  margin: 1.3rem 0rem 0.3rem 0;
}
.modal_bg .offcanvas-body form .button__log_sign .log__in__btn {
  background: #006038;
  color: #fff;
  padding: 0.6rem 0rem;
  border: 1px solid #006038;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.5s;
}
.modal_bg .offcanvas-body form .button__log_sign .log__in__btn:hover {
  background: #ffcc29;
  color: #000;
}
.modal_bg .offcanvas-body form .button__log_sign .sign__up__btn {
  color: #000;
  border: 1px solid #006038;
  padding: 0.6rem 0rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.5s;
}
.modal_bg .offcanvas-body form .button__log_sign .sign__up__btn:hover {
  background: #707070;
  color: #fff;
}
.modal_bg .offcanvas-body .register_details .register__login {
  color: #707070;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0.2rem 0 0;
}
.modal_bg .offcanvas-body .register_details .register__login a {
  color: #006038;
  padding-left: 0.5rem;
  font-weight: 700 !important;
}
.modal_bg .offcanvas-body .register_details .condition__policy {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal_bg .offcanvas-body .register_details .condition__policy a {
  color: #000 !important;
  text-decoration: underline;
}
.modal_bg .offcanvas-body .register_details .condition__policy .sign___in {
  color: #006045 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.modal_bg .offcanvas-body .register_details .condition__sign {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
.modal_bg .offcanvas-body .register_details .condition__sign a {
  color: #000 !important;
  text-decoration: underline;
}
.modal_bg .offcanvas-body .register_details .condition__sign .sign___in {
  color: #006045 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.modal_bg .offcanvas-body .register_details .otp-expire {
  margin-bottom: 0.5rem;
  opacity: 0.85;
  font-size: 0.85;
}
.modal_bg .offcanvas-body .otp-form .otp-input {
  width: 3.3rem;
  text-align: center;
}
.modal_bg .offcanvas-body .sign-up-form label {
  margin: 1rem 0 0;
}
.modal_bg .offcanvas-body .login__form .register_details .register__login a {
  color: #006038;
}
.modal_bg .offcanvas-body .login__form .register_details .condition__policy a {
  color: #000;
  font-weight: 700;
}

.mobile_body {
  padding: 0;
}
.mobile_body .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.6em;
}
.mobile_body .top_header {
  padding: 2rem;
  background: #006045;
  justify-content: center;
  align-items: center;
}
.mobile_body .top_header .user_profile_img {
  justify-content: center;
  align-items: center;
}
.mobile_body .top_header .user_profile_img img {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 4rem;
}
.mobile_body .top_header .user_profile_img p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  margin-left: 1rem;
  font-size: 1rem;
}

.search__form {
  width: 100% !important;
}
.search__form input {
  border-radius: 0;
  padding: 0.7rem;
  height: 2.375rem;
}
.search__form input::-moz-placeholder {
  font-size: 1.2rem;
}
.search__form input::placeholder {
  font-size: 1.2rem;
}
.search__form .search_icon {
  height: 2.5rem;
  background-image: url("../image/header/search.svg");
  padding-left: 2rem !important;
  background-position-x: 0.5rem;
  background-position-y: center;
  background-repeat: no-repeat;
}

.filter__icon {
  background: #006038;
  padding: 0.6rem 2rem;
  border: 0.2px solid #006038;
  height: 2.375rem;
  border-radius: 0;
}

.cross-button .btn-close {
  background: transparent url("../image/header/right_arow.png") center/1em auto no-repeat;
  opacity: unset;
}

.reviews__main .review__tab {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
}
.reviews__main .review__tab .review__tab__inner {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 0.1rem 1rem;
}
.reviews__main .review__tab .review__tab__inner i {
  margin: 0 0.3rem 0 0;
  color: #ffcb29;
}
.reviews__main .client_main .client_review_detail {
  border-bottom: 1px solid #F5F5F5;
  margin-top: 1rem;
  padding: 1.5rem 0rem;
}
.reviews__main .client_main .client_review_detail img {
  max-width: 2.9rem;
  min-width: 3rem;
  min-height: 3rem;
  max-height: 2.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__main .client_main .client_review_detail .client__review__inner_detail img {
  max-width: 2.6rem;
  min-height: 2.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__main .client_main .client_review_detail .client__review__inner_detail i {
  color: #707070;
  font-size: 0.9rem;
}
.reviews__main .client_main .client_review_detail .client__review__inner_detail p {
  margin: 0;
  font-weight: 400;
  color: #000;
}
.reviews__main .client_main .client_review_detail .client__review__inner_detail .review_description {
  font-weight: 300;
  color: #707070;
  line-height: 0.875rem;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.reviews__main .client_main .client_review_detail .client__review__inner_detail .p__image {
  margin-top: 1rem;
  padding-right: 0.5rem;
  width: 4rem;
}
.reviews__main .client_main .client_review_detail .client__review__inner_detail .review-date h6 {
  font-size: 0.875rem;
  color: #707070;
  font-weight: 400;
}
.reviews__main .rating-and-review .reviews__details .rating {
  color: #ffcb29;
}
.reviews__main .rating-and-review .reviews__details .rating i {
  margin: 0 0.5rem 0 0;
}

.rating__border {
  border: 1px solid #D9D9D9;
}
.rating__border .add__rating__ {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 0.2rem;
}
.rating__border .add__rating__ p {
  margin: 0;
  padding-bottom: 0.7rem;
}
.rating__border .add__rating__ .add__rating__detail__left p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding-bottom: 0.7rem;
}
.rating__border .add__rating__ .rating__border .add__rating__detail__right {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.rating__border .add__rating__ .rating__border .add__rating__detail__right .add__image img {
  min-height: 2.6rem;
  max-height: 2.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.rating__border .form__detail {
  display: flex;
  justify-content: space-between;
  padding: 1.3rem;
}
.rating__border .form__detail input {
  width: 74%;
  padding: 0.5rem;
}
.rating__border .form__detail input::-moz-placeholder {
  color: #707070;
  font-weight: 400;
}
.rating__border .form__detail input::placeholder {
  color: #707070;
  font-weight: 400;
}
.rating__border .form__detail input :focus {
  outline: none;
}
.rating__border .form__detail button {
  border: none;
  background-color: #006038;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 0.2rem;
  font-weight: 400;
  border: 1px solid #006038;
}

.billing__main .saved_address {
  border: 1px solid #D7D7D7;
  padding: 2rem 1.5rem;
  margin-top: 1.5rem;
}
.billing__main .saved_address h6 {
  font-size: 1.125rem;
}
.billing__main .saved_address p {
  margin: 0;
}
.billing__main .saved_address a i {
  color: #707070;
}
.billing__main .billing__right__detail select {
  box-shadow: none;
  border: 1px solid #211A1E;
}
.billing__main .billing__right__detail .border__ {
  border-bottom: 1px solid #F5F5F5;
}
.billing__main .billing__right__detail h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.billing__main .billing__right__detail .border_button__add {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.billing__main .billing__right__detail .border_button__add button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #707070;
  cursor: pointer;
  padding: 0.1rem 0.8rem;
}
.billing__main .billing__right__detail .border_button__add p {
  padding: 0.1rem 1rem !important;
}
.billing__main .billing__right__detail .billing__desc h3 {
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.billing__main .billing__right__detail .billing__desc p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #707070;
}
.billing__main .billing__right__detail .billing__desc .billing__quantity {
  font-weight: 500;
  color: #707070;
}
.billing__main .billing__right__detail .billing__price {
  font-size: 1rem;
  font-weight: 700;
  color: #006038;
  margin-top: 0;
}
.billing__main .billing__right__detail .billing__price .cut-price {
  margin-right: 0.6rem;
  position: relative;
}
.billing__main .billing__right__detail .billing__price .cut-price::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 9px;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}
.billing__main .billing__right__detail .billing__image {
  position: relative;
}
.billing__main .billing__right__detail .billing__image img {
  min-height: 7rem;
  max-height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.billing__main .billing__right__detail .billing__image button {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.5px solid #707070;
  border: 0.5px solid #707070;
  font-size: 0.8rem;
}
.billing__main .billing__right__detail .border_button__add P {
  font-size: 1.56rem;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 0 1.2rem;
  color: #707070;
}
.billing__main .billing__right__detail label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #707070;
}
.billing__main .billing__right__detail input {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #707070;
  border: 1px solid #707070;
}
.billing__main .billing__right__detail input:focus {
  border-color: #006038 !important;
  outline: none;
  box-shadow: none;
}
.billing__main .billing__right__detail textarea {
  margin-bottom: 2.5rem;
  outline: none;
  border: 1px solid #707070;
}
.billing__main .billing__right__detail textarea:focus {
  border-color: #006038 !important;
  outline: none;
  box-shadow: none;
}
.billing__main .billing__right__detail .form-check-input:checked {
  background-color: #292D32;
  border-color: #292D32;
}
.billing__main .billing__left__detail h3 {
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.billing__main .billing__left__detail .billing__inner__detail {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  padding: 1.7rem 2rem;
  margin-bottom: 2rem;
}
.billing__main .billing__left__detail .billing__inner__detail .form-check-input:checked {
  background-color: #006038;
  border-color: #006038;
}
.billing__main .billing__left__detail .billing__inner__detail .amount__total .coupon_box {
  background-color: rgba(104, 210, 55, 0.2);
  padding: 0.8rem 2rem;
}
.billing__main .billing__left__detail .billing__inner__detail .amount__total .coupon_box p {
  color: #000;
  opacity: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.billing__main .billing__left__detail .billing__inner__detail .checklist_coupon {
  margin-top: 2.3rem;
  padding-bottom: 2rem;
}
.billing__main .billing__left__detail .billing__inner__detail .checklist_coupon label {
  font-size: 0.938rem;
}
.billing__main .billing__left__detail .billing__inner__detail .coupon__data__outer {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 1rem 0;
}
.billing__main .billing__left__detail .billing__inner__detail .coupon__data__outer .coupon__data {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.billing__main .billing__left__detail .billing__inner__detail .coupon__data__outer .coupon__data p {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.billing__main .billing__left__detail .billing__inner__detail .total-amount {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.billing__main .billing__left__detail .billing__inner__detail .total-amount p {
  margin: 0;
  font-weight: 700;
  padding: 1rem 0;
}
.billing__main .billing__left__detail .billing__inner__detail .coupon__btn button {
  padding: 0.6rem 2rem;
  border: none;
  background-color: #006038;
  color: #fff;
  font-weight: 700;
  width: 100%;
  font-size: 1.125rem;
}

.billing-coupon .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(104, 210, 55, 0.3490196078);
  padding: 1rem;
}
.billing-coupon .coupon-apply p {
  margin: 0;
  font-weight: 500;
  color: #161616;
}
.billing-coupon .coupon-apply button {
  border: none;
  outline: none;
  color: #161616;
  background: transparent;
  text-decoration: underline;
}
.billing-coupon .coupon-input input {
  padding: 0.7rem 1rem;
  width: 100%;
  border: 1px solid #d7d7d7;
}
.billing-coupon .coupon-input input:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}
.billing-coupon .coupon-one {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: rgba(104, 210, 55, 0.3490196078);
}
.billing-coupon .coupon-one .coupon-one-detail h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.billing-coupon .coupon-one .coupon-one-detail h6 {
  margin: 0;
  font-weight: 400;
  font-size: 0.8rem;
}
.billing-coupon .coupon-one .coupon-one-detail p {
  margin: 0;
  font-size: 11.25px;
  color: #595959;
  font-weight: 400;
}
.billing-coupon .coupon-one .checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.billing-coupon .coupon-one .checkbox-round:checked {
  background-image: url(../image/billing/check-sarvesh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.billing-coupon .coupon-two {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #b0b0b0;
}
.billing-coupon .coupon-two .coupon-two-detail h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.billing-coupon .coupon-two .coupon-two-detail h6 {
  margin: 0;
  font-weight: 400;
  font-size: 0.8rem;
}
.billing-coupon .coupon-two .coupon-two-detail p {
  margin: 0;
  font-size: 11.25px;
  color: #595959;
}
.billing-coupon .coupon-two .checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.billing-coupon .coupon-two .checkbox-round:checked {
  background-image: url(../image/billing/check-sarvesh.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion .accordion-item {
  border: none;
  margin: 1rem 0;
}
.accordion .accordion-button:not(.collapsed) {
  font-weight: 600;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  background-color: transparent;
  color: black;
}
.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-body {
  padding: 0.3rem 1rem 0.3rem 2.5rem;
}
.accordion .accordion-body p {
  font-weight: 300;
  color: #707070;
  font-size: 0.875rem;
  margin: 0;
}
.accordion .accordion-item:first-of-type .accordion-button {
  padding: 0;
}
.accordion button:focus:not(:focus-visible) {
  padding: 0.3rem 0;
}
.accordion [type=button]:not(:disabled) {
  padding: 0.3rem 0;
}
.accordion .accordion-header button {
  color: #707070;
  font-size: 1rem;
}
.accordion .accordion-button:not(.collapsed)::before {
  background-image: url(../image/product-detail/minus.png);
  transform: rotate(-180deg);
}
.accordion .accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url(../image/product-detail/plus.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-right: 1rem;
}

.wishlist__heading {
  padding-top: 2rem;
}
.wishlist__heading h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0rem;
}

.wishlist___main {
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.wishlist___main .product__image {
  position: relative;
}
.wishlist___main .product__image .p__img {
  max-width: 7rem;
  min-width: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 8rem;
  max-height: 8rem;
}
.wishlist___main .product__image button {
  position: absolute;
  top: 0;
  left: -4px;
  background: unset;
  border: none;
  outline: none;
  color: #707070;
}
.wishlist___main .wishlist__desc {
  padding: 0rem 0.8rem;
}
.wishlist___main .wishlist__desc h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.wishlist___main .wishlist__desc p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
  margin: 0;
}
.wishlist___main .wishlist__desc h6 {
  font-weight: 500;
  font-size: 1rem;
  color: #707070;
  margin-bottom: 1rem;
}
.wishlist___main .wishlist__desc .__cart__btn {
  background-color: #006045;
  color: #fff;
  border: none;
  outline: none;
  padding: 0.3rem 1.5rem;
  transition: 0.2s ease-in-out;
}
.wishlist___main .wishlist__desc .__cart__btn:hover {
  background-color: #ffcc29;
  color: #006045;
}
.wishlist___main .item__price {
  align-items: end;
  justify-content: space-between;
  height: 100%;
}
.wishlist___main .item__price h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006045;
}
.wishlist___main .item__price button {
  border: none;
  outline: none;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  padding: 0;
}
.wishlist___main .qty {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}
.wishlist___main .qty p {
  font-size: 1rem;
  font-weight: 300;
  color: #707070;
}
.wishlist___main .qty .qty___price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006038;
  position: relative;
  display: flex;
}
.wishlist___main .qty .qty___price #originalPrice {
  position: absolute;
}
.wishlist___main .qty span {
  padding: 0.7rem;
  margin-left: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #707070;
}

.wishlist__btn {
  position: absolute;
  width: 94%;
  bottom: -8px;
  background-color: white;
}
.wishlist__btn button {
  margin-bottom: 2rem;
  padding: 0.5rem 2rem;
  width: 100%;
  border: none;
  background-color: #161616;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.wishlist__btn button:hover {
  background-color: #006045;
}

.cart__heading {
  padding-top: 2rem;
}
.cart__heading h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0rem;
}

.cart___main {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2.1rem;
}
.cart___main .product__image {
  position: relative;
}
.cart___main .product__image .p__img {
  max-height: 8rem;
  min-height: 8rem;
  max-width: 7rem;
  min-width: 7rem;
}
.cart___main .product__image button {
  position: absolute;
  top: 0;
  left: -4px;
  background: unset;
  border: unset;
  color: #707070;
  width: 22px;
  height: 20px;
}
.cart___main .item__price {
  align-items: end;
  justify-content: space-between;
  height: 100%;
}
.cart___main .item__price h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006045;
}
.cart___main .item__price button {
  border: none;
  outline: none;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  padding: 0;
}
.cart___main .cart__desc {
  padding: 0rem 0.8rem;
  width: 52%;
}
.cart___main .cart__desc .cart__button__add {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: baseline;
}
.cart___main .cart__desc .cart__button__add .add__button {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #707070;
  cursor: pointer;
}
.cart___main .cart__desc .cart__button__add .less__button {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #707070;
  cursor: pointer;
}
.cart___main .cart__desc .cart__button__add p {
  margin-bottom: 0rem;
  margin-top: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  padding: 0 1.5rem;
}
.cart___main .cart__desc h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.cart___main .cart__desc p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
  text-align: justify;
  margin: 0;
}
.cart___main .cart__desc .cart__qty {
  font-weight: 500;
  font-size: 1rem;
  color: #707070;
  margin-bottom: 0.5rem;
}
.cart___main .cart__desc .qty {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}
.cart___main .cart__desc .qty p {
  font-size: 1rem;
  font-weight: 300;
  color: #707070;
}
.cart___main .cart__desc .qty .qty___price {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  color: #006045;
  display: flex;
}
.cart___main .cart__desc .qty span {
  font-size: 0.8rem;
  font-weight: 500;
}

.cart__btn {
  position: absolute;
  background-color: white;
  bottom: 0;
  padding-bottom: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.cart__btn a {
  padding: 0.5rem 0;
  width: 95%;
  display: block;
  text-align: center;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.cart__btn a:hover {
  background-color: #006045;
}

.cart__inner__detail {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  padding: 1.7rem 2rem;
}
.cart__inner__detail .form-check-input:checked {
  background-color: #006038;
  border-color: #006038;
}
.cart__inner__detail .amount__total .coupon_box {
  background-color: rgba(104, 210, 55, 0.2);
  padding: 0.8rem 2rem;
}
.cart__inner__detail .amount__total .coupon_box p {
  color: #000;
  opacity: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.cart__inner__detail .checklist_coupon {
  margin-top: 2.3rem;
  padding-bottom: 2rem;
}
.cart__inner__detail .checklist_coupon label {
  font-size: 0.938rem;
}
.cart__inner__detail .coupon__data__outer {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 1rem 0;
}
.cart__inner__detail .coupon__data__outer .coupon__data {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.cart__inner__detail .coupon__data__outer .coupon__data p {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.cart__inner__detail .total-amount {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.cart__inner__detail .total-amount p {
  margin: 0;
  font-weight: 700;
  padding: 1rem 0;
}
.cart__inner__detail .coupon__btn button {
  padding: 0.6rem 2rem;
  border: none;
  background-color: #006038;
  color: #fff;
  font-weight: 700;
  width: 100%;
  font-size: 1.125rem;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
  display: none;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
  width: 80px;
}

.wrapper.toggled.sidebar-hovered .sidebar-wrapper {
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12) !important;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
  width: 80px;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
  display: none;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
  justify-content: center;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
  width: 80px;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
  justify-content: center;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
  display: none;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
  display: none;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
  display: none;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
  display: none;
}

.wrapper.toggled .top-header {
  left: 80px;
}

.wrapper.toggled .page-content-wrapper {
  margin-left: 80px;
}

.user_management .profile_ {
  background-image: url(../image/profile/profile-bg.jpg);
  background-size: cover;
  padding: 7rem 1.5rem 1.5rem;
}
.user_management .profile_ .profile_img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.user_management .profile_ .profile_img img {
  border-radius: 50%;
  border: 0.2rem solid #fff;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_management .profile_ .profile_img .profile_change {
  position: absolute;
  right: 10px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.9098039216);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user_management .profile_ .name {
  background-color: rgba(255, 255, 255, 0.9098039216);
  padding: 1.25rem;
  display: inline-block;
}
.user_management .profile_ .name h5 {
  font-weight: 700;
}
.user_management .profile_ .name p {
  margin: 0;
  color: #707070;
}
.user_management .profile_design_nav {
  background-color: #F1F3EB;
  height: 3.5rem;
  margin: 2.188rem 0;
}
.user_management .profile_design_nav .nav-item .nav-link {
  height: 100%;
  width: 15rem;
  border-radius: 0;
  color: #000;
  line-height: 2.5;
  transition: all 0.3s ease;
}
.user_management .profile_design_nav .nav-item .nav-link svg {
  margin-right: 0.25rem;
}
.user_management .profile_design_nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #006045;
}
.user_management .profile_design_nav .nav-item .nav-link.active svg path {
  fill: #fff;
}
.user_management .profile_design_tabs .tab-pane h5 {
  font-weight: 700;
  margin-bottom: 0;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card {
  border: 1px solid #D7D7D7;
  padding: 2rem 1.5rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .form-label {
  color: #707070;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .form-control {
  border: 1px solid #707070;
  border-radius: 0;
  min-height: 2.5rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .form-control:focus {
  box-shadow: none;
  border: 1px solid #006045;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .saved_address {
  border: 1px solid #D7D7D7;
  padding: 2rem 1.5rem;
  margin-top: 1.5rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .saved_address h6 {
  font-size: 1.125rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .saved_address p {
  margin: 0;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .saved_address a i {
  color: #707070;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_ {
  border: 1px solid #D7D7D7;
  margin-bottom: 1.5rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_ p {
  color: #707070;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_ p:nth-child(1) {
  margin-bottom: 0.5rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl {
  background: rgba(0, 96, 56, 0.1);
  margin: 1.5rem 0;
  position: relative;
  text-align: center;
  padding: 1.5rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl ul {
  padding: 0 1.5rem;
  list-style: none;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl ul li {
  text-transform: uppercase;
  color: #707070;
  font-size: 1.169rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl .dot {
  background-color: #fff;
  border: 2px solid #006045;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  bottom: 1.5rem;
  border-radius: 50%;
  z-index: 1;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl .dot.active::before {
  content: "";
  background: #006045;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl .line {
  background: #006045;
  width: 30%;
  height: 4px;
  opacity: 0.45;
  display: inline-block;
  margin-right: -5px;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order_dtl .line.active {
  opacity: 1;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__border {
  border-right: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  border-bottom: 1px solid #000;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__image {
  display: flex;
  justify-content: center;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__qty {
  align-items: self-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__qty h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006038;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__qty p {
  font-weight: 400;
  margin-bottom: 0;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__detail .price {
  font-weight: 500;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__detail .order__rating {
  display: inline-block;
  margin-bottom: 0;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .order__btn button {
  border: none;
  padding: 0.4rem 1rem;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .return__btn button {
  border: none;
  padding: 0.4rem 1.6rem;
  background-color: #ffcc29;
  border-radius: 10px;
  font-weight: 500;
}
.user_management .profile_design_tabs .tab-pane .profile_design_card .return__btn_green button {
  border: none;
  padding: 0.4rem 1.6rem;
  background-color: #00C070;
  border-radius: 10px;
  color: #211A1E;
  font-weight: 500;
}

.orderPlaced.modal .modal-body {
  position: relative;
  padding: 2.5rem 1.5rem;
}
.orderPlaced.modal .modal-body .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.orderPlaced.modal .modal-body img {
  margin-bottom: 1.5rem;
}
.orderPlaced.modal .modal-body h5 {
  margin-bottom: 0.5rem;
}
.orderPlaced.modal .modal-body p {
  margin-bottom: 1rem;
  color: #707070;
  font-size: 0.85rem;
}
.orderPlaced.modal .modal-body p strong {
  color: #000;
}
.orderPlaced.modal .modal-body button.btn-green {
  margin-top: 1.5rem;
}

.Delete.modal .modal-body {
  position: relative;
  padding: 2.5rem 1.5rem;
}
.Delete.modal .modal-body .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.Delete.modal .modal-body img {
  margin-bottom: 1.5rem;
}
.Delete.modal .modal-body h5 {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.Delete.modal .modal-body p {
  margin-bottom: 1rem;
  color: #707070;
  font-size: 0.85rem;
}
.Delete.modal .modal-body p strong {
  color: #000;
}
.Delete.modal .modal-body button.btn-green {
  margin-top: 1.5rem;
}

.CancelOrder.modal .modal-body {
  position: relative;
  padding: 2.5rem 1.5rem;
}
.CancelOrder.modal .modal-body .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.CancelOrder.modal .modal-body h5 {
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.CancelOrder.modal .modal-body p {
  margin-bottom: 1rem;
  color: #707070;
  font-size: 0.85rem;
}
.CancelOrder.modal .modal-body p strong {
  color: #000;
}
.CancelOrder.modal .modal-body button.btn-green {
  margin-top: 1.5rem;
}

.WishlistAdd.modal .modal-body {
  position: relative;
  padding: 2.5rem 1.5rem;
}
.WishlistAdd.modal .modal-body .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.WishlistAdd.modal .modal-body img {
  margin-bottom: 1.5rem;
}
.WishlistAdd.modal .modal-body h5 {
  text-transform: capitalize;
  margin: 0.5rem 0;
}
.WishlistAdd.modal .modal-body button.btn-green {
  margin-top: 1.5rem;
}

.btn-silver {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  color: #000;
  height: 2.5rem;
  font-weight: 500;
  min-width: 7.813rem;
  padding: 0.25rem 1rem;
  transition: all 0.3s ease;
}
.btn-silver:hover {
  background-color: #ffe594;
  border: 1px solid #ffe594;
  color: #006045;
}

.btn-green {
  background-color: #006045;
  border: 1px solid #006045;
  color: #fff;
  height: 2.5rem;
  font-weight: 500;
  min-width: 7.813rem;
  padding: 0.25rem 1rem;
  transition: all 0.3s ease;
}
.btn-green:hover {
  background-color: #ffe594;
  border: 1px solid #ffe594;
  color: #006045;
}

.blog__main .blog__card {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.blog__main .blog__card img {
  min-height: 15rem;
  max-height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__main .blog__card::before {
  content: "";
  background-color: #F2F7F5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}
.blog__main .blog__card .blog__desc {
  padding: 1rem 0rem 0rem 0rem;
}
.blog__main .blog__card .blog__desc h5 a {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #F5F5F5;
}
.blog__main .blog__card .blog__desc p {
  font-weight: 400;
  color: #707070;
}
.blog__main .blog__card .blog__desc .blog__btn .blog__author {
  font-weight: 400;
  color: #707070;
  font-size: 0.875rem;
}
.blog__main .blog__card .blog__desc .blog__btn a {
  text-decoration: none;
  color: #fff;
  background-color: #006038;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 1.4rem;
  border: none;
  transition: all ease 0.2s;
}
.blog__main .blog__card .blog__desc .blog__btn a:hover {
  background-color: #ffcc29;
  color: #006038;
}

.blog__detail .blog__detail__inner img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__detail .blog__detail__inner h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.blog__detail .blog__detail__inner .quote {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  border-bottom: 1px solid #D9D9D9;
}
.blog__detail .blog__detail__inner .author__name {
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
}
.blog__detail .blog__detail__inner .blog__detail__desc p {
  text-align: justify;
  color: #000;
  font-weight: 400;
}

.privacy__main .privacy_heading {
  border-bottom: 1px solid #D9D9D9;
}
.privacy__main .privacy_heading h2 {
  font-size: 2.5rem;
  color: #A85E2F;
  font-weight: 700;
}
.privacy__main .privacy_heading p {
  font-weight: 400;
  font-size: 1rem;
  color: #707070;
}
.privacy__main .privacy__desc p {
  text-align: justify;
  margin-top: 1rem;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.img-wrapper {
  position: relative;
  cursor: pointer;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  max-width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton i {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton i {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
#prevButton:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 40px;
}
#exitButton i {
  color: red;
  cursor: pointer;
  font-size: 2rem;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.reviews__main .client_main .client_review_detail .client__review__inner_detail i {
  margin: 0 0.3rem 0 0;
  color: #ffcb29;
}

.page-link:focus {
  box-shadow: none;
}

.page-link {
  color: #fff;
  background-color: #006045;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: rgb(0, 45, 32.34375);
  border-color: #006045;
}

.qty___price {
  width: 10rem;
  text-align: end;
  color: #006045;
}
.qty___price .original-price {
  color: red;
  position: relative;
}
.qty___price .original-price::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 88%;
  background-repeat: no-repeat;
  left: 6px;
  top: 10px;
  display: inline-block;
  background: red;
  transform: rotate(170deg);
}

.wishlist__heading button:focus:not(:focus-visible),
.cart__heading button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.search_modal .search__heading {
  padding-top: 2rem;
}
.search_modal .search__heading h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0rem;
}
.search_modal .offcanvas-body form input {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0.5rem 1rem;
}
.search_modal .offcanvas-body form button {
  width: 100%;
  padding: 0.4rem 0;
  background-color: #006045;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}
.search_modal .offcanvas-body form button:hover {
  background-color: #ffcc29;
  color: #006045;
}
.search_modal button:focus:not(:focus-visible) {
  box-shadow: none;
}

.___heading button:focus:not(:focus-visible) {
  box-shadow: none;
}

.order__tab .nav-item .nav-link {
  background-color: #F1F3EB;
  color: #000;
  border-radius: 0 !important;
  padding: 0.5rem 2rem;
  letter-spacing: 0.1rem;
  margin-right: 1rem;
}
.order__tab .nav-item .nav-link.active {
  background-color: #006038 !important;
  color: #fff;
}

#content {
  display: flex;
  align-items: center;
}

#text {
  display: inline;
}

#icon {
  display: none;
}

@media screen and (max-width: 768px) {
  #text {
    display: none;
  }
  #icon {
    display: inline;
  }
}
.heart {
  color: grey;
}

.heart.red {
  color: red !important;
}

.__card__exp__lable {
  min-width: 9rem !important;
}

.border__radio {
  border: 1px solid #707070;
  border-radius: 0.2rem;
  padding: 1.2rem 1rem 0.6rem 1rem;
}
.border__radio label {
  margin-left: 0.5rem;
}

.admin_search {
  margin: 0;
}
.admin_search .filter {
  width: auto;
}
.admin_search .form-select {
  background-position: left -0.1rem center;
  padding-left: 1.2rem;
}

.ship__.modal .modal-body {
  position: relative;
  padding: 2.5rem 1.5rem;
}
.ship__.modal .modal-body .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.ship__.modal .modal-body img {
  margin-bottom: 1.5rem;
}
.ship__.modal .modal-body h5 {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.ship__.modal .modal-body p {
  margin-bottom: 1rem;
  color: #707070;
  font-size: 0.85rem;
}
.ship__.modal .modal-body p strong {
  color: #000;
}
.ship__.modal .modal-body button.btn-green {
  margin-top: 1.5rem;
}

.razorpay-payment-button {
  padding: 0.6rem 2rem;
  border: none;
  background-color: #006038;
  color: #fff;
  font-weight: 700;
  width: 100%;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #006045;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #006045;
  border-color: #006045;
}

.form-check-input:focus {
  border-color: #006045;
  outline: 0;
  box-shadow: none;
}

.text-black-cart-name {
  color: #1a1919;
}

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

.search__form {
  position: relative;
  display: inline-block;
}

#mobileInput {
  width: 100%;
  padding-right: 30px;
}

.floating-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  display: none;
}

.floating-dropdown li {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.floating-dropdown li:hover {
  background-color: #f0f0f0;
}

#product_search_form_desk {
  display: inline-block;
  position: relative;
}

.floating-dropdown-desk {
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.floating-dropdown-desk li {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.floating-dropdown-desk li:hover {
  background-color: #f0f0f0;
}

.offer__prize {
  background: #006045;
  padding: 0.3rem;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */