@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* .playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
} */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/* colors */

.badge-primary,
body {
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden !important;
}

/* .add-to-cart, */

.dark-footer-margin,
.header-categories-nav-wrap,
.topbar-text-color,
.nva-color,
.subscribe-form button,
.custom-row,
.copyright,

/* .product-grid .social li a:hover, */

.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.toggle-input:checked+.toggle.switch,
.toggle.switch.is-active,
.toggle-input:disabled:checked+.toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked+.toggle.radio,
.toggle.radio.is-active,
.toggle-input:disabled:checked+.toggle.radio,
.toggle.radio.is-active.is-disabled,
.toggle-input:disabled:checked+.toggle.switch,
.toggle.switch.is-active.is-disabled,
.toggle-input:checked+.toggle.checkbox,
.toggle.checkbox.is-active,
.toggle-input:disabled:checked+.toggle.checkbox,
.toggle.checkbox.is-active.is-disabled {
  background-image: linear-gradient(90deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  /* background-color: var(--primary-color) !important; */
}

.add-to-cart {
  background-color: var(--primary-color) !important;
}

.navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* nav.main-nav ul {
  justify-content: center;
} */
/* div#navbarNavDropdown {
  border-top: 1px solid rgb(234, 234, 234);
  padding: 10px 0 0;
} */
.product-grid .social li a:hover {
  background-color: var(--primary-color) !important;
}

/* .navbar-expand-lg .navbar-collapse {
  margin-top: 15px;
} */
.see-all-category,
.setting-icon,
.single-cta i,
.copyright-text p a,
.link-color,
.featured-section-view-more,
.header-h1 .mobile-app-text,
.icon-hover:hover,
small.transparent-footer-link a,
ul.sub-submenu li:hover,
.footer-menu li:hover a,
.category li:hover .cat-name,
.category li:hover .cat-no,
.product-grid:hover .title a,
.span-color,
.header-icon:hover,
.header-icon:focus,
.sidebar #leftside-navigation ul li a:hover .link-color circle,
.link-color polyline,
.link-color path {
  color: var(--primary-color) !important;
  stroke: var(--primary-color) !important;
}

.footer-widget ul li a:hover {
  color: #ebebeb;
}

.progress-bar {
  background-image: linear-gradient(to right top,
      var(--primary-color),
      var(--primary-color),
      var(--primary-color),
      var(--primary-color),
      var(--primary-color)) !important;
}

.subscribe-form button {
  border: var(--primary-color) !important;
}

.footer-widget-heading h3::before,
.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.style-3-product-right-lg .product-grid {
  border: 1px solid var(--primary-color) !important;
}

.button-primary-outline {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.primary-button {
  background-color: var(--primary-color);
}

.sidenav .nav-link.active {
  box-shadow: 0 2px 0 var(--primary-color) !important;
}

a {
  color: #52941d;
}

a:hover {
  color: #053068;
}

#modal-custom .iziModal-content header a.active {
  background: #52941d;
  color: #fff;
}

#modal-custom .iziModal-content section button {
  background: #52941d;
}

.button-success,
.button-success:hover,
.button-success:focus,
.button-success-outline:hover,
.button-success-outline:focus {
  border-color: var(--primary-color) !important;
}

.product-content a {
  color: #000;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.colored-breadcrumb,
.page-footer {
  background-color: var(--primary-color) !important;
}

.breadcrumb-title-bar h2 {
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 11;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.breadcrumb {
  background-color: transparent !important;
  font-size: 90%;
  left: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  transform: translateY(0);
  width: auto !important;
}

.breadcrumb-title-bar {
  padding: 250px 0 100px;
  position: relative;
  background-image: url(../../../../../uploads/SLIDE_03.jpg);
  background-size: cover;
  background-position: center bottom;
}

.breadcrumb-title-bar:before {
  position: absolute;
  background-image: url(../../../../../uploads/breadcrumb.png);
  background-color: #252c30;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  animation: 100s linear 0s infinite normal none running slide;
  left: 0;
  right: 0;
  opacity: 0.2;
}

.breadcrumb-item a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 2px;
}

.breadcrumb-item,
.breadcrumb-item.active {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

.breadcrumb-item+.breadcrumb-item:before {
  color: #fff;
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 3000px 0;
  }
}

.product-block-rating .rating-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 10px 0;
}

/* home page start */
.home_faq_sec {
  background-color: #ffffff;
  padding: 50px 0;
}

div#accordionExample .card {
  padding: 0;
}

/* dashboard start */
.my-account-sidebar h2 {
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  padding: 15px 21px;
}

.my-account-sidebar li.nav-item .nav-link {
  padding: 6px 0;
}

section.my-account-section {
  background: #13950024;
  padding: 45px 0;
  margin-bottom: 25px;
}

.my-account-sidebar {
  box-shadow: 0 0 6px #484848;
  border-radius: 5px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.copyright-area ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
}

.copyright-area ul li a {
  color: #fff;
}

.my-sidebar-bg {
  background: url("../../../../../uploads/my-account-bg.png");
  padding: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
}

.my-sidebar-bg .form-control {
  background: #cccccc82;
}

.orders-section {
  background: #07346b1a;
  margin-bottom: 20px;
  border-radius: 10px;
}

section.blog-isting-section {
  padding: 100px 0;
}

.payment-section {
  /* height: 100vh; */
  padding-top: 150px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.payment-card {
  background: #42840a;
  border-radius: 10px 10px 0 0px;
}

.payment-card img {
  width: 100%;
}

.payment-card-body {
  padding: 0 40px 40px;
  text-align: center;
  color: #fff;
}

.payment-card-body h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.payment-card-body p {
  font-size: 16px;
}

.btn-continue {
  background: #fff;
  width: 85%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}


/* dashboard End */
/* button Color start */
.button-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff;
}

.button-primary-outline:focus,
.button-primary-outline:hover,
.button-primary:focus,
.button-primary:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: #fff !important;
  outline: 0;
}

.sidebar #leftside-navigation ul li a i {
  text-align: center;
}

/* button Color End */

/* checkout  Page Start */

.table-cart-product thead th,
.table-cart-product tbody td {
  width: 16.66%;
  text-align: center;
}

.table-cart-product thead,
table#cart_item_table thead {
  background: linear-gradient(90deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  color: #fff;
}

.cart-section {
  background: linear-gradient(180deg, #d2e6ff, transparent);
  padding: 45px 0;
  margin-bottom: 25px;
}

.cart-product-title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.cart-product-summary h3 {
  font-size: 28px;
}

.cart-product-summary {
  min-height: fit-content;
}

.cart-product-title {
  display: grid;
}

.cart-product-desc-list td i {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.info-box-content {
  text-align: left;
}

/* checkout  Page End  */

/* contact Us Start */
.sign-up-image {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 12px #ddd;
  padding: 0px;
  border-radius: 10px;
  min-height: 700px;
}

.sign-up-image iframe {
  width: 100%;
  height: 700px;
}

.head-contect {
  padding-bottom: 40px;
}

.head-contect span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--primary-color) !important;
  margin-bottom: 15px;
}

.head-contect h2 {
  font-size: 40px !important;
  font-weight: 600;
}

.login-form {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0px 11px #bbb;
}

.form-text-style {
  margin-top: 0;
  margin-bottom: 20px;
}

form#contact-us-form .form-control {
  background: var(--border-color);
  margin-top: 6px;
}

/* contact us End */

/* header top section start */
nav.main-nav .morph-text a {
  font-weight: 600;
  font-size: 15px;
}

.brand-logo-link {
  max-height: 60px;
}

.navbar-nav .dropdown-item {
  padding: 0.5rem 0.75rem;
}

.navbar-nav .dropdown-menu {
  padding: 0px;
  border: 0px;
  box-shadow: 1px 2px 10px 0px #0000001c;
}

.navbar-nav .dropdown-item:hover {
  color: #52941d;
}

.swiper-button-next,
.swiper-button-prev {
  background: #52941d;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.category-swiper .swiper-wrapper {
  overflow: hidden;
}

.category-swiper {
  padding: 0 50px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px !important;
  color: #fff;
}

.menu-categorie-container ul a {
  min-height: 36px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
}

div#navbarNavDropdown .navbar-nav .dropdown {
  background-color: transparent !important;
}

.btn-primary {
  background-color: #52941d;
  border-color: #52941d;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #185d0e;
  border-color: #185d0e;
  color: #fff;
}

.btn-primary:hover {
  background-color: #185d0e;
  border-color: #185d0e;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(24 93 14 / 30%);
}

/* header top section end */

/* search box start*/
.navbar-top-search-box {
  border-radius: 5px;
  border-color: transparent;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: visible;
  padding-left: 0;
  text-align: center;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
  border-radius: 5px;
  box-shadow: 1px 2px 10px 0px #0000001c;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container .select2-selection--single {
  margin-top: 0;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da3d;
  border-radius: 5px !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da3d;
  border-radius: 5px !important;
}

/* search box end*/

/* Nav Section start*/
.header-categories-nav-wrap {
  border-radius: 5px;
  margin-right: 1.4vw;
}

.menu-opener {
  height: 36px;
}

li.nav-item.dropdown:hover .dropdown-menu.dropdown-menu-lg {
  display: block;
  right: 0 !important;
  left: auto;
}

div#navbarNavDropdown nav.main-nav ul {
  display: flex;
  gap: 20px;
  font-size: 15px;
}

.header-bottom {
  border: none;
}

.morph-text a {
  color: #fff !important;
}

.page-header {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  padding: 0px 0;
  background-color: rgb(255 48 48 / 0%);
}

.show-desktop-view {
  display: block;
}

.page-header.is-sticky .desktop-brand-logo-top {
  display: none;
}

/* .page-header .desktop-brand-logo{
  display: none;
} */
.about-content-bottom p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0 20px;
}

.page-header.is-sticky .desktop-brand-logo {
  display: block;
}

.show-mobile-view {
  display: none;
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #252c30;
  width: 100%;
}

.page-header.is-sticky .navbar-expand-lg .navbar-collapse {
  margin-top: 0;
}

#header.header-varient .topbar .text-dark1 {
  color: #333 !important;
}

.navbar-top-search-box {
  width: 50px;
}

.topbar.topbar-text-color {
  background: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 23%);
}

header.page-header.header-varient.is-sticky .topbar.topbar-text-color {
  display: none;
}

.clr-twitter {
  background-color: #000000 !important;
}

span.select2-dropdown.select2-dropdown--below {
  width: 450px !important;
  right: 0 !important;
  left: auto;
}

.select2-selection__placeholder i {
  color: #fff !important;
}

.navbar-nav li.nav-item .link-color {
  color: #fff !important;
}

div#navbarNavDropdown .navbar-nav .dropdown .dropdown-menu.dropdown-menu-lg .link-color {
  color: #2b7c3a !important;
}

/* owl slider start */
/* .swiper-container.swiper-container-new {
  height: 100vh;
  z-index: 0;
} */
.swiper-container.swiper-container-new::before {
  position: absolute;
  content: "";
  background: #252c30;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.swiper-container.swiper-container-new::after {
  position: absolute;
  content: "";
  background: url("../../../../..//uploads/slider-leafs.png");
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #52941d !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button i {
  width: 40px;
  height: 40px;
  background: #52941d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

div#carousel .owl-nav {
  /* display: none; */
  transition: ease-in-out 2s;
}

div#carousel {
  padding: 0 75px;
}

div#carousel:hover .owl-nav {
  display: block;
}

.product-grid .product-image img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#cart-count {
  background: #93c83e;
  color: #000;
}

.darkmode-layer--button,
button.darkmode-toggle {
  display: none;
}

.footer-widget-heading h4:before {
  background: #fff;
}

/* div#carousel .owl-item img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
} */
.owl-nav span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

div#carousel .item {
  /* aspect-ratio: 1; */
  position: relative;
}

div#carousel .item .cat-font-color h4 {
  padding-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
  color: #52941d;
  font-weight: 800;
}

.product-section {
  box-shadow: 0 1px 4px 0 rgb(255 255 255 / 0%);
  position: relative;
}

div#carousel .owl-dots {
  display: none;
}

a.product-img-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.8s;
}

.product-grid:hover a.product-img-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}

.add-to-cart {
  padding: 10px 15px;
  display: block;
  width: 90%;
  margin: auto;
}

.view-products-btn {
  width: auto;
}

.product-new-div .list-product-desc {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.product-new-div .product-grid {
  padding: 0 !important;
}






.footer-content-footer {
  position: relative;
  z-index: 2;
  margin: 70px 0 0px;
}

.footer-logo-footer img {
  max-height: 60px;
}

.footer-widget .footer-social-icon .contact-ul li {
  line-height: 1;
  /* margin: 0; */
  float: none;
}

.footer-widget .footer-social-icon .contact-ul li a p {
  line-height: 18px;
  width: 90%;
}

.footer-widget .footer-social-icon .contact-ul li a i {
  height: fit-content;
  width: 20px;
  /* background: black; */
  border-radius: 0;
  display: block;
  line-height: 18px;
}

.footer-widget .footer-social-icon .contact-ul li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* div#carousel .item .cat-font-color {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    background: #00000052;
    color: #fff;
    padding: 0 0 25px 20px;
} */
/* owl slider end */
div#banner .item img {
  max-height: 750px;
  object-fit: cover;
  object-position: center;
}

div#banner .owl-dots {
  display: none;
}

.text-center.category-section-title {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin: 5px 0 15px;
}

.category-section {
  box-shadow: 0 1px 4px 0 rgb(255 255 255 / 0%);
}

.category-section .category-section-title h3 {
  font-size: 40px;
  font-weight: 600;
  color: #3f5838;
  font-weight: 800;
  width: 100%;
  text-align: center;
  display: block;
}

/* product start */
.deafault-product-top img {
  width: 100%;
  height: 150px;
}

.deafault-product-top h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
}

.deafault-product-top p {
  font-size: 18px;
  margin: 0px 0 7px;
}

.addtocart {
  font-size: 13px;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  width: fit-content;
}

.deafault-product-top .product-content {
  padding: 8px 12px !important;
}

.deafault-product-top .add-fav {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.default-product-bottom {
  display: flex;
  justify-content: space-between;
}

.default-product-bottom .add-fav {
  border-radius: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.default-product-bottom .add-fav button {
  font-size: 20px;
  color: #000;
  background: #f5f5f5;
  border-radius: 12px;
  margin: 0;
  padding: 8px;
  opacity: 0;
  transition: ease-in-out 700ms;
}

.deafault-product-top .product-content {
  text-align: left;
}

.deafault-product-top .price.mb-1 {
  text-align: left;
}

.deafault-product-top:hover .add-fav button {
  opacity: 1;
}

.shopping-cart-sidebar h1 {
  font-size: 18px;
}

/* .deafault-product-top .product-image-container img {
    object-fit: contain;
  } */
.product-grid.deafault-product-top {
  border: 0;
}

span.product-new-label.badge.sale-badge {
  color: #df0a04;
  background-color: #ffd8d7;
  padding: 6px 10px;
}

span.product-discount-label.badge {
  color: #ffffff;
  background-color: #52941d;
  padding: 6px 10px;
  right: 0;
  left: auto;
  border-radius: 20px;
}

.deafault-product-top .rating-sm {
  text-align: left;
}

.category-section .category-section-title a,
.product-style-1 .featured-section-title .featured-section-view-more,
.default-section .product-section .featured-section-view-more {
  border-bottom: 1px solid;
  font-weight: 600;
}

.deafault-product-top .social {
  right: 6px;
  transform: translateY(0%) translateX(0%);
  width: fit-content;
  left: auto;
}

.deafault-product-top:hover .social {
  opacity: 1;
  top: 10px;
}

.deafault-product-top .social li a:before {
  left: auto;
  right: 50px;
  top: 8px;
  transform: translateX(0);
}

.deafault-product-top .social li a:after {
  top: 12px;
  transform: translateX(-40px) rotate(45deg);
}

.deafault-product-top .social li {
  display: flex;
}

.deafault-product-top .social li a {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
}

.style-one-top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}

.style-one-top .product-grid.deafault-product-top {
  width: 100%;
}

.style-2 .social li a,
.style-2 .social li button {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  height: 40px;
  line-height: 1;
  margin: 0 2px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-2 .social li button:hover {
  background-color: var(--primary-color) !important;
  color: var(--font-color) !important;
}

.style-2 .product-image {
  height: 250px;
}

.style-2 .product-image-container {
  height: 100%;
  max-width: 100%;
}

.style-2 .product-content {
  background-color: transparent;
}

.style-2 {
  padding: 0px;
  margin: 15px 0;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-style: solid;
  border-color: black;
  color: black;
  /* padding: 50px; */
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #1f2122 50%, transparent 50%);
  -webkit-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  -moz-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  -ms-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  -o-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
}

.style-2 .product-content {
  text-align: left;
  padding: 0 12px;
}

.style-2:hover .social {
  opacity: 1;
  top: 95%;
}

.style-2:hover .title a,
.style-2:hover .price {
  color: #fff !important;
}

.style-2 .price {
  text-align: left;
}

.product-grid .title {
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
}

.style-2:hover {
  box-shadow: 0 0 10px rgb(82 190 229 / 24%);
  color: white;
  border-color: #1f2122;
  background-image: linear-gradient(to top, #1f2122 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  -moz-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  -ms-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  -o-transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
  transition: background-position 1000ms, color 1000ms ease,
    border-color 1000ms ease;
}

.featured-section-title h3,
.style-3 .section-title {
  color: #2d2a2a;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.style-3 .title-sm {
  color: #6a6a6a;
  font-size: 20px;
  font-weight: 500;
  margin-left: 0;
}

.style-3 .featured-section-view-more {
  border-bottom: 1px solid;
  font-weight: 600;
}

.style-3 .social li {
  display: flex;
  margin: 10px 0;
}

.style-3 .social {
  left: auto;
  right: 0;
  top: 3px;
  transform: translateY(0) translateX(0);
  width: fit-content;
  display: none;
}

.style-3 .product-grid {
  border: 0;
  /* background: #dbeaff; */
  padding: 0 0 130px !important;
  width: 100%;
}

.product-grid .rating {
  padding: 12px 0 0;
}

.style-3 .product-grid .product-content {
  background-color: #fff;
}

.style-3 .product-grid:hover .social {
  opacity: 0;
  top: 0;
}

.footer-social-image img {
  width: 130px;
}

.footer-social-image {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.style-3 .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-3 .product-grid .social li a:before {
  left: auto;
  right: 50px;
  top: 9px;
  transform: translateX(0);
}

.style-3 .product-grid .social li a:after {
  top: 12px;
  left: auto;
  right: 40px;
}

/* .style-3 .product-grid:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #adcefd;
  opacity: 1;
  top: 0;
  left: 0;
  scale: 0;
  transition: all .5s ease;
  border-radius: 50%;
} */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* .style-3 .product-grid:hover::before {
  scale: 1;
  border-radius: 0;
} */
/* product end */

/* izi modal start */
.product-preview-image-section-md .gallery-top {
  height: 400px;
}

#modal-custom .iziModal-content .icon-close,
#quick-view .iziModal-content .icon-close {
  font-size: 20px;
  right: 0;
  top: 0;
}

.product-preview-image-section-md .product-view-image-container {
  height: 100%;
  line-height: 1;
}

.iziModal-wrap .swiper-slide.text-center.swiper-slide-active {
  display: flex;
  align-items: center;
}

.product-preview-image-section-md .gallery-thumbs {
  height: 120px;
  line-height: 1;
}

.product-preview-image-section-md .product-view-image {
  height: 100%;
}

.product-preview-image-section-md .product-view-grid {
  height: 100%;
}

/* .product-preview-image-section-md .product-view-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.product-preview-image-section-md .product-view-grid {
  width: 100%;
}

.gallery-thumbs .swiper-slide,
.product-gallery-thumbs .swiper-slide {
  margin-left: 0;
}

.gallery-top .swiper-button-black {
  display: none;
}

.gallery-top:hover .swiper-button-black {
  display: flex;
}

.product-page-details .price {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 700;
}

p#modal-product-short-description {
  color: #6d6c6c;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}

.iziModal-wrap .num-in {
  margin-top: 0;
}

/* button#add_to_favorite_btn {
  border: 2px solid rgb(0 0 0 / 10%);
  padding: 10px 14px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.left-izi-modal {
  position: sticky;
  top: 0;
}

/* izi modal end */
/*  */

.banner-content {
  position: absolute;
  z-index: 99999999;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 70%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-content p {
  width: 85%;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}

.product-heading p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 25px;
}

.banner-content h1 span {
  color: #52941d;
}

.about-section {
  padding: 100px 0;
}

.about-icon {
  margin: 0 auto 10px;
  width: 85px;
  height: 85px;
  font-size: 36px;
  border-radius: 50%;
  background: #52941d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-icon svg {
  width: 55px;
  height: 55px;
  color: #fff;
  fill: #fff;
}

.about-content-inner h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  margin: 15px 0 10px;
  text-align: center;
  font-size: 18px;
}

.about-content-inner p {
  font-size: 14px;
  line-height: 24px;
}

.about-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.about-heading h6 {
  color: #52941d;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1;
  font-style: italic;
  text-align: center;
}

.about-heading h1 {
  color: #252c30;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  font-size: 36px;
  text-align: center;
  margin: 0 0 10px;
}

.about-heading h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  width: 70%;
  margin: 0 auto 10px;
}

.about-content-inner p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin: 10px 0;
}

.about-content-inner {
  position: relative;
  max-width: 15%;
}

.about-content-bottom {
  padding: 50px 30px 0;
  text-align: center;
}

.about-content-inner .about-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  border-bottom: 1px dashed;
  left: 83%;
}

.about-content-inner:last-child .about-icon:before {
  display: none;
}

.navbar-nav {
  color: #fff;
}

section.category-section {
  background: url("../../../../../uploads/category-bg-1.png"), #202221;
  padding: 100px 0;
  background-size: contain;
}

.about-heading h2,
.blog-heading h2,
.category-section-title h2 {
  color: #52941d;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 15px;
}

.about-heading h2 .leaf-img,
.blog-heading h2 .leaf-img,
.category-section-title h2 .leaf-img {
  width: 18px;
  height: 18px;
  animation: treeMove2 4s linear 0s infinite;
}

@keyframes treeMove2 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}

section.blog-section {
  padding: 100px 0;
}

.blog-heading h1 {
  font-size: 40px;
  font-weight: 700;
  color: #122f2a;
  margin: 10px 0 25px;
  text-align: center;
}

.category-section-title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 25px;
}

.category-one__item {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 45px 20px 42px;
  transition: all 500ms ease;
}

.category-one__item__icon {
  width: 110px;
  height: 110px;
  background-color: #e1eff0;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 500ms ease;
}

.category-one__item__icon img {
  max-width: 60px;
  transition: all 300ms linear;
}

.category-one__item__text {
  margin: 26px 0 0;
  font-size: 22px;
  line-height: 1.1;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 400ms ease;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #122f2a;
  display: inline-block;
}

.category-one__item__bg {
  width: 210px;
  height: 210px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  transition: all 500ms ease;
  opacity: 0.1;
  visibility: hidden;
  mix-blend-mode: multiply;
}

.category-one__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #52941d;
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 400ms ease-in-out, visibility 400ms ease-in-out;
  transform-origin: bottom center;
}

.category-one__item:hover .category-one__item__icon {
  background-color: #fff;
}

.category-one__item:hover .category-one__item__icon img {
  transform: rotateY(180deg);
}

.category-one__item:hover .category-one__item__text {
  color: #fff;
  background-size: 100% 1px;
}

.category-one__item:hover .category-one__item__bg {
  visibility: visible;
  bottom: -20px;
  transition-delay: 0.2s;
}

.category-one__item:hover::after {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}

.woocommerce-loop-product__title a {
  color: #000;
}

.counter-count {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: #52941d;
  text-align: center;
  display: inline-block;
}

.count-up {
  display: block;
  text-align: center;
}

.count-up svg {
  color: #52941d;
  fill: #52941d;
  display: block;
  margin: 0 auto 15px;
}

.count-up h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
}

.counting-section {
  background: url("../../../../../uploads/customers-bg-gray.jpg");
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
}

.product-page-details h3#modal-product-title {
  font-weight: 600;
  font-size: 28px !important;
}

/* Blog Start */
.blog-card-top {
  position: relative;
  margin-bottom: 20px;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
}

.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgb(68 160 91 / 70%);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-top:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-top:hover .blog-card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-top:hover .blog-card__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card__content {
  background-color: #fff;
  padding: 23px 25px 33px;
  border-radius: 10px;
  text-align: center;
  margin: -25px 10px 0;
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.blog-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 9px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.data-short {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-detail-content h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: bold;
}

.blog-detail-content img {
  width: 50%;
  float: right;
  margin-left: 25px;
}

.blog-detail-content {
  background: #fff;
  box-shadow: 0 0 8px #979797;
  padding: 10px;
  border-radius: 10px;
}

.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__text {
  margin: 0 0 25px;
}

.blog-card__link {
  color: #636363;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  padding: 0 15px 0 9px;
  transition: 0.3s all ease;
  position: relative;
}

.blog-card__link::before {
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  background-color: #52941d;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-card__link i {
  font-size: 20px;
  margin-right: 15px;
  color: #fff;
  transition: 0.3s all ease;
}

.blog-card__link:hover {
  color: #fff;
}

.blog-card__link:hover::before {
  width: 100%;
}

.blog-card-top:hover .blog-card__content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

/* Blog End */

/* Footer Start */
.form-content input {
  min-width: 0;
  height: 60px;
  width: 100%;
  border: 1px solid #52941d;
  border-radius: 8px 0 0 8px;
}

.form-content {
  display: flex;
  align-items: center;
}

.form-content button {
  min-width: 152px;
  height: 60px;
  background: #52941d;
  color: #fff;
  border: 1px solid #52941d;
}

.copyright-text p {
  color: #fff;
}

.copyright-area {
  background: url("../../../../../uploads/bg-footer-bottom.png");
  padding: 90px 0 15px;
  background-size: cover;
  background-position: top;
}

.newsletter-left h3 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.newsletter-left p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

.footer-cta {
  border-bottom: 1px solid #ffffff;
}

.footer-icon svg {
  width: 40px;
  height: 40px;
  color: #52941d;
  fill: #52941d;
}

.newsletter-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-section-footer {
  position: relative;
  margin-top: 90px;
}

.footer-cta {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  top: -90px;
  max-width: 80%;
  margin: auto;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 0 4px #c5c5c5;
  padding: 25px;
}

.footer-section-footer {
  background-color: #2b520c;
  padding: 60px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-text h3 {
  color: #000;
}

.footer-widget ul li a {
  color: #ffffff;
}

.footer-social-icon h4 {
  color: #fff;
}

.footer-widget-heading h4 {
  color: #fff;
}

.footer-text p {
  color: #ffffff;
}

.footer-widget ul li {
  width: 100%;
}

.clr-insta {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%) !important;
}

.topfooter .serviceBox {
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 0 30px 30px;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 80%;
  height: 260px;
}

.topfooter .serviceBox:before,
.topfooter .serviceBox:after {
  content: "";
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 30px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.topfooter .serviceBox .service-icon {
  color: #fff;
  background: var(--primary-color);
  font-size: 25px;
  width: 60px;
  height: 60px;
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
}

.topfooter .serviceBox .service-icon:before {
  height: 10px;
  width: 170px;
  border-radius: 10px 10px 0 0;
  top: auto;
  bottom: 50%;
}

.topfooter .serviceBox .service-icon:before {
  height: 10px;
  width: 170px;
  border-radius: 10px 10px 0 0;
  top: auto;
  bottom: 50%;
}

.service-icon span i {
  color: #fff;
}

.topfooter .serviceBox .service-icon:before,
.topfooter .serviceBox .service-icon:after {
  content: "";
  background-color: var(--primary-color);
  height: 60px;
  width: 120px;
  border-radius: 0 0 100px 100px/0 0 100px 100px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}

.bottomservice {
  padding: 15px 0;
  min-height: 114px;
}

.topfooter .serviceBox .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 0 4px rgba(0, 0, 0, 0.05);
  margin: 0 0 10px;
  color: #000;
}

.topfooter .serviceBox .description {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

.topfooter .serviceBox:after {
  background-color: var(--primary-color);
  border-radius: 30px;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.service-icon span i {
  color: #fff;
}

.serviceBox:hover a span i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

section.topfooter {
  /* background: #efefef; */
  padding: 50px 0;
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/* Footer End */
/* sidebar cart */
.shopping-cart-sidebar .shopping-cart-sm .product-image {
  float: left !important;
}

.shopping-cart-sidebar .shopping-cart-sm .product-sm-quantity:before {
  content: "" !important;
}

.cart-product .product-image img {
  border: 1px solid #eee;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 10px;
}

.sidebar-top-right {
  display: flex;
  align-items: center;
}

/* .cart-product.product-sm.col-md-12 {
    display: flex;
  } */
.shopping-cart-sidebar .shopping-cart-sm .product-sm-quantity input {
  margin-left: 0 !important;
}

.product-descriptions {
  margin-top: 0;
}

.shopping-cart-sidebar .product-price.align-self-center {
  line-height: 1;
  margin: 6px 0;
  font-weight: 600;
  font-size: 16px;
}

.cart-product.product-sm.col-md-12 {
  position: relative;
}

.product-pricing {
  position: relative;
  right: 0;
  bottom: 0;
  width: fit-content !important;
}

.shopping-cart-sidebar .shopping-cart-sm .product-sm-quantity input {
  margin-left: 0 !important;
  width: 65px !important;
  min-width: 32px !important;
  height: 40px;
}

/* sidebar cart */

.product__item {
  position: relative;
  margin-bottom: 25px;
  padding: 10px;
  width: 100%;
}

.product__item__img {
  min-height: 240px;
  background-color: #e1eff0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 25px; */
  max-height: 240px;
}

.product-heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 5px 0 0px;
  color: #122f2a;
}

.product-heading {
  margin-bottom: 20px;
}

.product__item__img img {
  width: auto !important;
  height: auto;
  transition: all 500ms ease;
  max-width: 100%;
}

.product__item__flash {
  position: absolute;
  right: 18px;
  top: 0;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  z-index: 9;
}

.product__item__flash__off {
  background-color: #52941d;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 5px;
  letter-spacing: 0.6px;
  line-height: 0.8;
  text-transform: capitalize;
}

.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #122f2a;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a:nth-child(1) {
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 300ms, visibility ease 300ms, background ease 300ms,
    color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}

.product__item__btn a:nth-child(2) {
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 300ms, visibility ease 300ms, background ease 300ms,
    color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}

.product__item__btn a:nth-child(3) {
  transition: transform 650ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity ease 300ms, visibility ease 300ms, background ease 300ms,
    color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}

.product__item__img::after {
  background: rgba(255, 255, 255);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}

.product__item__content {
  position: relative;
  text-align: center;
  padding: 25px 20px 30px;
  background-color: #fff;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.06));
}

.product__item__cats {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: -3px;
}

.product__item__cats a {
  color: inherit;
}

.product__item__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #202221;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  white-space: normal;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}


.footer-text {
  letter-spacing: 0px;
}

.product__item__seller-name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 0px;
}

.product__item__ratings .theme-krajee-fa .star {
  font-size: 18px;
}

.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #52941d;
  letter-spacing: 6px;
}

.product__item:hover .product__item__img img {
  /* transform: scale(1.5); */
}

/* img.product-second-img {
    display: none;
} 
.product__item:hover .product__item__img .product-first-img {
    display: none;
}
.product__item:hover .product__item__img img.product-second-img {
    display: block;
} */
.product__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
  /* Smooth fade */
}


img.product-second-img {
  opacity: 0;
  z-index: 1;
}

.product__item__img img.product-first-img {
  opacity: 1;
  z-index: 2;
}

.product__item:hover .product__item__img img.product-first-img {
  opacity: 0;
}

.product__item:hover .product__item__img img.product-second-img {
  opacity: 1;
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.product__item:hover .product__item__img::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.product__item__img img.product-second-img {
  height: 100%;
  object-fit: cover;
  width: 100% !important;
}

.product__item:hover .product__item__content {
  filter: drop-shadow(0 0 68px rgba(0, 0, 0, 0.1));
}

.product__item__btn a+a {
  margin-top: 10px;
}

.product-transition .product-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.product-transition .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}

.product-transition .product-image img.product-first-img {
  opacity: 1;
  z-index: 2;
}

.product-transition .product-image img.product-second-img {
  opacity: 0;
  z-index: 1;
}

.product-block:hover .product-image img.product-first-img {
  opacity: 0;
}

.product-block:hover .product-image img.product-second-img {
  opacity: 1;
}

/* default style Start */
.product-block {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}

.product-transition {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-transition {
  display: block;
}

.product-block .product-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-transition .group-action {
  bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(-webkit-calc(100% + 10px));
  -ms-transform: translateY(calc(100% + 10px));
  transform: translateY(calc(100% + 10px));
}

.product-transition .group-action {
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.product-style-1 .product-transition .group-action {
  bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(-webkit-calc(100% + 10px));
  -ms-transform: translateY(calc(100% + 10px));
  transform: translateY(calc(100% + 10px));
}

.product-block:hover .product-transition .group-action {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.shop-action {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 5px;
}

.group-action {
  padding: 0 10px;
}

.woocommerce-loop-product__title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #202221;
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.price-default {
  -webkit-box-pack: center;
  position: relative;
  -webkit-box-align: baseline;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 0px;
}

.price-default:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #999;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-block:hover .product-image {
  overflow: hidden;
}

.product-block:hover .product-image:first-child img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product-block:hover .product-image:first-child img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product-block:hover .price-default:after {
  width: 100px;
}

.shop-action .woosw-btn {
  -webkit-box-flex: 0;
  flex: 0 1 39px;
  width: 39px;
  height: 39px;
  position: relative;
  white-space: nowrap;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  margin: 1px;
  border: 1px solid #e1e1e1;
  font-weight: 400;
  text-shadow: 0 0 0.1px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.product-image-swiper {
  width: 100% !important;
}

/* .shop-action .woosw-btn:before {
  font-family: freshio-icon;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.shop-action .woosw-btn:before {
  font-size: 14px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

/* default style End */

/* product Detail  start*/
.product-preview-image-section-md .swiper-container-thumbs {
  height: 150px;
}

.product-preview-image-section-md .product-gallery-top {
  height: 400px;
}

/* product Detail end*/
/* Slider Start */

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

#result {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 30px;
  z-index: 100;
}

.img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 3s all;
  transform: scale(1.2);
}

.swiper-slide-active .img {
  animation: scale 5s ease forwards;
}

.shopping-cart-sm .cart-product .product-details .product-title {
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/* Slider End */

/* About Us Start */

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover {
  background-color: #0794c9;
  color: #ffffff;
}

.about-section {
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title {
  margin-bottom: 10px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.page-link:hover {
  color: var(--primary-color) !important;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align: justify;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .image-column {
  position: relative;
  text-align: center;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  width: calc(50% + 80px);
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 0;
  border: 28px solid var(--primary-color);
  border-radius: 10px;
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  border-radius: 10px;
  max-width: 80%;
}

/* About Us End */
.description p,
.product-page-details p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.description p {
  margin-bottom: 10px;
}

.description ul {
  list-style: disc;
  padding-left: 40px;
}

.about-heading .about-content .about-content-inner h2 {
  height: 40px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.seller-banner-section {
  /* height: 70vh; */
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  /* display: flex;
  align-items: end;
  justify-content: center; */
}

.seller-banner-content h1 {
  font-weight: 600;
  position: relative;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #fff;
}

.seller-banner-content p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.seller-banner-content-button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #7ebf38;
  width: fit-content;
  border-radius: 57px;
  padding-right: 20px;
  /* box-shadow: 0 0 10px #ccc; */
  margin: 20px 0 0;
  cursor: pointer;
}

.seller-banner-content-button button {
  background: #276612;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.seller-banner-content-button label {
  font-size: 14px;
  cursor: pointer;
  color: #000;
}

.howtosell-content {
  box-shadow: 0 0 32px rgba(0, 0, 0, .1);
  border: 1px solid #6cae2e;
  border-radius: 10px;
  padding: 25px;
}

.howtosell-content h1 {
  font-size: 40px;
  text-align: center;
  /* margin: 25px 0; */
  font-weight: 600;
}

.howtosell-content-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px 0;
}

.howtosell-content-inner img {
  width: 100px;
}

.howtosell-content-inner h5 {
  font-size: 18px;
  font-weight: 500;
}

.howtosell-section {
  padding: 40px 0;
}

section.why-seller-section {
  padding: 50px 0;
  margin: 35px 0;
}

.why-seller-content-top h1 {
  font-size: 40px;
  text-align: center;
  margin: 25px 0;
  font-weight: 600;
  color: #fff;
}

.why-seller-content-2,
.why-seller-content-1 {
  width: 50%;
  position: relative;
}

.why-seller-content-1 img {
  width: 100%;
  position: relative;
}

.why-seller-content-inner {
  display: flex;
  align-items: center;
  background: rgb(255 246 207);
  border-radius: 35px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.why-seller-content-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px;
  width: 100%;
  height: 100%;
}

.why-seller-content-bottom h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.why-seller-content-bottom p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.why-seller-content-bottom button {
  border: 0;
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.why-seller-content-2 {
  padding: 20px 40px;
}

.why-seller-content-2 table td img {
  max-height: 100px;
}

.why-seller-content-2 table {
  margin: 0;
  /* border: 1px solid #7e7e7e !important; */
  /* border-bottom: 1px solid #23ff47 !important; */
  border-radius: 13px !important;
  /* display: block; */
  width: 100%;
  /* overflow: hidden; */
}

.why-seller-content-2 table tr td {
  text-align: center;
  /* border: 1px solid #9a9a9a !important; */
}

.why-seller-content-2 table tr th:first-child {
  background: rgb(228 62 32);
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
}

.why-seller-content-2 table tr th:last-child {
  background: rgb(66 132 10);
  color: #fff;
  text-align: center;
  border-top-right-radius: 20px;
}

.why-seller-content-2 table tr td:first-child {
  border-bottom-left-radius: 20px;
  border-right: 1px solid #9a9a9a;
}

.why-seller-content-2 table tr td:last-child {
  border-bottom-right-radius: 20px;
}

.why-seller-content-2-inner {
  border: 1px solid #9a9a9a;
  border-radius: 20px;
  overflow: hidden;
}

.refrel-fee h3 {
  font-size: 25px;
  font-weight: 700;
}

.refrel-fee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.seller-video-heading h1 {
  font-size: 40px;
  text-align: center;
  margin: 25px 0;
  font-weight: 600;
}

.o-video {
  width: 100%;
  height: auto;
}

.o-video>iframe {
  width: 100%;
  height: 630px;
}

.seller-video-heading {
  margin-bottom: 50px;
}

.seller-registration-form {
  background: #42840A;
  border-radius: 10px 10px 0 0;
  padding-bottom: 30px;
}

.seller-registration-form-head {
  background-size: cover;
  padding: 25px 10px 60px;
  text-align: center;
  margin-bottom: 15px;
}

.seller-registration-form-head p {
  margin: 0;
  font-size: 14px;
}

.seller-registration-form-head h2 {
  font-size: 30px;
  font-weight: 600;
  color: #42840a;
  margin-bottom: 8px;
}

.seller-registration-form form .form-control {
  border-radius: .25rem !important;
}

.sell-regi-btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  background: #000;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 13px;
  border-radius: 4px;
}

.seller-registration-form form label {
  color: #fff;
}

.seller-registration-form-field .form-control {
  padding: 10px 10px 10px 30px;
}

.seller-registration-form-field {
  position: relative;
}

.seller-registration-form-field img {
  position: absolute;
  left: 8px;
  top: 14px;
  /* bottom: 0; */
  margin: auto;
  width: 14px;
  height: 14px;
}

.seller-registration-form form .form-control {
  border-radius: .25rem !important;
  font-size: 13px;
  font-weight: 500;
}

.seller-registration-form-head-contnt {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}




@media only screen and (min-width: 991px) {
  .burger-menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  span.select2-dropdown.select2-dropdown--below {
    width: 60% !important;
    right: 0 !important;
    left: 0;
    margin: auto;
    position: fixed;
    top: 80px;
  }

  span.select2-selection__placeholder i {
    font-size: 14px;
  }

  .about-content-bottom {
    padding: 50px 0 0;
  }

  .seller-banner-content {
    margin-bottom: 30px;
  }

  .seller-registration-form-head {
    padding: 50px 10px 130px;
  }

  .why-seller-content-inner {
    display: block;
    border-radius: 40px;
  }

  .why-seller-content-bottom p {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .why-seller-content-bottom h2 {
    line-height: 50px;
    margin-bottom: 25px;
  }

  .why-seller-content-2,
  .why-seller-content-1 {
    width: 100%;
    position: relative;
  }

  .about-section .image-column .inner-column {
    margin-bottom: 50px;
  }

  .page-header.is-sticky .desktop-brand-logo-top {
    display: block;
  }

  .page-header .navbar-toggler i,
  .page-header a.shopping-cart-sidebar-btn i {
    color: #fff !important;
  }

  .banner-content h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-content {
    width: 80%;
  }

  .category-one__item__text {
    font-size: 16px;
    font-weight: 600;
  }

  .product-heading h3 {
    font-size: 35px;
  }

  .newsletter-right {
    margin-top: 20px;
  }

  /* .banner-content {
    top: 60%;
  } */
  .about-content {
    margin-top: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .about-content-inner .about-icon:before {
    display: none;
  }

  .product-style-1.product-style-1-left.product-section .product-grid.style-2 {
    padding-bottom: 45px;
  }

  .product-grid.style-2 .loaded {
    height: 170px;
    object-fit: contain;
  }

  .style-one-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
  }

  .topfooter .serviceBox {
    padding: 0 20px 20px;
    width: 100%;
    height: 100%;
  }

  .copyright-area ul {
    justify-content: center;
    margin: 15px 0 0;
  }

  .page-header1 nav.navbar.navbar-expand-lg .navbar-nav {
    display: none;
  }

  .page-header1 nav.navbar.navbar-expand-lg a.navbar-brand {
    width: 100%;
    text-align: center;
  }

  div#carousel .item .cat-font-color h4 {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
  }

  /* div#carousel .owl-item img {
    height: 155px;
  } */
  .category-section .category-section-title h3 {
    font-size: 30px;
  }

  .swiper-container.swiper-container-new .swiper-slide img {
    height: 560px;
  }

  .about-content-inner {
    position: relative;
    max-width: 30%;
  }

  .topfooter .serviceBox .description {
    word-wrap: break-word;
  }
}

@media (max-width: 989px) {


  .product-new-div .product-grid {
    margin-bottom: 0;
  }


}

@media (max-width: 767px) {
  .payment-card-body {
    padding: 0 25px 40px;
  }

  .payment-card-body h4 {
    font-size: 20px;
  }

  .seller-registration-form-head-contnt {
    top: 5px;
    margin-bottom: 2px;
  }

  .seller-registration-form-head p {
    font-size: 12px;
  }

  .seller-registration-form-head h2 {
    font-size: 16px;
  }

  span.select2-selection__placeholder i {
    font-size: 18px;
  }

  span.select2-dropdown.select2-dropdown--below {
    width: 95% !important;
  }

  .seller-registration-form-head {
    padding: 25px 10px 95px;
  }

  .why-seller-content-bottom {
    padding: 15px;
  }

  .why-seller-content-bottom button {
    font-size: 14px;
  }

  .howtosell-content h1 {
    font-size: 22px;
  }

  .why-seller-content-2 {
    padding: 15px;
  }

  .howtosell-content {
    padding: 10px;
  }

  .seller-video-heading h1 {
    font-size: 22px;
  }

  .o-video>iframe {
    width: 100%;
    height: 330px;
  }

  .why-seller-content-top h1 {
    font-size: 22px;
  }

  .why-seller-content-bottom h2 {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .why-seller-content-bottom p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .why-seller-content-1 img {
    height: 215px;
    margin-bottom: 10px;
  }

  .howtosell-content-inner h5 {
    margin: 10px 0;
  }

  .howtosell-content-inner {
    display: block;
  }

  .seller-banner-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .seller-banner-content h1 {
    font-size: 22px;
  }

  .why-seller-content-inner {
    display: block;
    border: 0;
  }

  .why-seller-content-2,
  .why-seller-content-1 {
    width: 100%;
    position: relative;
  }

  .about-section .content-column .inner-column {
    padding-left: 0;
  }

  .head-contect span {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .head-contect h2 {
    font-size: 20px !important;
  }

  .sign-up-image iframe {
    width: 100%;
    height: 400px;
  }

  .sign-up-image {
    min-height: auto;
    margin-bottom: 40px;
  }

  .my-sidebar-bg {
    margin-top: 15px;
  }

  .product__item__img {
    max-height: max-content;
    height: 300px;
  }

  .product__item__img a {
    width: 100%;
    height: 100%;
  }

  .breadcrumb-title-bar {
    padding: 150px 0 100px;
  }

  .breadcrumb-title-bar h2 {
    font-size: 30px;
  }

  .copyright-area ul {
    justify-content: space-around;
    margin: 15px 0 0;
    row-gap: 10px;
  }

  .form-content input {
    height: 45px;
    border: 1px solid #52941d;
    border-radius: 8px;
    padding-right: 99px;
  }

  .newsletter-left h3 {
    font-size: 18px;
  }

  .footer-icon svg {
    width: 25px;
    height: 25px;
  }

  .newsletter-left p {
    font-size: 14px;
  }

  .footer-cta {
    max-width: 95%;
    padding: 15px !important;
  }

  .product-heading h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .product-heading p {
    font-size: 16px;
    line-height: 20px;
  }

  .topfooter .serviceBox {
    padding: 0 20px 20px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .about-content-inner {
    position: relative;
    max-width: 80%;
  }

  .swiper-container.swiper-container-new .swiper-slide img {
    height: 650px;
    object-fit: cover;
  }

  .form-content {
    position: relative;
  }

  .form-content button {
    min-width: auto;
    height: 45px;
    position: absolute;
    right: 0;
  }

  .blog-card__title {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 9px;
    font-weight: bold;
  }

  .blog-heading h1 {
    font-size: 22px;
  }

  .blog-card__text {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .product-heading {
    font-size: 22px;
  }

  .counter-count {
    font-size: 45px;
  }

  .count-up svg {
    margin: 0 auto 0px;
  }

  .count-up {
    display: block;
    text-align: center;
    background: #52941d21;
    margin-bottom: 15px;
    padding: 30px 0;
    border-radius: 10px;
  }

  div#carousel {
    padding: 0 35px;
  }

  .about-icon {
    margin: 10px auto 10px;
    width: 75px;
    height: 75px;
  }

  .about-icon svg {
    width: 50px;
    height: 50px;
  }

  .category-section-title h1 {
    font-size: 22px;
  }

  section.category-section {
    padding: 55px 0;
  }

  .about-content {
    justify-content: center;
  }

  .about-heading h5 {
    font-size: 14px;
    width: 95%;
  }

  .about-heading h1 {
    font-size: 22px;
  }

  .about-heading h2,
  .blog-heading h2,
  .category-section-title h2 {
    font-size: 14px;
    gap: 10px;
  }

  .brand-logo-link {
    max-height: 50px;
  }

  /* .page-header {
    position: relative;
    background: #252c30;
  } */
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-content {
    /* top: 50%; */
    width: 95%;
  }

  .banner-content p {
    font-size: 16px;
    width: 99%;
    line-height: 22px;
  }

  .owl-nav button i {
    width: 30px;
    height: 30px;
  }

  .top-header p {
    font-size: 12px;
  }

  .top-header .icon-arrow {
    margin-left: 6px;
  }

  .navbar-toggler {
    padding: 0.25rem 0;
  }

  .category-section .category-section-title h3 {
    font-size: 23px;
  }

  .style-one-top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
  }

  .product-style-2.product-style-2-left div[class^="col"] {
    padding: 10px;
  }
}

.product-preview-image-section-md .product-view-image-container video {
  width: 100%;
  height: 100%;
}

/* Nav Section End */

/* custome css 18-06-24 */
.top-header .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  width: 1.5rem;
}

.top-header {
  background: #52941d;
  padding: 10px 0;
  text-align: center;
}

.top-header p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.rounded-icon {
  height: 40px;
  width: 40px;
}

.footer-social-icon a {
  margin-right: 5px;
}

.clr-linkedin {
  background-color: #0077B5 !important;
}

@media only screen and (max-width: 991px) {
  .sort-by {
    float: none;
  }
}



@media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}